@levo-so/blocks 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -9
- package/src/blocks/about-us/about-us-1.schema.ts +563 -0
- package/src/blocks/about-us/about-us-1.tsx +53 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +419 -0
- package/src/blocks/blogs/blog-listing-1.tsx +79 -0
- package/src/blocks/blogs/blog-listing-2.schema.ts +608 -0
- package/src/blocks/blogs/blog-listing-2.tsx +83 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +392 -0
- package/src/blocks/blogs/blog-post-1.tsx +52 -0
- package/src/blocks/blogs/blog-post-2.schema.ts +834 -0
- package/src/blocks/blogs/blog-post-2.tsx +131 -0
- package/src/blocks/cards/cards-10.schema.ts +433 -0
- package/src/blocks/cards/cards-10.tsx +46 -0
- package/src/blocks/cards/cards-11.schema.ts +440 -0
- package/src/blocks/cards/cards-11.tsx +50 -0
- package/src/blocks/cards/cards-12.schema.ts +578 -0
- package/src/blocks/cards/cards-12.tsx +54 -0
- package/src/blocks/cards/cards-2.schema.ts +293 -0
- package/src/blocks/cards/cards-2.tsx +42 -0
- package/src/blocks/cards/cards-3.schema.ts +365 -0
- package/src/blocks/cards/cards-3.tsx +49 -0
- package/src/blocks/cards/cards-4.schema.ts +677 -0
- package/src/blocks/cards/cards-4.tsx +50 -0
- package/src/blocks/cards/cards-5.schema.ts +264 -0
- package/src/blocks/cards/cards-5.tsx +34 -0
- package/src/blocks/cards/cards-6.schema.ts +639 -0
- package/src/blocks/cards/cards-6.tsx +136 -0
- package/src/blocks/cards/cards-7.schema.ts +1793 -0
- package/src/blocks/cards/cards-7.tsx +165 -0
- package/src/blocks/cards/cards-8.schema.ts +691 -0
- package/src/blocks/cards/cards-8.tsx +43 -0
- package/src/blocks/cards/cards-9.schema.ts +827 -0
- package/src/blocks/cards/cards-9.tsx +54 -0
- package/src/blocks/carousel/carousel-1.schema.ts +250 -0
- package/src/blocks/carousel/carousel-1.tsx +79 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +226 -0
- package/src/blocks/contact-us/contact-us-1.tsx +39 -0
- package/src/blocks/contact-us/contact-us-2.schema.ts +524 -0
- package/src/blocks/contact-us/contact-us-2.tsx +71 -0
- package/src/blocks/content/content-1.schema.ts +884 -0
- package/src/blocks/content/content-1.tsx +69 -0
- package/src/blocks/content/content-2.schema.ts +209 -0
- package/src/blocks/content/content-2.tsx +32 -0
- package/src/blocks/content/content-3.schema.ts +864 -0
- package/src/blocks/content/content-3.tsx +54 -0
- package/src/blocks/content/content-4.schema.ts +287 -0
- package/src/blocks/content/content-4.tsx +47 -0
- package/src/blocks/content/content-5.schema.ts +944 -0
- package/src/blocks/content/content-5.tsx +58 -0
- package/src/blocks/content/content-6.schema.ts +991 -0
- package/src/blocks/content/content-6.tsx +61 -0
- package/src/blocks/cta/cta-1.schema.ts +361 -0
- package/src/blocks/cta/cta-1.tsx +33 -0
- package/src/blocks/cta/cta-2.schema.ts +209 -0
- package/src/blocks/cta/cta-2.tsx +28 -0
- package/src/blocks/cta/cta-3.schema.ts +156 -0
- package/src/blocks/cta/cta-3.tsx +48 -0
- package/src/blocks/embed/embed-1.schema.ts +153 -0
- package/src/blocks/embed/embed-1.tsx +38 -0
- package/src/blocks/event/event-details.schema.ts +737 -0
- package/src/blocks/event/event-details.tsx +107 -0
- package/src/blocks/event/event-listing-2.schema.ts +496 -0
- package/src/blocks/event/event-listing-2.tsx +70 -0
- package/src/blocks/event/event-listing-3.schema.ts +605 -0
- package/src/blocks/event/event-listing-3.tsx +95 -0
- package/src/blocks/event/event-listing.schema.ts +1358 -0
- package/src/blocks/event/event-listing.tsx +90 -0
- package/src/blocks/faq/faq-1.schema.ts +357 -0
- package/src/blocks/faq/faq-1.tsx +65 -0
- package/src/blocks/faq/faq-2.schema.ts +356 -0
- package/src/blocks/faq/faq-2.tsx +84 -0
- package/src/blocks/faq/faq-3.schema.ts +475 -0
- package/src/blocks/faq/faq-3.tsx +70 -0
- package/src/blocks/features/features-1/features-1.schema.ts +165 -0
- package/src/blocks/features/features-1/features-1.tsx +48 -0
- package/src/blocks/features/features-1/variants/default.ts +197 -0
- package/{dist/blocks/features/features-1/variants/index.js → src/blocks/features/features-1/variants/index.ts} +7 -1
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +138 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +487 -0
- package/src/blocks/features/features-2.schema.ts +338 -0
- package/src/blocks/features/features-2.tsx +66 -0
- package/src/blocks/features/features-3.schema.ts +438 -0
- package/src/blocks/features/features-3.tsx +56 -0
- package/src/blocks/features/features-4.schema.ts +631 -0
- package/src/blocks/features/features-4.tsx +75 -0
- package/src/blocks/features/features-5.schema.ts +747 -0
- package/src/blocks/features/features-5.tsx +49 -0
- package/src/blocks/features/features-6.schema.ts +849 -0
- package/src/blocks/features/features-6.tsx +125 -0
- package/src/blocks/footer/footer-1.schema.ts +589 -0
- package/src/blocks/footer/footer-1.tsx +90 -0
- package/src/blocks/footer/footer-2.schema.ts +898 -0
- package/src/blocks/footer/footer-2.tsx +77 -0
- package/src/blocks/footer/footer-3.schema.ts +487 -0
- package/src/blocks/footer/footer-3.tsx +100 -0
- package/src/blocks/footer/footer-4.schema.ts +644 -0
- package/src/blocks/footer/footer-4.tsx +97 -0
- package/src/blocks/footer/footer-5.schema.ts +425 -0
- package/src/blocks/footer/footer-5.tsx +91 -0
- package/src/blocks/hero/hero-1.schema.ts +766 -0
- package/src/blocks/hero/hero-1.tsx +52 -0
- package/src/blocks/hero/hero-2.schema.ts +316 -0
- package/src/blocks/hero/hero-2.tsx +49 -0
- package/src/blocks/hero/hero-3.schema.ts +415 -0
- package/src/blocks/hero/hero-3.tsx +50 -0
- package/src/blocks/hero/hero-4.schema.ts +325 -0
- package/src/blocks/hero/hero-4.tsx +89 -0
- package/src/blocks/hero/hero-5.schema.ts +192 -0
- package/src/blocks/hero/hero-5.tsx +86 -0
- package/src/blocks/hero/hero-6.schema.ts +703 -0
- package/src/blocks/hero/hero-6.tsx +62 -0
- package/src/blocks/hero/hero-7.schema.ts +508 -0
- package/src/blocks/hero/hero-7.tsx +115 -0
- package/src/blocks/hero/hero-8.schema.ts +372 -0
- package/src/blocks/hero/hero-8.tsx +113 -0
- package/src/blocks/hero/hero-9.schema.ts +379 -0
- package/src/blocks/hero/hero-9.tsx +49 -0
- package/src/blocks/index.ts +78 -0
- package/src/blocks/logos/logos-1.schema.ts +264 -0
- package/src/blocks/logos/logos-1.tsx +60 -0
- package/src/blocks/navbar/navbar-1.schema.ts +961 -0
- package/src/blocks/navbar/navbar-1.tsx +398 -0
- package/src/blocks/navbar/navbar-2.schema.ts +1226 -0
- package/src/blocks/navbar/navbar-2.tsx +417 -0
- package/src/blocks/pricing/pricing-1.schema.ts +1002 -0
- package/src/blocks/pricing/pricing-1.tsx +88 -0
- package/src/blocks/products/products-listing-1.schema.ts +274 -0
- package/src/blocks/products/products-listing-1.tsx +48 -0
- package/src/blocks/stats/stats-1.schema.ts +231 -0
- package/src/blocks/stats/stats-1.tsx +38 -0
- package/src/blocks/stats/stats-2.schema.ts +111 -0
- package/src/blocks/stats/stats-2.tsx +52 -0
- package/src/blocks/stats/variants/default.ts +190 -0
- package/src/blocks/stats/variants/hero.ts +153 -0
- package/{dist/blocks/stats/variants/index.js → src/blocks/stats/variants/index.ts} +1 -0
- package/src/blocks/team/team-1.schema.ts +516 -0
- package/src/blocks/team/team-1.tsx +80 -0
- package/src/blocks/team/team-2.schema.ts +2813 -0
- package/src/blocks/team/team-2.tsx +74 -0
- package/src/blocks/team/team-3.schema.ts +707 -0
- package/src/blocks/team/team-3.tsx +103 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +168 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +29 -0
- package/src/blocks/testimonial/testimonial-1.schema.ts +345 -0
- package/src/blocks/testimonial/testimonial-1.tsx +79 -0
- package/src/blocks/testimonial/testimonial-2.schema.ts +816 -0
- package/src/blocks/testimonial/testimonial-2.tsx +161 -0
- package/src/blocks/testimonial/testimonial-3.schema.ts +279 -0
- package/src/blocks/testimonial/testimonial-3.tsx +128 -0
- package/src/blocks/testimonial/testimonial-4.schema.ts +3373 -0
- package/src/blocks/testimonial/testimonial-4.tsx +202 -0
- package/src/blocks/testimonial/testimonial-5.schema.ts +434 -0
- package/src/blocks/testimonial/testimonial-5.tsx +106 -0
- package/src/blocks/testimonial/testimonial-6.schema.ts +709 -0
- package/src/blocks/testimonial/testimonial-6.tsx +128 -0
- package/{dist/index.js → src/index.ts} +5 -2
- package/{dist/schemas/blocks.js → src/schemas/blocks.ts} +75 -72
- package/src/schemas/categories.ts +134 -0
- package/src/styles.d.ts +4 -0
- package/dist/blocks/about-us/about-us-1.d.ts +0 -5
- package/dist/blocks/about-us/about-us-1.js +0 -5
- package/dist/blocks/about-us/about-us-1.schema.d.ts +0 -38
- package/dist/blocks/about-us/about-us-1.schema.js +0 -537
- package/dist/blocks/blogs/blog-listing-1.d.ts +0 -5
- package/dist/blocks/blogs/blog-listing-1.js +0 -12
- package/dist/blocks/blogs/blog-listing-1.schema.d.ts +0 -59
- package/dist/blocks/blogs/blog-listing-1.schema.js +0 -387
- package/dist/blocks/blogs/blog-listing-2.d.ts +0 -5
- package/dist/blocks/blogs/blog-listing-2.js +0 -9
- package/dist/blocks/blogs/blog-listing-2.schema.d.ts +0 -104
- package/dist/blocks/blogs/blog-listing-2.schema.js +0 -572
- package/dist/blocks/blogs/blog-post-1.d.ts +0 -6
- package/dist/blocks/blogs/blog-post-1.js +0 -8
- package/dist/blocks/blogs/blog-post-1.schema.d.ts +0 -48
- package/dist/blocks/blogs/blog-post-1.schema.js +0 -358
- package/dist/blocks/blogs/blog-post-2.d.ts +0 -6
- package/dist/blocks/blogs/blog-post-2.js +0 -8
- package/dist/blocks/blogs/blog-post-2.schema.d.ts +0 -74
- package/dist/blocks/blogs/blog-post-2.schema.js +0 -779
- package/dist/blocks/cards/cards-10.d.ts +0 -6
- package/dist/blocks/cards/cards-10.js +0 -4
- package/dist/blocks/cards/cards-10.schema.d.ts +0 -44
- package/dist/blocks/cards/cards-10.schema.js +0 -405
- package/dist/blocks/cards/cards-11.d.ts +0 -6
- package/dist/blocks/cards/cards-11.js +0 -4
- package/dist/blocks/cards/cards-11.schema.d.ts +0 -58
- package/dist/blocks/cards/cards-11.schema.js +0 -406
- package/dist/blocks/cards/cards-12.d.ts +0 -6
- package/dist/blocks/cards/cards-12.js +0 -4
- package/dist/blocks/cards/cards-12.schema.d.ts +0 -38
- package/dist/blocks/cards/cards-12.schema.js +0 -545
- package/dist/blocks/cards/cards-2.d.ts +0 -5
- package/dist/blocks/cards/cards-2.js +0 -4
- package/dist/blocks/cards/cards-2.schema.d.ts +0 -46
- package/dist/blocks/cards/cards-2.schema.js +0 -260
- package/dist/blocks/cards/cards-3.d.ts +0 -6
- package/dist/blocks/cards/cards-3.js +0 -5
- package/dist/blocks/cards/cards-3.schema.d.ts +0 -36
- package/dist/blocks/cards/cards-3.schema.js +0 -351
- package/dist/blocks/cards/cards-4.d.ts +0 -6
- package/dist/blocks/cards/cards-4.js +0 -4
- package/dist/blocks/cards/cards-4.schema.d.ts +0 -40
- package/dist/blocks/cards/cards-4.schema.js +0 -648
- package/dist/blocks/cards/cards-5.d.ts +0 -5
- package/dist/blocks/cards/cards-5.js +0 -4
- package/dist/blocks/cards/cards-5.schema.d.ts +0 -48
- package/dist/blocks/cards/cards-5.schema.js +0 -238
- package/dist/blocks/cards/cards-6.d.ts +0 -5
- package/dist/blocks/cards/cards-6.js +0 -45
- package/dist/blocks/cards/cards-6.schema.d.ts +0 -50
- package/dist/blocks/cards/cards-6.schema.js +0 -608
- package/dist/blocks/cards/cards-7.d.ts +0 -5
- package/dist/blocks/cards/cards-7.js +0 -45
- package/dist/blocks/cards/cards-7.schema.d.ts +0 -87
- package/dist/blocks/cards/cards-7.schema.js +0 -1732
- package/dist/blocks/cards/cards-8.d.ts +0 -6
- package/dist/blocks/cards/cards-8.js +0 -4
- package/dist/blocks/cards/cards-8.schema.d.ts +0 -40
- package/dist/blocks/cards/cards-8.schema.js +0 -660
- package/dist/blocks/cards/cards-9.d.ts +0 -5
- package/dist/blocks/cards/cards-9.js +0 -4
- package/dist/blocks/cards/cards-9.schema.d.ts +0 -55
- package/dist/blocks/cards/cards-9.schema.js +0 -798
- package/dist/blocks/carousel/carousel-1.d.ts +0 -5
- package/dist/blocks/carousel/carousel-1.js +0 -12
- package/dist/blocks/carousel/carousel-1.schema.d.ts +0 -51
- package/dist/blocks/carousel/carousel-1.schema.js +0 -236
- package/dist/blocks/contact-us/contact-us-1.d.ts +0 -5
- package/dist/blocks/contact-us/contact-us-1.js +0 -4
- package/dist/blocks/contact-us/contact-us-1.schema.d.ts +0 -31
- package/dist/blocks/contact-us/contact-us-1.schema.js +0 -202
- package/dist/blocks/contact-us/contact-us-2.d.ts +0 -5
- package/dist/blocks/contact-us/contact-us-2.js +0 -4
- package/dist/blocks/contact-us/contact-us-2.schema.d.ts +0 -59
- package/dist/blocks/contact-us/contact-us-2.schema.js +0 -512
- package/dist/blocks/content/content-1.d.ts +0 -6
- package/dist/blocks/content/content-1.js +0 -4
- package/dist/blocks/content/content-1.schema.d.ts +0 -56
- package/dist/blocks/content/content-1.schema.js +0 -807
- package/dist/blocks/content/content-2.d.ts +0 -5
- package/dist/blocks/content/content-2.js +0 -4
- package/dist/blocks/content/content-2.schema.d.ts +0 -78
- package/dist/blocks/content/content-2.schema.js +0 -200
- package/dist/blocks/content/content-3.d.ts +0 -6
- package/dist/blocks/content/content-3.js +0 -5
- package/dist/blocks/content/content-3.schema.d.ts +0 -23
- package/dist/blocks/content/content-3.schema.js +0 -850
- package/dist/blocks/content/content-4.d.ts +0 -6
- package/dist/blocks/content/content-4.js +0 -6
- package/dist/blocks/content/content-4.schema.d.ts +0 -33
- package/dist/blocks/content/content-4.schema.js +0 -252
- package/dist/blocks/content/content-5.d.ts +0 -6
- package/dist/blocks/content/content-5.js +0 -5
- package/dist/blocks/content/content-5.schema.d.ts +0 -37
- package/dist/blocks/content/content-5.schema.js +0 -932
- package/dist/blocks/content/content-6.d.ts +0 -6
- package/dist/blocks/content/content-6.js +0 -5
- package/dist/blocks/content/content-6.schema.d.ts +0 -41
- package/dist/blocks/content/content-6.schema.js +0 -976
- package/dist/blocks/cta/cta-1.d.ts +0 -5
- package/dist/blocks/cta/cta-1.js +0 -4
- package/dist/blocks/cta/cta-1.schema.d.ts +0 -40
- package/dist/blocks/cta/cta-1.schema.js +0 -339
- package/dist/blocks/cta/cta-2.d.ts +0 -5
- package/dist/blocks/cta/cta-2.js +0 -4
- package/dist/blocks/cta/cta-2.schema.d.ts +0 -45
- package/dist/blocks/cta/cta-2.schema.js +0 -183
- package/dist/blocks/cta/cta-3.d.ts +0 -5
- package/dist/blocks/cta/cta-3.js +0 -4
- package/dist/blocks/cta/cta-3.schema.d.ts +0 -34
- package/dist/blocks/cta/cta-3.schema.js +0 -137
- package/dist/blocks/embed/embed-1.d.ts +0 -5
- package/dist/blocks/embed/embed-1.js +0 -5
- package/dist/blocks/embed/embed-1.schema.d.ts +0 -13
- package/dist/blocks/embed/embed-1.schema.js +0 -146
- package/dist/blocks/event/event-details.d.ts +0 -5
- package/dist/blocks/event/event-details.js +0 -9
- package/dist/blocks/event/event-details.schema.d.ts +0 -112
- package/dist/blocks/event/event-details.schema.js +0 -685
- package/dist/blocks/event/event-listing-2.d.ts +0 -5
- package/dist/blocks/event/event-listing-2.js +0 -4
- package/dist/blocks/event/event-listing-2.schema.d.ts +0 -84
- package/dist/blocks/event/event-listing-2.schema.js +0 -455
- package/dist/blocks/event/event-listing-3.d.ts +0 -5
- package/dist/blocks/event/event-listing-3.js +0 -10
- package/dist/blocks/event/event-listing-3.schema.d.ts +0 -77
- package/dist/blocks/event/event-listing-3.schema.js +0 -570
- package/dist/blocks/event/event-listing.d.ts +0 -5
- package/dist/blocks/event/event-listing.js +0 -10
- package/dist/blocks/event/event-listing.schema.d.ts +0 -51
- package/dist/blocks/event/event-listing.schema.js +0 -1297
- package/dist/blocks/faq/faq-1.d.ts +0 -5
- package/dist/blocks/faq/faq-1.js +0 -4
- package/dist/blocks/faq/faq-1.schema.d.ts +0 -47
- package/dist/blocks/faq/faq-1.schema.js +0 -325
- package/dist/blocks/faq/faq-2.d.ts +0 -6
- package/dist/blocks/faq/faq-2.js +0 -19
- package/dist/blocks/faq/faq-2.schema.d.ts +0 -47
- package/dist/blocks/faq/faq-2.schema.js +0 -329
- package/dist/blocks/faq/faq-3.d.ts +0 -5
- package/dist/blocks/faq/faq-3.js +0 -4
- package/dist/blocks/faq/faq-3.schema.d.ts +0 -40
- package/dist/blocks/faq/faq-3.schema.js +0 -444
- package/dist/blocks/features/features-1/features-1.d.ts +0 -5
- package/dist/blocks/features/features-1/features-1.js +0 -4
- package/dist/blocks/features/features-1/features-1.schema.d.ts +0 -5
- package/dist/blocks/features/features-1/features-1.schema.js +0 -142
- package/dist/blocks/features/features-1/variants/default.d.ts +0 -37
- package/dist/blocks/features/features-1/variants/default.js +0 -185
- package/dist/blocks/features/features-1/variants/index.d.ts +0 -5
- package/dist/blocks/features/features-1/variants/stylized-cards-v1.d.ts +0 -3
- package/dist/blocks/features/features-1/variants/stylized-cards-v1.js +0 -132
- package/dist/blocks/features/features-1/variants/stylized-cards-v2.d.ts +0 -3
- package/dist/blocks/features/features-1/variants/stylized-cards-v2.js +0 -484
- package/dist/blocks/features/features-2.d.ts +0 -5
- package/dist/blocks/features/features-2.js +0 -8
- package/dist/blocks/features/features-2.schema.d.ts +0 -41
- package/dist/blocks/features/features-2.schema.js +0 -321
- package/dist/blocks/features/features-3.d.ts +0 -5
- package/dist/blocks/features/features-3.js +0 -4
- package/dist/blocks/features/features-3.schema.d.ts +0 -40
- package/dist/blocks/features/features-3.schema.js +0 -424
- package/dist/blocks/features/features-4.d.ts +0 -5
- package/dist/blocks/features/features-4.js +0 -4
- package/dist/blocks/features/features-4.schema.d.ts +0 -60
- package/dist/blocks/features/features-4.schema.js +0 -594
- package/dist/blocks/features/features-5.d.ts +0 -6
- package/dist/blocks/features/features-5.js +0 -5
- package/dist/blocks/features/features-5.schema.d.ts +0 -28
- package/dist/blocks/features/features-5.schema.js +0 -727
- package/dist/blocks/features/features-6.d.ts +0 -5
- package/dist/blocks/features/features-6.js +0 -31
- package/dist/blocks/features/features-6.schema.d.ts +0 -74
- package/dist/blocks/features/features-6.schema.js +0 -814
- package/dist/blocks/footer/footer-1.d.ts +0 -6
- package/dist/blocks/footer/footer-1.js +0 -5
- package/dist/blocks/footer/footer-1.schema.d.ts +0 -62
- package/dist/blocks/footer/footer-1.schema.js +0 -565
- package/dist/blocks/footer/footer-2.d.ts +0 -5
- package/dist/blocks/footer/footer-2.js +0 -4
- package/dist/blocks/footer/footer-2.schema.d.ts +0 -76
- package/dist/blocks/footer/footer-2.schema.js +0 -876
- package/dist/blocks/footer/footer-3.d.ts +0 -6
- package/dist/blocks/footer/footer-3.js +0 -15
- package/dist/blocks/footer/footer-3.schema.d.ts +0 -48
- package/dist/blocks/footer/footer-3.schema.js +0 -475
- package/dist/blocks/footer/footer-4.d.ts +0 -6
- package/dist/blocks/footer/footer-4.js +0 -5
- package/dist/blocks/footer/footer-4.schema.d.ts +0 -71
- package/dist/blocks/footer/footer-4.schema.js +0 -620
- package/dist/blocks/footer/footer-5.d.ts +0 -6
- package/dist/blocks/footer/footer-5.js +0 -5
- package/dist/blocks/footer/footer-5.schema.d.ts +0 -52
- package/dist/blocks/footer/footer-5.schema.js +0 -400
- package/dist/blocks/hero/hero-1.d.ts +0 -5
- package/dist/blocks/hero/hero-1.js +0 -4
- package/dist/blocks/hero/hero-1.schema.d.ts +0 -35
- package/dist/blocks/hero/hero-1.schema.js +0 -742
- package/dist/blocks/hero/hero-2.d.ts +0 -5
- package/dist/blocks/hero/hero-2.js +0 -4
- package/dist/blocks/hero/hero-2.schema.d.ts +0 -46
- package/dist/blocks/hero/hero-2.schema.js +0 -282
- package/dist/blocks/hero/hero-3.d.ts +0 -5
- package/dist/blocks/hero/hero-3.js +0 -4
- package/dist/blocks/hero/hero-3.schema.d.ts +0 -54
- package/dist/blocks/hero/hero-3.schema.js +0 -378
- package/dist/blocks/hero/hero-4.d.ts +0 -5
- package/dist/blocks/hero/hero-4.js +0 -30
- package/dist/blocks/hero/hero-4.schema.d.ts +0 -33
- package/dist/blocks/hero/hero-4.schema.js +0 -316
- package/dist/blocks/hero/hero-5.d.ts +0 -5
- package/dist/blocks/hero/hero-5.js +0 -30
- package/dist/blocks/hero/hero-5.schema.d.ts +0 -32
- package/dist/blocks/hero/hero-5.schema.js +0 -183
- package/dist/blocks/hero/hero-6.d.ts +0 -5
- package/dist/blocks/hero/hero-6.js +0 -8
- package/dist/blocks/hero/hero-6.schema.d.ts +0 -36
- package/dist/blocks/hero/hero-6.schema.js +0 -617
- package/dist/blocks/hero/hero-7.d.ts +0 -5
- package/dist/blocks/hero/hero-7.js +0 -40
- package/dist/blocks/hero/hero-7.schema.d.ts +0 -12
- package/dist/blocks/hero/hero-7.schema.js +0 -471
- package/dist/blocks/hero/hero-8.d.ts +0 -5
- package/dist/blocks/hero/hero-8.js +0 -39
- package/dist/blocks/hero/hero-8.schema.d.ts +0 -17
- package/dist/blocks/hero/hero-8.schema.js +0 -343
- package/dist/blocks/hero/hero-9.d.ts +0 -6
- package/dist/blocks/hero/hero-9.js +0 -4
- package/dist/blocks/hero/hero-9.schema.d.ts +0 -39
- package/dist/blocks/hero/hero-9.schema.js +0 -355
- package/dist/blocks/index.d.ts +0 -3
- package/dist/blocks/index.js +0 -74
- package/dist/blocks/logos/logos-1.d.ts +0 -5
- package/dist/blocks/logos/logos-1.js +0 -10
- package/dist/blocks/logos/logos-1.schema.d.ts +0 -34
- package/dist/blocks/logos/logos-1.schema.js +0 -239
- package/dist/blocks/navbar/navbar-1.d.ts +0 -6
- package/dist/blocks/navbar/navbar-1.js +0 -100
- package/dist/blocks/navbar/navbar-1.schema.d.ts +0 -117
- package/dist/blocks/navbar/navbar-1.schema.js +0 -938
- package/dist/blocks/navbar/navbar-2.d.ts +0 -6
- package/dist/blocks/navbar/navbar-2.js +0 -99
- package/dist/blocks/navbar/navbar-2.schema.d.ts +0 -134
- package/dist/blocks/navbar/navbar-2.schema.js +0 -1200
- package/dist/blocks/pricing/pricing-1.d.ts +0 -5
- package/dist/blocks/pricing/pricing-1.js +0 -4
- package/dist/blocks/pricing/pricing-1.schema.d.ts +0 -87
- package/dist/blocks/pricing/pricing-1.schema.js +0 -976
- package/dist/blocks/products/products-listing-1.d.ts +0 -5
- package/dist/blocks/products/products-listing-1.js +0 -4
- package/dist/blocks/products/products-listing-1.schema.d.ts +0 -36
- package/dist/blocks/products/products-listing-1.schema.js +0 -264
- package/dist/blocks/stats/stats-1.d.ts +0 -6
- package/dist/blocks/stats/stats-1.js +0 -6
- package/dist/blocks/stats/stats-1.schema.d.ts +0 -25
- package/dist/blocks/stats/stats-1.schema.js +0 -213
- package/dist/blocks/stats/stats-2.d.ts +0 -6
- package/dist/blocks/stats/stats-2.js +0 -6
- package/dist/blocks/stats/stats-2.schema.d.ts +0 -5
- package/dist/blocks/stats/stats-2.schema.js +0 -104
- package/dist/blocks/stats/variants/default.d.ts +0 -22
- package/dist/blocks/stats/variants/default.js +0 -185
- package/dist/blocks/stats/variants/hero.d.ts +0 -3
- package/dist/blocks/stats/variants/hero.js +0 -151
- package/dist/blocks/stats/variants/index.d.ts +0 -4
- package/dist/blocks/team/team-1.d.ts +0 -6
- package/dist/blocks/team/team-1.js +0 -6
- package/dist/blocks/team/team-1.schema.d.ts +0 -65
- package/dist/blocks/team/team-1.schema.js +0 -476
- package/dist/blocks/team/team-2.d.ts +0 -6
- package/dist/blocks/team/team-2.js +0 -6
- package/dist/blocks/team/team-2.schema.d.ts +0 -52
- package/dist/blocks/team/team-2.schema.js +0 -2732
- package/dist/blocks/team/team-3.d.ts +0 -5
- package/dist/blocks/team/team-3.js +0 -30
- package/dist/blocks/team/team-3.schema.d.ts +0 -32
- package/dist/blocks/team/team-3.schema.js +0 -679
- package/dist/blocks/termsAndPrivacy/terms-and-conditions-1.d.ts +0 -6
- package/dist/blocks/termsAndPrivacy/terms-and-conditions-1.js +0 -4
- package/dist/blocks/termsAndPrivacy/terms-and-conditions-1.schema.d.ts +0 -14
- package/dist/blocks/termsAndPrivacy/terms-and-conditions-1.schema.js +0 -154
- package/dist/blocks/testimonial/testimonial-1.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-1.js +0 -10
- package/dist/blocks/testimonial/testimonial-1.schema.d.ts +0 -16
- package/dist/blocks/testimonial/testimonial-1.schema.js +0 -314
- package/dist/blocks/testimonial/testimonial-2.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-2.js +0 -42
- package/dist/blocks/testimonial/testimonial-2.schema.d.ts +0 -54
- package/dist/blocks/testimonial/testimonial-2.schema.js +0 -771
- package/dist/blocks/testimonial/testimonial-3.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-3.js +0 -38
- package/dist/blocks/testimonial/testimonial-3.schema.d.ts +0 -56
- package/dist/blocks/testimonial/testimonial-3.schema.js +0 -260
- package/dist/blocks/testimonial/testimonial-4.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-4.js +0 -51
- package/dist/blocks/testimonial/testimonial-4.schema.d.ts +0 -145
- package/dist/blocks/testimonial/testimonial-4.schema.js +0 -3214
- package/dist/blocks/testimonial/testimonial-5.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-5.js +0 -31
- package/dist/blocks/testimonial/testimonial-5.schema.d.ts +0 -33
- package/dist/blocks/testimonial/testimonial-5.schema.js +0 -401
- package/dist/blocks/testimonial/testimonial-6.d.ts +0 -5
- package/dist/blocks/testimonial/testimonial-6.js +0 -39
- package/dist/blocks/testimonial/testimonial-6.schema.d.ts +0 -60
- package/dist/blocks/testimonial/testimonial-6.schema.js +0 -695
- package/dist/index.d.ts +0 -6
- package/dist/schemas/blocks.d.ts +0 -3
- package/dist/schemas/categories.d.ts +0 -3
- package/dist/schemas/categories.js +0 -129
- package/dist/schemas/index.d.ts +0 -3
- /package/{dist/schemas/index.js → src/schemas/index.ts} +0 -0
|
@@ -0,0 +1,379 @@
|
|
|
1
|
+
import type { IBlock } from "@levo-so/studio";
|
|
2
|
+
const DUMMY_IMAGE = {
|
|
3
|
+
id: "7141014160938075687",
|
|
4
|
+
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
5
|
+
kind: "image",
|
|
6
|
+
mimetype: "image/png",
|
|
7
|
+
srcset: {
|
|
8
|
+
"1080w":
|
|
9
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
10
|
+
"1200w":
|
|
11
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
12
|
+
"1920w":
|
|
13
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
14
|
+
"320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
15
|
+
"640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
16
|
+
"750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
17
|
+
"828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
18
|
+
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
19
|
+
},
|
|
20
|
+
};
|
|
21
|
+
const DEFAULT_CONTENT = {
|
|
22
|
+
layout: null,
|
|
23
|
+
container: null,
|
|
24
|
+
main_wrapper: null,
|
|
25
|
+
left_container: null,
|
|
26
|
+
content_wrapper: null,
|
|
27
|
+
label: "About Us",
|
|
28
|
+
title: "Care That Feels Like Family",
|
|
29
|
+
description:
|
|
30
|
+
"Dignified, personalized senior care that keeps your loved ones safe, happy, and independent — right where they belong.",
|
|
31
|
+
cta: "Contact Us",
|
|
32
|
+
stats_container: null,
|
|
33
|
+
stats: [
|
|
34
|
+
{
|
|
35
|
+
stat_wrapper: null,
|
|
36
|
+
value: "95%",
|
|
37
|
+
label: "Client Satisfaction",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
stat_wrapper: null,
|
|
41
|
+
value: "150+",
|
|
42
|
+
label: "Trained Caregivers",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
stat_wrapper: null,
|
|
46
|
+
value: "80+",
|
|
47
|
+
label: "Families Served",
|
|
48
|
+
},
|
|
49
|
+
],
|
|
50
|
+
right_container: null,
|
|
51
|
+
hero_image: DUMMY_IMAGE,
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export type IHero9Content = typeof DEFAULT_CONTENT;
|
|
55
|
+
|
|
56
|
+
export const Hero9: IBlock = {
|
|
57
|
+
category_id: "hero",
|
|
58
|
+
title: "Hero 9",
|
|
59
|
+
key: "hero-9",
|
|
60
|
+
version: "v1",
|
|
61
|
+
prompt_description:
|
|
62
|
+
"Two-column hero section with left side content including title, description, CTA button and statistics grid, paired with a large hero image on the right side.",
|
|
63
|
+
content_schema: [
|
|
64
|
+
{
|
|
65
|
+
key: "layout",
|
|
66
|
+
label: "Layout",
|
|
67
|
+
field_interface: "LayoutWidget",
|
|
68
|
+
hint: {
|
|
69
|
+
prompt_description:
|
|
70
|
+
"Overall hero section layout controlling spacing, background, and structure for the two-column layout.",
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
key: "container",
|
|
75
|
+
label: "Container",
|
|
76
|
+
field_interface: "ContainerWidget",
|
|
77
|
+
hint: {
|
|
78
|
+
prompt_description:
|
|
79
|
+
"Main container for centering and constraining the hero section content width.",
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
key: "main_wrapper",
|
|
84
|
+
label: "Main Wrapper",
|
|
85
|
+
field_interface: "BoxWidget",
|
|
86
|
+
hint: {
|
|
87
|
+
prompt_description:
|
|
88
|
+
"Primary wrapper containing both left content and right image sections in a flex row layout.",
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
key: "left_container",
|
|
93
|
+
label: "Left Container",
|
|
94
|
+
field_interface: "BoxWidget",
|
|
95
|
+
hint: {
|
|
96
|
+
prompt_description:
|
|
97
|
+
"Left side container holding the main content including title, description, CTA, and statistics.",
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
key: "content_wrapper",
|
|
102
|
+
label: "Content Wrapper",
|
|
103
|
+
field_interface: "BoxWidget",
|
|
104
|
+
hint: {
|
|
105
|
+
prompt_description:
|
|
106
|
+
"Wrapper for the main content elements (title, description, CTA) with proper vertical spacing.",
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
key: "label",
|
|
111
|
+
label: "Label",
|
|
112
|
+
field_interface: "TypographyWidget",
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
key: "title",
|
|
116
|
+
label: "Hero Title",
|
|
117
|
+
field_interface: "HeadingWidget",
|
|
118
|
+
hint: {
|
|
119
|
+
prompt_description:
|
|
120
|
+
"Main hero headline that communicates the primary value proposition. Should be compelling and emotional.",
|
|
121
|
+
min_characters: 30,
|
|
122
|
+
max_characters: 60,
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
key: "description",
|
|
127
|
+
label: "Hero Description",
|
|
128
|
+
field_interface: "TypographyWidget",
|
|
129
|
+
hint: {
|
|
130
|
+
prompt_description:
|
|
131
|
+
"Supporting text that elaborates on the main headline, providing additional context and benefits.",
|
|
132
|
+
min_characters: 80,
|
|
133
|
+
max_characters: 200,
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
key: "cta",
|
|
138
|
+
label: "Call to Action",
|
|
139
|
+
field_interface: "ButtonWidget",
|
|
140
|
+
hint: {
|
|
141
|
+
prompt_description:
|
|
142
|
+
"Primary action button that encourages user engagement. Should be clear and action-oriented.",
|
|
143
|
+
min_characters: 8,
|
|
144
|
+
max_characters: 20,
|
|
145
|
+
},
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
key: "stats_container",
|
|
149
|
+
label: "Stats Container",
|
|
150
|
+
field_interface: "BoxWidget",
|
|
151
|
+
hint: {
|
|
152
|
+
prompt_description:
|
|
153
|
+
"Container for the statistics section providing proper spacing and layout structure.",
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
key: "stats",
|
|
158
|
+
label: "Statistics",
|
|
159
|
+
field_interface: "BoxWidget",
|
|
160
|
+
kind: "group",
|
|
161
|
+
hint: {
|
|
162
|
+
prompt_description:
|
|
163
|
+
"Collection of key metrics or achievements that build credibility and trust with potential customers.",
|
|
164
|
+
min_items: 3,
|
|
165
|
+
max_items: 4,
|
|
166
|
+
},
|
|
167
|
+
fields: [
|
|
168
|
+
{
|
|
169
|
+
key: "stat_wrapper",
|
|
170
|
+
label: "Stat Wrapper",
|
|
171
|
+
field_interface: "BoxWidget",
|
|
172
|
+
hint: {
|
|
173
|
+
prompt_description:
|
|
174
|
+
"Individual statistic container with proper vertical alignment for value and label.",
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
key: "value",
|
|
179
|
+
label: "Stat Value",
|
|
180
|
+
field_interface: "HeadingWidget",
|
|
181
|
+
hint: {
|
|
182
|
+
prompt_description:
|
|
183
|
+
"The numerical value or percentage that represents the achievement or metric (e.g., '95%', '150+').",
|
|
184
|
+
min_characters: 2,
|
|
185
|
+
max_characters: 8,
|
|
186
|
+
},
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
key: "label",
|
|
190
|
+
label: "Stat Label",
|
|
191
|
+
field_interface: "TypographyWidget",
|
|
192
|
+
hint: {
|
|
193
|
+
prompt_description:
|
|
194
|
+
"Descriptive text explaining what the statistic represents (e.g., 'Client Satisfaction', 'Trained Caregivers').",
|
|
195
|
+
min_characters: 10,
|
|
196
|
+
max_characters: 30,
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
key: "right_container",
|
|
203
|
+
label: "Right Container",
|
|
204
|
+
field_interface: "BoxWidget",
|
|
205
|
+
hint: {
|
|
206
|
+
prompt_description:
|
|
207
|
+
"Right side container holding the hero image with appropriate sizing and positioning.",
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
key: "hero_image",
|
|
212
|
+
label: "Hero Image",
|
|
213
|
+
field_interface: "ImageWidget",
|
|
214
|
+
hint: {
|
|
215
|
+
prompt_description:
|
|
216
|
+
"Large, high-quality image that visually represents the service or creates emotional connection with the audience.",
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
],
|
|
220
|
+
layouts: [
|
|
221
|
+
{
|
|
222
|
+
title: "Default",
|
|
223
|
+
key: "default",
|
|
224
|
+
styles: {
|
|
225
|
+
layout: {
|
|
226
|
+
"padding-top": "5xl",
|
|
227
|
+
"padding-bottom": "5xl",
|
|
228
|
+
"padding-left": "xl",
|
|
229
|
+
"padding-right": "xl",
|
|
230
|
+
"background-color": "oklch(0.9643 0.0169 61.9599)",
|
|
231
|
+
tablet: {
|
|
232
|
+
"padding-top": "4xl",
|
|
233
|
+
"padding-bottom": "4xl",
|
|
234
|
+
"padding-left": "lg",
|
|
235
|
+
"padding-right": "lg",
|
|
236
|
+
},
|
|
237
|
+
mobile: {
|
|
238
|
+
"padding-top": "3xl",
|
|
239
|
+
"padding-bottom": "3xl",
|
|
240
|
+
"padding-left": "base",
|
|
241
|
+
"padding-right": "base",
|
|
242
|
+
},
|
|
243
|
+
},
|
|
244
|
+
container: {
|
|
245
|
+
"max-width": "1280px",
|
|
246
|
+
"margin-left": "auto",
|
|
247
|
+
"margin-right": "auto",
|
|
248
|
+
},
|
|
249
|
+
main_wrapper: {
|
|
250
|
+
display: "flex",
|
|
251
|
+
"align-items": "center",
|
|
252
|
+
"column-gap": "4xl",
|
|
253
|
+
tablet: {
|
|
254
|
+
"column-gap": "3xl",
|
|
255
|
+
},
|
|
256
|
+
mobile: {
|
|
257
|
+
"flex-direction": "column",
|
|
258
|
+
"row-gap": "3xl",
|
|
259
|
+
},
|
|
260
|
+
},
|
|
261
|
+
left_container: {
|
|
262
|
+
flex: "1",
|
|
263
|
+
display: "flex",
|
|
264
|
+
"flex-direction": "column",
|
|
265
|
+
"row-gap": "3xl",
|
|
266
|
+
},
|
|
267
|
+
content_wrapper: {
|
|
268
|
+
display: "flex",
|
|
269
|
+
"flex-direction": "column",
|
|
270
|
+
"row-gap": "lg",
|
|
271
|
+
},
|
|
272
|
+
label: {
|
|
273
|
+
"background-color": "brand",
|
|
274
|
+
width: "fit-content",
|
|
275
|
+
"border-radius": "3xl",
|
|
276
|
+
"padding-left": "2xs",
|
|
277
|
+
"padding-right": "2xs",
|
|
278
|
+
"padding-top": "4xs",
|
|
279
|
+
"padding-bottom": "4xs",
|
|
280
|
+
color: "white",
|
|
281
|
+
},
|
|
282
|
+
title: {
|
|
283
|
+
color: "text-1",
|
|
284
|
+
},
|
|
285
|
+
description: {
|
|
286
|
+
color: "text-2",
|
|
287
|
+
},
|
|
288
|
+
cta: {
|
|
289
|
+
"background-color": "oklch(0.3451 0.1175 164.4309)",
|
|
290
|
+
color: "white",
|
|
291
|
+
"padding-top": "sm",
|
|
292
|
+
"padding-bottom": "sm",
|
|
293
|
+
"padding-left": "lg",
|
|
294
|
+
"padding-right": "lg",
|
|
295
|
+
"align-self": "flex-start",
|
|
296
|
+
},
|
|
297
|
+
stats_container: {
|
|
298
|
+
display: "flex",
|
|
299
|
+
"flex-direction": "column",
|
|
300
|
+
"row-gap": "base",
|
|
301
|
+
},
|
|
302
|
+
stats_levoGroup: {
|
|
303
|
+
display: "flex",
|
|
304
|
+
"column-gap": "2xl",
|
|
305
|
+
mobile: {
|
|
306
|
+
"flex-direction": "column",
|
|
307
|
+
"row-gap": "base",
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
right_container: {
|
|
311
|
+
flex: "1",
|
|
312
|
+
},
|
|
313
|
+
hero_image: {
|
|
314
|
+
width: "100%",
|
|
315
|
+
"aspect-ratio": "4/3",
|
|
316
|
+
"object-fit": "cover",
|
|
317
|
+
"border-radius": "base",
|
|
318
|
+
},
|
|
319
|
+
stats: [
|
|
320
|
+
{
|
|
321
|
+
stat_wrapper: {
|
|
322
|
+
display: "flex",
|
|
323
|
+
"flex-direction": "column",
|
|
324
|
+
"row-gap": "xs",
|
|
325
|
+
},
|
|
326
|
+
value: {
|
|
327
|
+
color: "text-1",
|
|
328
|
+
},
|
|
329
|
+
label: {
|
|
330
|
+
color: "text-2",
|
|
331
|
+
},
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
stat_wrapper: {
|
|
335
|
+
display: "flex",
|
|
336
|
+
"flex-direction": "column",
|
|
337
|
+
"row-gap": "xs",
|
|
338
|
+
},
|
|
339
|
+
value: {
|
|
340
|
+
color: "text-1",
|
|
341
|
+
},
|
|
342
|
+
label: {
|
|
343
|
+
color: "text-2",
|
|
344
|
+
},
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
stat_wrapper: {
|
|
348
|
+
display: "flex",
|
|
349
|
+
"flex-direction": "column",
|
|
350
|
+
"row-gap": "xs",
|
|
351
|
+
},
|
|
352
|
+
value: {
|
|
353
|
+
color: "text-1",
|
|
354
|
+
},
|
|
355
|
+
label: {
|
|
356
|
+
color: "text-2",
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
],
|
|
360
|
+
},
|
|
361
|
+
content: DEFAULT_CONTENT,
|
|
362
|
+
config: {
|
|
363
|
+
title: {
|
|
364
|
+
heading: {
|
|
365
|
+
level: 1,
|
|
366
|
+
},
|
|
367
|
+
selectedVariants: {
|
|
368
|
+
Heading_Level: "H1",
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
cta: {
|
|
372
|
+
selectedVariants: {
|
|
373
|
+
Button_Variants: "Primary",
|
|
374
|
+
},
|
|
375
|
+
},
|
|
376
|
+
},
|
|
377
|
+
},
|
|
378
|
+
],
|
|
379
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Box,
|
|
3
|
+
Button,
|
|
4
|
+
Container,
|
|
5
|
+
Heading,
|
|
6
|
+
Image,
|
|
7
|
+
type ILevoBlockBaseProps,
|
|
8
|
+
Section,
|
|
9
|
+
Typography,
|
|
10
|
+
} from "@levo-so/studio";
|
|
11
|
+
import React from "react";
|
|
12
|
+
|
|
13
|
+
import type { IHero9Content } from "./hero-9.schema";
|
|
14
|
+
|
|
15
|
+
const Hero9: React.FC<ILevoBlockBaseProps<IHero9Content>> = ({ content }) => (
|
|
16
|
+
<Section elementKey="layout">
|
|
17
|
+
<Container elementKey="container">
|
|
18
|
+
<Box elementKey="main_wrapper">
|
|
19
|
+
<Box elementKey="left_container">
|
|
20
|
+
<Box elementKey="content_wrapper">
|
|
21
|
+
<Typography elementKey="label" />
|
|
22
|
+
<Heading elementKey="title" />
|
|
23
|
+
<Typography elementKey="description" />
|
|
24
|
+
<Button elementKey="cta" />
|
|
25
|
+
</Box>
|
|
26
|
+
<Box elementKey="stats_container">
|
|
27
|
+
<Box elementKey="stats_levoGroup" data-levo_group>
|
|
28
|
+
{(content?.stats ?? []).map((_, index: number) => (
|
|
29
|
+
<Box
|
|
30
|
+
key={`stat-${index}`}
|
|
31
|
+
data-levo_group_item
|
|
32
|
+
elementKey={`stats.${index}.stat_wrapper`}
|
|
33
|
+
>
|
|
34
|
+
<Heading elementKey={`stats.${index}.value`} />
|
|
35
|
+
<Typography elementKey={`stats.${index}.label`} />
|
|
36
|
+
</Box>
|
|
37
|
+
))}
|
|
38
|
+
</Box>
|
|
39
|
+
</Box>
|
|
40
|
+
</Box>
|
|
41
|
+
<Box elementKey="right_container">
|
|
42
|
+
<Image elementKey="hero_image" alt="Hero image" />
|
|
43
|
+
</Box>
|
|
44
|
+
</Box>
|
|
45
|
+
</Container>
|
|
46
|
+
</Section>
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
export default Hero9;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import type { BlockComponent } from "@levo-so/studio";
|
|
2
|
+
import { lazy } from "react";
|
|
3
|
+
|
|
4
|
+
export const blocks: Record<string, BlockComponent> = {
|
|
5
|
+
"about-us-1:v1": lazy(() => import("./about-us/about-us-1")),
|
|
6
|
+
"blog-listing-1:v1": lazy(() => import("./blogs/blog-listing-1")),
|
|
7
|
+
"blog-listing-2:v1": lazy(() => import("./blogs/blog-listing-2")),
|
|
8
|
+
"blog-post-1:v1": lazy(() => import("./blogs/blog-post-1")),
|
|
9
|
+
"blog-post-2:v1": lazy(() => import("./blogs/blog-post-2")),
|
|
10
|
+
"cards-2:v1": lazy(() => import("./cards/cards-2")),
|
|
11
|
+
"cards-3:v1": lazy(() => import("./cards/cards-3")),
|
|
12
|
+
"cards-4:v1": lazy(() => import("./cards/cards-4")),
|
|
13
|
+
"cards-5:v1": lazy(() => import("./cards/cards-5")),
|
|
14
|
+
"cards-6:v1": lazy(() => import("./cards/cards-6")),
|
|
15
|
+
"cards-7:v1": lazy(() => import("./cards/cards-7")),
|
|
16
|
+
"cards-9:v1": lazy(() => import("./cards/cards-9")),
|
|
17
|
+
"cards-10:v1": lazy(() => import("./cards/cards-10")),
|
|
18
|
+
"cards-11:v1": lazy(() => import("./cards/cards-11")),
|
|
19
|
+
"cards-12:v1": lazy(() => import("./cards/cards-12")),
|
|
20
|
+
"contact-us-1:v1": lazy(() => import("./contact-us/contact-us-1")),
|
|
21
|
+
"contact-us-2:v1": lazy(() => import("./contact-us/contact-us-2")),
|
|
22
|
+
"content-1:v1": lazy(() => import("./content/content-1")),
|
|
23
|
+
"content-2:v1": lazy(() => import("./content/content-2")),
|
|
24
|
+
"content-3:v1": lazy(() => import("./content/content-3")),
|
|
25
|
+
"content-4:v1": lazy(() => import("./content/content-4")),
|
|
26
|
+
"content-5:v1": lazy(() => import("./content/content-5")),
|
|
27
|
+
"content-6:v1": lazy(() => import("./content/content-6")),
|
|
28
|
+
"cta-1:v1": lazy(() => import("./cta/cta-1")),
|
|
29
|
+
"cta-2:v1": lazy(() => import("./cta/cta-2")),
|
|
30
|
+
"cta-3:v1": lazy(() => import("./cta/cta-3")),
|
|
31
|
+
"embed-1:v1": lazy(() => import("./embed/embed-1")),
|
|
32
|
+
"event-listing:v1": lazy(() => import("./event/event-listing")),
|
|
33
|
+
"event-listing-2:v1": lazy(() => import("./event/event-listing-2")),
|
|
34
|
+
"event-listing-3:v1": lazy(() => import("./event/event-listing-3")),
|
|
35
|
+
"event-details:v1": lazy(() => import("./event/event-details")),
|
|
36
|
+
"faq-1:v1": lazy(() => import("./faq/faq-1")),
|
|
37
|
+
"faq-2:v1": lazy(() => import("./faq/faq-2")),
|
|
38
|
+
"faq-3:v1": lazy(() => import("./faq/faq-3")),
|
|
39
|
+
"features-1:v1": lazy(() => import("./features/features-1/features-1")),
|
|
40
|
+
"features-2:v1": lazy(() => import("./features/features-2")),
|
|
41
|
+
"features-3:v1": lazy(() => import("./features/features-3")),
|
|
42
|
+
"features-4:v1": lazy(() => import("./features/features-4")),
|
|
43
|
+
"features-5:v1": lazy(() => import("./features/features-5")),
|
|
44
|
+
"features-6:v1": lazy(() => import("./features/features-6")),
|
|
45
|
+
"footer-1:v1": lazy(() => import("./footer/footer-1")),
|
|
46
|
+
"footer-2:v1": lazy(() => import("./footer/footer-2")),
|
|
47
|
+
"footer-3:v1": lazy(() => import("./footer/footer-3")),
|
|
48
|
+
"footer-4:v1": lazy(() => import("./footer/footer-4")),
|
|
49
|
+
"footer-5:v1": lazy(() => import("./footer/footer-5")),
|
|
50
|
+
"hero-1:v1": lazy(() => import("./hero/hero-1")),
|
|
51
|
+
"hero-2:v1": lazy(() => import("./hero/hero-2")),
|
|
52
|
+
"hero-4:v1": lazy(() => import("./hero/hero-4")),
|
|
53
|
+
"hero-5:v1": lazy(() => import("./hero/hero-5")),
|
|
54
|
+
"hero-6:v1": lazy(() => import("./hero/hero-6")),
|
|
55
|
+
"hero-7:v1": lazy(() => import("./hero/hero-7")),
|
|
56
|
+
"hero-8:v1": lazy(() => import("./hero/hero-8")),
|
|
57
|
+
"hero-9:v1": lazy(() => import("./hero/hero-9")),
|
|
58
|
+
"logos-1:v1": lazy(() => import("./logos/logos-1")),
|
|
59
|
+
"navbar-1:v1": lazy(() => import("./navbar/navbar-1")),
|
|
60
|
+
"navbar-2:v1": lazy(() => import("./navbar/navbar-2")),
|
|
61
|
+
"pricing-1:v1": lazy(() => import("./pricing/pricing-1")),
|
|
62
|
+
"products-listing-1:v1": lazy(() => import("./products/products-listing-1")),
|
|
63
|
+
"stats-1:v1": lazy(() => import("./stats/stats-1")),
|
|
64
|
+
"stats-2:v1": lazy(() => import("./stats/stats-2")),
|
|
65
|
+
"team-1:v1": lazy(() => import("./team/team-1")),
|
|
66
|
+
"team-2:v1": lazy(() => import("./team/team-2")),
|
|
67
|
+
"team-3:v1": lazy(() => import("./team/team-3")),
|
|
68
|
+
"testimonial-1:v1": lazy(() => import("./testimonial/testimonial-1")),
|
|
69
|
+
"testimonial-2:v1": lazy(() => import("./testimonial/testimonial-2")),
|
|
70
|
+
"testimonial-3:v1": lazy(() => import("./testimonial/testimonial-3")),
|
|
71
|
+
"testimonial-4:v1": lazy(() => import("./testimonial/testimonial-4")),
|
|
72
|
+
"testimonial-5:v1": lazy(() => import("./testimonial/testimonial-5")),
|
|
73
|
+
"testimonial-6:v1": lazy(() => import("./testimonial/testimonial-6")),
|
|
74
|
+
"terms-and-conditions-1:v1": lazy(
|
|
75
|
+
() => import("./termsAndPrivacy/terms-and-conditions-1"),
|
|
76
|
+
),
|
|
77
|
+
"carousel-1:v1": lazy(() => import("./carousel/carousel-1")),
|
|
78
|
+
};
|