@levo-so/blocks 0.1.101 → 0.1.103
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 +24 -23
- package/src/blocks/about-us/about-us-1.schema.ts +302 -295
- package/src/blocks/about-us/about-us-2.schema.ts +225 -220
- package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
- package/src/blocks/blogs/blog-author-1.tsx +121 -0
- package/src/blocks/blogs/blog-listing-1.tsx +111 -33
- package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
- package/src/blocks/blogs/blog-listing-2.tsx +118 -33
- package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
- package/src/blocks/blogs/blog-listing-3.tsx +118 -33
- package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
- package/src/blocks/blogs/blog-post-1.tsx +272 -39
- package/src/blocks/calendar/calendar-1.schema.ts +641 -192
- package/src/blocks/calendar/calendar-1.tsx +1 -0
- package/src/blocks/cards/cards-10.schema.ts +557 -544
- package/src/blocks/cards/cards-11.schema.ts +525 -419
- package/src/blocks/cards/cards-12.schema.ts +538 -147
- package/src/blocks/cards/cards-13.schema.ts +482 -312
- package/src/blocks/cards/cards-14.schema.ts +423 -196
- package/src/blocks/cards/cards-15.schema.ts +309 -143
- package/src/blocks/cards/cards-16.schema.ts +1277 -175
- package/src/blocks/cards/cards-17.schema.ts +2908 -1303
- package/src/blocks/cards/cards-18.schema.ts +1404 -217
- package/src/blocks/cards/cards-19.schema.ts +1105 -1084
- package/src/blocks/cards/cards-19.tsx +4 -5
- package/src/blocks/cards/cards-2.schema.ts +513 -42
- package/src/blocks/cards/cards-20.schema.ts +790 -212
- package/src/blocks/cards/cards-21.schema.ts +1215 -229
- package/src/blocks/cards/cards-21.tsx +51 -6
- package/src/blocks/cards/cards-22.schema.ts +1252 -2809
- package/src/blocks/cards/cards-22.tsx +6 -7
- package/src/blocks/cards/cards-23.schema.ts +571 -109
- package/src/blocks/cards/cards-3.schema.ts +355 -116
- package/src/blocks/cards/cards-4.schema.ts +805 -321
- package/src/blocks/cards/cards-5.schema.ts +216 -64
- package/src/blocks/cards/cards-6.schema.ts +568 -1330
- package/src/blocks/cards/cards-7.schema.ts +1181 -1378
- package/src/blocks/cards/cards-8.schema.ts +585 -221
- package/src/blocks/cards/cards-9.schema.ts +763 -382
- package/src/blocks/carousel/carousel-1.schema.ts +257 -502
- package/src/blocks/carousel/carousel-1.tsx +2 -2
- package/src/blocks/carousel/carousel-2.schema.ts +771 -761
- package/src/blocks/community/community-1.schema.ts +8 -23
- package/src/blocks/community/community-1.tsx +3 -3
- package/src/blocks/community/community-post-1.tsx +4 -4
- package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
- package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
- package/src/blocks/content/content-1.schema.ts +800 -381
- package/src/blocks/content/content-10.schema.ts +763 -20
- package/src/blocks/content/content-2.schema.ts +426 -52
- package/src/blocks/content/content-3.schema.ts +631 -432
- package/src/blocks/content/content-4.schema.ts +378 -123
- package/src/blocks/content/content-5.schema.ts +1152 -682
- package/src/blocks/content/content-6.schema.ts +679 -707
- package/src/blocks/content/content-7.schema.ts +694 -291
- package/src/blocks/content/content-8.schema.ts +247 -7
- package/src/blocks/content/content-9.schema.ts +855 -116
- package/src/blocks/cta/cta-1.schema.ts +294 -62
- package/src/blocks/cta/cta-2.schema.ts +302 -66
- package/src/blocks/cta/cta-2.tsx +1 -2
- package/src/blocks/cta/cta-3.schema.ts +312 -62
- package/src/blocks/ecommerce/ecommerce-1.schema.ts +477 -0
- package/src/blocks/ecommerce/ecommerce-1.tsx +243 -0
- package/src/blocks/ecommerce/ecommerce-2.schema.ts +268 -0
- package/src/blocks/ecommerce/ecommerce-2.tsx +238 -0
- package/src/blocks/ecommerce/ecommerce-3.schema.ts +56 -0
- package/src/blocks/ecommerce/ecommerce-3.tsx +72 -0
- package/src/blocks/ecommerce/ecommerce-4.schema.ts +461 -0
- package/src/blocks/ecommerce/ecommerce-4.tsx +249 -0
- package/src/blocks/ecommerce/ecommerce-5.schema.ts +230 -0
- package/src/blocks/ecommerce/ecommerce-5.tsx +146 -0
- package/src/blocks/embed/embed-1.schema.ts +181 -0
- package/src/blocks/event/event-listing-2.schema.ts +5 -11
- package/src/blocks/event/event-listing-3.schema.ts +5 -11
- package/src/blocks/event/event-listing-4.schema.ts +5 -11
- package/src/blocks/event/event-listing.schema.ts +5 -11
- package/src/blocks/faq/faq-1.schema.ts +439 -260
- package/src/blocks/faq/faq-2.schema.ts +444 -266
- package/src/blocks/faq/faq-3.schema.ts +1420 -224
- package/src/blocks/features/features-1/features-1.schema.ts +21 -21
- package/src/blocks/features/features-1/variants/default.ts +120 -138
- package/src/blocks/features/features-1/variants/index.ts +2 -2
- package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
- package/src/blocks/features/features-2.schema.ts +368 -286
- package/src/blocks/features/features-3.schema.ts +557 -280
- package/src/blocks/features/features-4.schema.ts +940 -432
- package/src/blocks/features/features-5.schema.ts +566 -407
- package/src/blocks/features/features-6.schema.ts +557 -523
- package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
- package/src/blocks/footer/footer-1.schema.ts +383 -401
- package/src/blocks/footer/footer-2.schema.ts +337 -878
- package/src/blocks/footer/footer-3.schema.ts +445 -381
- package/src/blocks/footer/footer-4.schema.ts +610 -439
- package/src/blocks/footer/footer-5.schema.ts +367 -321
- package/src/blocks/footer/footer-6.schema.ts +610 -357
- package/src/blocks/form/form-1.schema.ts +237 -0
- package/src/blocks/hero/hero-1.schema.ts +251 -221
- package/src/blocks/hero/hero-10.schema.ts +23 -14
- package/src/blocks/hero/hero-11.schema.ts +728 -601
- package/src/blocks/hero/hero-12.schema.ts +524 -334
- package/src/blocks/hero/hero-13.schema.ts +83 -95
- package/src/blocks/hero/hero-2.schema.ts +277 -68
- package/src/blocks/hero/hero-3.schema.ts +371 -235
- package/src/blocks/hero/hero-3.tsx +1 -1
- package/src/blocks/hero/hero-4.schema.ts +605 -338
- package/src/blocks/hero/hero-5.schema.ts +545 -61
- package/src/blocks/hero/hero-6.schema.ts +446 -257
- package/src/blocks/hero/hero-6.tsx +1 -1
- package/src/blocks/hero/hero-7.schema.ts +1299 -131
- package/src/blocks/hero/hero-7.tsx +43 -23
- package/src/blocks/hero/hero-8.schema.ts +736 -236
- package/src/blocks/hero/hero-9.schema.ts +908 -58
- package/src/blocks/index.ts +14 -2
- package/src/blocks/jobs/jobs-1.schema.ts +741 -219
- package/src/blocks/logos/logos-1.schema.ts +317 -321
- package/src/blocks/logos/logos-1.tsx +32 -19
- package/src/blocks/logos/logos-2.schema.ts +223 -0
- package/src/blocks/logos/logos-2.tsx +55 -0
- package/src/blocks/navbar/navbar-1.schema.ts +319 -186
- package/src/blocks/navbar/navbar-3.schema.ts +618 -570
- package/src/blocks/navbar/navbar-3.tsx +3 -2
- package/src/blocks/navbar/navbar-4.schema.ts +731 -1234
- package/src/blocks/navbar/navbar-4.tsx +1 -6
- package/src/blocks/polling/polling-1.schema.ts +161 -0
- package/src/blocks/pricing/pricing-1.schema.ts +549 -626
- package/src/blocks/products/products-listing-1.schema.ts +363 -249
- package/src/blocks/products/products-listing-2.schema.ts +515 -257
- package/src/blocks/products/products-listing-3.schema.ts +790 -839
- package/src/blocks/products/products-listing-3.tsx +86 -84
- package/src/blocks/profile/profile-1.schema.ts +168 -187
- package/src/blocks/profile/profile-2.schema.ts +150 -122
- package/src/blocks/profile/profile-3.schema.ts +307 -256
- package/src/blocks/profile/profile-4.schema.ts +372 -504
- package/src/blocks/profile/profile-5.schema.ts +186 -79
- package/src/blocks/services/service-1.schema.ts +700 -631
- package/src/blocks/services/service-2.schema.ts +559 -82
- package/src/blocks/services/service-2.tsx +5 -6
- package/src/blocks/services/service-3.schema.ts +592 -207
- package/src/blocks/services/service-3.tsx +10 -2
- package/src/blocks/stats/stats-1.schema.ts +347 -257
- package/src/blocks/stats/stats-2.schema.ts +14 -2
- package/src/blocks/stats/variants/default.ts +14 -37
- package/src/blocks/stats/variants/extra.ts +232 -0
- package/src/blocks/stats/variants/hero.ts +1 -30
- package/src/blocks/stats/variants/index.ts +13 -1
- package/src/blocks/tabs/tab-1.schema.ts +1361 -214
- package/src/blocks/tabs/tab-2.schema.ts +984 -390
- package/src/blocks/tabs/tab-3.schema.ts +961 -95
- package/src/blocks/team/team-1.schema.ts +681 -564
- package/src/blocks/team/team-2.schema.ts +589 -935
- package/src/blocks/team/team-3.schema.ts +375 -284
- package/src/blocks/team/team-4.schema.ts +569 -355
- package/src/blocks/team/team-5.schema.ts +307 -111
- package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
- package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
- package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
- package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
- package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
- package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
- package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
- package/src/blocks/timeline/timeline-1.schema.ts +382 -140
- package/src/blocks/users/edit-profile.schema.ts +2 -8
- package/src/blocks/users/edit-profile.tsx +2 -3
- package/src/schemas/blocks.ts +14 -2
- package/src/schemas/categories.ts +6 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
- package/src/blocks/navbar/navbar-2.schema.ts +0 -1134
- package/src/blocks/navbar/navbar-2.tsx +0 -381
|
@@ -1,44 +1,308 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
const IMG_1 = {
|
|
4
|
+
id: "7453466623461221665",
|
|
5
|
+
kind: "image" as const,
|
|
6
|
+
location:
|
|
7
|
+
"https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg",
|
|
8
|
+
mimetype: "image/jpeg",
|
|
9
|
+
srcset: {
|
|
10
|
+
"320w":
|
|
11
|
+
"https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
12
|
+
"640w":
|
|
13
|
+
"https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
14
|
+
"750w":
|
|
15
|
+
"https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
16
|
+
"828w":
|
|
17
|
+
"https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
18
|
+
"1080w":
|
|
19
|
+
"https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
20
|
+
"1200w":
|
|
21
|
+
"https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
22
|
+
"1920w":
|
|
23
|
+
"https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
24
|
+
path: "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
const IMG_2 = {
|
|
29
|
+
id: "7453466623462518310",
|
|
30
|
+
kind: "image" as const,
|
|
31
|
+
location:
|
|
32
|
+
"https://images.pexels.com/photos/13070910/pexels-photo-13070910.png",
|
|
33
|
+
mimetype: "image/png",
|
|
34
|
+
srcset: {
|
|
35
|
+
"320w":
|
|
36
|
+
"https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
37
|
+
"640w":
|
|
38
|
+
"https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
39
|
+
"750w":
|
|
40
|
+
"https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
41
|
+
"828w":
|
|
42
|
+
"https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
43
|
+
"1080w":
|
|
44
|
+
"https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
45
|
+
"1200w":
|
|
46
|
+
"https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
47
|
+
"1920w":
|
|
48
|
+
"https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
49
|
+
path: "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const IMG_3 = {
|
|
54
|
+
id: "7453466623461735077",
|
|
55
|
+
kind: "image" as const,
|
|
56
|
+
location:
|
|
57
|
+
"https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg",
|
|
58
|
+
mimetype: "image/jpeg",
|
|
59
|
+
srcset: {
|
|
60
|
+
"320w":
|
|
61
|
+
"https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
62
|
+
"640w":
|
|
63
|
+
"https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
64
|
+
"750w":
|
|
65
|
+
"https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
66
|
+
"828w":
|
|
67
|
+
"https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
68
|
+
"1080w":
|
|
69
|
+
"https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
70
|
+
"1200w":
|
|
71
|
+
"https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
72
|
+
"1920w":
|
|
73
|
+
"https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
74
|
+
path: "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
75
|
+
},
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
const IMG_4 = {
|
|
79
|
+
id: "7453466623462679082",
|
|
80
|
+
kind: "image" as const,
|
|
81
|
+
location:
|
|
82
|
+
"https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg",
|
|
83
|
+
mimetype: "image/jpeg",
|
|
84
|
+
srcset: {
|
|
85
|
+
"320w":
|
|
86
|
+
"https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
87
|
+
"640w":
|
|
88
|
+
"https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
89
|
+
"750w":
|
|
90
|
+
"https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
91
|
+
"828w":
|
|
92
|
+
"https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
93
|
+
"1080w":
|
|
94
|
+
"https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
95
|
+
"1200w":
|
|
96
|
+
"https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
97
|
+
"1920w":
|
|
98
|
+
"https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
99
|
+
path: "https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/36733301/pexels-photo-36733301.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
100
|
+
},
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
const IMG_5 = {
|
|
104
|
+
id: "7453466623462013692",
|
|
105
|
+
kind: "image" as const,
|
|
106
|
+
location:
|
|
107
|
+
"https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg",
|
|
108
|
+
mimetype: "image/jpeg",
|
|
109
|
+
srcset: {
|
|
110
|
+
"320w":
|
|
111
|
+
"https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
112
|
+
"640w":
|
|
113
|
+
"https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
114
|
+
"750w":
|
|
115
|
+
"https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
116
|
+
"828w":
|
|
117
|
+
"https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
118
|
+
"1080w":
|
|
119
|
+
"https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
120
|
+
"1200w":
|
|
121
|
+
"https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
122
|
+
"1920w":
|
|
123
|
+
"https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
124
|
+
path: "https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/3778603/pexels-photo-3778603.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
125
|
+
},
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
const IMG_6 = {
|
|
129
|
+
id: "7453466623465797767",
|
|
130
|
+
kind: "image" as const,
|
|
131
|
+
location: "https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg",
|
|
132
|
+
mimetype: "image/jpeg",
|
|
133
|
+
srcset: {
|
|
134
|
+
"320w":
|
|
135
|
+
"https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
136
|
+
"640w":
|
|
137
|
+
"https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
138
|
+
"750w":
|
|
139
|
+
"https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
140
|
+
"828w":
|
|
141
|
+
"https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
142
|
+
"1080w":
|
|
143
|
+
"https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
144
|
+
"1200w":
|
|
145
|
+
"https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
146
|
+
"1920w":
|
|
147
|
+
"https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
148
|
+
path: "https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/450214/pexels-photo-450214.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
149
|
+
},
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
const IMG_7 = {
|
|
153
|
+
id: "7453466623466885670",
|
|
154
|
+
kind: "image" as const,
|
|
155
|
+
location:
|
|
156
|
+
"https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg",
|
|
157
|
+
mimetype: "image/jpeg",
|
|
158
|
+
srcset: {
|
|
159
|
+
"320w":
|
|
160
|
+
"https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
161
|
+
"640w":
|
|
162
|
+
"https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
163
|
+
"750w":
|
|
164
|
+
"https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
165
|
+
"828w":
|
|
166
|
+
"https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
167
|
+
"1080w":
|
|
168
|
+
"https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
169
|
+
"1200w":
|
|
170
|
+
"https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
171
|
+
"1920w":
|
|
172
|
+
"https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
173
|
+
path: "https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/15780885/pexels-photo-15780885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
174
|
+
},
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
const IMG_8 = {
|
|
178
|
+
id: "7453466623464584271",
|
|
179
|
+
kind: "image" as const,
|
|
180
|
+
location:
|
|
181
|
+
"https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg",
|
|
182
|
+
mimetype: "image/jpeg",
|
|
183
|
+
srcset: {
|
|
184
|
+
"320w":
|
|
185
|
+
"https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
186
|
+
"640w":
|
|
187
|
+
"https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
188
|
+
"750w":
|
|
189
|
+
"https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
190
|
+
"828w":
|
|
191
|
+
"https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
192
|
+
"1080w":
|
|
193
|
+
"https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
194
|
+
"1200w":
|
|
195
|
+
"https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
196
|
+
"1920w":
|
|
197
|
+
"https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
198
|
+
path: "https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/34769106/pexels-photo-34769106.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
11
199
|
},
|
|
12
200
|
};
|
|
13
201
|
|
|
14
202
|
const DEFAULT_TESTIMONIALS_COUNT = 8;
|
|
15
203
|
|
|
204
|
+
// IconWidget renders kind: "custom" as an <img>, wrapping the IMediaObject under data.
|
|
205
|
+
// kind: "image" would fall through to a blank span, so avatars must be wrapped.
|
|
206
|
+
const TESTIMONIALS = [
|
|
207
|
+
{
|
|
208
|
+
wrapper: null,
|
|
209
|
+
profileWrapper: null,
|
|
210
|
+
image: { kind: "custom" as const, data: IMG_1 },
|
|
211
|
+
namePositionWrapper: null,
|
|
212
|
+
name: "Marcus Whitfield",
|
|
213
|
+
position: "Head of Payments, Vault Neobank",
|
|
214
|
+
testimonial:
|
|
215
|
+
"Settlement moved from T+2 to same-day the week we cut over. Auth rates climbed 3.4 points and chargebacks dropped below 0.6%. Our treasury team finally sleeps.",
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
wrapper: null,
|
|
219
|
+
profileWrapper: null,
|
|
220
|
+
image: { kind: "custom" as const, data: IMG_4 },
|
|
221
|
+
namePositionWrapper: null,
|
|
222
|
+
name: "Priya Ramanathan",
|
|
223
|
+
position: "CFO, Ledgerly Capital",
|
|
224
|
+
testimonial:
|
|
225
|
+
"Ledger reconciliation went from three-day month-end to a rolling 30-minute close. The double-entry primitives and idempotency keys are exactly what a finance team asks for.",
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
wrapper: null,
|
|
229
|
+
profileWrapper: null,
|
|
230
|
+
image: { kind: "custom" as const, data: IMG_5 },
|
|
231
|
+
namePositionWrapper: null,
|
|
232
|
+
name: "David Okafor",
|
|
233
|
+
position: "VP Engineering, PayStride",
|
|
234
|
+
testimonial:
|
|
235
|
+
"PCI DSS Level 1 scope shrank by 80% once we routed card data through their tokenization vault. Our engineers stopped touching PANs and audits became boring, which is the goal.",
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
wrapper: null,
|
|
239
|
+
profileWrapper: null,
|
|
240
|
+
image: { kind: "custom" as const, data: IMG_8 },
|
|
241
|
+
namePositionWrapper: null,
|
|
242
|
+
name: "Aisha Rahman",
|
|
243
|
+
position: "Chief Compliance Officer, FinCore",
|
|
244
|
+
testimonial:
|
|
245
|
+
"The KYC pass-through API cleared 96% of applicants without manual review. Sanctions screening, PEP checks, and document verification now ride one webhook instead of four vendors.",
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
wrapper: null,
|
|
249
|
+
profileWrapper: null,
|
|
250
|
+
image: { kind: "custom" as const, data: IMG_2 },
|
|
251
|
+
namePositionWrapper: null,
|
|
252
|
+
name: "Diego Salazar",
|
|
253
|
+
position: "Founder, Remitex",
|
|
254
|
+
testimonial:
|
|
255
|
+
"Cross-border corridors that used to take six weeks of partner negotiation now spin up behind one API. FX spreads dropped 40 bps and our customers feel every basis point.",
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
wrapper: null,
|
|
259
|
+
profileWrapper: null,
|
|
260
|
+
image: { kind: "custom" as const, data: IMG_7 },
|
|
261
|
+
namePositionWrapper: null,
|
|
262
|
+
name: "Helena Voss",
|
|
263
|
+
position: "Director of Risk, Northwind Lending",
|
|
264
|
+
testimonial:
|
|
265
|
+
"Plaid-backed cash-flow underwriting replaced three legacy bureau pulls. Default rates fell 18% on the first cohort and approval times collapsed from days to under two minutes.",
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
wrapper: null,
|
|
269
|
+
profileWrapper: null,
|
|
270
|
+
image: { kind: "custom" as const, data: IMG_6 },
|
|
271
|
+
namePositionWrapper: null,
|
|
272
|
+
name: "Kenji Tanaka",
|
|
273
|
+
position: "Head of Platform, Yen Payments",
|
|
274
|
+
testimonial:
|
|
275
|
+
"Their webhooks deliver reliably at 4,000 TPS with signed payloads and replay protection. We retired our in-house event bus and a whole Kafka cluster the same quarter.",
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
wrapper: null,
|
|
279
|
+
profileWrapper: null,
|
|
280
|
+
image: { kind: "custom" as const, data: IMG_3 },
|
|
281
|
+
namePositionWrapper: null,
|
|
282
|
+
name: "Noah Ellington",
|
|
283
|
+
position: "Staff Engineer, Paymint Treasury",
|
|
284
|
+
testimonial:
|
|
285
|
+
"Idempotency keys, structured retries, and a typed SDK mean we stopped writing defensive code around payment calls. Incident pages dropped to near zero in three months.",
|
|
286
|
+
},
|
|
287
|
+
];
|
|
288
|
+
|
|
16
289
|
const DEFAULT_CONTENT = {
|
|
17
290
|
layout: null,
|
|
18
291
|
container: null,
|
|
19
292
|
|
|
20
293
|
// title, description and CTA
|
|
294
|
+
textCTAWrapper: null,
|
|
21
295
|
textWrapper: null,
|
|
22
|
-
title: "
|
|
23
|
-
description:
|
|
296
|
+
title: "Operators who trust our rails",
|
|
297
|
+
description:
|
|
298
|
+
"Payments, treasury, and risk leaders share what changed after moving settlement, KYC, and tokenization onto one platform.",
|
|
24
299
|
ctas: [
|
|
25
300
|
{
|
|
26
|
-
cta: "
|
|
301
|
+
cta: "Read case studies",
|
|
27
302
|
},
|
|
28
303
|
],
|
|
29
304
|
|
|
30
|
-
testimonials:
|
|
31
|
-
wrapper: null,
|
|
32
|
-
|
|
33
|
-
profileWrapper: null,
|
|
34
|
-
image: DUMMY_ICON,
|
|
35
|
-
namePositionWrapper: null,
|
|
36
|
-
name: "John Smith",
|
|
37
|
-
position: "CEO",
|
|
38
|
-
|
|
39
|
-
testimonial:
|
|
40
|
-
"Navigate complex markets confidently with our expert financial advisory services.",
|
|
41
|
-
}),
|
|
305
|
+
testimonials: TESTIMONIALS,
|
|
42
306
|
};
|
|
43
307
|
|
|
44
308
|
export type ITestimonial1Content = typeof DEFAULT_CONTENT;
|
|
@@ -107,7 +371,7 @@ export const Testimonial1: IBlock = {
|
|
|
107
371
|
prompt_description:
|
|
108
372
|
"Short subheadline that explains the purpose of this section (sharing positive client experiences). Use a friendly, inviting, and concise tone.",
|
|
109
373
|
min_characters: 40,
|
|
110
|
-
max_characters:
|
|
374
|
+
max_characters: 160,
|
|
111
375
|
},
|
|
112
376
|
},
|
|
113
377
|
{
|
|
@@ -199,7 +463,7 @@ export const Testimonial1: IBlock = {
|
|
|
199
463
|
prompt_description:
|
|
200
464
|
"The professional title or position of the client listed under their name. Keep it concise (e.g., CEO, Founder, Marketing Director).",
|
|
201
465
|
min_characters: 2,
|
|
202
|
-
max_characters:
|
|
466
|
+
max_characters: 48,
|
|
203
467
|
},
|
|
204
468
|
},
|
|
205
469
|
{
|
|
@@ -210,7 +474,7 @@ export const Testimonial1: IBlock = {
|
|
|
210
474
|
prompt_description:
|
|
211
475
|
"A brief, authentic-sounding client quote describing their positive experience. Write in first-person and keep the tone genuine and professional.",
|
|
212
476
|
min_characters: 60,
|
|
213
|
-
max_characters:
|
|
477
|
+
max_characters: 260,
|
|
214
478
|
},
|
|
215
479
|
},
|
|
216
480
|
],
|
|
@@ -224,11 +488,14 @@ export const Testimonial1: IBlock = {
|
|
|
224
488
|
],
|
|
225
489
|
layouts: [
|
|
226
490
|
{
|
|
227
|
-
title: "
|
|
228
|
-
key: "
|
|
491
|
+
title: "Grid",
|
|
492
|
+
key: "grid",
|
|
229
493
|
styles: {
|
|
494
|
+
// Carousel's CarouselContent uses flex internally; number_of_slides sizes the
|
|
495
|
+
// inner .carousel-item to the right % so we get a 3-up grid look without fighting
|
|
496
|
+
// the flex container. Container gap is applied via carousel-item spacing.
|
|
230
497
|
testimonials_levoGroup: {
|
|
231
|
-
number_of_slides:
|
|
498
|
+
number_of_slides: 3,
|
|
232
499
|
tablet: {
|
|
233
500
|
number_of_slides: 2,
|
|
234
501
|
},
|
|
@@ -252,7 +519,9 @@ export const Testimonial1: IBlock = {
|
|
|
252
519
|
display: "flex",
|
|
253
520
|
"flex-direction": "column",
|
|
254
521
|
"align-items": "center",
|
|
255
|
-
"row-gap": "
|
|
522
|
+
"row-gap": "sm",
|
|
523
|
+
"max-width": "640px",
|
|
524
|
+
"text-align": "center",
|
|
256
525
|
},
|
|
257
526
|
layout: {},
|
|
258
527
|
title: {},
|
|
@@ -260,7 +529,7 @@ export const Testimonial1: IBlock = {
|
|
|
260
529
|
container: {
|
|
261
530
|
display: "flex",
|
|
262
531
|
"flex-direction": "column",
|
|
263
|
-
"row-gap": "
|
|
532
|
+
"row-gap": "4xl",
|
|
264
533
|
tablet: {
|
|
265
534
|
"row-gap": "3xl",
|
|
266
535
|
},
|
|
@@ -268,542 +537,321 @@ export const Testimonial1: IBlock = {
|
|
|
268
537
|
"row-gap": "xl",
|
|
269
538
|
},
|
|
270
539
|
},
|
|
271
|
-
|
|
272
|
-
{
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
540
|
+
testimonials_levoGroupItem: {
|
|
541
|
+
wrapper: {
|
|
542
|
+
"border-solid": "solid",
|
|
543
|
+
"border-width": "1px",
|
|
544
|
+
"border-color": "var(--color-border)",
|
|
545
|
+
"border-radius": "base",
|
|
546
|
+
padding: "xl",
|
|
547
|
+
display: "flex",
|
|
548
|
+
"flex-direction": "column",
|
|
549
|
+
"row-gap": "md",
|
|
550
|
+
height: "100%",
|
|
551
|
+
"background-color": "background",
|
|
552
|
+
},
|
|
553
|
+
profileWrapper: {
|
|
554
|
+
display: "flex",
|
|
555
|
+
"column-gap": "sm",
|
|
556
|
+
"align-items": "center",
|
|
557
|
+
},
|
|
558
|
+
image: {
|
|
559
|
+
height: "48px",
|
|
560
|
+
width: "48px",
|
|
561
|
+
"min-width": "48px",
|
|
562
|
+
"border-radius": "50%",
|
|
563
|
+
"object-fit": "cover",
|
|
564
|
+
"flex-shrink": 0,
|
|
565
|
+
},
|
|
566
|
+
namePositionWrapper: {
|
|
567
|
+
display: "flex",
|
|
568
|
+
"flex-direction": "column",
|
|
569
|
+
"row-gap": "5xs",
|
|
570
|
+
},
|
|
571
|
+
name: {
|
|
572
|
+
"font-weight": 700,
|
|
573
|
+
},
|
|
574
|
+
testimonial: {
|
|
575
|
+
overflow: "hidden",
|
|
576
|
+
display: "-webkit-box",
|
|
577
|
+
"-webkit-line-clamp": "4",
|
|
578
|
+
"-webkit-box-orient": "vertical",
|
|
579
|
+
"line-height": "1.6",
|
|
580
|
+
},
|
|
581
|
+
position: {
|
|
582
|
+
"font-weight": 500,
|
|
583
|
+
color: "text-2",
|
|
308
584
|
},
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
display: "flex",
|
|
322
|
-
"column-gap": "2xs",
|
|
323
|
-
},
|
|
324
|
-
image: {
|
|
325
|
-
height: "40px",
|
|
326
|
-
width: "40px",
|
|
327
|
-
"border-radius": "base",
|
|
328
|
-
"object-fit": "cover",
|
|
329
|
-
"border-solid": "solid",
|
|
330
|
-
"border-width": "1px",
|
|
331
|
-
"border-color": "var(--color-border)",
|
|
332
|
-
},
|
|
333
|
-
name: {
|
|
334
|
-
"font-weight": 700,
|
|
335
|
-
},
|
|
336
|
-
testimonial: {
|
|
337
|
-
overflow: "hidden",
|
|
338
|
-
display: "-webkit-box",
|
|
339
|
-
"-webkit-line-clamp": "2",
|
|
340
|
-
"-webkit-box-orient": "vertical",
|
|
341
|
-
},
|
|
342
|
-
position: {
|
|
343
|
-
"font-weight": 600,
|
|
344
|
-
},
|
|
585
|
+
},
|
|
586
|
+
testimonials: Array(DEFAULT_TESTIMONIALS_COUNT).fill({}),
|
|
587
|
+
},
|
|
588
|
+
content: DEFAULT_CONTENT,
|
|
589
|
+
config: {
|
|
590
|
+
// Grid variant: keep carousel static (no loop, no autoscroll) so the 3-up
|
|
591
|
+
// arrangement reads as a true grid, not a scrolling strip.
|
|
592
|
+
testimonials_levoGroup: {
|
|
593
|
+
carousel: {
|
|
594
|
+
loop: false,
|
|
595
|
+
autoPlay: false,
|
|
596
|
+
autoScroll: false,
|
|
345
597
|
},
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
"border-color": "var(--color-border)",
|
|
351
|
-
"border-radius": "base",
|
|
352
|
-
padding: "xl",
|
|
353
|
-
display: "flex",
|
|
354
|
-
"flex-direction": "column",
|
|
355
|
-
"row-gap": "xs",
|
|
356
|
-
},
|
|
357
|
-
profileWrapper: {
|
|
358
|
-
display: "flex",
|
|
359
|
-
"column-gap": "2xs",
|
|
360
|
-
},
|
|
361
|
-
image: {
|
|
362
|
-
height: "40px",
|
|
363
|
-
width: "40px",
|
|
364
|
-
"border-radius": "base",
|
|
365
|
-
"object-fit": "cover",
|
|
366
|
-
"border-solid": "solid",
|
|
367
|
-
"border-width": "1px",
|
|
368
|
-
"border-color": "var(--color-border)",
|
|
369
|
-
},
|
|
370
|
-
name: {
|
|
371
|
-
"font-weight": 700,
|
|
372
|
-
},
|
|
373
|
-
testimonial: {
|
|
374
|
-
overflow: "hidden",
|
|
375
|
-
display: "-webkit-box",
|
|
376
|
-
"-webkit-line-clamp": "2",
|
|
377
|
-
"-webkit-box-orient": "vertical",
|
|
378
|
-
},
|
|
379
|
-
position: {
|
|
380
|
-
"font-weight": 600,
|
|
381
|
-
},
|
|
598
|
+
},
|
|
599
|
+
title: {
|
|
600
|
+
selectedVariants: {
|
|
601
|
+
Heading_Level: "H2",
|
|
382
602
|
},
|
|
383
|
-
{
|
|
384
|
-
|
|
385
|
-
"border-solid": "solid",
|
|
386
|
-
"border-width": "1px",
|
|
387
|
-
"border-color": "var(--color-border)",
|
|
388
|
-
"border-radius": "base",
|
|
389
|
-
padding: "xl",
|
|
390
|
-
display: "flex",
|
|
391
|
-
"flex-direction": "column",
|
|
392
|
-
"row-gap": "xs",
|
|
393
|
-
},
|
|
394
|
-
profileWrapper: {
|
|
395
|
-
display: "flex",
|
|
396
|
-
"column-gap": "2xs",
|
|
397
|
-
},
|
|
398
|
-
image: {
|
|
399
|
-
height: "40px",
|
|
400
|
-
width: "40px",
|
|
401
|
-
"border-radius": "base",
|
|
402
|
-
"object-fit": "cover",
|
|
403
|
-
"border-solid": "solid",
|
|
404
|
-
"border-width": "1px",
|
|
405
|
-
"border-color": "var(--color-border)",
|
|
406
|
-
},
|
|
407
|
-
name: {
|
|
408
|
-
"font-weight": 700,
|
|
409
|
-
},
|
|
410
|
-
testimonial: {
|
|
411
|
-
overflow: "hidden",
|
|
412
|
-
display: "-webkit-box",
|
|
413
|
-
"-webkit-line-clamp": "2",
|
|
414
|
-
"-webkit-box-orient": "vertical",
|
|
415
|
-
},
|
|
416
|
-
position: {
|
|
417
|
-
"font-weight": 600,
|
|
418
|
-
},
|
|
603
|
+
heading: {
|
|
604
|
+
level: 2,
|
|
419
605
|
},
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
"border-color": "var(--color-border)",
|
|
425
|
-
"border-radius": "base",
|
|
426
|
-
padding: "xl",
|
|
427
|
-
display: "flex",
|
|
428
|
-
"flex-direction": "column",
|
|
429
|
-
"row-gap": "xs",
|
|
430
|
-
},
|
|
431
|
-
profileWrapper: {
|
|
432
|
-
display: "flex",
|
|
433
|
-
"column-gap": "2xs",
|
|
434
|
-
},
|
|
435
|
-
image: {
|
|
436
|
-
height: "40px",
|
|
437
|
-
width: "40px",
|
|
438
|
-
"border-radius": "base",
|
|
439
|
-
"object-fit": "cover",
|
|
440
|
-
"border-solid": "solid",
|
|
441
|
-
"border-width": "1px",
|
|
442
|
-
"border-color": "var(--color-border)",
|
|
443
|
-
},
|
|
444
|
-
name: {
|
|
445
|
-
"font-weight": 700,
|
|
446
|
-
},
|
|
447
|
-
testimonial: {
|
|
448
|
-
overflow: "hidden",
|
|
449
|
-
display: "-webkit-box",
|
|
450
|
-
"-webkit-line-clamp": "2",
|
|
451
|
-
"-webkit-box-orient": "vertical",
|
|
452
|
-
},
|
|
453
|
-
position: {
|
|
454
|
-
"font-weight": 600,
|
|
455
|
-
},
|
|
606
|
+
},
|
|
607
|
+
testimonials: Array(DEFAULT_TESTIMONIALS_COUNT).fill({
|
|
608
|
+
testimonial: {
|
|
609
|
+
selectedVariants: {},
|
|
456
610
|
},
|
|
457
|
-
{
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
"border-width": "1px",
|
|
461
|
-
"border-color": "var(--color-border)",
|
|
462
|
-
"border-radius": "base",
|
|
463
|
-
padding: "xl",
|
|
464
|
-
display: "flex",
|
|
465
|
-
"flex-direction": "column",
|
|
466
|
-
"row-gap": "xs",
|
|
467
|
-
},
|
|
468
|
-
profileWrapper: {
|
|
469
|
-
display: "flex",
|
|
470
|
-
"column-gap": "2xs",
|
|
471
|
-
},
|
|
472
|
-
image: {
|
|
473
|
-
height: "40px",
|
|
474
|
-
width: "40px",
|
|
475
|
-
"border-radius": "base",
|
|
476
|
-
"object-fit": "cover",
|
|
477
|
-
"border-solid": "solid",
|
|
478
|
-
"border-width": "1px",
|
|
479
|
-
"border-color": "var(--color-border)",
|
|
480
|
-
},
|
|
481
|
-
name: {
|
|
482
|
-
"font-weight": 700,
|
|
483
|
-
},
|
|
484
|
-
testimonial: {
|
|
485
|
-
overflow: "hidden",
|
|
486
|
-
display: "-webkit-box",
|
|
487
|
-
"-webkit-line-clamp": "2",
|
|
488
|
-
"-webkit-box-orient": "vertical",
|
|
611
|
+
name: {
|
|
612
|
+
heading: {
|
|
613
|
+
level: "4",
|
|
489
614
|
},
|
|
490
|
-
|
|
491
|
-
"
|
|
615
|
+
selectedVariants: {
|
|
616
|
+
Heading_Level: "H5",
|
|
492
617
|
},
|
|
493
618
|
},
|
|
494
|
-
{
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
"border-width": "1px",
|
|
498
|
-
"border-color": "var(--color-border)",
|
|
499
|
-
"border-radius": "base",
|
|
500
|
-
padding: "xl",
|
|
501
|
-
display: "flex",
|
|
502
|
-
"flex-direction": "column",
|
|
503
|
-
"row-gap": "xs",
|
|
504
|
-
},
|
|
505
|
-
profileWrapper: {
|
|
506
|
-
display: "flex",
|
|
507
|
-
"column-gap": "2xs",
|
|
508
|
-
},
|
|
509
|
-
image: {
|
|
510
|
-
height: "40px",
|
|
511
|
-
width: "40px",
|
|
512
|
-
"border-radius": "base",
|
|
513
|
-
"object-fit": "cover",
|
|
514
|
-
"border-solid": "solid",
|
|
515
|
-
"border-width": "1px",
|
|
516
|
-
"border-color": "var(--color-border)",
|
|
517
|
-
},
|
|
518
|
-
name: {
|
|
519
|
-
"font-weight": 700,
|
|
520
|
-
},
|
|
521
|
-
testimonial: {
|
|
522
|
-
overflow: "hidden",
|
|
523
|
-
display: "-webkit-box",
|
|
524
|
-
"-webkit-line-clamp": "2",
|
|
525
|
-
"-webkit-box-orient": "vertical",
|
|
619
|
+
position: {
|
|
620
|
+
heading: {
|
|
621
|
+
level: "5",
|
|
526
622
|
},
|
|
527
|
-
|
|
528
|
-
"
|
|
623
|
+
selectedVariants: {
|
|
624
|
+
Heading_Level: "H6",
|
|
529
625
|
},
|
|
530
626
|
},
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
"border-solid": "solid",
|
|
552
|
-
"border-width": "1px",
|
|
553
|
-
"border-color": "var(--color-border)",
|
|
554
|
-
},
|
|
555
|
-
name: {
|
|
556
|
-
"font-weight": 700,
|
|
557
|
-
},
|
|
558
|
-
testimonial: {
|
|
559
|
-
overflow: "hidden",
|
|
560
|
-
display: "-webkit-box",
|
|
561
|
-
"-webkit-line-clamp": "2",
|
|
562
|
-
"-webkit-box-orient": "vertical",
|
|
563
|
-
},
|
|
564
|
-
position: {
|
|
565
|
-
"font-weight": 600,
|
|
566
|
-
},
|
|
627
|
+
}),
|
|
628
|
+
},
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
title: "Minimal",
|
|
632
|
+
key: "minimal",
|
|
633
|
+
styles: {
|
|
634
|
+
testimonials_levoGroup: {
|
|
635
|
+
number_of_slides: 1,
|
|
636
|
+
// Padding ensures the first slide isn't clipped at the left edge of the carousel viewport
|
|
637
|
+
"padding-left": "xl",
|
|
638
|
+
"padding-right": "xl",
|
|
639
|
+
},
|
|
640
|
+
textCTAWrapper: {
|
|
641
|
+
display: "flex",
|
|
642
|
+
"flex-direction": "column",
|
|
643
|
+
"align-items": "center",
|
|
644
|
+
"row-gap": "2xl",
|
|
645
|
+
tablet: {
|
|
646
|
+
"row-gap": "lg",
|
|
567
647
|
},
|
|
568
|
-
{
|
|
569
|
-
|
|
570
|
-
"border-solid": "solid",
|
|
571
|
-
"border-width": "1px",
|
|
572
|
-
"border-color": "var(--color-border)",
|
|
573
|
-
"border-radius": "base",
|
|
574
|
-
padding: "xl",
|
|
575
|
-
display: "flex",
|
|
576
|
-
"flex-direction": "column",
|
|
577
|
-
"row-gap": "xs",
|
|
578
|
-
},
|
|
579
|
-
profileWrapper: {
|
|
580
|
-
display: "flex",
|
|
581
|
-
"column-gap": "2xs",
|
|
582
|
-
},
|
|
583
|
-
image: {
|
|
584
|
-
height: "40px",
|
|
585
|
-
width: "40px",
|
|
586
|
-
"border-radius": "base",
|
|
587
|
-
"object-fit": "cover",
|
|
588
|
-
"border-solid": "solid",
|
|
589
|
-
"border-width": "1px",
|
|
590
|
-
"border-color": "var(--color-border)",
|
|
591
|
-
},
|
|
592
|
-
name: {
|
|
593
|
-
color: "text-1",
|
|
594
|
-
},
|
|
595
|
-
testimonial: {
|
|
596
|
-
overflow: "hidden",
|
|
597
|
-
display: "-webkit-box",
|
|
598
|
-
"-webkit-line-clamp": "2",
|
|
599
|
-
"-webkit-box-orient": "vertical",
|
|
600
|
-
},
|
|
648
|
+
mobile: {
|
|
649
|
+
"row-gap": "sm",
|
|
601
650
|
},
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
"border-width": "1px",
|
|
624
|
-
"border-color": "var(--color-border)",
|
|
625
|
-
},
|
|
626
|
-
name: {
|
|
627
|
-
color: "text-1",
|
|
628
|
-
},
|
|
629
|
-
testimonial: {
|
|
630
|
-
overflow: "hidden",
|
|
631
|
-
display: "-webkit-box",
|
|
632
|
-
"-webkit-line-clamp": "2",
|
|
633
|
-
"-webkit-box-orient": "vertical",
|
|
634
|
-
},
|
|
651
|
+
},
|
|
652
|
+
textWrapper: {
|
|
653
|
+
display: "flex",
|
|
654
|
+
"flex-direction": "column",
|
|
655
|
+
"align-items": "center",
|
|
656
|
+
"row-gap": "sm",
|
|
657
|
+
"text-align": "center",
|
|
658
|
+
"max-width": "640px",
|
|
659
|
+
},
|
|
660
|
+
layout: {},
|
|
661
|
+
title: {},
|
|
662
|
+
description: {},
|
|
663
|
+
container: {
|
|
664
|
+
display: "flex",
|
|
665
|
+
"flex-direction": "column",
|
|
666
|
+
"row-gap": "4xl",
|
|
667
|
+
"max-width": "780px",
|
|
668
|
+
"margin-left": "auto",
|
|
669
|
+
"margin-right": "auto",
|
|
670
|
+
tablet: {
|
|
671
|
+
"row-gap": "3xl",
|
|
635
672
|
},
|
|
636
|
-
{
|
|
637
|
-
|
|
638
|
-
"border-solid": "solid",
|
|
639
|
-
"border-width": "1px",
|
|
640
|
-
"border-color": "var(--color-border)",
|
|
641
|
-
"border-radius": "base",
|
|
642
|
-
padding: "xl",
|
|
643
|
-
display: "flex",
|
|
644
|
-
"flex-direction": "column",
|
|
645
|
-
"row-gap": "xs",
|
|
646
|
-
},
|
|
647
|
-
profileWrapper: {
|
|
648
|
-
display: "flex",
|
|
649
|
-
"column-gap": "2xs",
|
|
650
|
-
},
|
|
651
|
-
image: {
|
|
652
|
-
height: "40px",
|
|
653
|
-
width: "40px",
|
|
654
|
-
"border-radius": "base",
|
|
655
|
-
"object-fit": "cover",
|
|
656
|
-
"border-solid": "solid",
|
|
657
|
-
"border-width": "1px",
|
|
658
|
-
"border-color": "var(--color-border)",
|
|
659
|
-
},
|
|
660
|
-
name: {
|
|
661
|
-
color: "text-1",
|
|
662
|
-
},
|
|
663
|
-
testimonial: {
|
|
664
|
-
overflow: "hidden",
|
|
665
|
-
display: "-webkit-box",
|
|
666
|
-
"-webkit-line-clamp": "2",
|
|
667
|
-
"-webkit-box-orient": "vertical",
|
|
668
|
-
},
|
|
673
|
+
mobile: {
|
|
674
|
+
"row-gap": "xl",
|
|
669
675
|
},
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
676
|
+
},
|
|
677
|
+
testimonials_levoGroupItem: {
|
|
678
|
+
wrapper: {
|
|
679
|
+
display: "flex",
|
|
680
|
+
"flex-direction": "column",
|
|
681
|
+
"align-items": "center",
|
|
682
|
+
"text-align": "center",
|
|
683
|
+
"row-gap": "xl",
|
|
684
|
+
padding: "2xl",
|
|
685
|
+
},
|
|
686
|
+
profileWrapper: {
|
|
687
|
+
display: "flex",
|
|
688
|
+
"flex-direction": "column",
|
|
689
|
+
"align-items": "center",
|
|
690
|
+
"row-gap": "2xs",
|
|
691
|
+
},
|
|
692
|
+
image: {
|
|
693
|
+
height: "64px",
|
|
694
|
+
width: "64px",
|
|
695
|
+
"min-width": "64px",
|
|
696
|
+
"border-radius": "50%",
|
|
697
|
+
"object-fit": "cover",
|
|
698
|
+
"flex-shrink": 0,
|
|
699
|
+
},
|
|
700
|
+
namePositionWrapper: {
|
|
701
|
+
display: "flex",
|
|
702
|
+
"flex-direction": "column",
|
|
703
|
+
"align-items": "center",
|
|
704
|
+
"row-gap": "5xs",
|
|
705
|
+
},
|
|
706
|
+
name: {
|
|
707
|
+
"font-weight": 700,
|
|
708
|
+
},
|
|
709
|
+
testimonial: {
|
|
710
|
+
"font-size": "xl",
|
|
711
|
+
"line-height": "1.6",
|
|
712
|
+
},
|
|
713
|
+
position: {
|
|
714
|
+
"font-weight": 500,
|
|
715
|
+
color: "text-2",
|
|
703
716
|
},
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
"row-gap": "xs",
|
|
714
|
-
},
|
|
715
|
-
profileWrapper: {
|
|
716
|
-
display: "flex",
|
|
717
|
-
"column-gap": "2xs",
|
|
718
|
-
},
|
|
719
|
-
image: {
|
|
720
|
-
height: "40px",
|
|
721
|
-
width: "40px",
|
|
722
|
-
"border-radius": "base",
|
|
723
|
-
"object-fit": "cover",
|
|
724
|
-
"border-solid": "solid",
|
|
725
|
-
"border-width": "1px",
|
|
726
|
-
"border-color": "var(--color-border)",
|
|
727
|
-
},
|
|
728
|
-
name: {
|
|
729
|
-
color: "text-1",
|
|
730
|
-
},
|
|
731
|
-
testimonial: {
|
|
732
|
-
overflow: "hidden",
|
|
733
|
-
display: "-webkit-box",
|
|
734
|
-
"-webkit-line-clamp": "2",
|
|
735
|
-
"-webkit-box-orient": "vertical",
|
|
736
|
-
},
|
|
717
|
+
},
|
|
718
|
+
testimonials: Array(DEFAULT_TESTIMONIALS_COUNT).fill({}),
|
|
719
|
+
},
|
|
720
|
+
content: DEFAULT_CONTENT,
|
|
721
|
+
config: {
|
|
722
|
+
testimonials_levoGroup: {
|
|
723
|
+
carousel: {
|
|
724
|
+
loop: true,
|
|
725
|
+
autoPlay: true,
|
|
737
726
|
},
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
display: "flex",
|
|
746
|
-
"flex-direction": "column",
|
|
747
|
-
"row-gap": "xs",
|
|
748
|
-
},
|
|
749
|
-
profileWrapper: {
|
|
750
|
-
display: "flex",
|
|
751
|
-
"column-gap": "2xs",
|
|
752
|
-
},
|
|
753
|
-
image: {
|
|
754
|
-
height: "40px",
|
|
755
|
-
width: "40px",
|
|
756
|
-
"border-radius": "base",
|
|
757
|
-
"object-fit": "cover",
|
|
758
|
-
"border-solid": "solid",
|
|
759
|
-
"border-width": "1px",
|
|
760
|
-
"border-color": "var(--color-border)",
|
|
761
|
-
},
|
|
762
|
-
name: {
|
|
763
|
-
color: "text-1",
|
|
764
|
-
},
|
|
765
|
-
testimonial: {
|
|
766
|
-
overflow: "hidden",
|
|
767
|
-
display: "-webkit-box",
|
|
768
|
-
"-webkit-line-clamp": "2",
|
|
769
|
-
"-webkit-box-orient": "vertical",
|
|
770
|
-
},
|
|
727
|
+
},
|
|
728
|
+
title: {
|
|
729
|
+
selectedVariants: {
|
|
730
|
+
Heading_Level: "H2",
|
|
731
|
+
},
|
|
732
|
+
heading: {
|
|
733
|
+
level: 2,
|
|
771
734
|
},
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
"border-radius": "base",
|
|
778
|
-
padding: "xl",
|
|
779
|
-
display: "flex",
|
|
780
|
-
"flex-direction": "column",
|
|
781
|
-
"row-gap": "xs",
|
|
735
|
+
},
|
|
736
|
+
testimonials: Array(DEFAULT_TESTIMONIALS_COUNT).fill({
|
|
737
|
+
testimonial: {
|
|
738
|
+
selectedVariants: {
|
|
739
|
+
Typography_Variants: "Lead",
|
|
782
740
|
},
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
741
|
+
},
|
|
742
|
+
name: {
|
|
743
|
+
heading: {
|
|
744
|
+
level: "4",
|
|
786
745
|
},
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
width: "40px",
|
|
790
|
-
"border-radius": "base",
|
|
791
|
-
"object-fit": "cover",
|
|
792
|
-
"border-solid": "solid",
|
|
793
|
-
"border-width": "1px",
|
|
794
|
-
"border-color": "var(--color-border)",
|
|
746
|
+
selectedVariants: {
|
|
747
|
+
Heading_Level: "H5",
|
|
795
748
|
},
|
|
796
|
-
|
|
797
|
-
|
|
749
|
+
},
|
|
750
|
+
position: {
|
|
751
|
+
heading: {
|
|
752
|
+
level: "5",
|
|
798
753
|
},
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
display: "-webkit-box",
|
|
802
|
-
"-webkit-line-clamp": "2",
|
|
803
|
-
"-webkit-box-orient": "vertical",
|
|
754
|
+
selectedVariants: {
|
|
755
|
+
Heading_Level: "H6",
|
|
804
756
|
},
|
|
805
757
|
},
|
|
806
|
-
|
|
758
|
+
}),
|
|
759
|
+
},
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
title: "Default",
|
|
763
|
+
key: "default",
|
|
764
|
+
styles: {
|
|
765
|
+
testimonials_levoGroup: {
|
|
766
|
+
number_of_slides: 3,
|
|
767
|
+
tablet: {
|
|
768
|
+
number_of_slides: 2,
|
|
769
|
+
},
|
|
770
|
+
mobile: {
|
|
771
|
+
number_of_slides: 1,
|
|
772
|
+
},
|
|
773
|
+
},
|
|
774
|
+
textCTAWrapper: {
|
|
775
|
+
display: "flex",
|
|
776
|
+
"flex-direction": "column",
|
|
777
|
+
"align-items": "center",
|
|
778
|
+
"row-gap": "2xl",
|
|
779
|
+
tablet: {
|
|
780
|
+
"row-gap": "lg",
|
|
781
|
+
},
|
|
782
|
+
mobile: {
|
|
783
|
+
"row-gap": "sm",
|
|
784
|
+
},
|
|
785
|
+
},
|
|
786
|
+
textWrapper: {
|
|
787
|
+
display: "flex",
|
|
788
|
+
"flex-direction": "column",
|
|
789
|
+
"align-items": "center",
|
|
790
|
+
"row-gap": "sm",
|
|
791
|
+
"text-align": "center",
|
|
792
|
+
"max-width": "640px",
|
|
793
|
+
},
|
|
794
|
+
layout: {},
|
|
795
|
+
title: {},
|
|
796
|
+
description: {},
|
|
797
|
+
container: {
|
|
798
|
+
display: "flex",
|
|
799
|
+
"flex-direction": "column",
|
|
800
|
+
"row-gap": "4xl",
|
|
801
|
+
tablet: {
|
|
802
|
+
"row-gap": "3xl",
|
|
803
|
+
},
|
|
804
|
+
mobile: {
|
|
805
|
+
"row-gap": "xl",
|
|
806
|
+
},
|
|
807
|
+
},
|
|
808
|
+
testimonials_levoGroupItem: {
|
|
809
|
+
wrapper: {
|
|
810
|
+
"border-solid": "solid",
|
|
811
|
+
"border-width": "1px",
|
|
812
|
+
"border-color": "var(--color-border)",
|
|
813
|
+
"border-radius": "base",
|
|
814
|
+
padding: "xl",
|
|
815
|
+
display: "flex",
|
|
816
|
+
"flex-direction": "column",
|
|
817
|
+
"row-gap": "md",
|
|
818
|
+
height: "100%",
|
|
819
|
+
"background-color": "background",
|
|
820
|
+
},
|
|
821
|
+
profileWrapper: {
|
|
822
|
+
display: "flex",
|
|
823
|
+
"column-gap": "sm",
|
|
824
|
+
"align-items": "center",
|
|
825
|
+
},
|
|
826
|
+
image: {
|
|
827
|
+
height: "48px",
|
|
828
|
+
width: "48px",
|
|
829
|
+
"min-width": "48px",
|
|
830
|
+
"border-radius": "50%",
|
|
831
|
+
"object-fit": "cover",
|
|
832
|
+
"flex-shrink": 0,
|
|
833
|
+
},
|
|
834
|
+
namePositionWrapper: {
|
|
835
|
+
display: "flex",
|
|
836
|
+
"flex-direction": "column",
|
|
837
|
+
"row-gap": "5xs",
|
|
838
|
+
},
|
|
839
|
+
name: {
|
|
840
|
+
"font-weight": 700,
|
|
841
|
+
},
|
|
842
|
+
position: {
|
|
843
|
+
"font-weight": 500,
|
|
844
|
+
color: "text-2",
|
|
845
|
+
},
|
|
846
|
+
testimonial: {
|
|
847
|
+
overflow: "hidden",
|
|
848
|
+
display: "-webkit-box",
|
|
849
|
+
"-webkit-line-clamp": "4",
|
|
850
|
+
"-webkit-box-orient": "vertical",
|
|
851
|
+
"line-height": "1.6",
|
|
852
|
+
},
|
|
853
|
+
},
|
|
854
|
+
testimonials: Array(DEFAULT_TESTIMONIALS_COUNT).fill({}),
|
|
807
855
|
},
|
|
808
856
|
content: DEFAULT_CONTENT,
|
|
809
857
|
config: {
|
|
@@ -823,176 +871,27 @@ export const Testimonial1: IBlock = {
|
|
|
823
871
|
level: 2,
|
|
824
872
|
},
|
|
825
873
|
},
|
|
826
|
-
testimonials:
|
|
827
|
-
{
|
|
828
|
-
|
|
829
|
-
selectedVariants: {},
|
|
830
|
-
},
|
|
831
|
-
name: {
|
|
832
|
-
heading: {
|
|
833
|
-
level: "4",
|
|
834
|
-
},
|
|
835
|
-
selectedVariants: {
|
|
836
|
-
Heading_Level: "H5",
|
|
837
|
-
},
|
|
838
|
-
},
|
|
839
|
-
position: {
|
|
840
|
-
heading: {
|
|
841
|
-
level: "5",
|
|
842
|
-
},
|
|
843
|
-
selectedVariants: {
|
|
844
|
-
Heading_Level: "H6",
|
|
845
|
-
},
|
|
846
|
-
},
|
|
874
|
+
testimonials: Array(DEFAULT_TESTIMONIALS_COUNT).fill({
|
|
875
|
+
testimonial: {
|
|
876
|
+
selectedVariants: {},
|
|
847
877
|
},
|
|
848
|
-
{
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
},
|
|
852
|
-
name: {
|
|
853
|
-
heading: {
|
|
854
|
-
level: "4",
|
|
855
|
-
},
|
|
856
|
-
selectedVariants: {
|
|
857
|
-
Heading_Level: "H5",
|
|
858
|
-
},
|
|
859
|
-
},
|
|
860
|
-
position: {
|
|
861
|
-
heading: {
|
|
862
|
-
level: "5",
|
|
863
|
-
},
|
|
864
|
-
selectedVariants: {
|
|
865
|
-
Heading_Level: "H6",
|
|
866
|
-
},
|
|
867
|
-
},
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
testimonial: {
|
|
871
|
-
selectedVariants: {},
|
|
872
|
-
},
|
|
873
|
-
name: {
|
|
874
|
-
heading: {
|
|
875
|
-
level: "4",
|
|
876
|
-
},
|
|
877
|
-
selectedVariants: {
|
|
878
|
-
Heading_Level: "H5",
|
|
879
|
-
},
|
|
878
|
+
name: {
|
|
879
|
+
heading: {
|
|
880
|
+
level: "4",
|
|
880
881
|
},
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
level: "5",
|
|
884
|
-
},
|
|
885
|
-
selectedVariants: {
|
|
886
|
-
Heading_Level: "H6",
|
|
887
|
-
},
|
|
882
|
+
selectedVariants: {
|
|
883
|
+
Heading_Level: "H5",
|
|
888
884
|
},
|
|
889
885
|
},
|
|
890
|
-
{
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
},
|
|
894
|
-
name: {
|
|
895
|
-
heading: {
|
|
896
|
-
level: "4",
|
|
897
|
-
},
|
|
898
|
-
selectedVariants: {
|
|
899
|
-
Heading_Level: "H5",
|
|
900
|
-
},
|
|
901
|
-
},
|
|
902
|
-
position: {
|
|
903
|
-
heading: {
|
|
904
|
-
level: "5",
|
|
905
|
-
},
|
|
906
|
-
selectedVariants: {
|
|
907
|
-
Heading_Level: "H6",
|
|
908
|
-
},
|
|
909
|
-
},
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
testimonial: {
|
|
913
|
-
selectedVariants: {},
|
|
914
|
-
},
|
|
915
|
-
name: {
|
|
916
|
-
heading: {
|
|
917
|
-
level: "4",
|
|
918
|
-
},
|
|
919
|
-
selectedVariants: {
|
|
920
|
-
Heading_Level: "H5",
|
|
921
|
-
},
|
|
922
|
-
},
|
|
923
|
-
position: {
|
|
924
|
-
heading: {
|
|
925
|
-
level: "5",
|
|
926
|
-
},
|
|
927
|
-
selectedVariants: {
|
|
928
|
-
Heading_Level: "H6",
|
|
929
|
-
},
|
|
930
|
-
},
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
testimonial: {
|
|
934
|
-
selectedVariants: {},
|
|
935
|
-
},
|
|
936
|
-
name: {
|
|
937
|
-
heading: {
|
|
938
|
-
level: "4",
|
|
939
|
-
},
|
|
940
|
-
selectedVariants: {
|
|
941
|
-
Heading_Level: "H5",
|
|
942
|
-
},
|
|
943
|
-
},
|
|
944
|
-
position: {
|
|
945
|
-
heading: {
|
|
946
|
-
level: "5",
|
|
947
|
-
},
|
|
948
|
-
selectedVariants: {
|
|
949
|
-
Heading_Level: "H6",
|
|
950
|
-
},
|
|
951
|
-
},
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
testimonial: {
|
|
955
|
-
selectedVariants: {},
|
|
956
|
-
},
|
|
957
|
-
name: {
|
|
958
|
-
heading: {
|
|
959
|
-
level: "4",
|
|
960
|
-
},
|
|
961
|
-
selectedVariants: {
|
|
962
|
-
Heading_Level: "H5",
|
|
963
|
-
},
|
|
964
|
-
},
|
|
965
|
-
position: {
|
|
966
|
-
heading: {
|
|
967
|
-
level: "5",
|
|
968
|
-
},
|
|
969
|
-
selectedVariants: {
|
|
970
|
-
Heading_Level: "H6",
|
|
971
|
-
},
|
|
972
|
-
},
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
testimonial: {
|
|
976
|
-
selectedVariants: {},
|
|
977
|
-
},
|
|
978
|
-
name: {
|
|
979
|
-
heading: {
|
|
980
|
-
level: "4",
|
|
981
|
-
},
|
|
982
|
-
selectedVariants: {
|
|
983
|
-
Heading_Level: "H5",
|
|
984
|
-
},
|
|
886
|
+
position: {
|
|
887
|
+
heading: {
|
|
888
|
+
level: "5",
|
|
985
889
|
},
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
level: "5",
|
|
989
|
-
},
|
|
990
|
-
selectedVariants: {
|
|
991
|
-
Heading_Level: "H6",
|
|
992
|
-
},
|
|
890
|
+
selectedVariants: {
|
|
891
|
+
Heading_Level: "H6",
|
|
993
892
|
},
|
|
994
893
|
},
|
|
995
|
-
|
|
894
|
+
}),
|
|
996
895
|
},
|
|
997
896
|
},
|
|
998
897
|
],
|