@levo-so/blocks 0.1.1 → 0.1.52
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 +6 -10
- package/src/blocks/about-us/about-us-1.schema.ts +577 -0
- package/src/blocks/about-us/about-us-1.tsx +53 -0
- package/src/blocks/about-us/about-us-2.schema.ts +269 -0
- package/src/blocks/about-us/about-us-2.tsx +47 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +473 -0
- package/src/blocks/blogs/blog-listing-1.tsx +102 -0
- package/src/blocks/blogs/blog-listing-2.schema.ts +3718 -0
- package/src/blocks/blogs/blog-listing-2.tsx +88 -0
- package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
- package/src/blocks/blogs/blog-listing-3.tsx +84 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +400 -0
- package/src/blocks/blogs/blog-post-1.tsx +52 -0
- package/src/blocks/blogs/blog-post-2.schema.ts +791 -0
- package/src/blocks/blogs/blog-post-2.tsx +131 -0
- package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
- package/src/blocks/blogs/blog-post-3.tsx +58 -0
- package/src/blocks/cards/cards-10.schema.ts +1012 -0
- package/src/blocks/cards/cards-10.tsx +48 -0
- package/src/blocks/cards/cards-11.schema.ts +918 -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-13.schema.ts +615 -0
- package/src/blocks/cards/cards-13.tsx +67 -0
- package/src/blocks/cards/cards-2.schema.ts +290 -0
- package/src/blocks/cards/cards-2.tsx +42 -0
- package/src/blocks/cards/cards-3.schema.ts +355 -0
- package/src/blocks/cards/cards-3.tsx +49 -0
- package/src/blocks/cards/cards-4.schema.ts +655 -0
- package/src/blocks/cards/cards-4.tsx +50 -0
- package/src/blocks/cards/cards-5.schema.ts +245 -0
- package/src/blocks/cards/cards-5.tsx +34 -0
- package/src/blocks/cards/cards-6.schema.ts +2139 -0
- package/src/blocks/cards/cards-6.tsx +140 -0
- package/src/blocks/cards/cards-7.schema.ts +3538 -0
- package/src/blocks/cards/cards-7.tsx +197 -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 +233 -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 +862 -0
- package/src/blocks/content/content-1.tsx +69 -0
- package/src/blocks/content/content-2.schema.ts +212 -0
- package/src/blocks/content/content-2.tsx +32 -0
- package/src/blocks/content/content-3.schema.ts +766 -0
- package/src/blocks/content/content-3.tsx +55 -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 +59 -0
- package/src/blocks/content/content-6.schema.ts +991 -0
- package/src/blocks/content/content-6.tsx +62 -0
- package/src/blocks/content/content-7.schema.ts +723 -0
- package/src/blocks/content/content-7.tsx +53 -0
- package/src/blocks/cta/cta-1.schema.ts +353 -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 +216 -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 +732 -0
- package/src/blocks/event/event-details.tsx +102 -0
- package/src/blocks/event/event-listing-2.schema.ts +555 -0
- package/src/blocks/event/event-listing-2.tsx +94 -0
- package/src/blocks/event/event-listing-3.schema.ts +621 -0
- package/src/blocks/event/event-listing-3.tsx +90 -0
- package/src/blocks/event/event-listing-4.schema.ts +3528 -0
- package/src/blocks/event/event-listing-4.tsx +97 -0
- package/src/blocks/event/event-listing.schema.ts +1353 -0
- package/src/blocks/event/event-listing.tsx +88 -0
- package/src/blocks/faq/faq-1.schema.ts +360 -0
- package/src/blocks/faq/faq-1.tsx +65 -0
- package/src/blocks/faq/faq-2.schema.ts +358 -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 +206 -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 +471 -0
- package/src/blocks/features/features-2.tsx +66 -0
- package/src/blocks/features/features-3.schema.ts +424 -0
- package/src/blocks/features/features-3.tsx +56 -0
- package/src/blocks/features/features-4.schema.ts +616 -0
- package/src/blocks/features/features-4.tsx +75 -0
- package/src/blocks/features/features-5.schema.ts +728 -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 +612 -0
- package/src/blocks/footer/footer-1.tsx +90 -0
- package/src/blocks/footer/footer-2.schema.ts +913 -0
- package/src/blocks/footer/footer-2.tsx +77 -0
- package/src/blocks/footer/footer-3.schema.ts +412 -0
- package/src/blocks/footer/footer-3.tsx +99 -0
- package/src/blocks/footer/footer-4.schema.ts +649 -0
- package/src/blocks/footer/footer-4.tsx +97 -0
- package/src/blocks/footer/footer-5.schema.ts +435 -0
- package/src/blocks/footer/footer-5.tsx +99 -0
- package/src/blocks/footer/footer-6.schema.ts +730 -0
- package/src/blocks/footer/footer-6.tsx +100 -0
- package/src/blocks/hero/hero-1.schema.ts +746 -0
- package/src/blocks/hero/hero-1.tsx +52 -0
- package/src/blocks/hero/hero-10.schema.ts +175 -0
- package/src/blocks/hero/hero-10.tsx +35 -0
- package/src/blocks/hero/hero-2.schema.ts +272 -0
- package/src/blocks/hero/hero-2.tsx +57 -0
- package/src/blocks/hero/hero-3.schema.ts +419 -0
- package/src/blocks/hero/hero-3.tsx +50 -0
- package/src/blocks/hero/hero-4.schema.ts +425 -0
- package/src/blocks/hero/hero-4.tsx +89 -0
- package/src/blocks/hero/hero-5.schema.ts +198 -0
- package/src/blocks/hero/hero-5.tsx +86 -0
- package/src/blocks/hero/hero-6.schema.ts +665 -0
- package/src/blocks/hero/hero-6.tsx +62 -0
- package/src/blocks/hero/hero-7.schema.ts +505 -0
- package/src/blocks/hero/hero-7.tsx +115 -0
- package/src/blocks/hero/hero-8.schema.ts +376 -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 +89 -0
- package/src/blocks/logos/logos-1.schema.ts +270 -0
- package/src/blocks/logos/logos-1.tsx +60 -0
- package/src/blocks/navbar/navbar-1.schema.ts +959 -0
- package/src/blocks/navbar/navbar-1.tsx +384 -0
- package/src/blocks/navbar/navbar-2.schema.ts +1224 -0
- package/src/blocks/navbar/navbar-2.tsx +403 -0
- package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
- package/src/blocks/navbar/navbar-3.tsx +551 -0
- package/src/blocks/pricing/pricing-1.schema.ts +988 -0
- package/src/blocks/pricing/pricing-1.tsx +88 -0
- package/src/blocks/products/products-listing-1.schema.ts +271 -0
- package/src/blocks/products/products-listing-1.tsx +48 -0
- package/src/blocks/profile/profile-1.schema.ts +399 -0
- package/src/blocks/profile/profile-1.tsx +64 -0
- package/src/blocks/stats/stats-1.schema.ts +262 -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 +189 -0
- package/src/blocks/stats/variants/hero.ts +142 -0
- package/{dist/blocks/stats/variants/index.js → src/blocks/stats/variants/index.ts} +1 -0
- package/src/blocks/team/team-1.schema.ts +544 -0
- package/src/blocks/team/team-1.tsx +86 -0
- package/src/blocks/team/team-2.schema.ts +2742 -0
- package/src/blocks/team/team-2.tsx +74 -0
- package/src/blocks/team/team-3.schema.ts +690 -0
- package/src/blocks/team/team-3.tsx +103 -0
- package/src/blocks/team/team-4.schema.ts +551 -0
- package/src/blocks/team/team-4.tsx +59 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +158 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +29 -0
- package/src/blocks/testimonial/testimonial-1.schema.ts +351 -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 +273 -0
- package/src/blocks/testimonial/testimonial-3.tsx +128 -0
- package/src/blocks/testimonial/testimonial-4.schema.ts +3378 -0
- package/src/blocks/testimonial/testimonial-4.tsx +202 -0
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
- package/src/blocks/testimonial/testimonial-5.schema.ts +250 -0
- package/src/blocks/testimonial/testimonial-5.tsx +130 -0
- package/src/blocks/testimonial/testimonial-6.schema.ts +1672 -0
- package/src/blocks/testimonial/testimonial-6.tsx +178 -0
- package/{dist/index.js → src/index.ts} +5 -2
- package/{dist/schemas/blocks.js → src/schemas/blocks.ts} +97 -72
- package/src/schemas/categories.ts +140 -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/blocks.d.ts +0 -3
- package/dist/blocks.js +0 -74
- 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.d.ts +0 -3
- package/dist/schemas.js +0 -2
- /package/{dist/schemas/index.js → src/schemas/index.ts} +0 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import {
|
|
2
|
+
type ILevoBlockBaseProps,
|
|
3
|
+
Button,
|
|
4
|
+
Heading,
|
|
5
|
+
Media,
|
|
6
|
+
Typography,
|
|
7
|
+
Container,
|
|
8
|
+
Section,
|
|
9
|
+
Box,
|
|
10
|
+
} from "@levo-so/studio";
|
|
11
|
+
|
|
12
|
+
import type { IHero1Content } from "./hero-1.schema";
|
|
13
|
+
|
|
14
|
+
const Hero1: React.FC<ILevoBlockBaseProps<IHero1Content>> = ({ content }) => (
|
|
15
|
+
<Section elementKey="layout">
|
|
16
|
+
<Container elementKey="container">
|
|
17
|
+
<Box elementKey="content_wrapper">
|
|
18
|
+
<Box elementKey="text_wrapper">
|
|
19
|
+
<Box elementKey="label_wrapper">
|
|
20
|
+
<Box elementKey="horizontal_divider" />
|
|
21
|
+
<Typography elementKey="label" />
|
|
22
|
+
</Box>
|
|
23
|
+
<Heading elementKey="title" />
|
|
24
|
+
<Typography elementKey="description" />
|
|
25
|
+
</Box>
|
|
26
|
+
<Box elementKey="hero_ctas_levoGroup" data-levo_group>
|
|
27
|
+
{(content?.hero_ctas || [])?.map((_, index) => (
|
|
28
|
+
<Button
|
|
29
|
+
elementKey={`hero_ctas.${index}.button`}
|
|
30
|
+
key={`hero-1-cta-${index}`}
|
|
31
|
+
data-levo_group_item
|
|
32
|
+
/>
|
|
33
|
+
))}
|
|
34
|
+
</Box>
|
|
35
|
+
</Box>
|
|
36
|
+
<Box elementKey="hero_images_levoGroup" data-levo_group>
|
|
37
|
+
{(content?.hero_images || [])?.map((_, index) => (
|
|
38
|
+
<Media
|
|
39
|
+
elementKey={`hero_images.${index}.image`}
|
|
40
|
+
key={`hero-1-image-${index}`}
|
|
41
|
+
alt={`hero image ${index + 1}`}
|
|
42
|
+
width={559}
|
|
43
|
+
height={400}
|
|
44
|
+
data-levo_group_item
|
|
45
|
+
/>
|
|
46
|
+
))}
|
|
47
|
+
</Box>
|
|
48
|
+
</Container>
|
|
49
|
+
</Section>
|
|
50
|
+
);
|
|
51
|
+
|
|
52
|
+
export default Hero1;
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import type { IBlock } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
const DEFAULT_CONTENT = {
|
|
4
|
+
layout: null,
|
|
5
|
+
container: null,
|
|
6
|
+
content_wrapper: null,
|
|
7
|
+
title: "Building Systems for Better Businesses",
|
|
8
|
+
description:
|
|
9
|
+
"<p>Over 25 years of ERP expertise, delivering 500+ successful implementations worldwide.</p>",
|
|
10
|
+
hero_ctas: [
|
|
11
|
+
{
|
|
12
|
+
button: "Get Started",
|
|
13
|
+
},
|
|
14
|
+
],
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export type IHero10Content = typeof DEFAULT_CONTENT;
|
|
18
|
+
|
|
19
|
+
export const Hero10: IBlock = {
|
|
20
|
+
category_id: "hero",
|
|
21
|
+
title: "Hero 10",
|
|
22
|
+
key: "hero-10",
|
|
23
|
+
version: "v1",
|
|
24
|
+
prompt_description:
|
|
25
|
+
"Simple hero with heading, description and CTA button in a flex container",
|
|
26
|
+
content_schema: [
|
|
27
|
+
{
|
|
28
|
+
key: "layout",
|
|
29
|
+
label: "Layout",
|
|
30
|
+
field_interface: "LayoutWidget",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
key: "container",
|
|
34
|
+
label: "Container",
|
|
35
|
+
field_interface: "ContainerWidget",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
key: "content_wrapper",
|
|
39
|
+
label: "Content Wrapper",
|
|
40
|
+
field_interface: "BoxWidget",
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
key: "title",
|
|
44
|
+
label: "Title",
|
|
45
|
+
field_interface: "HeadingWidget",
|
|
46
|
+
hint: {
|
|
47
|
+
prompt_description: "Main heading for the hero section",
|
|
48
|
+
min_characters: 24,
|
|
49
|
+
max_characters: 48,
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
key: "text_cta_container",
|
|
54
|
+
label: "Text CTA Container",
|
|
55
|
+
field_interface: "BoxWidget",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
key: "description",
|
|
59
|
+
label: "Description",
|
|
60
|
+
field_interface: "TypographyWidget",
|
|
61
|
+
hint: {
|
|
62
|
+
prompt_description: "Supporting description text",
|
|
63
|
+
min_characters: 80,
|
|
64
|
+
max_characters: 180,
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
key: "hero_ctas",
|
|
69
|
+
label: "Call to Action",
|
|
70
|
+
kind: "group",
|
|
71
|
+
field_interface: "BoxWidget",
|
|
72
|
+
fields: [
|
|
73
|
+
{
|
|
74
|
+
key: "button",
|
|
75
|
+
label: "Button",
|
|
76
|
+
field_interface: "ButtonWidget",
|
|
77
|
+
hint: {
|
|
78
|
+
prompt_description: "Call-to-action button",
|
|
79
|
+
min_characters: 8,
|
|
80
|
+
max_characters: 18,
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
],
|
|
84
|
+
},
|
|
85
|
+
],
|
|
86
|
+
|
|
87
|
+
layouts: [
|
|
88
|
+
{
|
|
89
|
+
title: "Default",
|
|
90
|
+
key: "default",
|
|
91
|
+
styles: {
|
|
92
|
+
layout: {
|
|
93
|
+
width: "100%",
|
|
94
|
+
"padding-top": "3xl",
|
|
95
|
+
"padding-right": "4xl",
|
|
96
|
+
"padding-bottom": "3xl",
|
|
97
|
+
"padding-left": "4xl",
|
|
98
|
+
tablet: {
|
|
99
|
+
"padding-top": "2xl",
|
|
100
|
+
"padding-right": "2xl",
|
|
101
|
+
"padding-bottom": "2xl",
|
|
102
|
+
"padding-left": "2xl",
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
container: {
|
|
106
|
+
"margin-left": "auto",
|
|
107
|
+
"margin-right": "auto",
|
|
108
|
+
display: "flex",
|
|
109
|
+
flex: "1",
|
|
110
|
+
"max-width": "auto",
|
|
111
|
+
"padding-left": "none",
|
|
112
|
+
"padding-right": "none",
|
|
113
|
+
},
|
|
114
|
+
content_wrapper: {
|
|
115
|
+
display: "flex",
|
|
116
|
+
"flex-direction": "row",
|
|
117
|
+
"align-items": "center",
|
|
118
|
+
"justify-content": "space-between",
|
|
119
|
+
"row-gap": "lg",
|
|
120
|
+
width: "100%",
|
|
121
|
+
},
|
|
122
|
+
title: {
|
|
123
|
+
color: "text-1",
|
|
124
|
+
"font-size": "5xl",
|
|
125
|
+
"font-weight": "700",
|
|
126
|
+
mobile: {
|
|
127
|
+
"font-size": "3xl",
|
|
128
|
+
},
|
|
129
|
+
width: "100%",
|
|
130
|
+
"max-width": "400px",
|
|
131
|
+
},
|
|
132
|
+
text_cta_container: {
|
|
133
|
+
display: "flex",
|
|
134
|
+
width: "fit-content",
|
|
135
|
+
"align-items": "start",
|
|
136
|
+
"justify-content": "start",
|
|
137
|
+
"row-gap": "lg",
|
|
138
|
+
"column-gap": "lg",
|
|
139
|
+
mobile: {
|
|
140
|
+
"flex-direction": "column",
|
|
141
|
+
"align-items": "start",
|
|
142
|
+
"justify-content": "flex-start",
|
|
143
|
+
},
|
|
144
|
+
"flex-direction": "column",
|
|
145
|
+
},
|
|
146
|
+
description: {
|
|
147
|
+
color: "text-2",
|
|
148
|
+
"font-size": "lg",
|
|
149
|
+
flex: "1",
|
|
150
|
+
"max-width": "400px",
|
|
151
|
+
},
|
|
152
|
+
hero_ctas_levoGroup: {
|
|
153
|
+
display: "flex",
|
|
154
|
+
"flex-shrink": "0",
|
|
155
|
+
},
|
|
156
|
+
hero_ctas: [
|
|
157
|
+
{
|
|
158
|
+
button: {},
|
|
159
|
+
},
|
|
160
|
+
],
|
|
161
|
+
},
|
|
162
|
+
content: DEFAULT_CONTENT,
|
|
163
|
+
config: {
|
|
164
|
+
title: {
|
|
165
|
+
heading: {
|
|
166
|
+
level: 1,
|
|
167
|
+
},
|
|
168
|
+
selectedVariants: {
|
|
169
|
+
Heading_Level: "H1",
|
|
170
|
+
},
|
|
171
|
+
},
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
],
|
|
175
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import {
|
|
2
|
+
type ILevoBlockBaseProps,
|
|
3
|
+
Button,
|
|
4
|
+
Heading,
|
|
5
|
+
Typography,
|
|
6
|
+
Container,
|
|
7
|
+
Section,
|
|
8
|
+
Box,
|
|
9
|
+
} from "@levo-so/studio";
|
|
10
|
+
|
|
11
|
+
import type { IHero10Content } from "./hero-10.schema";
|
|
12
|
+
|
|
13
|
+
const Hero10: React.FC<ILevoBlockBaseProps<IHero10Content>> = ({ content }) => (
|
|
14
|
+
<Section elementKey="layout">
|
|
15
|
+
<Container elementKey="container">
|
|
16
|
+
<Box elementKey="content_wrapper">
|
|
17
|
+
<Heading elementKey="title" />
|
|
18
|
+
<Box elementKey="text_cta_container">
|
|
19
|
+
<Typography elementKey="description" />
|
|
20
|
+
<Box elementKey="hero_ctas_levoGroup" data-levo_group>
|
|
21
|
+
{(content?.hero_ctas || [])?.map((_, index) => (
|
|
22
|
+
<Button
|
|
23
|
+
elementKey={`hero_ctas.${index}.button`}
|
|
24
|
+
key={`hero-10-cta-${index}`}
|
|
25
|
+
data-levo_group_item
|
|
26
|
+
/>
|
|
27
|
+
))}
|
|
28
|
+
</Box>
|
|
29
|
+
</Box>
|
|
30
|
+
</Box>
|
|
31
|
+
</Container>
|
|
32
|
+
</Section>
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
export default Hero10;
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
import type { IBlock } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
const DEFAULT_CONTENT = {
|
|
4
|
+
layout: null,
|
|
5
|
+
content_wrapper: null,
|
|
6
|
+
title: "Where Freshers Prepare and Land Their First Job",
|
|
7
|
+
accent_heading: "India's Largest Career Network Platform",
|
|
8
|
+
sub_title:
|
|
9
|
+
"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.",
|
|
10
|
+
button: "Book a Demo",
|
|
11
|
+
image_desktop: {
|
|
12
|
+
id: "QsAs4Om9TjJX",
|
|
13
|
+
location:
|
|
14
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX.png",
|
|
15
|
+
mimetype: "image/png",
|
|
16
|
+
kind: "image",
|
|
17
|
+
srcset: {
|
|
18
|
+
"1080w":
|
|
19
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp",
|
|
20
|
+
"1200w":
|
|
21
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp",
|
|
22
|
+
"1920w":
|
|
23
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp",
|
|
24
|
+
"320w":
|
|
25
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp",
|
|
26
|
+
"640w":
|
|
27
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp",
|
|
28
|
+
"750w":
|
|
29
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp",
|
|
30
|
+
"828w":
|
|
31
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp",
|
|
32
|
+
path: "https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp 1920w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp 320w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp 640w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp 750w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp 828w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp 1080w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp 1200w",
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
image_mobile: {
|
|
36
|
+
id: "QsAs4Om9TjJX",
|
|
37
|
+
location:
|
|
38
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX.png",
|
|
39
|
+
mimetype: "image/png",
|
|
40
|
+
kind: "image",
|
|
41
|
+
srcset: {
|
|
42
|
+
"1080w":
|
|
43
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp",
|
|
44
|
+
"1200w":
|
|
45
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp",
|
|
46
|
+
"1920w":
|
|
47
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp",
|
|
48
|
+
"320w":
|
|
49
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp",
|
|
50
|
+
"640w":
|
|
51
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp",
|
|
52
|
+
"750w":
|
|
53
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp",
|
|
54
|
+
"828w":
|
|
55
|
+
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp",
|
|
56
|
+
path: "https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp 1920w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp 320w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp 640w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp 750w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp 828w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp 1080w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp 1200w",
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export type IHero2Content = typeof DEFAULT_CONTENT;
|
|
62
|
+
|
|
63
|
+
export const Hero2: IBlock = {
|
|
64
|
+
category_id: "hero",
|
|
65
|
+
title: "Hero 2",
|
|
66
|
+
key: "hero-2",
|
|
67
|
+
version: "v1",
|
|
68
|
+
prompt_description:
|
|
69
|
+
"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.",
|
|
70
|
+
content_schema: [
|
|
71
|
+
{
|
|
72
|
+
key: "layout",
|
|
73
|
+
label: "Layout",
|
|
74
|
+
field_interface: "LayoutWidget",
|
|
75
|
+
hint: {
|
|
76
|
+
prompt_description:
|
|
77
|
+
"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.",
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
key: "container",
|
|
82
|
+
label: "Container",
|
|
83
|
+
field_interface: "ContainerWidget",
|
|
84
|
+
hint: {
|
|
85
|
+
prompt_description:
|
|
86
|
+
"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.",
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
key: "content_wrapper",
|
|
91
|
+
label: "Content Wrapper",
|
|
92
|
+
field_interface: "BoxWidget",
|
|
93
|
+
hint: {
|
|
94
|
+
prompt_description:
|
|
95
|
+
"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.",
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
key: "accent_heading",
|
|
100
|
+
label: "Accent Heading",
|
|
101
|
+
field_interface: "TypographyWidget",
|
|
102
|
+
hint: {
|
|
103
|
+
prompt_description:
|
|
104
|
+
"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.",
|
|
105
|
+
min_characters: 20,
|
|
106
|
+
max_characters: 60,
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
key: "title",
|
|
111
|
+
label: "Title",
|
|
112
|
+
field_interface: "HeadingWidget",
|
|
113
|
+
hint: {
|
|
114
|
+
prompt_description:
|
|
115
|
+
"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.",
|
|
116
|
+
min_characters: 40,
|
|
117
|
+
max_characters: 80,
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
key: "sub_title",
|
|
122
|
+
label: "Sub Title",
|
|
123
|
+
field_interface: "TypographyWidget",
|
|
124
|
+
hint: {
|
|
125
|
+
prompt_description:
|
|
126
|
+
"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.",
|
|
127
|
+
min_characters: 120,
|
|
128
|
+
max_characters: 300,
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
key: "button",
|
|
133
|
+
label: "Button",
|
|
134
|
+
field_interface: "ButtonWidget",
|
|
135
|
+
hint: {
|
|
136
|
+
prompt_description:
|
|
137
|
+
"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.",
|
|
138
|
+
min_characters: 8,
|
|
139
|
+
max_characters: 32,
|
|
140
|
+
},
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
key: "hero_ctas",
|
|
144
|
+
label: "CTA Group",
|
|
145
|
+
kind: "group",
|
|
146
|
+
field_interface: "BoxWidget",
|
|
147
|
+
fields: [
|
|
148
|
+
{
|
|
149
|
+
key: "button",
|
|
150
|
+
label: "Button",
|
|
151
|
+
field_interface: "ButtonWidget",
|
|
152
|
+
hint: {
|
|
153
|
+
prompt_description: "Call-to-action button",
|
|
154
|
+
min_characters: 8,
|
|
155
|
+
max_characters: 18,
|
|
156
|
+
},
|
|
157
|
+
},
|
|
158
|
+
],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
key: "spacer",
|
|
162
|
+
label: "Spacer",
|
|
163
|
+
field_interface: "BoxWidget",
|
|
164
|
+
hint: {
|
|
165
|
+
prompt_description:
|
|
166
|
+
"An element to visually separate content blocks or add vertical spacing between the text content and the illustrative hero image, ensuring a balanced layout.",
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
key: "image_wrapper",
|
|
171
|
+
label: "Image Wrapper",
|
|
172
|
+
field_interface: "BoxWidget",
|
|
173
|
+
hint: {
|
|
174
|
+
prompt_description:
|
|
175
|
+
"A container for positioning and scaling the hero illustration or composite imagery, ensuring it aligns harmoniously with the surrounding text and background elements.",
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
key: "image_desktop",
|
|
180
|
+
label: "Hero Image Desktop",
|
|
181
|
+
field_interface: "MediaWidget",
|
|
182
|
+
hint: {
|
|
183
|
+
prompt_description:
|
|
184
|
+
"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.",
|
|
185
|
+
orientation: "landscape",
|
|
186
|
+
size: "large",
|
|
187
|
+
usecase: "hero",
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
key: "image_mobile",
|
|
192
|
+
label: "Hero Image Mobile",
|
|
193
|
+
field_interface: "MediaWidget",
|
|
194
|
+
hint: {
|
|
195
|
+
prompt_description:
|
|
196
|
+
"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.",
|
|
197
|
+
orientation: "portrait",
|
|
198
|
+
size: "medium",
|
|
199
|
+
usecase: "hero",
|
|
200
|
+
},
|
|
201
|
+
},
|
|
202
|
+
],
|
|
203
|
+
layouts: [
|
|
204
|
+
{
|
|
205
|
+
title: "Default",
|
|
206
|
+
key: "default",
|
|
207
|
+
styles: {
|
|
208
|
+
layout: {},
|
|
209
|
+
container: {
|
|
210
|
+
"padding-top": "11xl",
|
|
211
|
+
"padding-bottom": "10xl",
|
|
212
|
+
"media:max:768px": {
|
|
213
|
+
"padding-top": "3xl",
|
|
214
|
+
"padding-bottom": "6xl",
|
|
215
|
+
},
|
|
216
|
+
},
|
|
217
|
+
content_wrapper: {
|
|
218
|
+
display: "flex",
|
|
219
|
+
"flex-direction": "column",
|
|
220
|
+
"align-items": "center",
|
|
221
|
+
"justify-content": "center",
|
|
222
|
+
"row-gap": "lg",
|
|
223
|
+
"column-gap": "lg",
|
|
224
|
+
},
|
|
225
|
+
accent_heading: {
|
|
226
|
+
"text-align": "center",
|
|
227
|
+
"text-transform": "uppercase",
|
|
228
|
+
color: "text-2",
|
|
229
|
+
},
|
|
230
|
+
title: {
|
|
231
|
+
"text-align": "center",
|
|
232
|
+
},
|
|
233
|
+
sub_title: {
|
|
234
|
+
"max-width": "600px",
|
|
235
|
+
"text-align": "center",
|
|
236
|
+
"line-height": 1.625,
|
|
237
|
+
},
|
|
238
|
+
button: {},
|
|
239
|
+
spacer: {},
|
|
240
|
+
image_wrapper: {},
|
|
241
|
+
image_desktop: {
|
|
242
|
+
"object-fit": "contain",
|
|
243
|
+
display: "block",
|
|
244
|
+
"border-radius": "base",
|
|
245
|
+
tablet: {
|
|
246
|
+
display: "block",
|
|
247
|
+
},
|
|
248
|
+
mobile: {
|
|
249
|
+
display: "none",
|
|
250
|
+
},
|
|
251
|
+
},
|
|
252
|
+
image_mobile: {
|
|
253
|
+
"object-fit": "contain",
|
|
254
|
+
display: "none",
|
|
255
|
+
"border-radius": "base",
|
|
256
|
+
tablet: {
|
|
257
|
+
display: "none",
|
|
258
|
+
},
|
|
259
|
+
mobile: {},
|
|
260
|
+
},
|
|
261
|
+
},
|
|
262
|
+
content: DEFAULT_CONTENT,
|
|
263
|
+
config: {
|
|
264
|
+
title: {
|
|
265
|
+
selectedVariants: {
|
|
266
|
+
Heading_Level: "H1",
|
|
267
|
+
},
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
|
+
],
|
|
272
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import type { ILevoBlockBaseProps } from "@levo-so/studio";
|
|
2
|
+
import {
|
|
3
|
+
Box,
|
|
4
|
+
Button,
|
|
5
|
+
Container,
|
|
6
|
+
Heading,
|
|
7
|
+
Image,
|
|
8
|
+
Section,
|
|
9
|
+
Typography,
|
|
10
|
+
} from "@levo-so/studio";
|
|
11
|
+
|
|
12
|
+
import type { IHero2Content } from "./hero-2.schema";
|
|
13
|
+
|
|
14
|
+
const Hero2: React.FC<ILevoBlockBaseProps<IHero2Content>> = ({ content }) => (
|
|
15
|
+
<Section elementKey="layout">
|
|
16
|
+
{/* <Box elementKey="background"> */}
|
|
17
|
+
<Container elementKey="container">
|
|
18
|
+
<Box elementKey="content_wrapper">
|
|
19
|
+
<Typography elementKey="accent_heading" />
|
|
20
|
+
|
|
21
|
+
<Heading elementKey="title" />
|
|
22
|
+
|
|
23
|
+
<Typography elementKey="sub_title" />
|
|
24
|
+
|
|
25
|
+
<Button elementKey="button" />
|
|
26
|
+
<Box elementKey="hero_ctas_levoGroup" data-levo_group>
|
|
27
|
+
{(content?.hero_ctas || [])?.map((_: any, index: any) => (
|
|
28
|
+
<Button
|
|
29
|
+
elementKey={`hero_ctas.${index}.button`}
|
|
30
|
+
key={`hero-10-cta-${index}`}
|
|
31
|
+
data-levo_group_item
|
|
32
|
+
/>
|
|
33
|
+
))}
|
|
34
|
+
</Box>
|
|
35
|
+
{/* <Box elementKey="spacer" /> */}
|
|
36
|
+
|
|
37
|
+
<Box elementKey="image_wrapper">
|
|
38
|
+
<Image
|
|
39
|
+
elementKey="image_desktop"
|
|
40
|
+
width={800}
|
|
41
|
+
height={600}
|
|
42
|
+
alt="hero image desktop"
|
|
43
|
+
/>
|
|
44
|
+
<Image
|
|
45
|
+
elementKey="image_mobile"
|
|
46
|
+
width={400}
|
|
47
|
+
height={300}
|
|
48
|
+
alt="hero image mobile"
|
|
49
|
+
/>
|
|
50
|
+
</Box>
|
|
51
|
+
</Box>
|
|
52
|
+
</Container>
|
|
53
|
+
{/* </Box> */}
|
|
54
|
+
</Section>
|
|
55
|
+
);
|
|
56
|
+
|
|
57
|
+
export default Hero2;
|