@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,6 +11,108 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
+
const MEDIA_1 = {
|
|
15
|
+
id: "2EYI5YIJRE30",
|
|
16
|
+
filename: "testimonial-4.png",
|
|
17
|
+
kind: "image",
|
|
18
|
+
location:
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u.png",
|
|
20
|
+
srcset: {
|
|
21
|
+
"1080w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1080w.webp",
|
|
23
|
+
"1200w":
|
|
24
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1200w.webp",
|
|
25
|
+
"1920w":
|
|
26
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1920w.webp",
|
|
27
|
+
"320w":
|
|
28
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-320w.webp",
|
|
29
|
+
"640w":
|
|
30
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-640w.webp",
|
|
31
|
+
"750w":
|
|
32
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-750w.webp",
|
|
33
|
+
"828w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-828w.webp",
|
|
35
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1920w.webp 1920w",
|
|
36
|
+
},
|
|
37
|
+
mimetype: "image/png",
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const MEDIA_CARD_VARIANT_1 = {
|
|
41
|
+
id: "KQ5sQXeCuPzY",
|
|
42
|
+
filename: "testimonial-4-card-1.png",
|
|
43
|
+
kind: "image",
|
|
44
|
+
location:
|
|
45
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL.png",
|
|
46
|
+
srcset: {
|
|
47
|
+
"1080w":
|
|
48
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1080w.webp",
|
|
49
|
+
"1200w":
|
|
50
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1200w.webp",
|
|
51
|
+
"1920w":
|
|
52
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1920w.webp",
|
|
53
|
+
"320w":
|
|
54
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-320w.webp",
|
|
55
|
+
"640w":
|
|
56
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-640w.webp",
|
|
57
|
+
"750w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-750w.webp",
|
|
59
|
+
"828w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-828w.webp",
|
|
61
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-320w.webp 320w",
|
|
62
|
+
},
|
|
63
|
+
mimetype: "image/png",
|
|
64
|
+
};
|
|
65
|
+
const MEDIA_CARD_VARIANT_2 = {
|
|
66
|
+
id: "SvIjsjxE8ZTb",
|
|
67
|
+
filename: "testimonial-4-card-2.png",
|
|
68
|
+
kind: "image",
|
|
69
|
+
location:
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5.png",
|
|
71
|
+
srcset: {
|
|
72
|
+
"1080w":
|
|
73
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1080w.webp",
|
|
74
|
+
"1200w":
|
|
75
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1200w.webp",
|
|
76
|
+
"1920w":
|
|
77
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1920w.webp",
|
|
78
|
+
"320w":
|
|
79
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-320w.webp",
|
|
80
|
+
"640w":
|
|
81
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-640w.webp",
|
|
82
|
+
"750w":
|
|
83
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-750w.webp",
|
|
84
|
+
"828w":
|
|
85
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-828w.webp",
|
|
86
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1080w.webp 1080w",
|
|
87
|
+
},
|
|
88
|
+
mimetype: "image/png",
|
|
89
|
+
};
|
|
90
|
+
const MEDIA_CARD_VARIANT_3 = {
|
|
91
|
+
id: "yCrR3F9YhBkR",
|
|
92
|
+
filename: "testimonial-4-card-3.png",
|
|
93
|
+
kind: "image",
|
|
94
|
+
location:
|
|
95
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H.png",
|
|
96
|
+
srcset: {
|
|
97
|
+
"1080w":
|
|
98
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1080w.webp",
|
|
99
|
+
"1200w":
|
|
100
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1200w.webp",
|
|
101
|
+
"1920w":
|
|
102
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1920w.webp",
|
|
103
|
+
"320w":
|
|
104
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-320w.webp",
|
|
105
|
+
"640w":
|
|
106
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-640w.webp",
|
|
107
|
+
"750w":
|
|
108
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-750w.webp",
|
|
109
|
+
"828w":
|
|
110
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-828w.webp",
|
|
111
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-828w.webp 828w",
|
|
112
|
+
},
|
|
113
|
+
mimetype: "image/png",
|
|
114
|
+
};
|
|
115
|
+
|
|
14
116
|
const DEFAULT_CONTENT = {
|
|
15
117
|
layout: null,
|
|
16
118
|
container: null,
|
|
@@ -18,7 +120,10 @@ const DEFAULT_CONTENT = {
|
|
|
18
120
|
"header-content": null,
|
|
19
121
|
"badge-container": null,
|
|
20
122
|
"badge-text": "Patient Reviews",
|
|
123
|
+
"text-container": null,
|
|
21
124
|
title: "What Our Patients Says",
|
|
125
|
+
description:
|
|
126
|
+
"What Our Patients Says What Our Patients Says What Our Patients Says",
|
|
22
127
|
testimonials: [
|
|
23
128
|
{
|
|
24
129
|
testimonial: null,
|
|
@@ -28,31 +133,7 @@ const DEFAULT_CONTENT = {
|
|
|
28
133
|
icon: DUMMY_ICON,
|
|
29
134
|
"testimonial-info": null,
|
|
30
135
|
"author-wrapper": null,
|
|
31
|
-
cover:
|
|
32
|
-
id: "hjB4vGY2wTjw",
|
|
33
|
-
filename: "image.png",
|
|
34
|
-
kind: "image",
|
|
35
|
-
location:
|
|
36
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
|
|
37
|
-
srcset: {
|
|
38
|
-
"1080w":
|
|
39
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
|
|
40
|
-
"1200w":
|
|
41
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
|
|
42
|
-
"1920w":
|
|
43
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
|
|
44
|
-
"320w":
|
|
45
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
|
|
46
|
-
"640w":
|
|
47
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
|
|
48
|
-
"750w":
|
|
49
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
|
|
50
|
-
"828w":
|
|
51
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
|
|
52
|
-
path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
|
|
53
|
-
},
|
|
54
|
-
mimetype: "image/png",
|
|
55
|
-
},
|
|
136
|
+
cover: MEDIA_1,
|
|
56
137
|
cover_embed: null,
|
|
57
138
|
"testimonial-text":
|
|
58
139
|
'<p>From the moment I walked in, I felt genuinely cared for. The doctors took time to listen, explained everything clearly, and made me feel at ease. It’s rare to find such compassionate and professional care under one roof.<br><br>The online consultation option made it so convenient during a busy week. Truly grateful for the seamless experience!"</p>',
|
|
@@ -67,31 +148,7 @@ const DEFAULT_CONTENT = {
|
|
|
67
148
|
icon: DUMMY_ICON,
|
|
68
149
|
"testimonial-info": null,
|
|
69
150
|
"author-wrapper": null,
|
|
70
|
-
cover:
|
|
71
|
-
id: "hjB4vGY2wTjw",
|
|
72
|
-
filename: "image.png",
|
|
73
|
-
kind: "image",
|
|
74
|
-
location:
|
|
75
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
|
|
76
|
-
srcset: {
|
|
77
|
-
"1080w":
|
|
78
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
|
|
79
|
-
"1200w":
|
|
80
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
|
|
81
|
-
"1920w":
|
|
82
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
|
|
83
|
-
"320w":
|
|
84
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
|
|
85
|
-
"640w":
|
|
86
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
|
|
87
|
-
"750w":
|
|
88
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
|
|
89
|
-
"828w":
|
|
90
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
|
|
91
|
-
path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
|
|
92
|
-
},
|
|
93
|
-
mimetype: "image/png",
|
|
94
|
-
},
|
|
151
|
+
cover: MEDIA_1,
|
|
95
152
|
cover_embed: null,
|
|
96
153
|
"testimonial-text":
|
|
97
154
|
'<p>From the moment I walked in, I felt genuinely cared for. The doctors took time to listen, explained everything clearly, and made me feel at ease. It’s rare to find such compassionate and professional care under one roof.<br><br>The online consultation option made it so convenient during a busy week. Truly grateful for the seamless experience!"</p>',
|
|
@@ -106,29 +163,7 @@ const DEFAULT_CONTENT = {
|
|
|
106
163
|
icon: DUMMY_ICON,
|
|
107
164
|
"testimonial-info": null,
|
|
108
165
|
"author-wrapper": null,
|
|
109
|
-
cover:
|
|
110
|
-
id: "7141014160938075687",
|
|
111
|
-
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
112
|
-
kind: "image",
|
|
113
|
-
mimetype: "image/png",
|
|
114
|
-
srcset: {
|
|
115
|
-
"1080w":
|
|
116
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
117
|
-
"1200w":
|
|
118
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
119
|
-
"1920w":
|
|
120
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
121
|
-
"320w":
|
|
122
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
123
|
-
"640w":
|
|
124
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
125
|
-
"750w":
|
|
126
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
127
|
-
"828w":
|
|
128
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
129
|
-
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
130
|
-
},
|
|
131
|
-
},
|
|
166
|
+
cover: MEDIA_1,
|
|
132
167
|
cover_embed: null,
|
|
133
168
|
"testimonial-text":
|
|
134
169
|
"Outstanding service and genuine care. The staff goes above and beyond to ensure every patient feels comfortable and well-informed about their treatment options.",
|
|
@@ -218,6 +253,8 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
|
|
|
218
253
|
"badge-container": null,
|
|
219
254
|
"badge-text": "Patient Reviews",
|
|
220
255
|
title: "What Our Patients Says",
|
|
256
|
+
description:
|
|
257
|
+
"What Our Patients Says What Our Patients Says What Our Patients Says",
|
|
221
258
|
testimonials: [
|
|
222
259
|
{
|
|
223
260
|
testimonial: null,
|
|
@@ -227,31 +264,7 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
|
|
|
227
264
|
icon: null,
|
|
228
265
|
"testimonial-info": null,
|
|
229
266
|
"author-wrapper": null,
|
|
230
|
-
cover:
|
|
231
|
-
id: "WT06orE15cUHR",
|
|
232
|
-
filename: "image.png",
|
|
233
|
-
kind: "image",
|
|
234
|
-
location:
|
|
235
|
-
"https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3.png",
|
|
236
|
-
srcset: {
|
|
237
|
-
"1080w":
|
|
238
|
-
"https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1080w.webp",
|
|
239
|
-
"1200w":
|
|
240
|
-
"https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1200w.webp",
|
|
241
|
-
"1920w":
|
|
242
|
-
"https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1920w.webp",
|
|
243
|
-
"320w":
|
|
244
|
-
"https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-320w.webp",
|
|
245
|
-
"640w":
|
|
246
|
-
"https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-640w.webp",
|
|
247
|
-
"750w":
|
|
248
|
-
"https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-750w.webp",
|
|
249
|
-
"828w":
|
|
250
|
-
"https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-828w.webp",
|
|
251
|
-
path: "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-750w.webp 750w",
|
|
252
|
-
},
|
|
253
|
-
mimetype: "image/png",
|
|
254
|
-
},
|
|
267
|
+
cover: MEDIA_CARD_VARIANT_1,
|
|
255
268
|
cover_embed: null,
|
|
256
269
|
"testimonial-text": "<p>Education and Career Development</p>",
|
|
257
270
|
"author-name": "Michael Chen",
|
|
@@ -265,31 +278,7 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
|
|
|
265
278
|
icon: null,
|
|
266
279
|
"testimonial-info": null,
|
|
267
280
|
"author-wrapper": null,
|
|
268
|
-
cover:
|
|
269
|
-
id: "hjB4vGY2wTjw",
|
|
270
|
-
filename: "image.png",
|
|
271
|
-
kind: "image",
|
|
272
|
-
location:
|
|
273
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
|
|
274
|
-
srcset: {
|
|
275
|
-
"1080w":
|
|
276
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
|
|
277
|
-
"1200w":
|
|
278
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
|
|
279
|
-
"1920w":
|
|
280
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
|
|
281
|
-
"320w":
|
|
282
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
|
|
283
|
-
"640w":
|
|
284
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
|
|
285
|
-
"750w":
|
|
286
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
|
|
287
|
-
"828w":
|
|
288
|
-
"https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
|
|
289
|
-
path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
|
|
290
|
-
},
|
|
291
|
-
mimetype: "image/png",
|
|
292
|
-
},
|
|
281
|
+
cover: MEDIA_CARD_VARIANT_2,
|
|
293
282
|
cover_embed: null,
|
|
294
283
|
"testimonial-text": "<p>Education and Career Development</p>",
|
|
295
284
|
"author-name": "Michael Chen",
|
|
@@ -303,31 +292,7 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
|
|
|
303
292
|
icon: null,
|
|
304
293
|
"testimonial-info": null,
|
|
305
294
|
"author-wrapper": null,
|
|
306
|
-
cover:
|
|
307
|
-
id: "OaJb1LqdFaV5P",
|
|
308
|
-
filename: "image.png",
|
|
309
|
-
kind: "image",
|
|
310
|
-
location:
|
|
311
|
-
"https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm.png",
|
|
312
|
-
srcset: {
|
|
313
|
-
"1080w":
|
|
314
|
-
"https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1080w.webp",
|
|
315
|
-
"1200w":
|
|
316
|
-
"https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1200w.webp",
|
|
317
|
-
"1920w":
|
|
318
|
-
"https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1920w.webp",
|
|
319
|
-
"320w":
|
|
320
|
-
"https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-320w.webp",
|
|
321
|
-
"640w":
|
|
322
|
-
"https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-640w.webp",
|
|
323
|
-
"750w":
|
|
324
|
-
"https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-750w.webp",
|
|
325
|
-
"828w":
|
|
326
|
-
"https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-828w.webp",
|
|
327
|
-
path: "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-320w.webp 320w",
|
|
328
|
-
},
|
|
329
|
-
mimetype: "image/png",
|
|
330
|
-
},
|
|
295
|
+
cover: MEDIA_CARD_VARIANT_3,
|
|
331
296
|
cover_embed: null,
|
|
332
297
|
"testimonial-text": "<p>Mental Health and Well-being</p>",
|
|
333
298
|
"author-name": "Jennifer Martinez",
|
|
@@ -416,6 +381,8 @@ const DEFAULT_CONTENT_VARIANT_3 = {
|
|
|
416
381
|
"badge-container": null,
|
|
417
382
|
"badge-text": "Patient Reviews",
|
|
418
383
|
title: "Testimonials From Our Partners",
|
|
384
|
+
description:
|
|
385
|
+
"What Our Patients Says What Our Patients Says What Our Patients Says",
|
|
419
386
|
testimonials: [
|
|
420
387
|
{
|
|
421
388
|
testimonial: null,
|
|
@@ -723,6 +690,11 @@ export const Testimonial4: IBlock = {
|
|
|
723
690
|
max_characters: 18,
|
|
724
691
|
},
|
|
725
692
|
},
|
|
693
|
+
{
|
|
694
|
+
key: "text-container",
|
|
695
|
+
label: "Text Container",
|
|
696
|
+
field_interface: "BoxWidget",
|
|
697
|
+
},
|
|
726
698
|
{
|
|
727
699
|
key: "title",
|
|
728
700
|
label: "Title",
|
|
@@ -734,6 +706,11 @@ export const Testimonial4: IBlock = {
|
|
|
734
706
|
max_characters: 45,
|
|
735
707
|
},
|
|
736
708
|
},
|
|
709
|
+
{
|
|
710
|
+
key: "description",
|
|
711
|
+
label: "Description",
|
|
712
|
+
field_interface: "TypographyWidget",
|
|
713
|
+
},
|
|
737
714
|
{
|
|
738
715
|
key: "carousel-navigation-top-container",
|
|
739
716
|
label: "Carousel Navigation Top Container",
|
|
@@ -982,7 +959,7 @@ export const Testimonial4: IBlock = {
|
|
|
982
959
|
filter: "none",
|
|
983
960
|
},
|
|
984
961
|
"badge-container": {
|
|
985
|
-
"border-radius": "
|
|
962
|
+
"border-radius": "2xl",
|
|
986
963
|
"background-color": "brandSecondary",
|
|
987
964
|
"padding-left": "lg",
|
|
988
965
|
"padding-right": "lg",
|
|
@@ -991,23 +968,10 @@ export const Testimonial4: IBlock = {
|
|
|
991
968
|
filter: "none",
|
|
992
969
|
},
|
|
993
970
|
"badge-text": {
|
|
994
|
-
"font-size": "base",
|
|
995
|
-
"line-height": 1.625,
|
|
996
971
|
"font-weight": 500,
|
|
997
|
-
color: "
|
|
998
|
-
mobile: {
|
|
999
|
-
"font-size": "sm",
|
|
1000
|
-
},
|
|
1001
|
-
},
|
|
1002
|
-
title: {
|
|
1003
|
-
"font-size": "4xl",
|
|
1004
|
-
"line-height": 1.625,
|
|
1005
|
-
"font-weight": 700,
|
|
1006
|
-
mobile: {
|
|
1007
|
-
"font-size": "2xl",
|
|
1008
|
-
},
|
|
1009
|
-
filter: "none",
|
|
972
|
+
color: "brandSecondaryForeground",
|
|
1010
973
|
},
|
|
974
|
+
title: {},
|
|
1011
975
|
"carousel-navigation-top-container": {
|
|
1012
976
|
display: "flex",
|
|
1013
977
|
"justify-content": "flex-end",
|
|
@@ -1219,41 +1183,16 @@ export const Testimonial4: IBlock = {
|
|
|
1219
1183
|
"row-gap": "xl",
|
|
1220
1184
|
},
|
|
1221
1185
|
},
|
|
1222
|
-
"testimonial-text": {
|
|
1223
|
-
color: "var(--color-text-1)",
|
|
1224
|
-
"font-size": "lg",
|
|
1225
|
-
"font-weight": 400,
|
|
1226
|
-
tablet: {
|
|
1227
|
-
"font-size": "2xl",
|
|
1228
|
-
},
|
|
1229
|
-
mobile: {
|
|
1230
|
-
"font-size": "lg",
|
|
1231
|
-
},
|
|
1232
|
-
filter: "none",
|
|
1233
|
-
},
|
|
1186
|
+
"testimonial-text": {},
|
|
1234
1187
|
"author-wrapper": {
|
|
1235
1188
|
display: "flex",
|
|
1236
1189
|
"flex-direction": "column",
|
|
1237
|
-
"row-gap": "
|
|
1190
|
+
"row-gap": "none",
|
|
1238
1191
|
},
|
|
1239
1192
|
"author-name": {
|
|
1240
|
-
|
|
1241
|
-
"font-size": "xl",
|
|
1242
|
-
"font-weight": "bold",
|
|
1243
|
-
mobile: {
|
|
1244
|
-
"font-size": "lg",
|
|
1245
|
-
},
|
|
1246
|
-
filter: "none",
|
|
1247
|
-
},
|
|
1248
|
-
"author-position": {
|
|
1249
|
-
color: "var(--color-text-2)",
|
|
1250
|
-
"font-size": "base",
|
|
1251
|
-
mobile: {
|
|
1252
|
-
"font-size": "sm",
|
|
1253
|
-
},
|
|
1254
|
-
filter: "none",
|
|
1255
|
-
"font-weight": 400,
|
|
1193
|
+
"font-weight": 700,
|
|
1256
1194
|
},
|
|
1195
|
+
"author-position": {},
|
|
1257
1196
|
},
|
|
1258
1197
|
{
|
|
1259
1198
|
testimonial: {
|
|
@@ -1337,41 +1276,16 @@ export const Testimonial4: IBlock = {
|
|
|
1337
1276
|
"row-gap": "xl",
|
|
1338
1277
|
},
|
|
1339
1278
|
},
|
|
1340
|
-
"testimonial-text": {
|
|
1341
|
-
color: "var(--color-text-1)",
|
|
1342
|
-
"font-size": "lg",
|
|
1343
|
-
"font-weight": 400,
|
|
1344
|
-
tablet: {
|
|
1345
|
-
"font-size": "2xl",
|
|
1346
|
-
},
|
|
1347
|
-
mobile: {
|
|
1348
|
-
"font-size": "lg",
|
|
1349
|
-
},
|
|
1350
|
-
filter: "none",
|
|
1351
|
-
},
|
|
1279
|
+
"testimonial-text": {},
|
|
1352
1280
|
"author-wrapper": {
|
|
1353
1281
|
display: "flex",
|
|
1354
1282
|
"flex-direction": "column",
|
|
1355
|
-
"row-gap": "
|
|
1283
|
+
"row-gap": "none",
|
|
1356
1284
|
},
|
|
1357
1285
|
"author-name": {
|
|
1358
|
-
|
|
1359
|
-
"font-size": "xl",
|
|
1360
|
-
"font-weight": "bold",
|
|
1361
|
-
mobile: {
|
|
1362
|
-
"font-size": "lg",
|
|
1363
|
-
},
|
|
1364
|
-
filter: "none",
|
|
1365
|
-
},
|
|
1366
|
-
"author-position": {
|
|
1367
|
-
color: "var(--color-text-2)",
|
|
1368
|
-
"font-size": "base",
|
|
1369
|
-
mobile: {
|
|
1370
|
-
"font-size": "sm",
|
|
1371
|
-
},
|
|
1372
|
-
filter: "none",
|
|
1373
|
-
"font-weight": 400,
|
|
1286
|
+
"font-weight": 700,
|
|
1374
1287
|
},
|
|
1288
|
+
"author-position": {},
|
|
1375
1289
|
},
|
|
1376
1290
|
{
|
|
1377
1291
|
testimonial: {
|
|
@@ -1455,55 +1369,20 @@ export const Testimonial4: IBlock = {
|
|
|
1455
1369
|
"row-gap": "xl",
|
|
1456
1370
|
},
|
|
1457
1371
|
},
|
|
1458
|
-
"testimonial-text": {
|
|
1459
|
-
color: "var(--color-text-1)",
|
|
1460
|
-
"font-size": "lg",
|
|
1461
|
-
"font-weight": 400,
|
|
1462
|
-
tablet: {
|
|
1463
|
-
"font-size": "2xl",
|
|
1464
|
-
},
|
|
1465
|
-
mobile: {
|
|
1466
|
-
"font-size": "lg",
|
|
1467
|
-
},
|
|
1468
|
-
filter: "none",
|
|
1469
|
-
},
|
|
1372
|
+
"testimonial-text": {},
|
|
1470
1373
|
"author-wrapper": {
|
|
1471
1374
|
display: "flex",
|
|
1472
1375
|
"flex-direction": "column",
|
|
1473
|
-
"row-gap": "
|
|
1376
|
+
"row-gap": "none",
|
|
1474
1377
|
},
|
|
1475
1378
|
"author-name": {
|
|
1476
|
-
|
|
1477
|
-
"font-size": "xl",
|
|
1478
|
-
"font-weight": "bold",
|
|
1479
|
-
mobile: {
|
|
1480
|
-
"font-size": "lg",
|
|
1481
|
-
},
|
|
1482
|
-
filter: "none",
|
|
1483
|
-
},
|
|
1484
|
-
"author-position": {
|
|
1485
|
-
color: "var(--color-text-2)",
|
|
1486
|
-
"font-size": "base",
|
|
1487
|
-
mobile: {
|
|
1488
|
-
"font-size": "sm",
|
|
1489
|
-
},
|
|
1490
|
-
filter: "none",
|
|
1491
|
-
"font-weight": 400,
|
|
1379
|
+
"font-weight": 700,
|
|
1492
1380
|
},
|
|
1381
|
+
"author-position": {},
|
|
1493
1382
|
},
|
|
1494
1383
|
],
|
|
1495
|
-
container: {
|
|
1496
|
-
|
|
1497
|
-
mobile: {
|
|
1498
|
-
filter: "none",
|
|
1499
|
-
},
|
|
1500
|
-
tablet: {
|
|
1501
|
-
filter: "none",
|
|
1502
|
-
},
|
|
1503
|
-
},
|
|
1504
|
-
layout: {
|
|
1505
|
-
filter: "none",
|
|
1506
|
-
},
|
|
1384
|
+
container: {},
|
|
1385
|
+
layout: {},
|
|
1507
1386
|
"carousel-navigation-arrow-left_leftIcon": {
|
|
1508
1387
|
filter: "none",
|
|
1509
1388
|
height: "24px",
|
|
@@ -1539,6 +1418,61 @@ export const Testimonial4: IBlock = {
|
|
|
1539
1418
|
},
|
|
1540
1419
|
},
|
|
1541
1420
|
},
|
|
1421
|
+
title: {
|
|
1422
|
+
selectedVariants: {
|
|
1423
|
+
Heading_Level: "H2",
|
|
1424
|
+
},
|
|
1425
|
+
heading: {
|
|
1426
|
+
level: "2",
|
|
1427
|
+
},
|
|
1428
|
+
},
|
|
1429
|
+
testimonials: [
|
|
1430
|
+
{
|
|
1431
|
+
"testimonial-text": {
|
|
1432
|
+
selectedVariants: {
|
|
1433
|
+
Typography_Variants: "Large",
|
|
1434
|
+
},
|
|
1435
|
+
},
|
|
1436
|
+
"author-name": {
|
|
1437
|
+
heading: {
|
|
1438
|
+
level: "4",
|
|
1439
|
+
},
|
|
1440
|
+
selectedVariants: {
|
|
1441
|
+
Heading_Level: "H5",
|
|
1442
|
+
},
|
|
1443
|
+
},
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"testimonial-text": {
|
|
1447
|
+
selectedVariants: {
|
|
1448
|
+
Typography_Variants: "Large",
|
|
1449
|
+
},
|
|
1450
|
+
},
|
|
1451
|
+
"author-name": {
|
|
1452
|
+
heading: {
|
|
1453
|
+
level: "4",
|
|
1454
|
+
},
|
|
1455
|
+
selectedVariants: {
|
|
1456
|
+
Heading_Level: "H5",
|
|
1457
|
+
},
|
|
1458
|
+
},
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"testimonial-text": {
|
|
1462
|
+
selectedVariants: {
|
|
1463
|
+
Typography_Variants: "Large",
|
|
1464
|
+
},
|
|
1465
|
+
},
|
|
1466
|
+
"author-name": {
|
|
1467
|
+
heading: {
|
|
1468
|
+
level: "4",
|
|
1469
|
+
},
|
|
1470
|
+
selectedVariants: {
|
|
1471
|
+
Heading_Level: "H5",
|
|
1472
|
+
},
|
|
1473
|
+
},
|
|
1474
|
+
},
|
|
1475
|
+
],
|
|
1542
1476
|
},
|
|
1543
1477
|
content: DEFAULT_CONTENT,
|
|
1544
1478
|
},
|
|
@@ -1838,19 +1772,7 @@ export const Testimonial4: IBlock = {
|
|
|
1838
1772
|
},
|
|
1839
1773
|
},
|
|
1840
1774
|
"testimonial-text": {
|
|
1841
|
-
color: "var(--color-text-1)",
|
|
1842
|
-
"font-size": "xl",
|
|
1843
1775
|
"font-weight": 700,
|
|
1844
|
-
tablet: {
|
|
1845
|
-
"font-size": "lg",
|
|
1846
|
-
filter: "none",
|
|
1847
|
-
},
|
|
1848
|
-
mobile: {
|
|
1849
|
-
"font-size": "lg",
|
|
1850
|
-
filter: "none",
|
|
1851
|
-
},
|
|
1852
|
-
filter: "none",
|
|
1853
|
-
width: "100%",
|
|
1854
1776
|
"text-align": "center",
|
|
1855
1777
|
},
|
|
1856
1778
|
"author-wrapper": {
|
|
@@ -1887,6 +1809,7 @@ export const Testimonial4: IBlock = {
|
|
|
1887
1809
|
overflow: "hidden",
|
|
1888
1810
|
tablet: {
|
|
1889
1811
|
"flex-direction": "column",
|
|
1812
|
+
filter: "none",
|
|
1890
1813
|
},
|
|
1891
1814
|
filter: "none",
|
|
1892
1815
|
"justify-content": "center",
|
|
@@ -1923,6 +1846,9 @@ export const Testimonial4: IBlock = {
|
|
|
1923
1846
|
"max-width": "100%",
|
|
1924
1847
|
},
|
|
1925
1848
|
filter: "none",
|
|
1849
|
+
mobile: {
|
|
1850
|
+
filter: "none",
|
|
1851
|
+
},
|
|
1926
1852
|
},
|
|
1927
1853
|
cover_embed: {},
|
|
1928
1854
|
"testimonial-content-wrapper": {
|
|
@@ -1974,23 +1900,9 @@ export const Testimonial4: IBlock = {
|
|
|
1974
1900
|
tablet: {
|
|
1975
1901
|
"row-gap": "xl",
|
|
1976
1902
|
},
|
|
1977
|
-
filter: "none",
|
|
1978
1903
|
},
|
|
1979
1904
|
"testimonial-text": {
|
|
1980
|
-
"font-family": "var(--font-body)",
|
|
1981
|
-
color: "var(--color-text-1)",
|
|
1982
|
-
"font-size": "xl",
|
|
1983
|
-
"line-height": "normal",
|
|
1984
1905
|
"font-weight": 700,
|
|
1985
|
-
tablet: {
|
|
1986
|
-
"font-size": "lg",
|
|
1987
|
-
filter: "none",
|
|
1988
|
-
},
|
|
1989
|
-
mobile: {
|
|
1990
|
-
"font-size": "lg",
|
|
1991
|
-
},
|
|
1992
|
-
filter: "none",
|
|
1993
|
-
width: "100%",
|
|
1994
1906
|
"text-align": "center",
|
|
1995
1907
|
},
|
|
1996
1908
|
"author-wrapper": {
|
|
@@ -2027,6 +1939,7 @@ export const Testimonial4: IBlock = {
|
|
|
2027
1939
|
overflow: "hidden",
|
|
2028
1940
|
tablet: {
|
|
2029
1941
|
"flex-direction": "column",
|
|
1942
|
+
filter: "none",
|
|
2030
1943
|
},
|
|
2031
1944
|
filter: "none",
|
|
2032
1945
|
"justify-content": "center",
|
|
@@ -2041,9 +1954,8 @@ export const Testimonial4: IBlock = {
|
|
|
2041
1954
|
"row-gap": "lg",
|
|
2042
1955
|
mobile: {
|
|
2043
1956
|
filter: "none",
|
|
2044
|
-
"margin-right": "none",
|
|
2045
|
-
"padding-left": "sm",
|
|
2046
1957
|
"margin-left": "none",
|
|
1958
|
+
"margin-right": "none",
|
|
2047
1959
|
},
|
|
2048
1960
|
},
|
|
2049
1961
|
"cover-container": {
|
|
@@ -2064,6 +1976,9 @@ export const Testimonial4: IBlock = {
|
|
|
2064
1976
|
"max-width": "100%",
|
|
2065
1977
|
},
|
|
2066
1978
|
filter: "none",
|
|
1979
|
+
mobile: {
|
|
1980
|
+
filter: "none",
|
|
1981
|
+
},
|
|
2067
1982
|
},
|
|
2068
1983
|
cover_embed: {},
|
|
2069
1984
|
"testimonial-content-wrapper": {
|
|
@@ -2108,39 +2023,16 @@ export const Testimonial4: IBlock = {
|
|
|
2108
2023
|
filter: "none",
|
|
2109
2024
|
},
|
|
2110
2025
|
"testimonial-info": {
|
|
2111
|
-
display: "
|
|
2112
|
-
|
|
2113
|
-
"
|
|
2114
|
-
"
|
|
2115
|
-
"border-top-right-radius": "3xl",
|
|
2116
|
-
"border-bottom-right-radius": "3xl",
|
|
2026
|
+
display: "flex",
|
|
2027
|
+
flex: "1",
|
|
2028
|
+
"flex-direction": "column",
|
|
2029
|
+
"row-gap": "7xl",
|
|
2117
2030
|
tablet: {
|
|
2118
|
-
|
|
2119
|
-
filter: "none",
|
|
2120
|
-
},
|
|
2121
|
-
mobile: {
|
|
2122
|
-
filter: "none",
|
|
2031
|
+
"row-gap": "xl",
|
|
2123
2032
|
},
|
|
2124
|
-
filter: "none",
|
|
2125
|
-
height: "auto",
|
|
2126
|
-
width: "100%",
|
|
2127
2033
|
},
|
|
2128
2034
|
"testimonial-text": {
|
|
2129
|
-
"font-family": "var(--font-body)",
|
|
2130
|
-
color: "var(--color-text-1)",
|
|
2131
|
-
"font-size": "xl",
|
|
2132
|
-
"line-height": "normal",
|
|
2133
2035
|
"font-weight": 700,
|
|
2134
|
-
tablet: {
|
|
2135
|
-
"font-size": "lg",
|
|
2136
|
-
filter: "none",
|
|
2137
|
-
},
|
|
2138
|
-
mobile: {
|
|
2139
|
-
"font-size": "lg",
|
|
2140
|
-
filter: "none",
|
|
2141
|
-
},
|
|
2142
|
-
filter: "none",
|
|
2143
|
-
width: "100%",
|
|
2144
2036
|
"text-align": "center",
|
|
2145
2037
|
},
|
|
2146
2038
|
"author-wrapper": {
|
|
@@ -2221,6 +2113,29 @@ export const Testimonial4: IBlock = {
|
|
|
2221
2113
|
},
|
|
2222
2114
|
},
|
|
2223
2115
|
},
|
|
2116
|
+
testimonials: [
|
|
2117
|
+
{
|
|
2118
|
+
"testimonial-text": {
|
|
2119
|
+
selectedVariants: {
|
|
2120
|
+
Typography_Variants: "Lead",
|
|
2121
|
+
},
|
|
2122
|
+
},
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"testimonial-text": {
|
|
2126
|
+
selectedVariants: {
|
|
2127
|
+
Typography_Variants: "Lead",
|
|
2128
|
+
},
|
|
2129
|
+
},
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"testimonial-text": {
|
|
2133
|
+
selectedVariants: {
|
|
2134
|
+
Typography_Variants: "Lead",
|
|
2135
|
+
},
|
|
2136
|
+
},
|
|
2137
|
+
},
|
|
2138
|
+
],
|
|
2224
2139
|
},
|
|
2225
2140
|
content: DEFAULT_CONTENT_CARD_CAROUSEL,
|
|
2226
2141
|
},
|
|
@@ -2280,12 +2195,7 @@ export const Testimonial4: IBlock = {
|
|
|
2280
2195
|
"font-size": "sm",
|
|
2281
2196
|
},
|
|
2282
2197
|
},
|
|
2283
|
-
title: {
|
|
2284
|
-
mobile: {
|
|
2285
|
-
"font-size": "2xl",
|
|
2286
|
-
},
|
|
2287
|
-
filter: "none",
|
|
2288
|
-
},
|
|
2198
|
+
title: {},
|
|
2289
2199
|
"carousel-navigation-top-container": {
|
|
2290
2200
|
display: "none",
|
|
2291
2201
|
},
|
|
@@ -2521,18 +2431,7 @@ export const Testimonial4: IBlock = {
|
|
|
2521
2431
|
"row-gap": "xl",
|
|
2522
2432
|
},
|
|
2523
2433
|
},
|
|
2524
|
-
"testimonial-text": {
|
|
2525
|
-
color: "var(--color-text-1)",
|
|
2526
|
-
"font-size": "lg",
|
|
2527
|
-
"font-weight": 400,
|
|
2528
|
-
tablet: {
|
|
2529
|
-
"font-size": "2xl",
|
|
2530
|
-
},
|
|
2531
|
-
mobile: {
|
|
2532
|
-
"font-size": "lg",
|
|
2533
|
-
},
|
|
2534
|
-
filter: "none",
|
|
2535
|
-
},
|
|
2434
|
+
"testimonial-text": {},
|
|
2536
2435
|
"author-wrapper": {
|
|
2537
2436
|
display: "flex",
|
|
2538
2437
|
"flex-direction": "row",
|
|
@@ -2546,23 +2445,9 @@ export const Testimonial4: IBlock = {
|
|
|
2546
2445
|
},
|
|
2547
2446
|
},
|
|
2548
2447
|
"author-name": {
|
|
2549
|
-
|
|
2550
|
-
"font-size": "lg",
|
|
2551
|
-
"font-weight": "bold",
|
|
2552
|
-
mobile: {
|
|
2553
|
-
"font-size": "lg",
|
|
2554
|
-
},
|
|
2555
|
-
filter: "none",
|
|
2556
|
-
},
|
|
2557
|
-
"author-position": {
|
|
2558
|
-
color: "var(--color-text-2)",
|
|
2559
|
-
"font-size": "base",
|
|
2560
|
-
mobile: {
|
|
2561
|
-
"font-size": "sm",
|
|
2562
|
-
},
|
|
2563
|
-
filter: "none",
|
|
2564
|
-
"font-weight": 400,
|
|
2448
|
+
"font-weight": 700,
|
|
2565
2449
|
},
|
|
2450
|
+
"author-position": {},
|
|
2566
2451
|
},
|
|
2567
2452
|
{
|
|
2568
2453
|
testimonial: {
|
|
@@ -2573,6 +2458,7 @@ export const Testimonial4: IBlock = {
|
|
|
2573
2458
|
overflow: "hidden",
|
|
2574
2459
|
tablet: {
|
|
2575
2460
|
"flex-direction": "column",
|
|
2461
|
+
width: "auto",
|
|
2576
2462
|
},
|
|
2577
2463
|
filter: "none",
|
|
2578
2464
|
"justify-content": "center",
|
|
@@ -2653,18 +2539,7 @@ export const Testimonial4: IBlock = {
|
|
|
2653
2539
|
"row-gap": "xl",
|
|
2654
2540
|
},
|
|
2655
2541
|
},
|
|
2656
|
-
"testimonial-text": {
|
|
2657
|
-
color: "var(--color-text-1)",
|
|
2658
|
-
"font-size": "lg",
|
|
2659
|
-
"font-weight": 400,
|
|
2660
|
-
tablet: {
|
|
2661
|
-
"font-size": "2xl",
|
|
2662
|
-
},
|
|
2663
|
-
mobile: {
|
|
2664
|
-
"font-size": "lg",
|
|
2665
|
-
},
|
|
2666
|
-
filter: "none",
|
|
2667
|
-
},
|
|
2542
|
+
"testimonial-text": {},
|
|
2668
2543
|
"author-wrapper": {
|
|
2669
2544
|
display: "flex",
|
|
2670
2545
|
"flex-direction": "row",
|
|
@@ -2678,23 +2553,9 @@ export const Testimonial4: IBlock = {
|
|
|
2678
2553
|
},
|
|
2679
2554
|
},
|
|
2680
2555
|
"author-name": {
|
|
2681
|
-
|
|
2682
|
-
"font-size": "lg",
|
|
2683
|
-
"font-weight": "bold",
|
|
2684
|
-
mobile: {
|
|
2685
|
-
"font-size": "lg",
|
|
2686
|
-
},
|
|
2687
|
-
filter: "none",
|
|
2688
|
-
},
|
|
2689
|
-
"author-position": {
|
|
2690
|
-
color: "var(--color-text-2)",
|
|
2691
|
-
"font-size": "base",
|
|
2692
|
-
mobile: {
|
|
2693
|
-
"font-size": "sm",
|
|
2694
|
-
},
|
|
2695
|
-
filter: "none",
|
|
2696
|
-
"font-weight": 400,
|
|
2556
|
+
"font-weight": 700,
|
|
2697
2557
|
},
|
|
2558
|
+
"author-position": {},
|
|
2698
2559
|
},
|
|
2699
2560
|
{
|
|
2700
2561
|
testimonial: {
|
|
@@ -2705,6 +2566,7 @@ export const Testimonial4: IBlock = {
|
|
|
2705
2566
|
overflow: "hidden",
|
|
2706
2567
|
tablet: {
|
|
2707
2568
|
"flex-direction": "column",
|
|
2569
|
+
width: "auto",
|
|
2708
2570
|
},
|
|
2709
2571
|
filter: "none",
|
|
2710
2572
|
"justify-content": "center",
|
|
@@ -2741,10 +2603,6 @@ export const Testimonial4: IBlock = {
|
|
|
2741
2603
|
"border-top-right-radius": "0",
|
|
2742
2604
|
"border-bottom-left-radius": "3xl",
|
|
2743
2605
|
"border-bottom-right-radius": "3xl",
|
|
2744
|
-
width: "fit-content",
|
|
2745
|
-
height: "auto",
|
|
2746
|
-
"padding-top": "xl",
|
|
2747
|
-
"padding-bottom": "xl",
|
|
2748
2606
|
},
|
|
2749
2607
|
mobile: {
|
|
2750
2608
|
padding: "lg",
|
|
@@ -2789,18 +2647,7 @@ export const Testimonial4: IBlock = {
|
|
|
2789
2647
|
"row-gap": "xl",
|
|
2790
2648
|
},
|
|
2791
2649
|
},
|
|
2792
|
-
"testimonial-text": {
|
|
2793
|
-
color: "var(--color-text-1)",
|
|
2794
|
-
"font-size": "lg",
|
|
2795
|
-
"font-weight": 400,
|
|
2796
|
-
tablet: {
|
|
2797
|
-
"font-size": "2xl",
|
|
2798
|
-
},
|
|
2799
|
-
mobile: {
|
|
2800
|
-
"font-size": "lg",
|
|
2801
|
-
},
|
|
2802
|
-
filter: "none",
|
|
2803
|
-
},
|
|
2650
|
+
"testimonial-text": {},
|
|
2804
2651
|
"author-wrapper": {
|
|
2805
2652
|
display: "flex",
|
|
2806
2653
|
"flex-direction": "row",
|
|
@@ -2814,563 +2661,114 @@ export const Testimonial4: IBlock = {
|
|
|
2814
2661
|
},
|
|
2815
2662
|
},
|
|
2816
2663
|
"author-name": {
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2664
|
+
"font-weight": 700,
|
|
2665
|
+
},
|
|
2666
|
+
"author-position": {},
|
|
2667
|
+
},
|
|
2668
|
+
],
|
|
2669
|
+
container: {},
|
|
2670
|
+
layout: {
|
|
2671
|
+
"background-color": "oklch(0.9266 0.0398 176.7693)",
|
|
2672
|
+
},
|
|
2673
|
+
"carousel-navigation-arrow-left_leftIcon": {
|
|
2674
|
+
filter: "none",
|
|
2675
|
+
height: "24px",
|
|
2676
|
+
width: "24px",
|
|
2677
|
+
"font-size": "24px",
|
|
2678
|
+
},
|
|
2679
|
+
"carousel-navigation-arrow-right_rightIcon": {
|
|
2680
|
+
height: "24px",
|
|
2681
|
+
width: "24px",
|
|
2682
|
+
"font-size": "24px",
|
|
2683
|
+
},
|
|
2684
|
+
description: {
|
|
2685
|
+
"text-align": "center",
|
|
2686
|
+
},
|
|
2687
|
+
},
|
|
2688
|
+
config: {
|
|
2689
|
+
testimonials_levoGroup: {
|
|
2690
|
+
carousel: {
|
|
2691
|
+
loop: true,
|
|
2692
|
+
},
|
|
2693
|
+
},
|
|
2694
|
+
"carousel-navigation-arrow-left": {
|
|
2695
|
+
button_icons: {
|
|
2696
|
+
left: {
|
|
2697
|
+
enabled: true,
|
|
2698
|
+
},
|
|
2699
|
+
},
|
|
2700
|
+
selectedVariants: {
|
|
2701
|
+
Button_Sizes: "XS",
|
|
2702
|
+
},
|
|
2703
|
+
},
|
|
2704
|
+
"carousel-navigation-arrow-right": {
|
|
2705
|
+
button_icons: {
|
|
2706
|
+
right: {
|
|
2707
|
+
enabled: true,
|
|
2708
|
+
},
|
|
2709
|
+
},
|
|
2710
|
+
},
|
|
2711
|
+
title: {
|
|
2712
|
+
selectedVariants: {
|
|
2713
|
+
Heading_Level: "H2",
|
|
2714
|
+
},
|
|
2715
|
+
},
|
|
2716
|
+
testimonials: [
|
|
2717
|
+
{
|
|
2718
|
+
"author-name": {
|
|
2719
|
+
heading: {
|
|
2720
|
+
level: "4",
|
|
2721
|
+
},
|
|
2722
|
+
selectedVariants: {
|
|
2723
|
+
Heading_Level: "H6",
|
|
2822
2724
|
},
|
|
2823
|
-
filter: "none",
|
|
2824
2725
|
},
|
|
2825
|
-
"
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
mobile: {
|
|
2829
|
-
"font-size": "sm",
|
|
2726
|
+
"testimonial-text": {
|
|
2727
|
+
selectedVariants: {
|
|
2728
|
+
Typography_Variants: "Large",
|
|
2830
2729
|
},
|
|
2831
|
-
|
|
2832
|
-
|
|
2730
|
+
},
|
|
2731
|
+
"author-position": {
|
|
2732
|
+
selectedVariants: {},
|
|
2833
2733
|
},
|
|
2834
2734
|
},
|
|
2835
2735
|
{
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
"border-radius": "3xl",
|
|
2840
|
-
"align-items": "center",
|
|
2841
|
-
overflow: "hidden",
|
|
2842
|
-
tablet: {
|
|
2843
|
-
"flex-direction": "column",
|
|
2736
|
+
"author-name": {
|
|
2737
|
+
selectedVariants: {
|
|
2738
|
+
Heading_Level: "H6",
|
|
2844
2739
|
},
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
width: "100%",
|
|
2848
|
-
"column-gap": "none",
|
|
2849
|
-
},
|
|
2850
|
-
"cover-container": {
|
|
2851
|
-
"max-width": "45%",
|
|
2852
|
-
tablet: {
|
|
2853
|
-
"max-width": "100%",
|
|
2740
|
+
heading: {
|
|
2741
|
+
level: "4",
|
|
2854
2742
|
},
|
|
2855
2743
|
},
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2744
|
+
"author-position": {
|
|
2745
|
+
selectedVariants: {},
|
|
2746
|
+
},
|
|
2747
|
+
"testimonial-text": {
|
|
2748
|
+
selectedVariants: {
|
|
2749
|
+
Typography_Variants: "Large",
|
|
2862
2750
|
},
|
|
2863
|
-
filter: "none",
|
|
2864
2751
|
},
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
"row-gap": "none",
|
|
2871
|
-
"column-gap": "none",
|
|
2872
|
-
padding: "7xl",
|
|
2873
|
-
tablet: {
|
|
2874
|
-
flex: "unset",
|
|
2875
|
-
padding: "4xl",
|
|
2876
|
-
"border-top-right-radius": "0",
|
|
2877
|
-
"border-bottom-left-radius": "3xl",
|
|
2878
|
-
"border-bottom-right-radius": "3xl",
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"author-name": {
|
|
2755
|
+
selectedVariants: {
|
|
2756
|
+
Heading_Level: "H6",
|
|
2879
2757
|
},
|
|
2880
|
-
|
|
2881
|
-
|
|
2758
|
+
heading: {
|
|
2759
|
+
level: "4",
|
|
2882
2760
|
},
|
|
2883
|
-
filter: "none",
|
|
2884
|
-
"background-color": "white",
|
|
2885
|
-
"padding-top": "9xl",
|
|
2886
|
-
"padding-bottom": "9xl",
|
|
2887
|
-
"padding-left": "xl",
|
|
2888
|
-
"padding-right": "xl",
|
|
2889
|
-
height: "max-content",
|
|
2890
|
-
},
|
|
2891
|
-
"testimonial-content": {
|
|
2892
|
-
display: "flex",
|
|
2893
|
-
flex: "1",
|
|
2894
|
-
"align-items": "flex-start",
|
|
2895
|
-
"row-gap": "xl",
|
|
2896
|
-
"column-gap": "sm",
|
|
2897
|
-
mobile: {
|
|
2898
|
-
"column-gap": "sm",
|
|
2899
|
-
},
|
|
2900
|
-
},
|
|
2901
|
-
icon: {
|
|
2902
|
-
height: "auto",
|
|
2903
|
-
width: "40px",
|
|
2904
|
-
tablet: {
|
|
2905
|
-
height: "auto",
|
|
2906
|
-
width: "28px",
|
|
2907
|
-
},
|
|
2908
|
-
mobile: {
|
|
2909
|
-
height: "auto",
|
|
2910
|
-
width: "20px",
|
|
2911
|
-
},
|
|
2912
|
-
"margin-top": "7xl",
|
|
2913
|
-
},
|
|
2914
|
-
"testimonial-info": {
|
|
2915
|
-
display: "flex",
|
|
2916
|
-
flex: "1",
|
|
2917
|
-
"flex-direction": "column-reverse",
|
|
2918
|
-
"row-gap": "base",
|
|
2919
|
-
tablet: {
|
|
2920
|
-
"row-gap": "xl",
|
|
2921
|
-
},
|
|
2922
|
-
},
|
|
2923
|
-
"testimonial-text": {
|
|
2924
|
-
color: "var(--color-text-1)",
|
|
2925
|
-
"font-size": "lg",
|
|
2926
|
-
"font-weight": 400,
|
|
2927
|
-
tablet: {
|
|
2928
|
-
"font-size": "2xl",
|
|
2929
|
-
},
|
|
2930
|
-
mobile: {
|
|
2931
|
-
"font-size": "lg",
|
|
2932
|
-
},
|
|
2933
|
-
filter: "none",
|
|
2934
|
-
},
|
|
2935
|
-
"author-wrapper": {
|
|
2936
|
-
display: "flex",
|
|
2937
|
-
"flex-direction": "column",
|
|
2938
|
-
"row-gap": "4xs",
|
|
2939
|
-
},
|
|
2940
|
-
"author-name": {
|
|
2941
|
-
color: "var(--color-text-1)",
|
|
2942
|
-
"font-size": "xl",
|
|
2943
|
-
"font-weight": "bold",
|
|
2944
|
-
mobile: {
|
|
2945
|
-
"font-size": "lg",
|
|
2946
|
-
},
|
|
2947
|
-
filter: "none",
|
|
2948
2761
|
},
|
|
2949
2762
|
"author-position": {
|
|
2950
|
-
|
|
2951
|
-
"font-size": "base",
|
|
2952
|
-
mobile: {
|
|
2953
|
-
"font-size": "sm",
|
|
2954
|
-
},
|
|
2955
|
-
filter: "none",
|
|
2956
|
-
"font-weight": 400,
|
|
2957
|
-
},
|
|
2958
|
-
},
|
|
2959
|
-
{
|
|
2960
|
-
testimonial: {
|
|
2961
|
-
display: "flex",
|
|
2962
|
-
"box-shadow": "xl",
|
|
2963
|
-
"border-radius": "3xl",
|
|
2964
|
-
"align-items": "center",
|
|
2965
|
-
overflow: "hidden",
|
|
2966
|
-
tablet: {
|
|
2967
|
-
"flex-direction": "column",
|
|
2968
|
-
},
|
|
2969
|
-
filter: "none",
|
|
2970
|
-
"justify-content": "center",
|
|
2971
|
-
width: "100%",
|
|
2972
|
-
"column-gap": "none",
|
|
2973
|
-
},
|
|
2974
|
-
"cover-container": {
|
|
2975
|
-
"max-width": "45%",
|
|
2976
|
-
tablet: {
|
|
2977
|
-
"max-width": "100%",
|
|
2978
|
-
},
|
|
2979
|
-
},
|
|
2980
|
-
cover: {
|
|
2981
|
-
height: "100%",
|
|
2982
|
-
width: "100%",
|
|
2983
|
-
"object-fit": "contain",
|
|
2984
|
-
tablet: {
|
|
2985
|
-
"max-width": "100%",
|
|
2986
|
-
},
|
|
2987
|
-
filter: "none",
|
|
2988
|
-
},
|
|
2989
|
-
cover_embed: {},
|
|
2990
|
-
"testimonial-content-wrapper": {
|
|
2991
|
-
display: "flex",
|
|
2992
|
-
flex: "1",
|
|
2993
|
-
"align-items": "center",
|
|
2994
|
-
"row-gap": "none",
|
|
2995
|
-
"column-gap": "none",
|
|
2996
|
-
padding: "7xl",
|
|
2997
|
-
tablet: {
|
|
2998
|
-
flex: "unset",
|
|
2999
|
-
padding: "4xl",
|
|
3000
|
-
"border-top-right-radius": "0",
|
|
3001
|
-
"border-bottom-left-radius": "3xl",
|
|
3002
|
-
"border-bottom-right-radius": "3xl",
|
|
3003
|
-
},
|
|
3004
|
-
mobile: {
|
|
3005
|
-
padding: "lg",
|
|
3006
|
-
},
|
|
3007
|
-
filter: "none",
|
|
3008
|
-
"background-color": "white",
|
|
3009
|
-
"padding-top": "9xl",
|
|
3010
|
-
"padding-bottom": "9xl",
|
|
3011
|
-
"padding-left": "xl",
|
|
3012
|
-
"padding-right": "xl",
|
|
3013
|
-
height: "max-content",
|
|
3014
|
-
},
|
|
3015
|
-
"testimonial-content": {
|
|
3016
|
-
display: "flex",
|
|
3017
|
-
flex: "1",
|
|
3018
|
-
"align-items": "flex-start",
|
|
3019
|
-
"row-gap": "xl",
|
|
3020
|
-
"column-gap": "sm",
|
|
3021
|
-
mobile: {
|
|
3022
|
-
"column-gap": "sm",
|
|
3023
|
-
},
|
|
3024
|
-
},
|
|
3025
|
-
icon: {
|
|
3026
|
-
height: "auto",
|
|
3027
|
-
width: "40px",
|
|
3028
|
-
tablet: {
|
|
3029
|
-
height: "auto",
|
|
3030
|
-
width: "28px",
|
|
3031
|
-
},
|
|
3032
|
-
mobile: {
|
|
3033
|
-
height: "auto",
|
|
3034
|
-
width: "20px",
|
|
3035
|
-
},
|
|
3036
|
-
"margin-top": "7xl",
|
|
3037
|
-
},
|
|
3038
|
-
"testimonial-info": {
|
|
3039
|
-
display: "flex",
|
|
3040
|
-
flex: "1",
|
|
3041
|
-
"flex-direction": "column-reverse",
|
|
3042
|
-
"row-gap": "base",
|
|
3043
|
-
tablet: {
|
|
3044
|
-
"row-gap": "xl",
|
|
3045
|
-
},
|
|
2763
|
+
selectedVariants: {},
|
|
3046
2764
|
},
|
|
3047
2765
|
"testimonial-text": {
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
"font-weight": 400,
|
|
3051
|
-
tablet: {
|
|
3052
|
-
"font-size": "2xl",
|
|
3053
|
-
},
|
|
3054
|
-
mobile: {
|
|
3055
|
-
"font-size": "lg",
|
|
3056
|
-
},
|
|
3057
|
-
filter: "none",
|
|
3058
|
-
},
|
|
3059
|
-
"author-wrapper": {
|
|
3060
|
-
display: "flex",
|
|
3061
|
-
"flex-direction": "column",
|
|
3062
|
-
"row-gap": "4xs",
|
|
3063
|
-
},
|
|
3064
|
-
"author-name": {
|
|
3065
|
-
color: "var(--color-text-1)",
|
|
3066
|
-
"font-size": "xl",
|
|
3067
|
-
"font-weight": "bold",
|
|
3068
|
-
mobile: {
|
|
3069
|
-
"font-size": "lg",
|
|
3070
|
-
},
|
|
3071
|
-
filter: "none",
|
|
3072
|
-
},
|
|
3073
|
-
"author-position": {
|
|
3074
|
-
color: "var(--color-text-2)",
|
|
3075
|
-
"font-size": "base",
|
|
3076
|
-
mobile: {
|
|
3077
|
-
"font-size": "sm",
|
|
2766
|
+
selectedVariants: {
|
|
2767
|
+
Typography_Variants: "Large",
|
|
3078
2768
|
},
|
|
3079
|
-
filter: "none",
|
|
3080
|
-
"font-weight": 400,
|
|
3081
|
-
},
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
testimonial: {
|
|
3085
|
-
display: "flex",
|
|
3086
|
-
"box-shadow": "xl",
|
|
3087
|
-
"border-radius": "3xl",
|
|
3088
|
-
"align-items": "stretch",
|
|
3089
|
-
overflow: "hidden",
|
|
3090
|
-
tablet: {
|
|
3091
|
-
"flex-direction": "column",
|
|
3092
|
-
},
|
|
3093
|
-
filter: "none",
|
|
3094
|
-
"justify-content": "space-between",
|
|
3095
|
-
width: "100%",
|
|
3096
|
-
},
|
|
3097
|
-
"cover-container": {
|
|
3098
|
-
"max-width": "45%",
|
|
3099
|
-
tablet: {
|
|
3100
|
-
"max-width": "100%",
|
|
3101
|
-
},
|
|
3102
|
-
},
|
|
3103
|
-
cover: {
|
|
3104
|
-
height: "100%",
|
|
3105
|
-
width: "100%",
|
|
3106
|
-
"object-fit": "contain",
|
|
3107
|
-
tablet: {
|
|
3108
|
-
"max-width": "100%",
|
|
3109
|
-
},
|
|
3110
|
-
filter: "none",
|
|
3111
|
-
},
|
|
3112
|
-
cover_embed: {},
|
|
3113
|
-
"testimonial-content-wrapper": {
|
|
3114
|
-
display: "flex",
|
|
3115
|
-
flex: "1",
|
|
3116
|
-
"align-items": "center",
|
|
3117
|
-
"row-gap": "7xl",
|
|
3118
|
-
"column-gap": "7xl",
|
|
3119
|
-
"border-top-right-radius": "3xl",
|
|
3120
|
-
"border-bottom-right-radius": "3xl",
|
|
3121
|
-
padding: "7xl",
|
|
3122
|
-
tablet: {
|
|
3123
|
-
flex: "unset",
|
|
3124
|
-
padding: "4xl",
|
|
3125
|
-
"border-top-right-radius": "0",
|
|
3126
|
-
"border-bottom-left-radius": "3xl",
|
|
3127
|
-
"border-bottom-right-radius": "3xl",
|
|
3128
|
-
},
|
|
3129
|
-
mobile: {
|
|
3130
|
-
padding: "lg",
|
|
3131
|
-
},
|
|
3132
|
-
filter: "none",
|
|
3133
|
-
},
|
|
3134
|
-
"testimonial-content": {
|
|
3135
|
-
display: "flex",
|
|
3136
|
-
flex: "1",
|
|
3137
|
-
"align-items": "flex-start",
|
|
3138
|
-
"row-gap": "xl",
|
|
3139
|
-
"column-gap": "xl",
|
|
3140
|
-
mobile: {
|
|
3141
|
-
"column-gap": "sm",
|
|
3142
|
-
},
|
|
3143
|
-
},
|
|
3144
|
-
icon: {
|
|
3145
|
-
height: "auto",
|
|
3146
|
-
width: "40px",
|
|
3147
|
-
tablet: {
|
|
3148
|
-
height: "auto",
|
|
3149
|
-
width: "28px",
|
|
3150
|
-
},
|
|
3151
|
-
mobile: {
|
|
3152
|
-
height: "auto",
|
|
3153
|
-
width: "20px",
|
|
3154
|
-
},
|
|
3155
|
-
},
|
|
3156
|
-
"testimonial-info": {
|
|
3157
|
-
display: "flex",
|
|
3158
|
-
flex: "1",
|
|
3159
|
-
"flex-direction": "column",
|
|
3160
|
-
"row-gap": "7xl",
|
|
3161
|
-
tablet: {
|
|
3162
|
-
"row-gap": "xl",
|
|
3163
|
-
},
|
|
3164
|
-
},
|
|
3165
|
-
"testimonial-text": {
|
|
3166
|
-
color: "var(--color-text-1)",
|
|
3167
|
-
"font-size": "lg",
|
|
3168
|
-
"font-weight": 400,
|
|
3169
|
-
tablet: {
|
|
3170
|
-
"font-size": "2xl",
|
|
3171
|
-
},
|
|
3172
|
-
mobile: {
|
|
3173
|
-
"font-size": "lg",
|
|
3174
|
-
},
|
|
3175
|
-
filter: "none",
|
|
3176
|
-
},
|
|
3177
|
-
"author-wrapper": {
|
|
3178
|
-
display: "flex",
|
|
3179
|
-
"flex-direction": "column",
|
|
3180
|
-
"row-gap": "4xs",
|
|
3181
|
-
},
|
|
3182
|
-
"author-name": {
|
|
3183
|
-
color: "var(--color-text-1)",
|
|
3184
|
-
"font-size": "xl",
|
|
3185
|
-
"font-weight": "bold",
|
|
3186
|
-
mobile: {
|
|
3187
|
-
"font-size": "lg",
|
|
3188
|
-
},
|
|
3189
|
-
filter: "none",
|
|
3190
|
-
},
|
|
3191
|
-
"author-position": {
|
|
3192
|
-
color: "var(--color-text-2)",
|
|
3193
|
-
"font-size": "base",
|
|
3194
|
-
mobile: {
|
|
3195
|
-
"font-size": "sm",
|
|
3196
|
-
},
|
|
3197
|
-
filter: "none",
|
|
3198
|
-
"font-weight": 400,
|
|
3199
|
-
},
|
|
3200
|
-
},
|
|
3201
|
-
{
|
|
3202
|
-
testimonial: {
|
|
3203
|
-
display: "flex",
|
|
3204
|
-
"box-shadow": "xl",
|
|
3205
|
-
"border-radius": "3xl",
|
|
3206
|
-
"align-items": "stretch",
|
|
3207
|
-
overflow: "hidden",
|
|
3208
|
-
tablet: {
|
|
3209
|
-
"flex-direction": "column",
|
|
3210
|
-
},
|
|
3211
|
-
filter: "none",
|
|
3212
|
-
"justify-content": "space-between",
|
|
3213
|
-
width: "100%",
|
|
3214
|
-
},
|
|
3215
|
-
"cover-container": {
|
|
3216
|
-
"max-width": "45%",
|
|
3217
|
-
tablet: {
|
|
3218
|
-
"max-width": "100%",
|
|
3219
|
-
},
|
|
3220
|
-
},
|
|
3221
|
-
cover: {
|
|
3222
|
-
height: "100%",
|
|
3223
|
-
width: "100%",
|
|
3224
|
-
"object-fit": "contain",
|
|
3225
|
-
tablet: {
|
|
3226
|
-
"max-width": "100%",
|
|
3227
|
-
},
|
|
3228
|
-
filter: "none",
|
|
3229
|
-
},
|
|
3230
|
-
cover_embed: {},
|
|
3231
|
-
"testimonial-content-wrapper": {
|
|
3232
|
-
display: "flex",
|
|
3233
|
-
flex: "1",
|
|
3234
|
-
"align-items": "center",
|
|
3235
|
-
"row-gap": "7xl",
|
|
3236
|
-
"column-gap": "7xl",
|
|
3237
|
-
"border-top-right-radius": "3xl",
|
|
3238
|
-
"border-bottom-right-radius": "3xl",
|
|
3239
|
-
padding: "7xl",
|
|
3240
|
-
tablet: {
|
|
3241
|
-
flex: "unset",
|
|
3242
|
-
padding: "4xl",
|
|
3243
|
-
"border-top-right-radius": "0",
|
|
3244
|
-
"border-bottom-left-radius": "3xl",
|
|
3245
|
-
"border-bottom-right-radius": "3xl",
|
|
3246
|
-
},
|
|
3247
|
-
mobile: {
|
|
3248
|
-
padding: "lg",
|
|
3249
|
-
},
|
|
3250
|
-
filter: "none",
|
|
3251
|
-
},
|
|
3252
|
-
"testimonial-content": {
|
|
3253
|
-
display: "flex",
|
|
3254
|
-
flex: "1",
|
|
3255
|
-
"align-items": "flex-start",
|
|
3256
|
-
"row-gap": "xl",
|
|
3257
|
-
"column-gap": "xl",
|
|
3258
|
-
mobile: {
|
|
3259
|
-
"column-gap": "sm",
|
|
3260
|
-
},
|
|
3261
|
-
},
|
|
3262
|
-
icon: {
|
|
3263
|
-
height: "auto",
|
|
3264
|
-
width: "40px",
|
|
3265
|
-
tablet: {
|
|
3266
|
-
height: "auto",
|
|
3267
|
-
width: "28px",
|
|
3268
|
-
},
|
|
3269
|
-
mobile: {
|
|
3270
|
-
height: "auto",
|
|
3271
|
-
width: "20px",
|
|
3272
|
-
},
|
|
3273
|
-
},
|
|
3274
|
-
"testimonial-info": {
|
|
3275
|
-
display: "flex",
|
|
3276
|
-
flex: "1",
|
|
3277
|
-
"flex-direction": "column",
|
|
3278
|
-
"row-gap": "7xl",
|
|
3279
|
-
tablet: {
|
|
3280
|
-
"row-gap": "xl",
|
|
3281
|
-
},
|
|
3282
|
-
},
|
|
3283
|
-
"testimonial-text": {
|
|
3284
|
-
color: "var(--color-text-1)",
|
|
3285
|
-
"font-size": "lg",
|
|
3286
|
-
"font-weight": 400,
|
|
3287
|
-
tablet: {
|
|
3288
|
-
"font-size": "2xl",
|
|
3289
|
-
},
|
|
3290
|
-
mobile: {
|
|
3291
|
-
"font-size": "lg",
|
|
3292
|
-
},
|
|
3293
|
-
filter: "none",
|
|
3294
|
-
},
|
|
3295
|
-
"author-wrapper": {
|
|
3296
|
-
display: "flex",
|
|
3297
|
-
"flex-direction": "column",
|
|
3298
|
-
"row-gap": "4xs",
|
|
3299
|
-
},
|
|
3300
|
-
"author-name": {
|
|
3301
|
-
color: "var(--color-text-1)",
|
|
3302
|
-
"font-size": "xl",
|
|
3303
|
-
"font-weight": "bold",
|
|
3304
|
-
mobile: {
|
|
3305
|
-
"font-size": "lg",
|
|
3306
|
-
},
|
|
3307
|
-
filter: "none",
|
|
3308
|
-
},
|
|
3309
|
-
"author-position": {
|
|
3310
|
-
color: "var(--color-text-2)",
|
|
3311
|
-
"font-size": "base",
|
|
3312
|
-
mobile: {
|
|
3313
|
-
"font-size": "sm",
|
|
3314
|
-
},
|
|
3315
|
-
filter: "none",
|
|
3316
|
-
"font-weight": 400,
|
|
3317
2769
|
},
|
|
3318
2770
|
},
|
|
3319
2771
|
],
|
|
3320
|
-
container: {
|
|
3321
|
-
filter: "none",
|
|
3322
|
-
mobile: {
|
|
3323
|
-
filter: "none",
|
|
3324
|
-
},
|
|
3325
|
-
tablet: {
|
|
3326
|
-
filter: "none",
|
|
3327
|
-
},
|
|
3328
|
-
},
|
|
3329
|
-
layout: {
|
|
3330
|
-
filter: "none",
|
|
3331
|
-
"background-color": "oklch(0.9266 0.0398 176.7693)",
|
|
3332
|
-
},
|
|
3333
|
-
"carousel-navigation-arrow-left_leftIcon": {
|
|
3334
|
-
filter: "none",
|
|
3335
|
-
height: "24px",
|
|
3336
|
-
width: "24px",
|
|
3337
|
-
"font-size": "24px",
|
|
3338
|
-
},
|
|
3339
|
-
"carousel-navigation-arrow-right_rightIcon": {
|
|
3340
|
-
height: "24px",
|
|
3341
|
-
width: "24px",
|
|
3342
|
-
"font-size": "24px",
|
|
3343
|
-
},
|
|
3344
|
-
},
|
|
3345
|
-
config: {
|
|
3346
|
-
testimonials_levoGroup: {
|
|
3347
|
-
carousel: {
|
|
3348
|
-
loop: true,
|
|
3349
|
-
},
|
|
3350
|
-
},
|
|
3351
|
-
"carousel-navigation-arrow-left": {
|
|
3352
|
-
button_icons: {
|
|
3353
|
-
left: {
|
|
3354
|
-
enabled: true,
|
|
3355
|
-
},
|
|
3356
|
-
},
|
|
3357
|
-
selectedVariants: {
|
|
3358
|
-
Button_Sizes: "XS",
|
|
3359
|
-
},
|
|
3360
|
-
},
|
|
3361
|
-
"carousel-navigation-arrow-right": {
|
|
3362
|
-
button_icons: {
|
|
3363
|
-
right: {
|
|
3364
|
-
enabled: true,
|
|
3365
|
-
},
|
|
3366
|
-
},
|
|
3367
|
-
},
|
|
3368
|
-
|
|
3369
|
-
title: {
|
|
3370
|
-
selectedVariants: {
|
|
3371
|
-
Heading_Level: "H2",
|
|
3372
|
-
},
|
|
3373
|
-
},
|
|
3374
2772
|
},
|
|
3375
2773
|
content: DEFAULT_CONTENT_VARIANT_3,
|
|
3376
2774
|
},
|