@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,202 @@
|
|
|
1
|
+
import type { CarouselApi } from "@levo-so/studio";
|
|
2
|
+
import {
|
|
3
|
+
type ILevoBlockBaseProps,
|
|
4
|
+
Box,
|
|
5
|
+
Button,
|
|
6
|
+
Carousel,
|
|
7
|
+
CarouselContent,
|
|
8
|
+
CarouselItem,
|
|
9
|
+
Container,
|
|
10
|
+
Heading,
|
|
11
|
+
Iframe,
|
|
12
|
+
Image,
|
|
13
|
+
Icon,
|
|
14
|
+
Media,
|
|
15
|
+
Section,
|
|
16
|
+
Typography,
|
|
17
|
+
} from "@levo-so/studio";
|
|
18
|
+
import { useEffect, useState } from "react";
|
|
19
|
+
|
|
20
|
+
import type { ITestimonial4Content } from "./testimonial-4.schema";
|
|
21
|
+
|
|
22
|
+
const Testimonial4: React.FC<ILevoBlockBaseProps<ITestimonial4Content>> = ({
|
|
23
|
+
content,
|
|
24
|
+
}) => {
|
|
25
|
+
const [api, setApi] = useState<CarouselApi>();
|
|
26
|
+
const [current, setCurrent] = useState(0);
|
|
27
|
+
const [count, setCount] = useState(0);
|
|
28
|
+
|
|
29
|
+
useEffect(() => {
|
|
30
|
+
if (!api) {
|
|
31
|
+
return;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
setCount(api.scrollSnapList().length);
|
|
35
|
+
setCurrent(api.selectedScrollSnap());
|
|
36
|
+
|
|
37
|
+
api.on("select", () => {
|
|
38
|
+
setCurrent(api.selectedScrollSnap());
|
|
39
|
+
});
|
|
40
|
+
}, [api]);
|
|
41
|
+
|
|
42
|
+
// Add disabled state logic
|
|
43
|
+
const isFirstSlide = current === 0;
|
|
44
|
+
const isLastSlide = current === count - 1;
|
|
45
|
+
|
|
46
|
+
const handlePrevious = () => {
|
|
47
|
+
if (api && !isFirstSlide) {
|
|
48
|
+
api.scrollTo(current - 1);
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
const handleNext = () => {
|
|
53
|
+
if (api && !isLastSlide) {
|
|
54
|
+
api.scrollTo(current + 1);
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
return (
|
|
59
|
+
<Section elementKey="layout">
|
|
60
|
+
<Container elementKey="container">
|
|
61
|
+
<Box elementKey="header">
|
|
62
|
+
<Box elementKey="header-content">
|
|
63
|
+
<Box elementKey="badge-container">
|
|
64
|
+
<Typography elementKey="badge-text" />
|
|
65
|
+
</Box>
|
|
66
|
+
<Heading elementKey="title" />
|
|
67
|
+
</Box>
|
|
68
|
+
{count > 0 && (
|
|
69
|
+
<Box elementKey="carousel-navigation-top-container">
|
|
70
|
+
<Box elementKey="carousel-navigation">
|
|
71
|
+
<Button
|
|
72
|
+
elementKey="carousel-navigation-arrow-left"
|
|
73
|
+
onClick={handlePrevious}
|
|
74
|
+
disabled={isFirstSlide}
|
|
75
|
+
style={{
|
|
76
|
+
opacity: isFirstSlide ? 0.5 : 1,
|
|
77
|
+
cursor: isFirstSlide ? "not-allowed" : "pointer",
|
|
78
|
+
}}
|
|
79
|
+
></Button>
|
|
80
|
+
<Button
|
|
81
|
+
elementKey="carousel-navigation-arrow-right"
|
|
82
|
+
onClick={handleNext}
|
|
83
|
+
disabled={isLastSlide}
|
|
84
|
+
style={{
|
|
85
|
+
opacity: isLastSlide ? 0.5 : 1,
|
|
86
|
+
cursor: isLastSlide ? "not-allowed" : "pointer",
|
|
87
|
+
}}
|
|
88
|
+
></Button>
|
|
89
|
+
</Box>
|
|
90
|
+
</Box>
|
|
91
|
+
)}
|
|
92
|
+
</Box>
|
|
93
|
+
<Box elementKey="carousel-container-wrapper">
|
|
94
|
+
{count > 0 && (
|
|
95
|
+
<Box elementKey="carousel-left-arrow-container">
|
|
96
|
+
<Button
|
|
97
|
+
elementKey="carousel-navigation-arrow-left"
|
|
98
|
+
onClick={handlePrevious}
|
|
99
|
+
disabled={isFirstSlide}
|
|
100
|
+
style={{
|
|
101
|
+
opacity: isFirstSlide ? 0.5 : 1,
|
|
102
|
+
cursor: isFirstSlide ? "not-allowed" : "pointer",
|
|
103
|
+
}}
|
|
104
|
+
></Button>
|
|
105
|
+
</Box>
|
|
106
|
+
)}
|
|
107
|
+
{count > 0 && (
|
|
108
|
+
<Box elementKey="carousel-right-arrow-container">
|
|
109
|
+
<Button
|
|
110
|
+
elementKey="carousel-navigation-arrow-right"
|
|
111
|
+
onClick={handleNext}
|
|
112
|
+
disabled={isLastSlide}
|
|
113
|
+
style={{
|
|
114
|
+
opacity: isLastSlide ? 0.5 : 1,
|
|
115
|
+
cursor: isLastSlide ? "not-allowed" : "pointer",
|
|
116
|
+
}}
|
|
117
|
+
></Button>
|
|
118
|
+
</Box>
|
|
119
|
+
)}
|
|
120
|
+
<Carousel
|
|
121
|
+
elementKey="testimonials_levoGroup"
|
|
122
|
+
className="w-full"
|
|
123
|
+
setApi={setApi}
|
|
124
|
+
data-levo_group
|
|
125
|
+
>
|
|
126
|
+
<CarouselContent>
|
|
127
|
+
{(content?.testimonials ?? [])?.map((_: any, index: number) => (
|
|
128
|
+
<CarouselItem key={index} data-levo_group_item>
|
|
129
|
+
<Box elementKey={`testimonials.${index}.testimonial`}>
|
|
130
|
+
<Box elementKey={`testimonials.${index}.cover-container`}>
|
|
131
|
+
<Media
|
|
132
|
+
elementKey={`testimonials.${index}.cover`}
|
|
133
|
+
alt="cover"
|
|
134
|
+
/>
|
|
135
|
+
<Iframe
|
|
136
|
+
elementKey={`testimonials.${index}.cover_embed`}
|
|
137
|
+
/>
|
|
138
|
+
</Box>
|
|
139
|
+
<Box
|
|
140
|
+
elementKey={`testimonials.${index}.testimonial-content-wrapper`}
|
|
141
|
+
>
|
|
142
|
+
<Box
|
|
143
|
+
elementKey={`testimonials.${index}.testimonial-content`}
|
|
144
|
+
>
|
|
145
|
+
<Icon elementKey={`testimonials.${index}.icon`} />
|
|
146
|
+
<Box
|
|
147
|
+
elementKey={`testimonials.${index}.testimonial-info`}
|
|
148
|
+
>
|
|
149
|
+
<Typography
|
|
150
|
+
elementKey={`testimonials.${index}.testimonial-text`}
|
|
151
|
+
/>
|
|
152
|
+
|
|
153
|
+
<Box
|
|
154
|
+
elementKey={`testimonials.${index}.author-wrapper`}
|
|
155
|
+
>
|
|
156
|
+
<Heading
|
|
157
|
+
elementKey={`testimonials.${index}.author-name`}
|
|
158
|
+
/>
|
|
159
|
+
<Typography
|
|
160
|
+
elementKey={`testimonials.${index}.author-position`}
|
|
161
|
+
/>
|
|
162
|
+
</Box>
|
|
163
|
+
</Box>
|
|
164
|
+
</Box>
|
|
165
|
+
</Box>
|
|
166
|
+
</Box>
|
|
167
|
+
</CarouselItem>
|
|
168
|
+
))}
|
|
169
|
+
</CarouselContent>
|
|
170
|
+
</Carousel>
|
|
171
|
+
</Box>
|
|
172
|
+
<Heading elementKey="title_two" />
|
|
173
|
+
{count > 0 && (
|
|
174
|
+
<Box elementKey="carousel-navigation-bottom-container">
|
|
175
|
+
<Box elementKey="carousel-navigation">
|
|
176
|
+
<Button
|
|
177
|
+
elementKey="carousel-navigation-arrow-left"
|
|
178
|
+
onClick={handlePrevious}
|
|
179
|
+
disabled={isFirstSlide}
|
|
180
|
+
style={{
|
|
181
|
+
opacity: isFirstSlide ? 0.5 : 1,
|
|
182
|
+
cursor: isFirstSlide ? "not-allowed" : "pointer",
|
|
183
|
+
}}
|
|
184
|
+
></Button>
|
|
185
|
+
<Button
|
|
186
|
+
elementKey="carousel-navigation-arrow-right"
|
|
187
|
+
onClick={handleNext}
|
|
188
|
+
disabled={isLastSlide}
|
|
189
|
+
style={{
|
|
190
|
+
opacity: isLastSlide ? 0.5 : 1,
|
|
191
|
+
cursor: isLastSlide ? "not-allowed" : "pointer",
|
|
192
|
+
}}
|
|
193
|
+
></Button>
|
|
194
|
+
</Box>
|
|
195
|
+
</Box>
|
|
196
|
+
)}
|
|
197
|
+
</Container>
|
|
198
|
+
</Section>
|
|
199
|
+
);
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
export default Testimonial4;
|
|
@@ -0,0 +1,510 @@
|
|
|
1
|
+
import type { IBlockLayouts } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
const DUMMY_ICON = {
|
|
4
|
+
kind: "icon",
|
|
5
|
+
data: {
|
|
6
|
+
id: "user",
|
|
7
|
+
label: "User",
|
|
8
|
+
tags: ["custom", "user", "users"],
|
|
9
|
+
svgCode:
|
|
10
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
11
|
+
},
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const DEFAULT_TESTIMONIALS_CONTENT = [
|
|
15
|
+
{
|
|
16
|
+
card: null,
|
|
17
|
+
profileSection: null,
|
|
18
|
+
avatar: DUMMY_ICON,
|
|
19
|
+
clientInfo: null,
|
|
20
|
+
name: "John Smith",
|
|
21
|
+
position: "Director, Global Supply Chain",
|
|
22
|
+
quote:
|
|
23
|
+
"Partnering with SwiftLink, has completely transformed the way we manage our global supply chain. Their ability to provide real-time tracking, proactive communication, and adaptive logistics solutions has helped us reduce delays by over 30% and increase customer satisfaction across regions. What truly sets them apart is their commitment - they feel more like an extension of our internal team than an external vendor.",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
card: null,
|
|
27
|
+
profileSection: null,
|
|
28
|
+
avatar: DUMMY_ICON,
|
|
29
|
+
clientInfo: null,
|
|
30
|
+
name: "Sarah Chen",
|
|
31
|
+
position: "VP of Operations",
|
|
32
|
+
quote:
|
|
33
|
+
"The platform's innovative approach to supply chain management has revolutionized our operations. The real-time visibility and predictive analytics have enabled us to make data-driven decisions that significantly improved our efficiency and customer satisfaction rates.",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
card: null,
|
|
37
|
+
profileSection: null,
|
|
38
|
+
avatar: DUMMY_ICON,
|
|
39
|
+
clientInfo: null,
|
|
40
|
+
name: "Michael Rodriguez",
|
|
41
|
+
position: "Chief Technology Officer",
|
|
42
|
+
quote:
|
|
43
|
+
"Implementation was seamless and the results were immediate. The team's expertise and dedication to understanding our unique challenges made all the difference. We've seen remarkable improvements in our logistics performance metrics.",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
card: null,
|
|
47
|
+
profileSection: null,
|
|
48
|
+
avatar: DUMMY_ICON,
|
|
49
|
+
clientInfo: null,
|
|
50
|
+
name: "Emily Johnson",
|
|
51
|
+
position: "Supply Chain Manager",
|
|
52
|
+
quote:
|
|
53
|
+
"What impressed us most was their proactive approach to problem-solving. They don't just react to issues - they anticipate them. This forward-thinking methodology has saved us countless hours and resources.",
|
|
54
|
+
},
|
|
55
|
+
];
|
|
56
|
+
|
|
57
|
+
export const DEFAULT_CONTENT = {
|
|
58
|
+
layout: null,
|
|
59
|
+
container: null,
|
|
60
|
+
header: null,
|
|
61
|
+
textWrapper: null,
|
|
62
|
+
title: "What Our Clients Say",
|
|
63
|
+
description:
|
|
64
|
+
"Hear from industry leaders about their experience with our innovative supply chain solutions.",
|
|
65
|
+
testimonials: DEFAULT_TESTIMONIALS_CONTENT,
|
|
66
|
+
"carousel-navigation-container": null,
|
|
67
|
+
"carousel-navigation": null,
|
|
68
|
+
"carousel-navigation-pill": null,
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const TESTIMONIAL_CARD_STYLE = {
|
|
72
|
+
card: {
|
|
73
|
+
display: "flex",
|
|
74
|
+
"flex-direction": "column",
|
|
75
|
+
"background-color": "var(--color-background)",
|
|
76
|
+
"border-radius": "2xl",
|
|
77
|
+
"box-shadow": "lg",
|
|
78
|
+
padding: "2xl",
|
|
79
|
+
"row-gap": "xl",
|
|
80
|
+
border: "1px solid",
|
|
81
|
+
"border-color": "var(--color-border)",
|
|
82
|
+
height: "100%",
|
|
83
|
+
mobile: {
|
|
84
|
+
padding: "lg",
|
|
85
|
+
"row-gap": "lg",
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
profileSection: {
|
|
89
|
+
display: "flex",
|
|
90
|
+
"align-items": "center",
|
|
91
|
+
"column-gap": "lg",
|
|
92
|
+
mobile: {
|
|
93
|
+
"column-gap": "sm",
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
avatar: {
|
|
97
|
+
height: "64px",
|
|
98
|
+
width: "64px",
|
|
99
|
+
"border-radius": "50%",
|
|
100
|
+
"object-fit": "cover",
|
|
101
|
+
border: "2px solid",
|
|
102
|
+
"border-color": "var(--color-border)",
|
|
103
|
+
mobile: {
|
|
104
|
+
height: "48px",
|
|
105
|
+
width: "48px",
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
clientInfo: {
|
|
109
|
+
display: "flex",
|
|
110
|
+
"flex-direction": "column",
|
|
111
|
+
"row-gap": "4xs",
|
|
112
|
+
},
|
|
113
|
+
name: {
|
|
114
|
+
color: "var(--color-text-1)",
|
|
115
|
+
"font-size": "xl",
|
|
116
|
+
"font-weight": "bold",
|
|
117
|
+
mobile: {
|
|
118
|
+
"font-size": "lg",
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
position: {
|
|
122
|
+
color: "var(--color-text-2)",
|
|
123
|
+
"font-size": "sm",
|
|
124
|
+
"font-weight": "medium",
|
|
125
|
+
},
|
|
126
|
+
quote: {
|
|
127
|
+
color: "var(--color-text-1)",
|
|
128
|
+
"font-size": "base",
|
|
129
|
+
"line-height": 1.6,
|
|
130
|
+
"font-style": "italic",
|
|
131
|
+
mobile: {
|
|
132
|
+
"font-size": "sm",
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
const TESTIMONIALS_STYLES = Array(DEFAULT_TESTIMONIALS_CONTENT.length)
|
|
138
|
+
?.fill(0)
|
|
139
|
+
?.map(() => TESTIMONIAL_CARD_STYLE);
|
|
140
|
+
|
|
141
|
+
export const defaultTestimonial5Variant: IBlockLayouts = {
|
|
142
|
+
key: "default",
|
|
143
|
+
title: "Default",
|
|
144
|
+
styles: {
|
|
145
|
+
layout: {
|
|
146
|
+
width: "100%",
|
|
147
|
+
"padding-top": "10xl",
|
|
148
|
+
"padding-bottom": "10xl",
|
|
149
|
+
"padding-right": "8xl",
|
|
150
|
+
"padding-left": "8xl",
|
|
151
|
+
"media:max:768px": {
|
|
152
|
+
"padding-top": "5xl",
|
|
153
|
+
"padding-bottom": "5xl",
|
|
154
|
+
"padding-right": "5xl",
|
|
155
|
+
"padding-left": "5xl",
|
|
156
|
+
},
|
|
157
|
+
"media:max:480px": {
|
|
158
|
+
"padding-top": "2xl",
|
|
159
|
+
"padding-bottom": "2xl",
|
|
160
|
+
"padding-right": "2xl",
|
|
161
|
+
"padding-left": "2xl",
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
container: {
|
|
165
|
+
width: "100%",
|
|
166
|
+
display: "flex",
|
|
167
|
+
"flex-direction": "column",
|
|
168
|
+
"row-gap": "7xl",
|
|
169
|
+
"media:max:768px": {
|
|
170
|
+
"row-gap": "3xl",
|
|
171
|
+
},
|
|
172
|
+
"media:max:480px": {
|
|
173
|
+
"row-gap": "4xl",
|
|
174
|
+
},
|
|
175
|
+
},
|
|
176
|
+
header: {
|
|
177
|
+
display: "flex",
|
|
178
|
+
"justify-content": "center",
|
|
179
|
+
"margin-bottom": "3xl",
|
|
180
|
+
tablet: {
|
|
181
|
+
"margin-bottom": "2xl",
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
|
+
textWrapper: {
|
|
185
|
+
display: "flex",
|
|
186
|
+
"flex-direction": "column",
|
|
187
|
+
"align-items": "center",
|
|
188
|
+
"text-align": "center",
|
|
189
|
+
"row-gap": "sm",
|
|
190
|
+
"max-width": "600px",
|
|
191
|
+
},
|
|
192
|
+
title: {
|
|
193
|
+
"font-size": "3xl",
|
|
194
|
+
"font-weight": "bold",
|
|
195
|
+
color: "var(--color-text-1)",
|
|
196
|
+
tablet: {
|
|
197
|
+
"font-size": "2xl",
|
|
198
|
+
},
|
|
199
|
+
},
|
|
200
|
+
description: {
|
|
201
|
+
"font-size": "lg",
|
|
202
|
+
color: "var(--color-text-2)",
|
|
203
|
+
tablet: {
|
|
204
|
+
"font-size": "base",
|
|
205
|
+
},
|
|
206
|
+
},
|
|
207
|
+
testimonials_levoGroup: {
|
|
208
|
+
number_of_slides: 1,
|
|
209
|
+
tablet: {
|
|
210
|
+
number_of_slides: 1,
|
|
211
|
+
},
|
|
212
|
+
mobile: {
|
|
213
|
+
number_of_slides: 1,
|
|
214
|
+
},
|
|
215
|
+
},
|
|
216
|
+
testimonials: [
|
|
217
|
+
{
|
|
218
|
+
card: {
|
|
219
|
+
display: "flex",
|
|
220
|
+
"flex-direction": "column-reverse",
|
|
221
|
+
"background-color": "var(--color-background)",
|
|
222
|
+
"border-radius": "2xl",
|
|
223
|
+
"box-shadow": "lg",
|
|
224
|
+
padding: "2xl",
|
|
225
|
+
"row-gap": "xl",
|
|
226
|
+
border: "1px solid",
|
|
227
|
+
"border-color": "var(--color-border)",
|
|
228
|
+
height: "100%",
|
|
229
|
+
mobile: {
|
|
230
|
+
padding: "lg",
|
|
231
|
+
"row-gap": "lg",
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
profileSection: {
|
|
235
|
+
display: "flex",
|
|
236
|
+
"align-items": "center",
|
|
237
|
+
"column-gap": "lg",
|
|
238
|
+
mobile: {
|
|
239
|
+
"column-gap": "sm",
|
|
240
|
+
},
|
|
241
|
+
},
|
|
242
|
+
avatar: {
|
|
243
|
+
height: "64px",
|
|
244
|
+
width: "64px",
|
|
245
|
+
"border-radius": "50%",
|
|
246
|
+
"object-fit": "cover",
|
|
247
|
+
border: "2px solid",
|
|
248
|
+
"border-color": "var(--color-border)",
|
|
249
|
+
mobile: {
|
|
250
|
+
height: "48px",
|
|
251
|
+
width: "48px",
|
|
252
|
+
},
|
|
253
|
+
},
|
|
254
|
+
clientInfo: {
|
|
255
|
+
display: "flex",
|
|
256
|
+
"flex-direction": "column",
|
|
257
|
+
"row-gap": "4xs",
|
|
258
|
+
},
|
|
259
|
+
name: {
|
|
260
|
+
color: "var(--color-text-1)",
|
|
261
|
+
"font-size": "xl",
|
|
262
|
+
"font-weight": "bold",
|
|
263
|
+
mobile: {
|
|
264
|
+
"font-size": "lg",
|
|
265
|
+
},
|
|
266
|
+
},
|
|
267
|
+
position: {
|
|
268
|
+
color: "var(--color-text-2)",
|
|
269
|
+
"font-size": "sm",
|
|
270
|
+
"font-weight": "medium",
|
|
271
|
+
},
|
|
272
|
+
quote: {
|
|
273
|
+
color: "var(--color-text-1)",
|
|
274
|
+
"font-size": "base",
|
|
275
|
+
"line-height": 1.6,
|
|
276
|
+
"font-style": "italic",
|
|
277
|
+
mobile: {
|
|
278
|
+
"font-size": "sm",
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
card: {
|
|
284
|
+
display: "flex",
|
|
285
|
+
"flex-direction": "column-reverse",
|
|
286
|
+
"background-color": "var(--color-background)",
|
|
287
|
+
"border-radius": "2xl",
|
|
288
|
+
"box-shadow": "lg",
|
|
289
|
+
padding: "2xl",
|
|
290
|
+
"row-gap": "xl",
|
|
291
|
+
border: "1px solid",
|
|
292
|
+
"border-color": "var(--color-border)",
|
|
293
|
+
height: "100%",
|
|
294
|
+
mobile: {
|
|
295
|
+
padding: "lg",
|
|
296
|
+
"row-gap": "lg",
|
|
297
|
+
},
|
|
298
|
+
},
|
|
299
|
+
profileSection: {
|
|
300
|
+
display: "flex",
|
|
301
|
+
"align-items": "center",
|
|
302
|
+
"column-gap": "lg",
|
|
303
|
+
mobile: {
|
|
304
|
+
"column-gap": "sm",
|
|
305
|
+
},
|
|
306
|
+
},
|
|
307
|
+
avatar: {
|
|
308
|
+
height: "64px",
|
|
309
|
+
width: "64px",
|
|
310
|
+
"border-radius": "50%",
|
|
311
|
+
"object-fit": "cover",
|
|
312
|
+
border: "2px solid",
|
|
313
|
+
"border-color": "var(--color-border)",
|
|
314
|
+
mobile: {
|
|
315
|
+
height: "48px",
|
|
316
|
+
width: "48px",
|
|
317
|
+
},
|
|
318
|
+
},
|
|
319
|
+
clientInfo: {
|
|
320
|
+
display: "flex",
|
|
321
|
+
"flex-direction": "column",
|
|
322
|
+
"row-gap": "4xs",
|
|
323
|
+
},
|
|
324
|
+
name: {
|
|
325
|
+
color: "var(--color-text-1)",
|
|
326
|
+
"font-size": "xl",
|
|
327
|
+
"font-weight": "bold",
|
|
328
|
+
mobile: {
|
|
329
|
+
"font-size": "lg",
|
|
330
|
+
},
|
|
331
|
+
},
|
|
332
|
+
position: {
|
|
333
|
+
color: "var(--color-text-2)",
|
|
334
|
+
"font-size": "sm",
|
|
335
|
+
"font-weight": "medium",
|
|
336
|
+
},
|
|
337
|
+
quote: {
|
|
338
|
+
color: "var(--color-text-1)",
|
|
339
|
+
"font-size": "base",
|
|
340
|
+
"line-height": 1.6,
|
|
341
|
+
"font-style": "italic",
|
|
342
|
+
mobile: {
|
|
343
|
+
"font-size": "sm",
|
|
344
|
+
},
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
card: {
|
|
349
|
+
display: "flex",
|
|
350
|
+
"flex-direction": "column-reverse",
|
|
351
|
+
"background-color": "var(--color-background)",
|
|
352
|
+
"border-radius": "2xl",
|
|
353
|
+
"box-shadow": "lg",
|
|
354
|
+
padding: "2xl",
|
|
355
|
+
"row-gap": "xl",
|
|
356
|
+
border: "1px solid",
|
|
357
|
+
"border-color": "var(--color-border)",
|
|
358
|
+
height: "100%",
|
|
359
|
+
mobile: {
|
|
360
|
+
padding: "lg",
|
|
361
|
+
"row-gap": "lg",
|
|
362
|
+
},
|
|
363
|
+
},
|
|
364
|
+
profileSection: {
|
|
365
|
+
display: "flex",
|
|
366
|
+
"align-items": "center",
|
|
367
|
+
"column-gap": "lg",
|
|
368
|
+
mobile: {
|
|
369
|
+
"column-gap": "sm",
|
|
370
|
+
},
|
|
371
|
+
},
|
|
372
|
+
avatar: {
|
|
373
|
+
height: "64px",
|
|
374
|
+
width: "64px",
|
|
375
|
+
"border-radius": "50%",
|
|
376
|
+
"object-fit": "cover",
|
|
377
|
+
border: "2px solid",
|
|
378
|
+
"border-color": "var(--color-border)",
|
|
379
|
+
mobile: {
|
|
380
|
+
height: "48px",
|
|
381
|
+
width: "48px",
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
clientInfo: {
|
|
385
|
+
display: "flex",
|
|
386
|
+
"flex-direction": "column",
|
|
387
|
+
"row-gap": "4xs",
|
|
388
|
+
},
|
|
389
|
+
name: {
|
|
390
|
+
color: "var(--color-text-1)",
|
|
391
|
+
"font-size": "xl",
|
|
392
|
+
"font-weight": "bold",
|
|
393
|
+
mobile: {
|
|
394
|
+
"font-size": "lg",
|
|
395
|
+
},
|
|
396
|
+
},
|
|
397
|
+
position: {
|
|
398
|
+
color: "var(--color-text-2)",
|
|
399
|
+
"font-size": "sm",
|
|
400
|
+
"font-weight": "medium",
|
|
401
|
+
},
|
|
402
|
+
quote: {
|
|
403
|
+
color: "var(--color-text-1)",
|
|
404
|
+
"font-size": "base",
|
|
405
|
+
"line-height": 1.6,
|
|
406
|
+
"font-style": "italic",
|
|
407
|
+
mobile: {
|
|
408
|
+
"font-size": "sm",
|
|
409
|
+
},
|
|
410
|
+
},
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
card: {
|
|
414
|
+
display: "flex",
|
|
415
|
+
"flex-direction": "column",
|
|
416
|
+
"background-color": "var(--color-background)",
|
|
417
|
+
"border-radius": "2xl",
|
|
418
|
+
"box-shadow": "lg",
|
|
419
|
+
padding: "2xl",
|
|
420
|
+
"row-gap": "xl",
|
|
421
|
+
border: "1px solid",
|
|
422
|
+
"border-color": "var(--color-border)",
|
|
423
|
+
height: "100%",
|
|
424
|
+
mobile: {
|
|
425
|
+
padding: "lg",
|
|
426
|
+
"row-gap": "lg",
|
|
427
|
+
},
|
|
428
|
+
},
|
|
429
|
+
profileSection: {
|
|
430
|
+
display: "flex",
|
|
431
|
+
"align-items": "center",
|
|
432
|
+
"column-gap": "lg",
|
|
433
|
+
mobile: {
|
|
434
|
+
"column-gap": "sm",
|
|
435
|
+
},
|
|
436
|
+
},
|
|
437
|
+
avatar: {
|
|
438
|
+
height: "64px",
|
|
439
|
+
width: "64px",
|
|
440
|
+
"border-radius": "50%",
|
|
441
|
+
"object-fit": "cover",
|
|
442
|
+
border: "2px solid",
|
|
443
|
+
"border-color": "var(--color-border)",
|
|
444
|
+
mobile: {
|
|
445
|
+
height: "48px",
|
|
446
|
+
width: "48px",
|
|
447
|
+
},
|
|
448
|
+
},
|
|
449
|
+
clientInfo: {
|
|
450
|
+
display: "flex",
|
|
451
|
+
"flex-direction": "column",
|
|
452
|
+
"row-gap": "4xs",
|
|
453
|
+
},
|
|
454
|
+
name: {
|
|
455
|
+
color: "var(--color-text-1)",
|
|
456
|
+
"font-size": "xl",
|
|
457
|
+
"font-weight": "bold",
|
|
458
|
+
mobile: {
|
|
459
|
+
"font-size": "lg",
|
|
460
|
+
},
|
|
461
|
+
},
|
|
462
|
+
position: {
|
|
463
|
+
color: "var(--color-text-2)",
|
|
464
|
+
"font-size": "sm",
|
|
465
|
+
"font-weight": "medium",
|
|
466
|
+
},
|
|
467
|
+
quote: {
|
|
468
|
+
color: "var(--color-text-1)",
|
|
469
|
+
"font-size": "base",
|
|
470
|
+
"line-height": 1.6,
|
|
471
|
+
"font-style": "italic",
|
|
472
|
+
mobile: {
|
|
473
|
+
"font-size": "sm",
|
|
474
|
+
},
|
|
475
|
+
},
|
|
476
|
+
},
|
|
477
|
+
],
|
|
478
|
+
"carousel-navigation-container": {
|
|
479
|
+
display: "flex",
|
|
480
|
+
"justify-content": "center",
|
|
481
|
+
"margin-top": "2xl",
|
|
482
|
+
},
|
|
483
|
+
"carousel-navigation": {
|
|
484
|
+
display: "flex",
|
|
485
|
+
"column-gap": "sm",
|
|
486
|
+
"align-items": "center",
|
|
487
|
+
},
|
|
488
|
+
"carousel-navigation-pill": {
|
|
489
|
+
width: "8px",
|
|
490
|
+
height: "8px",
|
|
491
|
+
"border-radius": "8px",
|
|
492
|
+
"background-color": "var(--color-border)",
|
|
493
|
+
cursor: "pointer",
|
|
494
|
+
transition: "all 0.3s ease",
|
|
495
|
+
"&:hover": {
|
|
496
|
+
"background-color": "var(--color-brand-secondary)",
|
|
497
|
+
},
|
|
498
|
+
filter: "none",
|
|
499
|
+
},
|
|
500
|
+
},
|
|
501
|
+
content: DEFAULT_CONTENT,
|
|
502
|
+
config: {
|
|
503
|
+
testimonials_levoGroup: {
|
|
504
|
+
carousel: {
|
|
505
|
+
loop: true,
|
|
506
|
+
autoPlay: false,
|
|
507
|
+
},
|
|
508
|
+
},
|
|
509
|
+
},
|
|
510
|
+
};
|