@levo-so/blocks 0.1.59 → 0.1.60
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 +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -11,49 +11,56 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
14
|
+
const MEDIA_1 = {
|
|
15
|
+
id: "74dXDI5ZKCpa",
|
|
16
|
+
filename: "testimonial-2\\.png",
|
|
17
|
+
kind: "image",
|
|
18
|
+
location:
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD.png",
|
|
20
|
+
srcset: {
|
|
21
|
+
"1080w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1080w.webp",
|
|
23
|
+
"1200w":
|
|
24
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1200w.webp",
|
|
25
|
+
"1920w":
|
|
26
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1920w.webp",
|
|
27
|
+
"320w":
|
|
28
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-320w.webp",
|
|
29
|
+
"640w":
|
|
30
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-640w.webp",
|
|
31
|
+
"750w":
|
|
32
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-750w.webp",
|
|
33
|
+
"828w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-828w.webp",
|
|
35
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-828w.webp 828w",
|
|
36
|
+
},
|
|
37
|
+
mimetype: "image/png",
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const MEDIA_2 = {
|
|
41
|
+
id: "iPDeNfZlYmpbt",
|
|
42
|
+
filename: "testimonial-2-variant-2.png",
|
|
43
|
+
kind: "image",
|
|
44
|
+
location:
|
|
45
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4.png",
|
|
46
|
+
srcset: {
|
|
47
|
+
"1080w":
|
|
48
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1080w.webp",
|
|
49
|
+
"1200w":
|
|
50
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1200w.webp",
|
|
51
|
+
"1920w":
|
|
52
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1920w.webp",
|
|
53
|
+
"320w":
|
|
54
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-320w.webp",
|
|
55
|
+
"640w":
|
|
56
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-640w.webp",
|
|
57
|
+
"750w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-750w.webp",
|
|
59
|
+
"828w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-828w.webp",
|
|
61
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1080w.webp 1080w",
|
|
37
62
|
},
|
|
38
|
-
|
|
39
|
-
// object: "media",
|
|
40
|
-
// id: "9GFUqRMqQKAX",
|
|
41
|
-
// workspace_id: "WLZ1TXTD",
|
|
42
|
-
// filename: "“.svg",
|
|
43
|
-
// kind: "image",
|
|
44
|
-
// path: "WLZ1TXTD/-9GFhqRMqQKVE.svg",
|
|
45
|
-
// location: "https://static.levocdn.com/WLZ1TXTD/-9GFhqRMqQKVE.svg",
|
|
46
|
-
// metadata: {
|
|
47
|
-
// etag: '"834462315a88cc87897a300e4b2f5d45"',
|
|
48
|
-
// mimetype: "image/svg+xml",
|
|
49
|
-
// size: 1115,
|
|
50
|
-
// },
|
|
51
|
-
// srcset: {},
|
|
52
|
-
// created_at: "2025-04-27T11:33:42.633Z",
|
|
53
|
-
// updated_at: "2025-04-27T11:33:42.633Z",
|
|
54
|
-
// created_by: null,
|
|
55
|
-
// updated_by: null,
|
|
56
|
-
// },
|
|
63
|
+
mimetype: "image/png",
|
|
57
64
|
};
|
|
58
65
|
|
|
59
66
|
const TESTIMONIALS_CONTENT = [
|
|
@@ -65,7 +72,7 @@ const TESTIMONIALS_CONTENT = [
|
|
|
65
72
|
icon: DUMMY_ICON,
|
|
66
73
|
"testimonial-info": null,
|
|
67
74
|
"author-wrapper": null,
|
|
68
|
-
cover:
|
|
75
|
+
cover: MEDIA_1,
|
|
69
76
|
cover_embed: null,
|
|
70
77
|
"testimonial-text":
|
|
71
78
|
"Switching to this platform has completely transformed how we handle financial reporting. The automation features are intuitive and have saved our team countless hours.",
|
|
@@ -80,7 +87,7 @@ const TESTIMONIALS_CONTENT = [
|
|
|
80
87
|
icon: DUMMY_ICON,
|
|
81
88
|
"testimonial-info": null,
|
|
82
89
|
"author-wrapper": null,
|
|
83
|
-
cover:
|
|
90
|
+
cover: MEDIA_1,
|
|
84
91
|
cover_embed: null,
|
|
85
92
|
"testimonial-text":
|
|
86
93
|
"In an industry where every second counts, having real-time analytics and secure integrations has made all the difference for our clients and internal teams.",
|
|
@@ -95,7 +102,7 @@ const TESTIMONIALS_CONTENT = [
|
|
|
95
102
|
icon: DUMMY_ICON,
|
|
96
103
|
"testimonial-info": null,
|
|
97
104
|
"author-wrapper": null,
|
|
98
|
-
cover:
|
|
105
|
+
cover: MEDIA_1,
|
|
99
106
|
cover_embed: null,
|
|
100
107
|
"testimonial-text":
|
|
101
108
|
"The platform's ability to scale with our growth while maintaining transparency across all financial touchpoints is simply unmatched.",
|
|
@@ -110,7 +117,7 @@ const TESTIMONIALS_CONTENT = [
|
|
|
110
117
|
icon: DUMMY_ICON,
|
|
111
118
|
"testimonial-info": null,
|
|
112
119
|
"author-wrapper": null,
|
|
113
|
-
cover:
|
|
120
|
+
cover: MEDIA_1,
|
|
114
121
|
cover_embed: null,
|
|
115
122
|
"testimonial-text":
|
|
116
123
|
"We've seen a 30% improvement in financial process efficiency since adopting this tool. Its collaborative dashboards and user-friendly design stand out.",
|
|
@@ -126,128 +133,36 @@ const DEFAULT_CONTENT = {
|
|
|
126
133
|
"header-content": null,
|
|
127
134
|
"badge-container": null,
|
|
128
135
|
"badge-text": "Beta Review",
|
|
136
|
+
"text-container": null,
|
|
129
137
|
title: "Loved by Industrial People",
|
|
138
|
+
description:
|
|
139
|
+
"Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People ",
|
|
130
140
|
testimonials: TESTIMONIALS_CONTENT,
|
|
131
141
|
"carousel-navigation": null,
|
|
132
142
|
"carousel-navigation-pill": null,
|
|
133
143
|
title_two: " ",
|
|
134
144
|
};
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
},
|
|
154
|
-
},
|
|
155
|
-
cover: {
|
|
156
|
-
height: "100%",
|
|
157
|
-
width: "100%",
|
|
158
|
-
"object-fit": "cover",
|
|
159
|
-
tablet: {
|
|
160
|
-
"max-width": "100%",
|
|
161
|
-
},
|
|
162
|
-
},
|
|
163
|
-
cover_embed: {},
|
|
164
|
-
"testimonial-content-wrapper": {
|
|
165
|
-
display: "flex",
|
|
166
|
-
flex: "1",
|
|
167
|
-
"align-items": "center",
|
|
168
|
-
"row-gap": "7xl",
|
|
169
|
-
"column-gap": "7xl",
|
|
170
|
-
"border-top-right-radius": "3xl",
|
|
171
|
-
"border-bottom-right-radius": "3xl",
|
|
172
|
-
padding: "7xl",
|
|
173
|
-
tablet: {
|
|
174
|
-
flex: "unset",
|
|
175
|
-
padding: "4xl",
|
|
176
|
-
"border-top-right-radius": "0",
|
|
177
|
-
"border-bottom-left-radius": "3xl",
|
|
178
|
-
"border-bottom-right-radius": "3xl",
|
|
179
|
-
},
|
|
180
|
-
mobile: {
|
|
181
|
-
padding: "lg",
|
|
182
|
-
},
|
|
183
|
-
},
|
|
184
|
-
"testimonial-content": {
|
|
185
|
-
display: "flex",
|
|
186
|
-
flex: "1",
|
|
187
|
-
"align-items": "flex-start",
|
|
188
|
-
"row-gap": "xl",
|
|
189
|
-
"column-gap": "xl",
|
|
190
|
-
mobile: {
|
|
191
|
-
"column-gap": "sm",
|
|
192
|
-
},
|
|
193
|
-
},
|
|
194
|
-
icon: {
|
|
195
|
-
height: "auto",
|
|
196
|
-
width: "40px",
|
|
197
|
-
tablet: {
|
|
198
|
-
height: "auto",
|
|
199
|
-
width: "28px",
|
|
200
|
-
},
|
|
201
|
-
mobile: {
|
|
202
|
-
height: "auto",
|
|
203
|
-
width: "20px",
|
|
204
|
-
},
|
|
205
|
-
},
|
|
206
|
-
"testimonial-info": {
|
|
207
|
-
display: "flex",
|
|
208
|
-
flex: "1",
|
|
209
|
-
"flex-direction": "column",
|
|
210
|
-
"row-gap": "7xl",
|
|
211
|
-
tablet: {
|
|
212
|
-
"row-gap": "xl",
|
|
213
|
-
},
|
|
214
|
-
},
|
|
215
|
-
"testimonial-text": {
|
|
216
|
-
color: "var(--color-text-1)",
|
|
217
|
-
"font-size": "3xl",
|
|
218
|
-
"font-weight": "semibold",
|
|
219
|
-
tablet: {
|
|
220
|
-
"font-size": "2xl",
|
|
221
|
-
},
|
|
222
|
-
mobile: {
|
|
223
|
-
"font-size": "lg",
|
|
224
|
-
},
|
|
225
|
-
},
|
|
226
|
-
"author-wrapper": {
|
|
227
|
-
display: "flex",
|
|
228
|
-
"flex-direction": "column",
|
|
229
|
-
"row-gap": "4xs",
|
|
230
|
-
},
|
|
231
|
-
"author-name": {
|
|
232
|
-
color: "var(--color-text-1)",
|
|
233
|
-
"font-size": "2xl",
|
|
234
|
-
"font-weight": "bold",
|
|
235
|
-
mobile: {
|
|
236
|
-
"font-size": "lg",
|
|
237
|
-
},
|
|
238
|
-
},
|
|
239
|
-
"author-position": {
|
|
240
|
-
color: "var(--color-text-2)",
|
|
241
|
-
"font-size": "base",
|
|
242
|
-
mobile: {
|
|
243
|
-
"font-size": "sm",
|
|
244
|
-
},
|
|
245
|
-
},
|
|
145
|
+
const DEFAULT_CONTENT_VARIANT_2 = {
|
|
146
|
+
layout: null,
|
|
147
|
+
container: null,
|
|
148
|
+
header: null,
|
|
149
|
+
"header-content": null,
|
|
150
|
+
"badge-container": null,
|
|
151
|
+
"badge-text": "Beta Review",
|
|
152
|
+
"text-container": null,
|
|
153
|
+
title: "Loved by Industrial People",
|
|
154
|
+
description:
|
|
155
|
+
"Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People ",
|
|
156
|
+
testimonials: TESTIMONIALS_CONTENT.map((v) => ({
|
|
157
|
+
...v,
|
|
158
|
+
cover: MEDIA_2,
|
|
159
|
+
})),
|
|
160
|
+
"carousel-navigation": null,
|
|
161
|
+
"carousel-navigation-pill": null,
|
|
162
|
+
title_two: " ",
|
|
246
163
|
};
|
|
247
164
|
|
|
248
|
-
|
|
249
|
-
?.fill(0)
|
|
250
|
-
?.map((_) => TESTIMONIAL_STYLE);
|
|
165
|
+
export type ITestimonial2Content = typeof DEFAULT_CONTENT;
|
|
251
166
|
|
|
252
167
|
export const Testimonial2: IBlock = {
|
|
253
168
|
category_id: "testimonial",
|
|
@@ -313,6 +228,15 @@ export const Testimonial2: IBlock = {
|
|
|
313
228
|
max_characters: 18,
|
|
314
229
|
},
|
|
315
230
|
},
|
|
231
|
+
{
|
|
232
|
+
key: "text-container",
|
|
233
|
+
label: "Text Container",
|
|
234
|
+
field_interface: "BoxWidget",
|
|
235
|
+
hint: {
|
|
236
|
+
prompt_description:
|
|
237
|
+
"Container for the block header elements, such as the badge and main title, providing spacing and alignment.",
|
|
238
|
+
},
|
|
239
|
+
},
|
|
316
240
|
{
|
|
317
241
|
key: "title",
|
|
318
242
|
label: "Title",
|
|
@@ -324,6 +248,11 @@ export const Testimonial2: IBlock = {
|
|
|
324
248
|
max_characters: 45,
|
|
325
249
|
},
|
|
326
250
|
},
|
|
251
|
+
{
|
|
252
|
+
key: "description",
|
|
253
|
+
label: "Description",
|
|
254
|
+
field_interface: "TypographyWidget",
|
|
255
|
+
},
|
|
327
256
|
{
|
|
328
257
|
key: "carousel-navigation-top-container",
|
|
329
258
|
label: "Carousel Navigation Top Container",
|
|
@@ -503,34 +432,15 @@ export const Testimonial2: IBlock = {
|
|
|
503
432
|
key: "default",
|
|
504
433
|
title: "Default",
|
|
505
434
|
styles: {
|
|
506
|
-
layout: {
|
|
507
|
-
width: "100%",
|
|
508
|
-
"padding-top": "10xl",
|
|
509
|
-
"padding-bottom": "10xl",
|
|
510
|
-
"padding-right": "8xl",
|
|
511
|
-
"padding-left": "8xl",
|
|
512
|
-
"media:max:768px": {
|
|
513
|
-
"padding-top": "5xl",
|
|
514
|
-
"padding-bottom": "5xl",
|
|
515
|
-
"padding-right": "5xl",
|
|
516
|
-
"padding-left": "5xl",
|
|
517
|
-
},
|
|
518
|
-
"media:max:480px": {
|
|
519
|
-
"padding-top": "2xl",
|
|
520
|
-
"padding-bottom": "2xl",
|
|
521
|
-
"padding-right": "2xl",
|
|
522
|
-
"padding-left": "2xl",
|
|
523
|
-
},
|
|
524
|
-
},
|
|
435
|
+
layout: {},
|
|
525
436
|
container: {
|
|
526
|
-
width: "100%",
|
|
527
437
|
display: "flex",
|
|
528
438
|
"flex-direction": "column",
|
|
529
439
|
"row-gap": "7xl",
|
|
530
|
-
|
|
440
|
+
tablet: {
|
|
531
441
|
"row-gap": "3xl",
|
|
532
442
|
},
|
|
533
|
-
|
|
443
|
+
mobile: {
|
|
534
444
|
"row-gap": "4xl",
|
|
535
445
|
},
|
|
536
446
|
},
|
|
@@ -559,7 +469,7 @@ export const Testimonial2: IBlock = {
|
|
|
559
469
|
"column-gap": "2xs",
|
|
560
470
|
},
|
|
561
471
|
"badge-container": {
|
|
562
|
-
"border-radius": "
|
|
472
|
+
"border-radius": "2xl",
|
|
563
473
|
"background-color": "brandSecondary",
|
|
564
474
|
"padding-left": "lg",
|
|
565
475
|
"padding-right": "lg",
|
|
@@ -567,21 +477,10 @@ export const Testimonial2: IBlock = {
|
|
|
567
477
|
"padding-bottom": "4xs",
|
|
568
478
|
},
|
|
569
479
|
"badge-text": {
|
|
570
|
-
"font-size": "base",
|
|
571
|
-
"line-height": 1.625,
|
|
572
480
|
"font-weight": 500,
|
|
573
|
-
|
|
574
|
-
"font-size": "sm",
|
|
575
|
-
},
|
|
576
|
-
},
|
|
577
|
-
title: {
|
|
578
|
-
"font-size": "4xl",
|
|
579
|
-
"line-height": 1.625,
|
|
580
|
-
"font-weight": 700,
|
|
581
|
-
mobile: {
|
|
582
|
-
"font-size": "2xl",
|
|
583
|
-
},
|
|
481
|
+
color: "brandSecondaryForeground",
|
|
584
482
|
},
|
|
483
|
+
title: {},
|
|
585
484
|
title_two: {
|
|
586
485
|
display: "none",
|
|
587
486
|
},
|
|
@@ -619,197 +518,1276 @@ export const Testimonial2: IBlock = {
|
|
|
619
518
|
testimonials_levoGroup: {
|
|
620
519
|
number_of_slides: 1,
|
|
621
520
|
},
|
|
622
|
-
testimonials:
|
|
623
|
-
|
|
624
|
-
content: DEFAULT_CONTENT,
|
|
625
|
-
config: {
|
|
626
|
-
testimonials_levoGroup: {
|
|
627
|
-
carousel: {
|
|
628
|
-
loop: true,
|
|
629
|
-
},
|
|
630
|
-
},
|
|
631
|
-
},
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
title: "Bottom Navigation",
|
|
635
|
-
key: "bottom-navigation",
|
|
636
|
-
styles: {
|
|
637
|
-
layout: {
|
|
638
|
-
width: "100%",
|
|
639
|
-
"padding-top": "10xl",
|
|
640
|
-
"padding-bottom": "10xl",
|
|
641
|
-
"padding-right": "8xl",
|
|
642
|
-
"padding-left": "8xl",
|
|
643
|
-
"media:max:768px": {
|
|
644
|
-
"padding-top": "5xl",
|
|
645
|
-
"padding-bottom": "5xl",
|
|
646
|
-
"padding-right": "5xl",
|
|
647
|
-
"padding-left": "5xl",
|
|
648
|
-
},
|
|
649
|
-
"media:max:480px": {
|
|
650
|
-
"padding-top": "2xl",
|
|
651
|
-
"padding-bottom": "2xl",
|
|
652
|
-
"padding-right": "2xl",
|
|
653
|
-
"padding-left": "2xl",
|
|
654
|
-
},
|
|
655
|
-
},
|
|
656
|
-
container: {
|
|
657
|
-
width: "100%",
|
|
658
|
-
display: "flex",
|
|
659
|
-
"flex-direction": "column",
|
|
660
|
-
"row-gap": "7xl",
|
|
661
|
-
"media:max:768px": {
|
|
662
|
-
"row-gap": "3xl",
|
|
663
|
-
},
|
|
664
|
-
"media:max:480px": {
|
|
665
|
-
"row-gap": "4xl",
|
|
666
|
-
},
|
|
667
|
-
},
|
|
668
|
-
header: {
|
|
669
|
-
position: "relative",
|
|
670
|
-
display: "flex",
|
|
671
|
-
width: "100%",
|
|
672
|
-
"align-items": "center",
|
|
673
|
-
"row-gap": "2xs",
|
|
674
|
-
"column-gap": "2xs",
|
|
675
|
-
mobile: {
|
|
676
|
-
"flex-direction": "column",
|
|
677
|
-
"row-gap": "md",
|
|
678
|
-
},
|
|
679
|
-
},
|
|
680
|
-
"header-content": {
|
|
681
|
-
display: "flex",
|
|
682
|
-
flex: "1",
|
|
683
|
-
"flex-direction": "column",
|
|
684
|
-
"align-items": "center",
|
|
685
|
-
"justify-content": "center",
|
|
686
|
-
"row-gap": "2xs",
|
|
687
|
-
"column-gap": "2xs",
|
|
688
|
-
},
|
|
689
|
-
"badge-container": {
|
|
690
|
-
"border-radius": "20px",
|
|
691
|
-
"background-color": "brandSecondary",
|
|
692
|
-
"padding-left": "lg",
|
|
693
|
-
"padding-right": "lg",
|
|
694
|
-
"padding-top": "4xs",
|
|
695
|
-
"padding-bottom": "4xs",
|
|
696
|
-
},
|
|
697
|
-
"badge-text": {
|
|
698
|
-
"font-size": "base",
|
|
699
|
-
"line-height": 1.625,
|
|
700
|
-
"font-weight": 500,
|
|
701
|
-
mobile: {
|
|
702
|
-
"font-size": "sm",
|
|
703
|
-
},
|
|
704
|
-
},
|
|
705
|
-
title: {
|
|
706
|
-
"font-size": "4xl",
|
|
707
|
-
"line-height": 1.625,
|
|
708
|
-
"font-weight": 700,
|
|
709
|
-
mobile: {
|
|
710
|
-
"font-size": "2xl",
|
|
711
|
-
},
|
|
712
|
-
},
|
|
713
|
-
"carousel-navigation-top-container": {
|
|
714
|
-
display: "none",
|
|
715
|
-
},
|
|
716
|
-
"carousel-navigation-bottom-container": {
|
|
717
|
-
display: "flex",
|
|
718
|
-
"justify-content": "center",
|
|
719
|
-
"margin-top": "base",
|
|
720
|
-
},
|
|
721
|
-
"carousel-navigation": {
|
|
722
|
-
display: "flex",
|
|
723
|
-
"column-gap": "2xs",
|
|
724
|
-
"align-items": "center",
|
|
725
|
-
},
|
|
726
|
-
"carousel-navigation-pill": {
|
|
727
|
-
width: "8px",
|
|
728
|
-
height: "8px",
|
|
729
|
-
"border-radius": "8px",
|
|
730
|
-
"background-color": "brandSecondary",
|
|
731
|
-
},
|
|
732
|
-
testimonials_levoGroup: {
|
|
733
|
-
number_of_slides: 1,
|
|
734
|
-
},
|
|
735
|
-
testimonials: Array(4)
|
|
736
|
-
?.fill(0)
|
|
737
|
-
?.map((_) => ({
|
|
738
|
-
...TESTIMONIAL_STYLE,
|
|
521
|
+
testimonials: [
|
|
522
|
+
{
|
|
739
523
|
testimonial: {
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
"border-
|
|
524
|
+
display: "flex",
|
|
525
|
+
"box-shadow": "default",
|
|
526
|
+
"border-radius": "base",
|
|
527
|
+
"align-items": "stretch",
|
|
528
|
+
overflow: "hidden",
|
|
529
|
+
tablet: {
|
|
530
|
+
"flex-direction": "column",
|
|
531
|
+
},
|
|
532
|
+
},
|
|
533
|
+
"cover-container": {
|
|
534
|
+
"max-width": "45%",
|
|
535
|
+
tablet: {
|
|
536
|
+
"max-width": "100%",
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
|
+
cover: {
|
|
540
|
+
height: "100%",
|
|
541
|
+
width: "100%",
|
|
542
|
+
"object-fit": "cover",
|
|
543
|
+
tablet: {
|
|
544
|
+
"max-width": "100%",
|
|
545
|
+
},
|
|
743
546
|
},
|
|
547
|
+
cover_embed: {},
|
|
744
548
|
"testimonial-content-wrapper": {
|
|
745
|
-
|
|
549
|
+
display: "flex",
|
|
550
|
+
flex: "1",
|
|
551
|
+
"align-items": "center",
|
|
746
552
|
"row-gap": "7xl",
|
|
747
553
|
"column-gap": "7xl",
|
|
748
|
-
|
|
554
|
+
"border-top-right-radius": "3xl",
|
|
555
|
+
"border-bottom-right-radius": "3xl",
|
|
556
|
+
padding: "7xl",
|
|
749
557
|
tablet: {
|
|
750
|
-
|
|
558
|
+
flex: "unset",
|
|
751
559
|
padding: "4xl",
|
|
560
|
+
"border-top-right-radius": "0",
|
|
561
|
+
"border-bottom-left-radius": "3xl",
|
|
562
|
+
"border-bottom-right-radius": "3xl",
|
|
752
563
|
},
|
|
753
564
|
mobile: {
|
|
754
|
-
...TESTIMONIAL_STYLE["testimonial-content-wrapper"]["mobile"],
|
|
755
565
|
padding: "lg",
|
|
756
566
|
},
|
|
757
567
|
},
|
|
758
|
-
"
|
|
759
|
-
|
|
760
|
-
|
|
568
|
+
"testimonial-content": {
|
|
569
|
+
display: "flex",
|
|
570
|
+
flex: "1",
|
|
571
|
+
"align-items": "flex-start",
|
|
572
|
+
"row-gap": "xl",
|
|
573
|
+
"column-gap": "xl",
|
|
574
|
+
mobile: {
|
|
575
|
+
"column-gap": "sm",
|
|
576
|
+
},
|
|
761
577
|
},
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
578
|
+
icon: {
|
|
579
|
+
height: "auto",
|
|
580
|
+
width: "40px",
|
|
581
|
+
tablet: {
|
|
582
|
+
height: "auto",
|
|
583
|
+
width: "28px",
|
|
584
|
+
},
|
|
585
|
+
mobile: {
|
|
586
|
+
height: "auto",
|
|
587
|
+
width: "20px",
|
|
588
|
+
},
|
|
765
589
|
},
|
|
766
590
|
"testimonial-info": {
|
|
767
|
-
|
|
768
|
-
|
|
591
|
+
display: "flex",
|
|
592
|
+
flex: "1",
|
|
593
|
+
"flex-direction": "column",
|
|
594
|
+
"row-gap": "7xl",
|
|
769
595
|
tablet: {
|
|
770
|
-
|
|
771
|
-
"row-gap": "3xl",
|
|
596
|
+
"row-gap": "xl",
|
|
772
597
|
},
|
|
773
598
|
},
|
|
774
599
|
"testimonial-text": {
|
|
775
|
-
|
|
776
|
-
"font-size": "
|
|
777
|
-
|
|
600
|
+
"font-weight": 600,
|
|
601
|
+
"font-size": "2xl",
|
|
602
|
+
},
|
|
603
|
+
"author-wrapper": {
|
|
604
|
+
display: "flex",
|
|
605
|
+
"flex-direction": "column",
|
|
606
|
+
"row-gap": "4xs",
|
|
607
|
+
},
|
|
608
|
+
"author-name": {
|
|
609
|
+
"font-weight": 700,
|
|
610
|
+
},
|
|
611
|
+
"author-position": {},
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
testimonial: {
|
|
615
|
+
display: "flex",
|
|
616
|
+
"box-shadow": "default",
|
|
617
|
+
"border-radius": "base",
|
|
618
|
+
"align-items": "stretch",
|
|
619
|
+
overflow: "hidden",
|
|
620
|
+
tablet: {
|
|
621
|
+
"flex-direction": "column",
|
|
622
|
+
},
|
|
623
|
+
},
|
|
624
|
+
"cover-container": {
|
|
625
|
+
"max-width": "45%",
|
|
626
|
+
tablet: {
|
|
627
|
+
"max-width": "100%",
|
|
628
|
+
},
|
|
629
|
+
},
|
|
630
|
+
cover: {
|
|
631
|
+
height: "100%",
|
|
632
|
+
width: "100%",
|
|
633
|
+
"object-fit": "cover",
|
|
634
|
+
tablet: {
|
|
635
|
+
"max-width": "100%",
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
cover_embed: {},
|
|
639
|
+
"testimonial-content-wrapper": {
|
|
640
|
+
display: "flex",
|
|
641
|
+
flex: "1",
|
|
642
|
+
"align-items": "center",
|
|
643
|
+
"row-gap": "7xl",
|
|
644
|
+
"column-gap": "7xl",
|
|
645
|
+
"border-top-right-radius": "3xl",
|
|
646
|
+
"border-bottom-right-radius": "3xl",
|
|
647
|
+
padding: "7xl",
|
|
648
|
+
tablet: {
|
|
649
|
+
flex: "unset",
|
|
650
|
+
padding: "4xl",
|
|
651
|
+
"border-top-right-radius": "0",
|
|
652
|
+
"border-bottom-left-radius": "3xl",
|
|
653
|
+
"border-bottom-right-radius": "3xl",
|
|
654
|
+
},
|
|
655
|
+
mobile: {
|
|
656
|
+
padding: "lg",
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
|
+
"testimonial-content": {
|
|
660
|
+
display: "flex",
|
|
661
|
+
flex: "1",
|
|
662
|
+
"align-items": "flex-start",
|
|
663
|
+
"row-gap": "xl",
|
|
664
|
+
"column-gap": "xl",
|
|
665
|
+
mobile: {
|
|
666
|
+
"column-gap": "sm",
|
|
667
|
+
},
|
|
668
|
+
},
|
|
669
|
+
icon: {
|
|
670
|
+
height: "auto",
|
|
671
|
+
width: "40px",
|
|
778
672
|
tablet: {
|
|
779
|
-
|
|
673
|
+
height: "auto",
|
|
674
|
+
width: "28px",
|
|
780
675
|
},
|
|
781
676
|
mobile: {
|
|
782
|
-
|
|
677
|
+
height: "auto",
|
|
678
|
+
width: "20px",
|
|
679
|
+
},
|
|
680
|
+
},
|
|
681
|
+
"testimonial-info": {
|
|
682
|
+
display: "flex",
|
|
683
|
+
flex: "1",
|
|
684
|
+
"flex-direction": "column",
|
|
685
|
+
"row-gap": "7xl",
|
|
686
|
+
tablet: {
|
|
687
|
+
"row-gap": "xl",
|
|
783
688
|
},
|
|
784
689
|
},
|
|
690
|
+
"testimonial-text": {
|
|
691
|
+
"font-weight": 600,
|
|
692
|
+
"font-size": "2xl",
|
|
693
|
+
},
|
|
785
694
|
"author-wrapper": {
|
|
786
|
-
|
|
787
|
-
"
|
|
695
|
+
display: "flex",
|
|
696
|
+
"flex-direction": "column",
|
|
697
|
+
"row-gap": "4xs",
|
|
788
698
|
},
|
|
789
699
|
"author-name": {
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
700
|
+
"font-weight": 700,
|
|
701
|
+
},
|
|
702
|
+
"author-position": {},
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
testimonial: {
|
|
706
|
+
display: "flex",
|
|
707
|
+
"box-shadow": "default",
|
|
708
|
+
"border-radius": "base",
|
|
709
|
+
"align-items": "stretch",
|
|
710
|
+
overflow: "hidden",
|
|
711
|
+
tablet: {
|
|
712
|
+
"flex-direction": "column",
|
|
713
|
+
},
|
|
714
|
+
},
|
|
715
|
+
"cover-container": {
|
|
716
|
+
"max-width": "45%",
|
|
717
|
+
tablet: {
|
|
718
|
+
"max-width": "100%",
|
|
719
|
+
},
|
|
720
|
+
},
|
|
721
|
+
cover: {
|
|
722
|
+
height: "100%",
|
|
723
|
+
width: "100%",
|
|
724
|
+
"object-fit": "cover",
|
|
725
|
+
tablet: {
|
|
726
|
+
"max-width": "100%",
|
|
727
|
+
},
|
|
728
|
+
},
|
|
729
|
+
cover_embed: {},
|
|
730
|
+
"testimonial-content-wrapper": {
|
|
731
|
+
display: "flex",
|
|
732
|
+
flex: "1",
|
|
733
|
+
"align-items": "center",
|
|
734
|
+
"row-gap": "7xl",
|
|
735
|
+
"column-gap": "7xl",
|
|
736
|
+
"border-top-right-radius": "3xl",
|
|
737
|
+
"border-bottom-right-radius": "3xl",
|
|
738
|
+
padding: "7xl",
|
|
739
|
+
tablet: {
|
|
740
|
+
flex: "unset",
|
|
741
|
+
padding: "4xl",
|
|
742
|
+
"border-top-right-radius": "0",
|
|
743
|
+
"border-bottom-left-radius": "3xl",
|
|
744
|
+
"border-bottom-right-radius": "3xl",
|
|
745
|
+
},
|
|
793
746
|
mobile: {
|
|
794
|
-
|
|
747
|
+
padding: "lg",
|
|
795
748
|
},
|
|
796
749
|
},
|
|
797
|
-
"
|
|
798
|
-
|
|
799
|
-
|
|
750
|
+
"testimonial-content": {
|
|
751
|
+
display: "flex",
|
|
752
|
+
flex: "1",
|
|
753
|
+
"align-items": "flex-start",
|
|
754
|
+
"row-gap": "xl",
|
|
755
|
+
"column-gap": "xl",
|
|
800
756
|
mobile: {
|
|
801
|
-
"
|
|
757
|
+
"column-gap": "sm",
|
|
802
758
|
},
|
|
803
759
|
},
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
760
|
+
icon: {
|
|
761
|
+
height: "auto",
|
|
762
|
+
width: "40px",
|
|
763
|
+
tablet: {
|
|
764
|
+
height: "auto",
|
|
765
|
+
width: "28px",
|
|
766
|
+
},
|
|
767
|
+
mobile: {
|
|
768
|
+
height: "auto",
|
|
769
|
+
width: "20px",
|
|
770
|
+
},
|
|
771
|
+
},
|
|
772
|
+
"testimonial-info": {
|
|
773
|
+
display: "flex",
|
|
774
|
+
flex: "1",
|
|
775
|
+
"flex-direction": "column",
|
|
776
|
+
"row-gap": "7xl",
|
|
777
|
+
tablet: {
|
|
778
|
+
"row-gap": "xl",
|
|
779
|
+
},
|
|
780
|
+
},
|
|
781
|
+
"testimonial-text": {
|
|
782
|
+
"font-weight": 600,
|
|
783
|
+
"font-size": "2xl",
|
|
784
|
+
},
|
|
785
|
+
"author-wrapper": {
|
|
786
|
+
display: "flex",
|
|
787
|
+
"flex-direction": "column",
|
|
788
|
+
"row-gap": "4xs",
|
|
789
|
+
},
|
|
790
|
+
"author-name": {
|
|
791
|
+
"font-weight": 700,
|
|
792
|
+
},
|
|
793
|
+
"author-position": {},
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
testimonial: {
|
|
797
|
+
display: "flex",
|
|
798
|
+
"box-shadow": "default",
|
|
799
|
+
"border-radius": "base",
|
|
800
|
+
"align-items": "stretch",
|
|
801
|
+
overflow: "hidden",
|
|
802
|
+
tablet: {
|
|
803
|
+
"flex-direction": "column",
|
|
804
|
+
},
|
|
805
|
+
},
|
|
806
|
+
"cover-container": {
|
|
807
|
+
"max-width": "45%",
|
|
808
|
+
tablet: {
|
|
809
|
+
"max-width": "100%",
|
|
810
|
+
},
|
|
811
|
+
},
|
|
812
|
+
cover: {
|
|
813
|
+
height: "100%",
|
|
814
|
+
width: "100%",
|
|
815
|
+
"object-fit": "cover",
|
|
816
|
+
tablet: {
|
|
817
|
+
"max-width": "100%",
|
|
818
|
+
},
|
|
819
|
+
},
|
|
820
|
+
cover_embed: {},
|
|
821
|
+
"testimonial-content-wrapper": {
|
|
822
|
+
display: "flex",
|
|
823
|
+
flex: "1",
|
|
824
|
+
"align-items": "center",
|
|
825
|
+
"row-gap": "7xl",
|
|
826
|
+
"column-gap": "7xl",
|
|
827
|
+
"border-top-right-radius": "3xl",
|
|
828
|
+
"border-bottom-right-radius": "3xl",
|
|
829
|
+
padding: "7xl",
|
|
830
|
+
tablet: {
|
|
831
|
+
flex: "unset",
|
|
832
|
+
padding: "4xl",
|
|
833
|
+
"border-top-right-radius": "0",
|
|
834
|
+
"border-bottom-left-radius": "3xl",
|
|
835
|
+
"border-bottom-right-radius": "3xl",
|
|
836
|
+
},
|
|
837
|
+
mobile: {
|
|
838
|
+
padding: "lg",
|
|
839
|
+
},
|
|
840
|
+
},
|
|
841
|
+
"testimonial-content": {
|
|
842
|
+
display: "flex",
|
|
843
|
+
flex: "1",
|
|
844
|
+
"align-items": "flex-start",
|
|
845
|
+
"row-gap": "xl",
|
|
846
|
+
"column-gap": "xl",
|
|
847
|
+
mobile: {
|
|
848
|
+
"column-gap": "sm",
|
|
849
|
+
},
|
|
850
|
+
},
|
|
851
|
+
icon: {
|
|
852
|
+
height: "auto",
|
|
853
|
+
width: "40px",
|
|
854
|
+
tablet: {
|
|
855
|
+
height: "auto",
|
|
856
|
+
width: "28px",
|
|
857
|
+
},
|
|
858
|
+
mobile: {
|
|
859
|
+
height: "auto",
|
|
860
|
+
width: "20px",
|
|
861
|
+
},
|
|
862
|
+
},
|
|
863
|
+
"testimonial-info": {
|
|
864
|
+
display: "flex",
|
|
865
|
+
flex: "1",
|
|
866
|
+
"flex-direction": "column",
|
|
867
|
+
"row-gap": "7xl",
|
|
868
|
+
tablet: {
|
|
869
|
+
"row-gap": "xl",
|
|
870
|
+
},
|
|
871
|
+
},
|
|
872
|
+
"testimonial-text": {
|
|
873
|
+
"font-weight": 600,
|
|
874
|
+
"font-size": "2xl",
|
|
875
|
+
},
|
|
876
|
+
"author-wrapper": {
|
|
877
|
+
display: "flex",
|
|
878
|
+
"flex-direction": "column",
|
|
879
|
+
"row-gap": "4xs",
|
|
880
|
+
},
|
|
881
|
+
"author-name": {
|
|
882
|
+
"font-weight": 700,
|
|
883
|
+
},
|
|
884
|
+
"author-position": {},
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
testimonial: {
|
|
888
|
+
display: "flex",
|
|
889
|
+
"box-shadow": "default",
|
|
890
|
+
"border-radius": "base",
|
|
891
|
+
"align-items": "stretch",
|
|
892
|
+
overflow: "hidden",
|
|
893
|
+
tablet: {
|
|
894
|
+
"flex-direction": "column",
|
|
895
|
+
},
|
|
896
|
+
},
|
|
897
|
+
"cover-container": {
|
|
898
|
+
"max-width": "45%",
|
|
899
|
+
tablet: {
|
|
900
|
+
"max-width": "100%",
|
|
901
|
+
},
|
|
902
|
+
},
|
|
903
|
+
cover: {
|
|
904
|
+
height: "100%",
|
|
905
|
+
width: "100%",
|
|
906
|
+
"object-fit": "cover",
|
|
907
|
+
tablet: {
|
|
908
|
+
"max-width": "100%",
|
|
909
|
+
},
|
|
910
|
+
},
|
|
911
|
+
cover_embed: {},
|
|
912
|
+
"testimonial-content-wrapper": {
|
|
913
|
+
display: "flex",
|
|
914
|
+
flex: "1",
|
|
915
|
+
"align-items": "center",
|
|
916
|
+
"row-gap": "7xl",
|
|
917
|
+
"column-gap": "7xl",
|
|
918
|
+
"border-top-right-radius": "3xl",
|
|
919
|
+
"border-bottom-right-radius": "3xl",
|
|
920
|
+
padding: "7xl",
|
|
921
|
+
tablet: {
|
|
922
|
+
flex: "unset",
|
|
923
|
+
padding: "4xl",
|
|
924
|
+
"border-top-right-radius": "0",
|
|
925
|
+
"border-bottom-left-radius": "3xl",
|
|
926
|
+
"border-bottom-right-radius": "3xl",
|
|
927
|
+
},
|
|
928
|
+
mobile: {
|
|
929
|
+
padding: "lg",
|
|
930
|
+
},
|
|
931
|
+
},
|
|
932
|
+
"testimonial-content": {
|
|
933
|
+
display: "flex",
|
|
934
|
+
flex: "1",
|
|
935
|
+
"align-items": "flex-start",
|
|
936
|
+
"row-gap": "xl",
|
|
937
|
+
"column-gap": "xl",
|
|
938
|
+
mobile: {
|
|
939
|
+
"column-gap": "sm",
|
|
940
|
+
},
|
|
941
|
+
},
|
|
942
|
+
icon: {
|
|
943
|
+
height: "auto",
|
|
944
|
+
width: "40px",
|
|
945
|
+
tablet: {
|
|
946
|
+
height: "auto",
|
|
947
|
+
width: "28px",
|
|
948
|
+
},
|
|
949
|
+
mobile: {
|
|
950
|
+
height: "auto",
|
|
951
|
+
width: "20px",
|
|
952
|
+
},
|
|
953
|
+
},
|
|
954
|
+
"testimonial-info": {
|
|
955
|
+
display: "flex",
|
|
956
|
+
flex: "1",
|
|
957
|
+
"flex-direction": "column",
|
|
958
|
+
"row-gap": "7xl",
|
|
959
|
+
tablet: {
|
|
960
|
+
"row-gap": "xl",
|
|
961
|
+
},
|
|
962
|
+
},
|
|
963
|
+
"testimonial-text": {
|
|
964
|
+
"font-weight": 600,
|
|
965
|
+
"font-size": "2xl",
|
|
966
|
+
},
|
|
967
|
+
"author-wrapper": {
|
|
968
|
+
display: "flex",
|
|
969
|
+
"flex-direction": "column",
|
|
970
|
+
"row-gap": "4xs",
|
|
971
|
+
},
|
|
972
|
+
"author-name": {
|
|
973
|
+
"font-weight": 700,
|
|
974
|
+
},
|
|
975
|
+
"author-position": {},
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
testimonial: {
|
|
979
|
+
display: "flex",
|
|
980
|
+
"box-shadow": "default",
|
|
981
|
+
"border-radius": "base",
|
|
982
|
+
"align-items": "stretch",
|
|
983
|
+
overflow: "hidden",
|
|
984
|
+
tablet: {
|
|
985
|
+
"flex-direction": "column",
|
|
986
|
+
},
|
|
987
|
+
},
|
|
988
|
+
"cover-container": {
|
|
989
|
+
"max-width": "45%",
|
|
990
|
+
tablet: {
|
|
991
|
+
"max-width": "100%",
|
|
992
|
+
},
|
|
993
|
+
},
|
|
994
|
+
cover: {
|
|
995
|
+
height: "100%",
|
|
996
|
+
width: "100%",
|
|
997
|
+
"object-fit": "cover",
|
|
998
|
+
tablet: {
|
|
999
|
+
"max-width": "100%",
|
|
1000
|
+
},
|
|
1001
|
+
},
|
|
1002
|
+
cover_embed: {},
|
|
1003
|
+
"testimonial-content-wrapper": {
|
|
1004
|
+
display: "flex",
|
|
1005
|
+
flex: "1",
|
|
1006
|
+
"align-items": "center",
|
|
1007
|
+
"row-gap": "7xl",
|
|
1008
|
+
"column-gap": "7xl",
|
|
1009
|
+
"border-top-right-radius": "3xl",
|
|
1010
|
+
"border-bottom-right-radius": "3xl",
|
|
1011
|
+
padding: "7xl",
|
|
1012
|
+
tablet: {
|
|
1013
|
+
flex: "unset",
|
|
1014
|
+
padding: "4xl",
|
|
1015
|
+
"border-top-right-radius": "0",
|
|
1016
|
+
"border-bottom-left-radius": "3xl",
|
|
1017
|
+
"border-bottom-right-radius": "3xl",
|
|
1018
|
+
},
|
|
1019
|
+
mobile: {
|
|
1020
|
+
padding: "lg",
|
|
1021
|
+
},
|
|
1022
|
+
},
|
|
1023
|
+
"testimonial-content": {
|
|
1024
|
+
display: "flex",
|
|
1025
|
+
flex: "1",
|
|
1026
|
+
"align-items": "flex-start",
|
|
1027
|
+
"row-gap": "xl",
|
|
1028
|
+
"column-gap": "xl",
|
|
1029
|
+
mobile: {
|
|
1030
|
+
"column-gap": "sm",
|
|
1031
|
+
},
|
|
1032
|
+
},
|
|
1033
|
+
icon: {
|
|
1034
|
+
height: "auto",
|
|
1035
|
+
width: "40px",
|
|
1036
|
+
tablet: {
|
|
1037
|
+
height: "auto",
|
|
1038
|
+
width: "28px",
|
|
1039
|
+
},
|
|
1040
|
+
mobile: {
|
|
1041
|
+
height: "auto",
|
|
1042
|
+
width: "20px",
|
|
1043
|
+
},
|
|
1044
|
+
},
|
|
1045
|
+
"testimonial-info": {
|
|
1046
|
+
display: "flex",
|
|
1047
|
+
flex: "1",
|
|
1048
|
+
"flex-direction": "column",
|
|
1049
|
+
"row-gap": "7xl",
|
|
1050
|
+
tablet: {
|
|
1051
|
+
"row-gap": "xl",
|
|
1052
|
+
},
|
|
1053
|
+
},
|
|
1054
|
+
"testimonial-text": {
|
|
1055
|
+
"font-weight": 600,
|
|
1056
|
+
"font-size": "2xl",
|
|
1057
|
+
},
|
|
1058
|
+
"author-wrapper": {
|
|
1059
|
+
display: "flex",
|
|
1060
|
+
"flex-direction": "column",
|
|
1061
|
+
"row-gap": "4xs",
|
|
1062
|
+
},
|
|
1063
|
+
"author-name": {
|
|
1064
|
+
"font-weight": 700,
|
|
1065
|
+
},
|
|
1066
|
+
"author-position": {},
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
testimonial: {
|
|
1070
|
+
display: "flex",
|
|
1071
|
+
"box-shadow": "default",
|
|
1072
|
+
"border-radius": "base",
|
|
1073
|
+
"align-items": "stretch",
|
|
1074
|
+
overflow: "hidden",
|
|
1075
|
+
tablet: {
|
|
1076
|
+
"flex-direction": "column",
|
|
1077
|
+
},
|
|
1078
|
+
},
|
|
1079
|
+
"cover-container": {
|
|
1080
|
+
"max-width": "45%",
|
|
1081
|
+
tablet: {
|
|
1082
|
+
"max-width": "100%",
|
|
1083
|
+
},
|
|
1084
|
+
},
|
|
1085
|
+
cover: {
|
|
1086
|
+
height: "100%",
|
|
1087
|
+
width: "100%",
|
|
1088
|
+
"object-fit": "cover",
|
|
1089
|
+
tablet: {
|
|
1090
|
+
"max-width": "100%",
|
|
1091
|
+
},
|
|
1092
|
+
},
|
|
1093
|
+
cover_embed: {},
|
|
1094
|
+
"testimonial-content-wrapper": {
|
|
1095
|
+
display: "flex",
|
|
1096
|
+
flex: "1",
|
|
1097
|
+
"align-items": "center",
|
|
1098
|
+
"row-gap": "7xl",
|
|
1099
|
+
"column-gap": "7xl",
|
|
1100
|
+
"border-top-right-radius": "3xl",
|
|
1101
|
+
"border-bottom-right-radius": "3xl",
|
|
1102
|
+
padding: "7xl",
|
|
1103
|
+
tablet: {
|
|
1104
|
+
flex: "unset",
|
|
1105
|
+
padding: "4xl",
|
|
1106
|
+
"border-top-right-radius": "0",
|
|
1107
|
+
"border-bottom-left-radius": "3xl",
|
|
1108
|
+
"border-bottom-right-radius": "3xl",
|
|
1109
|
+
},
|
|
1110
|
+
mobile: {
|
|
1111
|
+
padding: "lg",
|
|
1112
|
+
},
|
|
1113
|
+
},
|
|
1114
|
+
"testimonial-content": {
|
|
1115
|
+
display: "flex",
|
|
1116
|
+
flex: "1",
|
|
1117
|
+
"align-items": "flex-start",
|
|
1118
|
+
"row-gap": "xl",
|
|
1119
|
+
"column-gap": "xl",
|
|
1120
|
+
mobile: {
|
|
1121
|
+
"column-gap": "sm",
|
|
1122
|
+
},
|
|
1123
|
+
},
|
|
1124
|
+
icon: {
|
|
1125
|
+
height: "auto",
|
|
1126
|
+
width: "40px",
|
|
1127
|
+
tablet: {
|
|
1128
|
+
height: "auto",
|
|
1129
|
+
width: "28px",
|
|
1130
|
+
},
|
|
1131
|
+
mobile: {
|
|
1132
|
+
height: "auto",
|
|
1133
|
+
width: "20px",
|
|
1134
|
+
},
|
|
1135
|
+
},
|
|
1136
|
+
"testimonial-info": {
|
|
1137
|
+
display: "flex",
|
|
1138
|
+
flex: "1",
|
|
1139
|
+
"flex-direction": "column",
|
|
1140
|
+
"row-gap": "7xl",
|
|
1141
|
+
tablet: {
|
|
1142
|
+
"row-gap": "xl",
|
|
1143
|
+
},
|
|
1144
|
+
},
|
|
1145
|
+
"testimonial-text": {
|
|
1146
|
+
"font-weight": 600,
|
|
1147
|
+
"font-size": "2xl",
|
|
1148
|
+
},
|
|
1149
|
+
"author-wrapper": {
|
|
1150
|
+
display: "flex",
|
|
1151
|
+
"flex-direction": "column",
|
|
1152
|
+
"row-gap": "4xs",
|
|
1153
|
+
},
|
|
1154
|
+
"author-name": {
|
|
1155
|
+
"font-weight": 700,
|
|
1156
|
+
},
|
|
1157
|
+
"author-position": {},
|
|
1158
|
+
},
|
|
1159
|
+
],
|
|
1160
|
+
},
|
|
1161
|
+
content: DEFAULT_CONTENT,
|
|
1162
|
+
config: {
|
|
1163
|
+
testimonials_levoGroup: {
|
|
1164
|
+
carousel: {
|
|
1165
|
+
loop: true,
|
|
1166
|
+
},
|
|
1167
|
+
},
|
|
1168
|
+
"badge-text": {
|
|
1169
|
+
selectedVariants: {
|
|
1170
|
+
Typography_Variants: "Body",
|
|
1171
|
+
},
|
|
1172
|
+
},
|
|
1173
|
+
title: {
|
|
1174
|
+
selectedVariants: {
|
|
1175
|
+
Heading_Level: "H2",
|
|
1176
|
+
},
|
|
1177
|
+
},
|
|
1178
|
+
testimonials: [
|
|
1179
|
+
{
|
|
1180
|
+
"testimonial-text": {
|
|
1181
|
+
selectedVariants: {
|
|
1182
|
+
Typography_Variants: "Lead",
|
|
1183
|
+
},
|
|
1184
|
+
},
|
|
1185
|
+
"author-name": {
|
|
1186
|
+
heading: {
|
|
1187
|
+
level: "4",
|
|
1188
|
+
},
|
|
1189
|
+
selectedVariants: {
|
|
1190
|
+
Heading_Level: "H4",
|
|
1191
|
+
},
|
|
1192
|
+
},
|
|
1193
|
+
"author-position": {
|
|
1194
|
+
selectedVariants: {},
|
|
1195
|
+
},
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"testimonial-text": {
|
|
1199
|
+
selectedVariants: {
|
|
1200
|
+
Typography_Variants: "Lead",
|
|
1201
|
+
},
|
|
1202
|
+
},
|
|
1203
|
+
"author-name": {
|
|
1204
|
+
heading: {
|
|
1205
|
+
level: "4",
|
|
1206
|
+
},
|
|
1207
|
+
selectedVariants: {
|
|
1208
|
+
Heading_Level: "H4",
|
|
1209
|
+
},
|
|
1210
|
+
},
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"testimonial-text": {
|
|
1214
|
+
selectedVariants: {
|
|
1215
|
+
Typography_Variants: "Lead",
|
|
1216
|
+
},
|
|
1217
|
+
},
|
|
1218
|
+
"author-name": {
|
|
1219
|
+
heading: {
|
|
1220
|
+
level: "4",
|
|
1221
|
+
},
|
|
1222
|
+
selectedVariants: {
|
|
1223
|
+
Heading_Level: "H4",
|
|
1224
|
+
},
|
|
1225
|
+
},
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"testimonial-text": {
|
|
1229
|
+
selectedVariants: {
|
|
1230
|
+
Typography_Variants: "Lead",
|
|
1231
|
+
},
|
|
1232
|
+
},
|
|
1233
|
+
"author-name": {
|
|
1234
|
+
heading: {
|
|
1235
|
+
level: "4",
|
|
1236
|
+
},
|
|
1237
|
+
selectedVariants: {
|
|
1238
|
+
Heading_Level: "H4",
|
|
1239
|
+
},
|
|
1240
|
+
},
|
|
1241
|
+
},
|
|
1242
|
+
],
|
|
1243
|
+
},
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
title: "Bottom Navigation",
|
|
1247
|
+
key: "bottom-navigation",
|
|
1248
|
+
styles: {
|
|
1249
|
+
layout: {},
|
|
1250
|
+
container: {
|
|
1251
|
+
display: "flex",
|
|
1252
|
+
"flex-direction": "column",
|
|
1253
|
+
"row-gap": "7xl",
|
|
1254
|
+
tablet: {
|
|
1255
|
+
"row-gap": "3xl",
|
|
1256
|
+
},
|
|
1257
|
+
mobile: {
|
|
1258
|
+
"row-gap": "4xl",
|
|
1259
|
+
},
|
|
1260
|
+
},
|
|
1261
|
+
header: {
|
|
1262
|
+
position: "relative",
|
|
1263
|
+
display: "flex",
|
|
1264
|
+
width: "100%",
|
|
1265
|
+
"align-items": "center",
|
|
1266
|
+
"row-gap": "2xs",
|
|
1267
|
+
"column-gap": "2xs",
|
|
1268
|
+
mobile: {
|
|
1269
|
+
"flex-direction": "column",
|
|
1270
|
+
"row-gap": "md",
|
|
1271
|
+
},
|
|
1272
|
+
},
|
|
1273
|
+
"header-content": {
|
|
1274
|
+
display: "flex",
|
|
1275
|
+
flex: "1",
|
|
1276
|
+
"flex-direction": "column",
|
|
1277
|
+
"align-items": "center",
|
|
1278
|
+
"justify-content": "center",
|
|
1279
|
+
"row-gap": "2xs",
|
|
1280
|
+
"column-gap": "2xs",
|
|
1281
|
+
},
|
|
1282
|
+
"badge-container": {
|
|
1283
|
+
"border-radius": "2xl",
|
|
1284
|
+
"background-color": "brandSecondary",
|
|
1285
|
+
"padding-left": "lg",
|
|
1286
|
+
"padding-right": "lg",
|
|
1287
|
+
"padding-top": "4xs",
|
|
1288
|
+
"padding-bottom": "4xs",
|
|
1289
|
+
},
|
|
1290
|
+
"badge-text": {
|
|
1291
|
+
color: "brandSecondaryForeground",
|
|
1292
|
+
"font-weight": 500,
|
|
1293
|
+
},
|
|
1294
|
+
title: {
|
|
1295
|
+
"text-align": "center",
|
|
1296
|
+
},
|
|
1297
|
+
"carousel-navigation-top-container": {
|
|
1298
|
+
display: "none",
|
|
1299
|
+
},
|
|
1300
|
+
"carousel-navigation-bottom-container": {
|
|
1301
|
+
display: "flex",
|
|
1302
|
+
"justify-content": "center",
|
|
1303
|
+
"margin-top": "base",
|
|
1304
|
+
},
|
|
1305
|
+
"carousel-navigation": {
|
|
1306
|
+
display: "flex",
|
|
1307
|
+
"column-gap": "2xs",
|
|
1308
|
+
"align-items": "center",
|
|
1309
|
+
},
|
|
1310
|
+
"carousel-navigation-pill": {
|
|
1311
|
+
width: "8px",
|
|
1312
|
+
height: "8px",
|
|
1313
|
+
"border-radius": "8px",
|
|
1314
|
+
"background-color": "brandSecondary",
|
|
1315
|
+
},
|
|
1316
|
+
testimonials_levoGroup: {
|
|
1317
|
+
number_of_slides: 1,
|
|
1318
|
+
},
|
|
1319
|
+
testimonials: [
|
|
1320
|
+
{
|
|
1321
|
+
testimonial: {
|
|
1322
|
+
display: "flex",
|
|
1323
|
+
"box-shadow": "default",
|
|
1324
|
+
"border-radius": "base",
|
|
1325
|
+
"align-items": "stretch",
|
|
1326
|
+
overflow: "hidden",
|
|
1327
|
+
tablet: {
|
|
1328
|
+
"flex-direction": "column",
|
|
1329
|
+
},
|
|
1330
|
+
border: "1px solid",
|
|
1331
|
+
"border-color": "var(--color-border)",
|
|
1332
|
+
},
|
|
1333
|
+
"cover-container": {
|
|
1334
|
+
"max-width": "571px",
|
|
1335
|
+
tablet: {
|
|
1336
|
+
"max-width": "100%",
|
|
1337
|
+
},
|
|
1338
|
+
},
|
|
1339
|
+
cover: {
|
|
1340
|
+
height: "100%",
|
|
1341
|
+
width: "100%",
|
|
1342
|
+
"object-fit": "cover",
|
|
1343
|
+
tablet: {
|
|
1344
|
+
"max-width": "100%",
|
|
1345
|
+
},
|
|
1346
|
+
"max-width": "571px",
|
|
1347
|
+
},
|
|
1348
|
+
cover_embed: {},
|
|
1349
|
+
"testimonial-content-wrapper": {
|
|
1350
|
+
display: "flex",
|
|
1351
|
+
flex: "1",
|
|
1352
|
+
"align-items": "center",
|
|
1353
|
+
"row-gap": "7xl",
|
|
1354
|
+
"column-gap": "7xl",
|
|
1355
|
+
"border-top-right-radius": "3xl",
|
|
1356
|
+
"border-bottom-right-radius": "3xl",
|
|
1357
|
+
padding: "9xl",
|
|
1358
|
+
tablet: {
|
|
1359
|
+
flex: "unset",
|
|
1360
|
+
padding: "4xl",
|
|
1361
|
+
"border-top-right-radius": "0",
|
|
1362
|
+
"border-bottom-left-radius": "3xl",
|
|
1363
|
+
"border-bottom-right-radius": "3xl",
|
|
1364
|
+
},
|
|
1365
|
+
mobile: {
|
|
1366
|
+
padding: "lg",
|
|
1367
|
+
},
|
|
1368
|
+
},
|
|
1369
|
+
"testimonial-content": {
|
|
1370
|
+
display: "flex",
|
|
1371
|
+
flex: "1",
|
|
1372
|
+
"align-items": "flex-start",
|
|
1373
|
+
"row-gap": "xl",
|
|
1374
|
+
"column-gap": "xl",
|
|
1375
|
+
mobile: {
|
|
1376
|
+
"column-gap": "sm",
|
|
1377
|
+
},
|
|
1378
|
+
},
|
|
1379
|
+
icon: {
|
|
1380
|
+
height: "auto",
|
|
1381
|
+
width: "40px",
|
|
1382
|
+
tablet: {
|
|
1383
|
+
height: "auto",
|
|
1384
|
+
width: "28px",
|
|
1385
|
+
},
|
|
1386
|
+
mobile: {
|
|
1387
|
+
height: "auto",
|
|
1388
|
+
width: "20px",
|
|
1389
|
+
},
|
|
1390
|
+
},
|
|
1391
|
+
"testimonial-info": {
|
|
1392
|
+
display: "flex",
|
|
1393
|
+
flex: "1",
|
|
1394
|
+
"flex-direction": "column",
|
|
1395
|
+
"row-gap": "3xl",
|
|
1396
|
+
tablet: {
|
|
1397
|
+
"row-gap": "3xl",
|
|
1398
|
+
},
|
|
1399
|
+
},
|
|
1400
|
+
"testimonial-text": {
|
|
1401
|
+
"font-weight": 600,
|
|
1402
|
+
},
|
|
1403
|
+
"author-wrapper": {
|
|
1404
|
+
display: "flex",
|
|
1405
|
+
"flex-direction": "column",
|
|
1406
|
+
"row-gap": "5xs",
|
|
1407
|
+
},
|
|
1408
|
+
"author-name": {
|
|
1409
|
+
"font-weight": 700,
|
|
1410
|
+
},
|
|
1411
|
+
"author-position": {},
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
testimonial: {
|
|
1415
|
+
display: "flex",
|
|
1416
|
+
"box-shadow": "default",
|
|
1417
|
+
"border-radius": "base",
|
|
1418
|
+
"align-items": "stretch",
|
|
1419
|
+
overflow: "hidden",
|
|
1420
|
+
tablet: {
|
|
1421
|
+
"flex-direction": "column",
|
|
1422
|
+
},
|
|
1423
|
+
border: "1px solid",
|
|
1424
|
+
"border-color": "var(--color-border)",
|
|
1425
|
+
},
|
|
1426
|
+
"cover-container": {
|
|
1427
|
+
"max-width": "571px",
|
|
1428
|
+
tablet: {
|
|
1429
|
+
"max-width": "100%",
|
|
1430
|
+
},
|
|
1431
|
+
},
|
|
1432
|
+
cover: {
|
|
1433
|
+
height: "100%",
|
|
1434
|
+
width: "100%",
|
|
1435
|
+
"object-fit": "cover",
|
|
1436
|
+
tablet: {
|
|
1437
|
+
"max-width": "100%",
|
|
1438
|
+
},
|
|
1439
|
+
"max-width": "571px",
|
|
1440
|
+
},
|
|
1441
|
+
cover_embed: {},
|
|
1442
|
+
"testimonial-content-wrapper": {
|
|
1443
|
+
display: "flex",
|
|
1444
|
+
flex: "1",
|
|
1445
|
+
"align-items": "center",
|
|
1446
|
+
"row-gap": "7xl",
|
|
1447
|
+
"column-gap": "7xl",
|
|
1448
|
+
"border-top-right-radius": "3xl",
|
|
1449
|
+
"border-bottom-right-radius": "3xl",
|
|
1450
|
+
padding: "9xl",
|
|
1451
|
+
tablet: {
|
|
1452
|
+
flex: "unset",
|
|
1453
|
+
padding: "4xl",
|
|
1454
|
+
"border-top-right-radius": "0",
|
|
1455
|
+
"border-bottom-left-radius": "3xl",
|
|
1456
|
+
"border-bottom-right-radius": "3xl",
|
|
1457
|
+
},
|
|
1458
|
+
mobile: {
|
|
1459
|
+
padding: "lg",
|
|
1460
|
+
},
|
|
1461
|
+
},
|
|
1462
|
+
"testimonial-content": {
|
|
1463
|
+
display: "flex",
|
|
1464
|
+
flex: "1",
|
|
1465
|
+
"align-items": "flex-start",
|
|
1466
|
+
"row-gap": "xl",
|
|
1467
|
+
"column-gap": "xl",
|
|
1468
|
+
mobile: {
|
|
1469
|
+
"column-gap": "sm",
|
|
1470
|
+
},
|
|
1471
|
+
},
|
|
1472
|
+
icon: {
|
|
1473
|
+
height: "auto",
|
|
1474
|
+
width: "40px",
|
|
1475
|
+
tablet: {
|
|
1476
|
+
height: "auto",
|
|
1477
|
+
width: "28px",
|
|
1478
|
+
},
|
|
1479
|
+
mobile: {
|
|
1480
|
+
height: "auto",
|
|
1481
|
+
width: "20px",
|
|
1482
|
+
},
|
|
1483
|
+
},
|
|
1484
|
+
"testimonial-info": {
|
|
1485
|
+
display: "flex",
|
|
1486
|
+
flex: "1",
|
|
1487
|
+
"flex-direction": "column",
|
|
1488
|
+
"row-gap": "3xl",
|
|
1489
|
+
tablet: {
|
|
1490
|
+
"row-gap": "3xl",
|
|
1491
|
+
},
|
|
1492
|
+
},
|
|
1493
|
+
"testimonial-text": {
|
|
1494
|
+
"font-weight": 600,
|
|
1495
|
+
},
|
|
1496
|
+
"author-wrapper": {
|
|
1497
|
+
display: "flex",
|
|
1498
|
+
"flex-direction": "column",
|
|
1499
|
+
"row-gap": "5xs",
|
|
1500
|
+
},
|
|
1501
|
+
"author-name": {
|
|
1502
|
+
"font-weight": 700,
|
|
1503
|
+
},
|
|
1504
|
+
"author-position": {},
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
testimonial: {
|
|
1508
|
+
display: "flex",
|
|
1509
|
+
"box-shadow": "default",
|
|
1510
|
+
"border-radius": "base",
|
|
1511
|
+
"align-items": "stretch",
|
|
1512
|
+
overflow: "hidden",
|
|
1513
|
+
tablet: {
|
|
1514
|
+
"flex-direction": "column",
|
|
1515
|
+
},
|
|
1516
|
+
border: "1px solid",
|
|
1517
|
+
"border-color": "var(--color-border)",
|
|
1518
|
+
},
|
|
1519
|
+
"cover-container": {
|
|
1520
|
+
"max-width": "571px",
|
|
1521
|
+
tablet: {
|
|
1522
|
+
"max-width": "100%",
|
|
1523
|
+
},
|
|
1524
|
+
},
|
|
1525
|
+
cover: {
|
|
1526
|
+
height: "100%",
|
|
1527
|
+
width: "100%",
|
|
1528
|
+
"object-fit": "cover",
|
|
1529
|
+
tablet: {
|
|
1530
|
+
"max-width": "100%",
|
|
1531
|
+
},
|
|
1532
|
+
"max-width": "571px",
|
|
1533
|
+
},
|
|
1534
|
+
cover_embed: {},
|
|
1535
|
+
"testimonial-content-wrapper": {
|
|
1536
|
+
display: "flex",
|
|
1537
|
+
flex: "1",
|
|
1538
|
+
"align-items": "center",
|
|
1539
|
+
"row-gap": "7xl",
|
|
1540
|
+
"column-gap": "7xl",
|
|
1541
|
+
"border-top-right-radius": "3xl",
|
|
1542
|
+
"border-bottom-right-radius": "3xl",
|
|
1543
|
+
padding: "9xl",
|
|
1544
|
+
tablet: {
|
|
1545
|
+
flex: "unset",
|
|
1546
|
+
padding: "4xl",
|
|
1547
|
+
"border-top-right-radius": "0",
|
|
1548
|
+
"border-bottom-left-radius": "3xl",
|
|
1549
|
+
"border-bottom-right-radius": "3xl",
|
|
1550
|
+
},
|
|
1551
|
+
mobile: {
|
|
1552
|
+
padding: "lg",
|
|
1553
|
+
},
|
|
1554
|
+
},
|
|
1555
|
+
"testimonial-content": {
|
|
1556
|
+
display: "flex",
|
|
1557
|
+
flex: "1",
|
|
1558
|
+
"align-items": "flex-start",
|
|
1559
|
+
"row-gap": "xl",
|
|
1560
|
+
"column-gap": "xl",
|
|
1561
|
+
mobile: {
|
|
1562
|
+
"column-gap": "sm",
|
|
1563
|
+
},
|
|
1564
|
+
},
|
|
1565
|
+
icon: {
|
|
1566
|
+
height: "auto",
|
|
1567
|
+
width: "40px",
|
|
1568
|
+
tablet: {
|
|
1569
|
+
height: "auto",
|
|
1570
|
+
width: "28px",
|
|
1571
|
+
},
|
|
1572
|
+
mobile: {
|
|
1573
|
+
height: "auto",
|
|
1574
|
+
width: "20px",
|
|
1575
|
+
},
|
|
1576
|
+
},
|
|
1577
|
+
"testimonial-info": {
|
|
1578
|
+
display: "flex",
|
|
1579
|
+
flex: "1",
|
|
1580
|
+
"flex-direction": "column",
|
|
1581
|
+
"row-gap": "3xl",
|
|
1582
|
+
tablet: {
|
|
1583
|
+
"row-gap": "3xl",
|
|
1584
|
+
},
|
|
1585
|
+
},
|
|
1586
|
+
"testimonial-text": {
|
|
1587
|
+
"font-weight": 600,
|
|
1588
|
+
},
|
|
1589
|
+
"author-wrapper": {
|
|
1590
|
+
display: "flex",
|
|
1591
|
+
"flex-direction": "column",
|
|
1592
|
+
"row-gap": "5xs",
|
|
1593
|
+
},
|
|
1594
|
+
"author-name": {
|
|
1595
|
+
"font-weight": 700,
|
|
1596
|
+
},
|
|
1597
|
+
"author-position": {},
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
testimonial: {
|
|
1601
|
+
display: "flex",
|
|
1602
|
+
"box-shadow": "default",
|
|
1603
|
+
"border-radius": "base",
|
|
1604
|
+
"align-items": "stretch",
|
|
1605
|
+
overflow: "hidden",
|
|
1606
|
+
tablet: {
|
|
1607
|
+
"flex-direction": "column",
|
|
1608
|
+
},
|
|
1609
|
+
border: "1px solid",
|
|
1610
|
+
"border-color": "var(--color-border)",
|
|
1611
|
+
},
|
|
1612
|
+
"cover-container": {
|
|
1613
|
+
"max-width": "571px",
|
|
1614
|
+
tablet: {
|
|
1615
|
+
"max-width": "100%",
|
|
1616
|
+
},
|
|
1617
|
+
},
|
|
1618
|
+
cover: {
|
|
1619
|
+
height: "100%",
|
|
1620
|
+
width: "100%",
|
|
1621
|
+
"object-fit": "cover",
|
|
1622
|
+
tablet: {
|
|
1623
|
+
"max-width": "100%",
|
|
1624
|
+
},
|
|
1625
|
+
"max-width": "571px",
|
|
1626
|
+
},
|
|
1627
|
+
cover_embed: {},
|
|
1628
|
+
"testimonial-content-wrapper": {
|
|
1629
|
+
display: "flex",
|
|
1630
|
+
flex: "1",
|
|
1631
|
+
"align-items": "center",
|
|
1632
|
+
"row-gap": "7xl",
|
|
1633
|
+
"column-gap": "7xl",
|
|
1634
|
+
"border-top-right-radius": "3xl",
|
|
1635
|
+
"border-bottom-right-radius": "3xl",
|
|
1636
|
+
padding: "9xl",
|
|
1637
|
+
tablet: {
|
|
1638
|
+
flex: "unset",
|
|
1639
|
+
padding: "4xl",
|
|
1640
|
+
"border-top-right-radius": "0",
|
|
1641
|
+
"border-bottom-left-radius": "3xl",
|
|
1642
|
+
"border-bottom-right-radius": "3xl",
|
|
1643
|
+
},
|
|
1644
|
+
mobile: {
|
|
1645
|
+
padding: "lg",
|
|
1646
|
+
},
|
|
1647
|
+
},
|
|
1648
|
+
"testimonial-content": {
|
|
1649
|
+
display: "flex",
|
|
1650
|
+
flex: "1",
|
|
1651
|
+
"align-items": "flex-start",
|
|
1652
|
+
"row-gap": "xl",
|
|
1653
|
+
"column-gap": "xl",
|
|
1654
|
+
mobile: {
|
|
1655
|
+
"column-gap": "sm",
|
|
1656
|
+
},
|
|
1657
|
+
},
|
|
1658
|
+
icon: {
|
|
1659
|
+
height: "auto",
|
|
1660
|
+
width: "40px",
|
|
1661
|
+
tablet: {
|
|
1662
|
+
height: "auto",
|
|
1663
|
+
width: "28px",
|
|
1664
|
+
},
|
|
1665
|
+
mobile: {
|
|
1666
|
+
height: "auto",
|
|
1667
|
+
width: "20px",
|
|
1668
|
+
},
|
|
1669
|
+
},
|
|
1670
|
+
"testimonial-info": {
|
|
1671
|
+
display: "flex",
|
|
1672
|
+
flex: "1",
|
|
1673
|
+
"flex-direction": "column",
|
|
1674
|
+
"row-gap": "3xl",
|
|
1675
|
+
tablet: {
|
|
1676
|
+
"row-gap": "3xl",
|
|
1677
|
+
},
|
|
1678
|
+
},
|
|
1679
|
+
"testimonial-text": {
|
|
1680
|
+
"font-weight": 600,
|
|
1681
|
+
},
|
|
1682
|
+
"author-wrapper": {
|
|
1683
|
+
display: "flex",
|
|
1684
|
+
"flex-direction": "column",
|
|
1685
|
+
"row-gap": "5xs",
|
|
1686
|
+
},
|
|
1687
|
+
"author-name": {
|
|
1688
|
+
"font-weight": 700,
|
|
1689
|
+
},
|
|
1690
|
+
"author-position": {},
|
|
1691
|
+
},
|
|
1692
|
+
],
|
|
1693
|
+
description: {
|
|
1694
|
+
"text-align": "center",
|
|
1695
|
+
},
|
|
1696
|
+
},
|
|
1697
|
+
content: DEFAULT_CONTENT_VARIANT_2,
|
|
1698
|
+
config: {
|
|
1699
|
+
testimonials_levoGroup: {
|
|
1700
|
+
carousel: {
|
|
1701
|
+
loop: true,
|
|
1702
|
+
},
|
|
1703
|
+
},
|
|
1704
|
+
title: {
|
|
1705
|
+
selectedVariants: {
|
|
1706
|
+
Heading_Level: "H2",
|
|
1707
|
+
},
|
|
1708
|
+
},
|
|
1709
|
+
testimonials: [
|
|
1710
|
+
{
|
|
1711
|
+
"testimonial-text": {
|
|
1712
|
+
selectedVariants: {
|
|
1713
|
+
Typography_Variants: "Lead",
|
|
1714
|
+
},
|
|
1715
|
+
},
|
|
1716
|
+
"author-name": {
|
|
1717
|
+
heading: {
|
|
1718
|
+
level: "4",
|
|
1719
|
+
},
|
|
1720
|
+
selectedVariants: {
|
|
1721
|
+
Heading_Level: "H5",
|
|
1722
|
+
},
|
|
1723
|
+
},
|
|
1724
|
+
"author-position": {
|
|
1725
|
+
selectedVariants: {
|
|
1726
|
+
Typography_Variants: "Small",
|
|
1727
|
+
},
|
|
1728
|
+
},
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"testimonial-text": {
|
|
1732
|
+
selectedVariants: {
|
|
1733
|
+
Typography_Variants: "Lead",
|
|
1734
|
+
},
|
|
1735
|
+
},
|
|
1736
|
+
"author-name": {
|
|
1737
|
+
heading: {
|
|
1738
|
+
level: "4",
|
|
1739
|
+
},
|
|
1740
|
+
selectedVariants: {
|
|
1741
|
+
Heading_Level: "H5",
|
|
1742
|
+
},
|
|
1743
|
+
},
|
|
1744
|
+
"author-position": {
|
|
1745
|
+
selectedVariants: {
|
|
1746
|
+
Typography_Variants: "Small",
|
|
1747
|
+
},
|
|
1748
|
+
},
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"testimonial-text": {
|
|
1752
|
+
selectedVariants: {
|
|
1753
|
+
Typography_Variants: "Lead",
|
|
1754
|
+
},
|
|
1755
|
+
},
|
|
1756
|
+
"author-name": {
|
|
1757
|
+
heading: {
|
|
1758
|
+
level: "4",
|
|
1759
|
+
},
|
|
1760
|
+
selectedVariants: {
|
|
1761
|
+
Heading_Level: "H5",
|
|
1762
|
+
},
|
|
1763
|
+
},
|
|
1764
|
+
"author-position": {
|
|
1765
|
+
selectedVariants: {
|
|
1766
|
+
Typography_Variants: "Small",
|
|
1767
|
+
},
|
|
1768
|
+
},
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"testimonial-text": {
|
|
1772
|
+
selectedVariants: {
|
|
1773
|
+
Typography_Variants: "Lead",
|
|
1774
|
+
},
|
|
1775
|
+
},
|
|
1776
|
+
"author-name": {
|
|
1777
|
+
heading: {
|
|
1778
|
+
level: "4",
|
|
1779
|
+
},
|
|
1780
|
+
selectedVariants: {
|
|
1781
|
+
Heading_Level: "H5",
|
|
1782
|
+
},
|
|
1783
|
+
},
|
|
1784
|
+
"author-position": {
|
|
1785
|
+
selectedVariants: {
|
|
1786
|
+
Typography_Variants: "Small",
|
|
1787
|
+
},
|
|
1788
|
+
},
|
|
1789
|
+
},
|
|
1790
|
+
],
|
|
813
1791
|
},
|
|
814
1792
|
},
|
|
815
1793
|
],
|