@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
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Box, Button, Container, Heading, Image, Section, Typography, } from "@levo-so/studio";
|
|
3
|
-
const Hero2 = () => (_jsx(Section, { elementKey: "layout", children: _jsx(Container, { elementKey: "container", children: _jsxs(Box, { elementKey: "content_wrapper", children: [_jsx(Typography, { elementKey: "accent_heading" }), _jsx(Heading, { elementKey: "title" }), _jsx(Typography, { elementKey: "sub_title" }), _jsx(Button, { elementKey: "button" }), _jsx(Box, { elementKey: "spacer" }), _jsxs(Box, { elementKey: "image_wrapper", children: [_jsx(Image, { elementKey: "image_desktop", width: 800, height: 600, alt: "hero image desktop" }), _jsx(Image, { elementKey: "image_mobile", width: 400, height: 300, alt: "hero image mobile" })] })] }) }) }));
|
|
4
|
-
export default Hero2;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import type { IBlock } from "@levo-so/studio";
|
|
2
|
-
declare const DEFAULT_CONTENT: {
|
|
3
|
-
layout: null;
|
|
4
|
-
container: null;
|
|
5
|
-
content_wrapper: null;
|
|
6
|
-
title: string;
|
|
7
|
-
accent_heading: string;
|
|
8
|
-
sub_title: string;
|
|
9
|
-
button: string;
|
|
10
|
-
image_desktop: {
|
|
11
|
-
id: string;
|
|
12
|
-
location: string;
|
|
13
|
-
mimetype: string;
|
|
14
|
-
kind: string;
|
|
15
|
-
srcset: {
|
|
16
|
-
"1080w": string;
|
|
17
|
-
"1200w": string;
|
|
18
|
-
"1920w": string;
|
|
19
|
-
"320w": string;
|
|
20
|
-
"640w": string;
|
|
21
|
-
"750w": string;
|
|
22
|
-
"828w": string;
|
|
23
|
-
path: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
image_mobile: {
|
|
27
|
-
id: string;
|
|
28
|
-
location: string;
|
|
29
|
-
mimetype: string;
|
|
30
|
-
kind: string;
|
|
31
|
-
srcset: {
|
|
32
|
-
"1080w": string;
|
|
33
|
-
"1200w": string;
|
|
34
|
-
"1920w": string;
|
|
35
|
-
"320w": string;
|
|
36
|
-
"640w": string;
|
|
37
|
-
"750w": string;
|
|
38
|
-
"828w": string;
|
|
39
|
-
path: string;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
export type IHero2Content = typeof DEFAULT_CONTENT;
|
|
44
|
-
export declare const Hero2: IBlock;
|
|
45
|
-
export {};
|
|
46
|
-
//# sourceMappingURL=hero-2.schema.d.ts.map
|
|
@@ -1,282 +0,0 @@
|
|
|
1
|
-
const DEFAULT_CONTENT = {
|
|
2
|
-
layout: null,
|
|
3
|
-
container: null,
|
|
4
|
-
content_wrapper: null,
|
|
5
|
-
title: "Where Freshers Prepare and Land Their First Job",
|
|
6
|
-
accent_heading: "India's Largest Career Network Platform",
|
|
7
|
-
sub_title: "Curated exclusively for freshers, LineupX connect freshers and students with over 500 top employers actively recruiting from 100+ academic institutes. Our AI-powered tools help prepare and match you to maximize the opportunities for a perfect first job.",
|
|
8
|
-
button: "Book a Demo",
|
|
9
|
-
image_desktop: {
|
|
10
|
-
id: "QsAs4Om9TjJX",
|
|
11
|
-
location: "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX.png",
|
|
12
|
-
mimetype: "image/png",
|
|
13
|
-
kind: "image",
|
|
14
|
-
srcset: {
|
|
15
|
-
"1080w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp",
|
|
16
|
-
"1200w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp",
|
|
17
|
-
"1920w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp",
|
|
18
|
-
"320w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp",
|
|
19
|
-
"640w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp",
|
|
20
|
-
"750w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp",
|
|
21
|
-
"828w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp",
|
|
22
|
-
path: "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp 1920w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp 320w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp 640w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp 750w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp 828w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp 1080w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp 1200w",
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
image_mobile: {
|
|
26
|
-
id: "QsAs4Om9TjJX",
|
|
27
|
-
location: "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX.png",
|
|
28
|
-
mimetype: "image/png",
|
|
29
|
-
kind: "image",
|
|
30
|
-
srcset: {
|
|
31
|
-
"1080w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp",
|
|
32
|
-
"1200w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp",
|
|
33
|
-
"1920w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp",
|
|
34
|
-
"320w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp",
|
|
35
|
-
"640w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp",
|
|
36
|
-
"750w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp",
|
|
37
|
-
"828w": "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp",
|
|
38
|
-
path: "https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp 1920w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp 320w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp 640w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp 750w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp 828w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp 1080w, https://space.levo.in.net/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp 1200w",
|
|
39
|
-
},
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
export const Hero2 = {
|
|
43
|
-
category_id: "hero",
|
|
44
|
-
title: "Hero 2",
|
|
45
|
-
key: "hero-2",
|
|
46
|
-
version: "v1",
|
|
47
|
-
prompt_description: "Hero section featuring a vibrant illustration of connected user profiles, interface elements, and company logos, suggesting networking and opportunity, placed below headline, subheadline, and a central call-to-action button.",
|
|
48
|
-
content_schema: [
|
|
49
|
-
{
|
|
50
|
-
key: "layout",
|
|
51
|
-
label: "Layout",
|
|
52
|
-
field_interface: "LayoutWidget",
|
|
53
|
-
hint: {
|
|
54
|
-
prompt_description: "Defines the overall structural layout of the hero section, typically a centered columnar block with accent heading, title, subtitle, call-to-action, and supporting visuals. Should maintain strong visual hierarchy and balanced spacing for a modern landing page.",
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
key: "container",
|
|
59
|
-
label: "Container",
|
|
60
|
-
field_interface: "ContainerWidget",
|
|
61
|
-
hint: {
|
|
62
|
-
prompt_description: "Main bounding container for the hero content. Ensures adequate horizontal margins and vertically centers content for desktop and mobile. Should maintain clarity and visual focus on the central text and CTA.",
|
|
63
|
-
},
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
key: "content_wrapper",
|
|
67
|
-
label: "Content Wrapper",
|
|
68
|
-
field_interface: "BoxWidget",
|
|
69
|
-
hint: {
|
|
70
|
-
prompt_description: "A wrapper providing padding and alignment for the hero section’s textual content and primary call-to-action. Ensures optimal legibility and separation from background or visual elements.",
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
key: "accent_heading",
|
|
75
|
-
label: "Accent Heading",
|
|
76
|
-
field_interface: "TypographyWidget",
|
|
77
|
-
hint: {
|
|
78
|
-
prompt_description: "A short, uppercase or emphasized phrase placed above the main headline to introduce the platform’s unique value or status. Should be concise, attention-grabbing, and use a confident, aspirational tone.",
|
|
79
|
-
min_characters: 20,
|
|
80
|
-
max_characters: 60,
|
|
81
|
-
},
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
key: "title",
|
|
85
|
-
label: "Title",
|
|
86
|
-
field_interface: "HeadingWidget",
|
|
87
|
-
hint: {
|
|
88
|
-
prompt_description: "The main headline of the hero section, designed to immediately communicate the core outcome or promise of the platform for freshers and students. Should be bold, clear, and aspirational.",
|
|
89
|
-
min_characters: 40,
|
|
90
|
-
max_characters: 80,
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
key: "sub_title",
|
|
95
|
-
label: "Sub Title",
|
|
96
|
-
field_interface: "TypographyWidget",
|
|
97
|
-
hint: {
|
|
98
|
-
prompt_description: "A descriptive paragraph summarizing the platform’s offering, tools, and unique advantages. Should elaborate on the headline, be informative and approachable, and fit as a supporting lead under the main title.",
|
|
99
|
-
min_characters: 120,
|
|
100
|
-
max_characters: 300,
|
|
101
|
-
},
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
key: "button",
|
|
105
|
-
label: "Button",
|
|
106
|
-
field_interface: "ButtonWidget",
|
|
107
|
-
hint: {
|
|
108
|
-
prompt_description: "Primary call-to-action button. Clear, direct, and action-oriented to prompt users to book a demo or get started. Should use a friendly but confident tone and fit on one line.",
|
|
109
|
-
min_characters: 8,
|
|
110
|
-
max_characters: 32,
|
|
111
|
-
},
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
key: "spacer",
|
|
115
|
-
label: "Spacer",
|
|
116
|
-
field_interface: "BoxWidget",
|
|
117
|
-
hint: {
|
|
118
|
-
prompt_description: "An element to visually separate content blocks or add vertical spacing between the text content and the illustrative hero image, ensuring a balanced layout.",
|
|
119
|
-
},
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
key: "image_wrapper",
|
|
123
|
-
label: "Image Wrapper",
|
|
124
|
-
field_interface: "BoxWidget",
|
|
125
|
-
hint: {
|
|
126
|
-
prompt_description: "A container for positioning and scaling the hero illustration or composite imagery, ensuring it aligns harmoniously with the surrounding text and background elements.",
|
|
127
|
-
},
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
key: "image_desktop",
|
|
131
|
-
label: "Hero Image Desktop",
|
|
132
|
-
field_interface: "MediaWidget",
|
|
133
|
-
hint: {
|
|
134
|
-
prompt_description: "Main illustrative or composite image for the hero section on desktop. Should visually reinforce the platform’s focus on freshers, students, and job opportunities. Orientation is landscape, size is large to cover significant horizontal space, with role as hero/lead illustrative visual.",
|
|
135
|
-
orientation: "landscape",
|
|
136
|
-
size: "large",
|
|
137
|
-
usecase: "hero",
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
key: "image_mobile",
|
|
142
|
-
label: "Hero Image Mobile",
|
|
143
|
-
field_interface: "MediaWidget",
|
|
144
|
-
hint: {
|
|
145
|
-
prompt_description: "Optimized version of the hero illustration or composite for mobile screens. Must be visually coherent with the desktop version but formatted for vertical (potrait) viewing, medium to large size, and serves as the visual focus for mobile hero sections.",
|
|
146
|
-
orientation: "portrait",
|
|
147
|
-
size: "medium",
|
|
148
|
-
usecase: "hero",
|
|
149
|
-
},
|
|
150
|
-
},
|
|
151
|
-
],
|
|
152
|
-
layouts: [
|
|
153
|
-
{
|
|
154
|
-
title: "Default",
|
|
155
|
-
key: "default",
|
|
156
|
-
styles: {
|
|
157
|
-
layout: {
|
|
158
|
-
width: "100%",
|
|
159
|
-
"padding-bottom": "13xl",
|
|
160
|
-
"background-color": "white",
|
|
161
|
-
},
|
|
162
|
-
container: {
|
|
163
|
-
"margin-left": "auto",
|
|
164
|
-
"margin-right": "auto",
|
|
165
|
-
width: "100%",
|
|
166
|
-
position: "relative",
|
|
167
|
-
"background-color": "brand",
|
|
168
|
-
"padding-top": "11xl",
|
|
169
|
-
"padding-bottom": "24xl",
|
|
170
|
-
"media:max:768px": {
|
|
171
|
-
"padding-top": "3xl",
|
|
172
|
-
"padding-bottom": "22xl",
|
|
173
|
-
},
|
|
174
|
-
"media:max:480px": {
|
|
175
|
-
"padding-top": "3xl",
|
|
176
|
-
"padding-bottom": "15xl",
|
|
177
|
-
"max-width": "none",
|
|
178
|
-
"object-fit": "none",
|
|
179
|
-
"padding-left": "md",
|
|
180
|
-
"padding-right": "md",
|
|
181
|
-
},
|
|
182
|
-
},
|
|
183
|
-
content_wrapper: {
|
|
184
|
-
position: "relative",
|
|
185
|
-
display: "flex",
|
|
186
|
-
"flex-direction": "column",
|
|
187
|
-
"align-items": "center",
|
|
188
|
-
"justify-content": "center",
|
|
189
|
-
"row-gap": "xl",
|
|
190
|
-
"column-gap": "xl",
|
|
191
|
-
},
|
|
192
|
-
accent_heading: {
|
|
193
|
-
"text-align": "center",
|
|
194
|
-
"font-size": "base",
|
|
195
|
-
"font-weight": 700,
|
|
196
|
-
"text-transform": "uppercase",
|
|
197
|
-
"line-height": 1.625,
|
|
198
|
-
color: "brandSecondary",
|
|
199
|
-
},
|
|
200
|
-
title: {
|
|
201
|
-
"max-width": "66rem",
|
|
202
|
-
"margin-left": "auto",
|
|
203
|
-
"margin-right": "auto",
|
|
204
|
-
"text-align": "center",
|
|
205
|
-
"font-size": "6xl",
|
|
206
|
-
"font-weight": 700,
|
|
207
|
-
"line-height": 1.5,
|
|
208
|
-
color: "brandForeground",
|
|
209
|
-
"media:max:480px": {
|
|
210
|
-
"font-size": "4xl",
|
|
211
|
-
"line-height": 1.5,
|
|
212
|
-
},
|
|
213
|
-
},
|
|
214
|
-
sub_title: {
|
|
215
|
-
"max-width": "42rem",
|
|
216
|
-
"margin-left": "auto",
|
|
217
|
-
"margin-right": "auto",
|
|
218
|
-
"padding-left": "5xs",
|
|
219
|
-
"padding-right": "5xs",
|
|
220
|
-
"text-align": "center",
|
|
221
|
-
"font-size": "lg",
|
|
222
|
-
"font-weight": 400,
|
|
223
|
-
"line-height": 1.625,
|
|
224
|
-
color: "brandForeground",
|
|
225
|
-
},
|
|
226
|
-
button: {
|
|
227
|
-
"z-index": "10",
|
|
228
|
-
"border-radius": "3xl",
|
|
229
|
-
"padding-top": "base",
|
|
230
|
-
"padding-right": "4xl",
|
|
231
|
-
"padding-bottom": "base",
|
|
232
|
-
"padding-left": "4xl",
|
|
233
|
-
"text-align": "center",
|
|
234
|
-
"font-size": "base",
|
|
235
|
-
"font-weight": 600,
|
|
236
|
-
"line-height": 1.625,
|
|
237
|
-
"background-color": "brandSecondary",
|
|
238
|
-
color: "brandSecondaryForeground",
|
|
239
|
-
_hover: {
|
|
240
|
-
opacity: 0.85,
|
|
241
|
-
},
|
|
242
|
-
},
|
|
243
|
-
spacer: {
|
|
244
|
-
width: "100%",
|
|
245
|
-
height: "50%",
|
|
246
|
-
},
|
|
247
|
-
image_wrapper: {
|
|
248
|
-
position: "absolute",
|
|
249
|
-
"z-index": "0",
|
|
250
|
-
top: "100%",
|
|
251
|
-
display: "flex",
|
|
252
|
-
"align-items": "center",
|
|
253
|
-
"justify-content": "center",
|
|
254
|
-
"media:min:1024px": {
|
|
255
|
-
top: "80%",
|
|
256
|
-
},
|
|
257
|
-
},
|
|
258
|
-
image_desktop: {
|
|
259
|
-
"object-fit": "contain",
|
|
260
|
-
display: "block",
|
|
261
|
-
"media:min:640px": {
|
|
262
|
-
display: "block",
|
|
263
|
-
},
|
|
264
|
-
"media:max:480px": {
|
|
265
|
-
display: "none",
|
|
266
|
-
},
|
|
267
|
-
width: "100%",
|
|
268
|
-
height: "auto",
|
|
269
|
-
},
|
|
270
|
-
image_mobile: {
|
|
271
|
-
"object-fit": "contain",
|
|
272
|
-
display: "block",
|
|
273
|
-
"media:min:640px": {
|
|
274
|
-
display: "none",
|
|
275
|
-
},
|
|
276
|
-
},
|
|
277
|
-
},
|
|
278
|
-
content: DEFAULT_CONTENT,
|
|
279
|
-
config: {},
|
|
280
|
-
},
|
|
281
|
-
],
|
|
282
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Heading, Image, Typography, Container, Section, Box, } from "@levo-so/studio";
|
|
3
|
-
const Hero3 = ({ content }) => (_jsx(Section, { elementKey: "layout", children: _jsxs(Container, { elementKey: "container", children: [_jsxs(Box, { elementKey: "header_wrapper", children: [_jsxs(Box, { elementKey: "badge_wrapper", children: [_jsx(Image, { alt: "", elementKey: "badge_icon", width: 20, height: 20 }), _jsx(Typography, { elementKey: "badge_text" })] }), _jsxs(Box, { elementKey: "headings_wrapper", children: [_jsx(Heading, { elementKey: "title" }), _jsx(Typography, { elementKey: "description" })] })] }), _jsx(Box, { "data-levo_group": true, elementKey: "features_levoGroup", children: [...(content.features ?? []).slice(0, 3)].map((_, index) => (_jsxs(Box, { "data-levo_group_item": true, elementKey: `features.${index}.card`, children: [_jsx(Box, { elementKey: `features.${index}.icon_wrapper`, children: _jsx(Image, { elementKey: `features.${index}.icon`, width: 24, height: 24, alt: "" }) }), _jsx(Heading, { elementKey: `features.${index}.title` }), _jsx(Typography, { elementKey: `features.${index}.description` })] }, index))) })] }) }));
|
|
4
|
-
export default Hero3;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import type { IBlock } from "@levo-so/studio";
|
|
2
|
-
declare const DEFAULT_CONTENT: {
|
|
3
|
-
layout: null;
|
|
4
|
-
container: null;
|
|
5
|
-
header_wrapper: null;
|
|
6
|
-
badge_wrapper: null;
|
|
7
|
-
badge_icon: {
|
|
8
|
-
id: string;
|
|
9
|
-
location: string;
|
|
10
|
-
kind: string;
|
|
11
|
-
mimetype: string;
|
|
12
|
-
srcset: {
|
|
13
|
-
"1080w": string;
|
|
14
|
-
"1200w": string;
|
|
15
|
-
"1920w": string;
|
|
16
|
-
"320w": string;
|
|
17
|
-
"640w": string;
|
|
18
|
-
"750w": string;
|
|
19
|
-
"828w": string;
|
|
20
|
-
path: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
badge_text: string;
|
|
24
|
-
headings_wrapper: null;
|
|
25
|
-
title: string;
|
|
26
|
-
description: string;
|
|
27
|
-
features_levoGroup: null;
|
|
28
|
-
features: {
|
|
29
|
-
card: null;
|
|
30
|
-
icon_wrapper: null;
|
|
31
|
-
icon: {
|
|
32
|
-
id: string;
|
|
33
|
-
location: string;
|
|
34
|
-
kind: string;
|
|
35
|
-
mimetype: string;
|
|
36
|
-
srcset: {
|
|
37
|
-
"1080w": string;
|
|
38
|
-
"1200w": string;
|
|
39
|
-
"1920w": string;
|
|
40
|
-
"320w": string;
|
|
41
|
-
"640w": string;
|
|
42
|
-
"750w": string;
|
|
43
|
-
"828w": string;
|
|
44
|
-
path: string;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
title: string;
|
|
48
|
-
description: string;
|
|
49
|
-
}[];
|
|
50
|
-
};
|
|
51
|
-
export type IHero3Content = typeof DEFAULT_CONTENT;
|
|
52
|
-
export declare const Hero3: IBlock;
|
|
53
|
-
export {};
|
|
54
|
-
//# sourceMappingURL=hero-3.schema.d.ts.map
|