@levo-so/blocks 0.1.58 → 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,11 +11,173 @@ const DUMMY_IMAGE = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
+
const MEDIA_VARIANT_1_1 = {
|
|
15
|
+
id: "rSCEklLkX4sD4",
|
|
16
|
+
filename: "cards-6-variant-1-1.png",
|
|
17
|
+
kind: "image",
|
|
18
|
+
location:
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX.png",
|
|
20
|
+
srcset: {
|
|
21
|
+
"1080w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1080w.webp",
|
|
23
|
+
"1200w":
|
|
24
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1200w.webp",
|
|
25
|
+
"1920w":
|
|
26
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1920w.webp",
|
|
27
|
+
"320w":
|
|
28
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-320w.webp",
|
|
29
|
+
"640w":
|
|
30
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-640w.webp",
|
|
31
|
+
"750w":
|
|
32
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-750w.webp",
|
|
33
|
+
"828w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-828w.webp",
|
|
35
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1920w.webp 1920w",
|
|
36
|
+
},
|
|
37
|
+
mimetype: "image/png",
|
|
38
|
+
};
|
|
39
|
+
const MEDIA_VARIANT_1_2 = {
|
|
40
|
+
id: "8eRfu0Um9RtXi",
|
|
41
|
+
filename: "cards-6-variant-1-2.png",
|
|
42
|
+
kind: "image",
|
|
43
|
+
location:
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ.png",
|
|
45
|
+
srcset: {
|
|
46
|
+
"1080w":
|
|
47
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1080w.webp",
|
|
48
|
+
"1200w":
|
|
49
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1200w.webp",
|
|
50
|
+
"1920w":
|
|
51
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1920w.webp",
|
|
52
|
+
"320w":
|
|
53
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-320w.webp",
|
|
54
|
+
"640w":
|
|
55
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-640w.webp",
|
|
56
|
+
"750w":
|
|
57
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-750w.webp",
|
|
58
|
+
"828w":
|
|
59
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-828w.webp",
|
|
60
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-750w.webp 750w",
|
|
61
|
+
},
|
|
62
|
+
mimetype: "image/png",
|
|
63
|
+
};
|
|
64
|
+
const MEDIA_VARIANT_1_3 = {
|
|
65
|
+
id: "1d7sFLgEaxqlC",
|
|
66
|
+
filename: "cards-6-variant-1-3.png",
|
|
67
|
+
kind: "image",
|
|
68
|
+
location:
|
|
69
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4.png",
|
|
70
|
+
srcset: {
|
|
71
|
+
"1080w":
|
|
72
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1080w.webp",
|
|
73
|
+
"1200w":
|
|
74
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1200w.webp",
|
|
75
|
+
"1920w":
|
|
76
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1920w.webp",
|
|
77
|
+
"320w":
|
|
78
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-320w.webp",
|
|
79
|
+
"640w":
|
|
80
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-640w.webp",
|
|
81
|
+
"750w":
|
|
82
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-750w.webp",
|
|
83
|
+
"828w":
|
|
84
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-828w.webp",
|
|
85
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-828w.webp 828w",
|
|
86
|
+
},
|
|
87
|
+
mimetype: "image/png",
|
|
88
|
+
};
|
|
89
|
+
const MEDIA_VARIANT_1_4 = {
|
|
90
|
+
id: "yCrPb3F9Cnkvm",
|
|
91
|
+
filename: "cards-6-variant-1-4.png",
|
|
92
|
+
kind: "image",
|
|
93
|
+
location:
|
|
94
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA.png",
|
|
95
|
+
srcset: {
|
|
96
|
+
"1080w":
|
|
97
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1080w.webp",
|
|
98
|
+
"1200w":
|
|
99
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1200w.webp",
|
|
100
|
+
"1920w":
|
|
101
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1920w.webp",
|
|
102
|
+
"320w":
|
|
103
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-320w.webp",
|
|
104
|
+
"640w":
|
|
105
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-640w.webp",
|
|
106
|
+
"750w":
|
|
107
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-750w.webp",
|
|
108
|
+
"828w":
|
|
109
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-828w.webp",
|
|
110
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1200w.webp 1200w",
|
|
111
|
+
},
|
|
112
|
+
mimetype: "image/png",
|
|
113
|
+
};
|
|
114
|
+
const MEDIA_VARIANT_1_5 = {
|
|
115
|
+
id: "KQ5FNQXeVFzMv",
|
|
116
|
+
filename: "cards-6-variant-1-5.png",
|
|
117
|
+
kind: "image",
|
|
118
|
+
location:
|
|
119
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv.png",
|
|
120
|
+
srcset: {
|
|
121
|
+
"1080w":
|
|
122
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1080w.webp",
|
|
123
|
+
"1200w":
|
|
124
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1200w.webp",
|
|
125
|
+
"1920w":
|
|
126
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1920w.webp",
|
|
127
|
+
"320w":
|
|
128
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-320w.webp",
|
|
129
|
+
"640w":
|
|
130
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-640w.webp",
|
|
131
|
+
"750w":
|
|
132
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-750w.webp",
|
|
133
|
+
"828w":
|
|
134
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-828w.webp",
|
|
135
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1920w.webp 1920w",
|
|
136
|
+
},
|
|
137
|
+
mimetype: "image/png",
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
const MEDIA_VARIANT_1_ARR = [
|
|
141
|
+
MEDIA_VARIANT_1_1,
|
|
142
|
+
MEDIA_VARIANT_1_2,
|
|
143
|
+
MEDIA_VARIANT_1_3,
|
|
144
|
+
MEDIA_VARIANT_1_4,
|
|
145
|
+
MEDIA_VARIANT_1_5,
|
|
146
|
+
];
|
|
147
|
+
|
|
148
|
+
const MEDIA_VARIANT_2 = {
|
|
149
|
+
id: "qW3Fs1jcni2bs",
|
|
150
|
+
filename: "cards-6-variant-2-1.png",
|
|
151
|
+
kind: "image",
|
|
152
|
+
location:
|
|
153
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR.png",
|
|
154
|
+
srcset: {
|
|
155
|
+
"1080w":
|
|
156
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1080w.webp",
|
|
157
|
+
"1200w":
|
|
158
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1200w.webp",
|
|
159
|
+
"1920w":
|
|
160
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1920w.webp",
|
|
161
|
+
"320w":
|
|
162
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-320w.webp",
|
|
163
|
+
"640w":
|
|
164
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-640w.webp",
|
|
165
|
+
"750w":
|
|
166
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-750w.webp",
|
|
167
|
+
"828w":
|
|
168
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-828w.webp",
|
|
169
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-640w.webp 640w",
|
|
170
|
+
},
|
|
171
|
+
mimetype: "image/png",
|
|
172
|
+
};
|
|
173
|
+
|
|
14
174
|
const DEFAULT_CONTENT = {
|
|
15
175
|
layout: null,
|
|
16
176
|
container: null,
|
|
17
177
|
header: null,
|
|
18
178
|
title: "Explore Our Program",
|
|
179
|
+
description:
|
|
180
|
+
"Explore Our Program Explore Our Program Explore Our Program Explore Our Program",
|
|
19
181
|
"carousel-navigation-container": null,
|
|
20
182
|
"carousel-navigation": null,
|
|
21
183
|
"carousel-navigation-arrow-left": " ",
|
|
@@ -29,7 +191,15 @@ const DEFAULT_CONTENT = {
|
|
|
29
191
|
card_title: "Cardio",
|
|
30
192
|
description:
|
|
31
193
|
"This class introduces the fundamental principles of Pilates, focusing on controlled movement...",
|
|
32
|
-
|
|
194
|
+
ctas_levoGroup: null,
|
|
195
|
+
ctas: [
|
|
196
|
+
{
|
|
197
|
+
cta: "Explore More",
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
cta: "Learn More",
|
|
201
|
+
},
|
|
202
|
+
],
|
|
33
203
|
},
|
|
34
204
|
{
|
|
35
205
|
card: null,
|
|
@@ -39,7 +209,15 @@ const DEFAULT_CONTENT = {
|
|
|
39
209
|
card_title: "Fat Burn",
|
|
40
210
|
description:
|
|
41
211
|
"This class introduces the fundamental principles of Pilates, focusing on controlled movement...",
|
|
42
|
-
|
|
212
|
+
ctas_levoGroup: null,
|
|
213
|
+
ctas: [
|
|
214
|
+
{
|
|
215
|
+
cta: "Explore More",
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
cta: "Learn More",
|
|
219
|
+
},
|
|
220
|
+
],
|
|
43
221
|
},
|
|
44
222
|
{
|
|
45
223
|
card: null,
|
|
@@ -49,7 +227,15 @@ const DEFAULT_CONTENT = {
|
|
|
49
227
|
card_title: "Muscle Gain",
|
|
50
228
|
description:
|
|
51
229
|
"This class introduces the fundamental principles of Pilates, focusing on controlled movement...",
|
|
52
|
-
|
|
230
|
+
ctas_levoGroup: null,
|
|
231
|
+
ctas: [
|
|
232
|
+
{
|
|
233
|
+
cta: "Explore More",
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
cta: "Learn More",
|
|
237
|
+
},
|
|
238
|
+
],
|
|
53
239
|
},
|
|
54
240
|
{
|
|
55
241
|
card: null,
|
|
@@ -59,7 +245,15 @@ const DEFAULT_CONTENT = {
|
|
|
59
245
|
card_title: "Weight Gain",
|
|
60
246
|
description:
|
|
61
247
|
"This class introduces the fundamental principles of Pilates, focusing on controlled movement...",
|
|
62
|
-
|
|
248
|
+
ctas_levoGroup: null,
|
|
249
|
+
ctas: [
|
|
250
|
+
{
|
|
251
|
+
cta: "Explore More",
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
cta: "Learn More",
|
|
255
|
+
},
|
|
256
|
+
],
|
|
63
257
|
},
|
|
64
258
|
],
|
|
65
259
|
"carousel-navigation-arrow-left_leftIcon": {
|
|
@@ -110,7 +304,227 @@ const DEFAULT_CONTENT_VARIANT_1 = {
|
|
|
110
304
|
content: null,
|
|
111
305
|
card_title: "Cardio",
|
|
112
306
|
description: "<p>Early Childhood Education</p>",
|
|
113
|
-
|
|
307
|
+
ctas_levoGroup: null,
|
|
308
|
+
ctas: [
|
|
309
|
+
{
|
|
310
|
+
cta: "Learn More",
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
cta: "Get Started",
|
|
314
|
+
},
|
|
315
|
+
],
|
|
316
|
+
cta_rightIcon: {
|
|
317
|
+
kind: "icon",
|
|
318
|
+
data: {
|
|
319
|
+
id: "arrow-right-1",
|
|
320
|
+
label: "Arrow Right 1",
|
|
321
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
322
|
+
svgCode:
|
|
323
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
324
|
+
},
|
|
325
|
+
},
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
card: null,
|
|
329
|
+
header: null,
|
|
330
|
+
icon: {
|
|
331
|
+
kind: "icon",
|
|
332
|
+
data: {
|
|
333
|
+
id: "archive-minus",
|
|
334
|
+
label: "Archive Minus",
|
|
335
|
+
tags: ["archive", "custom", "directional", "minus"],
|
|
336
|
+
svgCode:
|
|
337
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
content: null,
|
|
341
|
+
card_title: "Cardio",
|
|
342
|
+
description: "<p>Early Childhood Education</p>",
|
|
343
|
+
ctas_levoGroup: null,
|
|
344
|
+
ctas: [
|
|
345
|
+
{
|
|
346
|
+
cta: "Learn More",
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
cta: "Get Started",
|
|
350
|
+
},
|
|
351
|
+
],
|
|
352
|
+
cta_rightIcon: {
|
|
353
|
+
kind: "icon",
|
|
354
|
+
data: {
|
|
355
|
+
id: "arrow-right-1",
|
|
356
|
+
label: "Arrow Right 1",
|
|
357
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
358
|
+
svgCode:
|
|
359
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
card: null,
|
|
365
|
+
header: null,
|
|
366
|
+
icon: {
|
|
367
|
+
kind: "icon",
|
|
368
|
+
data: {
|
|
369
|
+
id: "archive-minus",
|
|
370
|
+
label: "Archive Minus",
|
|
371
|
+
tags: ["archive", "custom", "directional", "minus"],
|
|
372
|
+
svgCode:
|
|
373
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
374
|
+
},
|
|
375
|
+
},
|
|
376
|
+
content: null,
|
|
377
|
+
card_title: "Cardio",
|
|
378
|
+
description: "<p>Early Childhood Education</p>",
|
|
379
|
+
ctas_levoGroup: null,
|
|
380
|
+
ctas: [
|
|
381
|
+
{
|
|
382
|
+
cta: "Learn More",
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
cta: "Get Started",
|
|
386
|
+
},
|
|
387
|
+
],
|
|
388
|
+
cta_rightIcon: {
|
|
389
|
+
kind: "icon",
|
|
390
|
+
data: {
|
|
391
|
+
id: "arrow-right-1",
|
|
392
|
+
label: "Arrow Right 1",
|
|
393
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
394
|
+
svgCode:
|
|
395
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
396
|
+
},
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
card: null,
|
|
401
|
+
header: null,
|
|
402
|
+
icon: {
|
|
403
|
+
kind: "icon",
|
|
404
|
+
data: {
|
|
405
|
+
id: "archive-minus",
|
|
406
|
+
label: "Archive Minus",
|
|
407
|
+
tags: ["archive", "custom", "directional", "minus"],
|
|
408
|
+
svgCode:
|
|
409
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
410
|
+
},
|
|
411
|
+
},
|
|
412
|
+
content: null,
|
|
413
|
+
card_title: "Cardio",
|
|
414
|
+
description: "<p>Early Childhood Education</p>",
|
|
415
|
+
ctas_levoGroup: null,
|
|
416
|
+
ctas: [
|
|
417
|
+
{
|
|
418
|
+
cta: "Learn More",
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
cta: "Get Started",
|
|
422
|
+
},
|
|
423
|
+
],
|
|
424
|
+
cta_rightIcon: {
|
|
425
|
+
kind: "icon",
|
|
426
|
+
data: {
|
|
427
|
+
id: "arrow-right-1",
|
|
428
|
+
label: "Arrow Right 1",
|
|
429
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
430
|
+
svgCode:
|
|
431
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
432
|
+
},
|
|
433
|
+
},
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
card: null,
|
|
437
|
+
header: null,
|
|
438
|
+
icon: {
|
|
439
|
+
kind: "icon",
|
|
440
|
+
data: {
|
|
441
|
+
id: "archive-minus",
|
|
442
|
+
label: "Archive Minus",
|
|
443
|
+
tags: ["archive", "custom", "directional", "minus"],
|
|
444
|
+
svgCode:
|
|
445
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
446
|
+
},
|
|
447
|
+
},
|
|
448
|
+
content: null,
|
|
449
|
+
card_title: "Cardio",
|
|
450
|
+
description: "<p>Early Childhood Education</p>",
|
|
451
|
+
ctas_levoGroup: null,
|
|
452
|
+
ctas: [
|
|
453
|
+
{
|
|
454
|
+
cta: "Learn More",
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
cta: "Get Started",
|
|
458
|
+
},
|
|
459
|
+
],
|
|
460
|
+
cta_rightIcon: {
|
|
461
|
+
kind: "icon",
|
|
462
|
+
data: {
|
|
463
|
+
id: "arrow-right-1",
|
|
464
|
+
label: "Arrow Right 1",
|
|
465
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
466
|
+
svgCode:
|
|
467
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
468
|
+
},
|
|
469
|
+
},
|
|
470
|
+
},
|
|
471
|
+
],
|
|
472
|
+
"carousel-navigation-arrow-left_leftIcon": {
|
|
473
|
+
kind: "icon",
|
|
474
|
+
data: {
|
|
475
|
+
id: "arrow-left",
|
|
476
|
+
label: "Arrow Left",
|
|
477
|
+
tags: ["arrow", "custom", "directional", "left"],
|
|
478
|
+
svgCode:
|
|
479
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
|
|
480
|
+
},
|
|
481
|
+
},
|
|
482
|
+
"carousel-navigation-arrow-right_rightIcon": {
|
|
483
|
+
kind: "icon",
|
|
484
|
+
data: {
|
|
485
|
+
id: "arrow-right-1",
|
|
486
|
+
label: "Arrow Right 1",
|
|
487
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
488
|
+
svgCode:
|
|
489
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
490
|
+
},
|
|
491
|
+
},
|
|
492
|
+
};
|
|
493
|
+
const DEFAULT_CONTENT_VARIANT_2 = {
|
|
494
|
+
layout: null,
|
|
495
|
+
container: null,
|
|
496
|
+
header: null,
|
|
497
|
+
title: "Explore Our Program",
|
|
498
|
+
"carousel-navigation-container": null,
|
|
499
|
+
"carousel-navigation": null,
|
|
500
|
+
"carousel-navigation-arrow-left": " ",
|
|
501
|
+
"carousel-navigation-arrow-right": " ",
|
|
502
|
+
cards: [
|
|
503
|
+
{
|
|
504
|
+
card: null,
|
|
505
|
+
header: null,
|
|
506
|
+
icon: {
|
|
507
|
+
kind: "icon",
|
|
508
|
+
data: {
|
|
509
|
+
id: "archive-minus",
|
|
510
|
+
label: "Archive Minus",
|
|
511
|
+
tags: ["archive", "custom", "directional", "minus"],
|
|
512
|
+
svgCode:
|
|
513
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
514
|
+
},
|
|
515
|
+
},
|
|
516
|
+
content: null,
|
|
517
|
+
card_title: "Cardio",
|
|
518
|
+
description: "<p>Early Childhood Education</p>",
|
|
519
|
+
ctas_levoGroup: null,
|
|
520
|
+
ctas: [
|
|
521
|
+
{
|
|
522
|
+
cta: "Learn More",
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
cta: "Get Started",
|
|
526
|
+
},
|
|
527
|
+
],
|
|
114
528
|
cta_rightIcon: {
|
|
115
529
|
kind: "icon",
|
|
116
530
|
data: {
|
|
@@ -138,7 +552,15 @@ const DEFAULT_CONTENT_VARIANT_1 = {
|
|
|
138
552
|
content: null,
|
|
139
553
|
card_title: "Cardio",
|
|
140
554
|
description: "<p>Early Childhood Education</p>",
|
|
141
|
-
|
|
555
|
+
ctas_levoGroup: null,
|
|
556
|
+
ctas: [
|
|
557
|
+
{
|
|
558
|
+
cta: "Learn More",
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
cta: "Get Started",
|
|
562
|
+
},
|
|
563
|
+
],
|
|
142
564
|
cta_rightIcon: {
|
|
143
565
|
kind: "icon",
|
|
144
566
|
data: {
|
|
@@ -166,7 +588,15 @@ const DEFAULT_CONTENT_VARIANT_1 = {
|
|
|
166
588
|
content: null,
|
|
167
589
|
card_title: "Cardio",
|
|
168
590
|
description: "<p>Early Childhood Education</p>",
|
|
169
|
-
|
|
591
|
+
ctas_levoGroup: null,
|
|
592
|
+
ctas: [
|
|
593
|
+
{
|
|
594
|
+
cta: "Learn More",
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
cta: "Get Started",
|
|
598
|
+
},
|
|
599
|
+
],
|
|
170
600
|
cta_rightIcon: {
|
|
171
601
|
kind: "icon",
|
|
172
602
|
data: {
|
|
@@ -194,7 +624,15 @@ const DEFAULT_CONTENT_VARIANT_1 = {
|
|
|
194
624
|
content: null,
|
|
195
625
|
card_title: "Cardio",
|
|
196
626
|
description: "<p>Early Childhood Education</p>",
|
|
197
|
-
|
|
627
|
+
ctas_levoGroup: null,
|
|
628
|
+
ctas: [
|
|
629
|
+
{
|
|
630
|
+
cta: "Learn More",
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
cta: "Get Started",
|
|
634
|
+
},
|
|
635
|
+
],
|
|
198
636
|
cta_rightIcon: {
|
|
199
637
|
kind: "icon",
|
|
200
638
|
data: {
|
|
@@ -222,7 +660,15 @@ const DEFAULT_CONTENT_VARIANT_1 = {
|
|
|
222
660
|
content: null,
|
|
223
661
|
card_title: "Cardio",
|
|
224
662
|
description: "<p>Early Childhood Education</p>",
|
|
225
|
-
|
|
663
|
+
ctas_levoGroup: null,
|
|
664
|
+
ctas: [
|
|
665
|
+
{
|
|
666
|
+
cta: "Learn More",
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
cta: "Get Started",
|
|
670
|
+
},
|
|
671
|
+
],
|
|
226
672
|
cta_rightIcon: {
|
|
227
673
|
kind: "icon",
|
|
228
674
|
data: {
|
|
@@ -294,6 +740,11 @@ export const Cards6: IBlock = {
|
|
|
294
740
|
"Header section containing the main title and navigation controls, positioned above the carousel.",
|
|
295
741
|
},
|
|
296
742
|
},
|
|
743
|
+
{
|
|
744
|
+
key: "title_container",
|
|
745
|
+
label: "Title Container",
|
|
746
|
+
field_interface: "BoxWidget",
|
|
747
|
+
},
|
|
297
748
|
{
|
|
298
749
|
key: "title",
|
|
299
750
|
label: "Title",
|
|
@@ -305,6 +756,11 @@ export const Cards6: IBlock = {
|
|
|
305
756
|
max_characters: 35,
|
|
306
757
|
},
|
|
307
758
|
},
|
|
759
|
+
{
|
|
760
|
+
key: "description",
|
|
761
|
+
label: "Description",
|
|
762
|
+
field_interface: "TypographyWidget",
|
|
763
|
+
},
|
|
308
764
|
{
|
|
309
765
|
key: "carousel-navigation-container",
|
|
310
766
|
label: "Carousel Navigation Container",
|
|
@@ -441,13 +897,21 @@ export const Cards6: IBlock = {
|
|
|
441
897
|
},
|
|
442
898
|
},
|
|
443
899
|
{
|
|
444
|
-
key: "
|
|
445
|
-
label: "CTA
|
|
446
|
-
field_interface: "
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
900
|
+
key: "ctas",
|
|
901
|
+
label: "CTA Buttons Group",
|
|
902
|
+
field_interface: "BoxWidget",
|
|
903
|
+
kind: "group",
|
|
904
|
+
fields: [
|
|
905
|
+
{
|
|
906
|
+
key: "cta",
|
|
907
|
+
label: "CTA Button",
|
|
908
|
+
field_interface: "ButtonWidget",
|
|
909
|
+
hint: {
|
|
910
|
+
prompt_description:
|
|
911
|
+
"Call-to-action button for users to learn more or sign up for the program.",
|
|
912
|
+
},
|
|
913
|
+
},
|
|
914
|
+
],
|
|
451
915
|
},
|
|
452
916
|
],
|
|
453
917
|
hint: {
|
|
@@ -463,17 +927,8 @@ export const Cards6: IBlock = {
|
|
|
463
927
|
key: "default",
|
|
464
928
|
title: "Default",
|
|
465
929
|
styles: {
|
|
466
|
-
layout: {
|
|
467
|
-
|
|
468
|
-
"padding-bottom": "3xl",
|
|
469
|
-
},
|
|
470
|
-
container: {
|
|
471
|
-
"max-width": "1280px",
|
|
472
|
-
"margin-left": "auto",
|
|
473
|
-
"margin-right": "auto",
|
|
474
|
-
"padding-left": "lg",
|
|
475
|
-
"padding-right": "lg",
|
|
476
|
-
},
|
|
930
|
+
layout: {},
|
|
931
|
+
container: {},
|
|
477
932
|
header: {
|
|
478
933
|
display: "flex",
|
|
479
934
|
"justify-content": "space-between",
|
|
@@ -486,7 +941,6 @@ export const Cards6: IBlock = {
|
|
|
486
941
|
},
|
|
487
942
|
},
|
|
488
943
|
title: {
|
|
489
|
-
color: "text-1",
|
|
490
944
|
mobile: {
|
|
491
945
|
"text-align": "center",
|
|
492
946
|
},
|
|
@@ -605,10 +1059,10 @@ export const Cards6: IBlock = {
|
|
|
605
1059
|
},
|
|
606
1060
|
header: {
|
|
607
1061
|
display: "flex",
|
|
608
|
-
"align-items": "
|
|
1062
|
+
"align-items": "start",
|
|
609
1063
|
"column-gap": "sm",
|
|
610
1064
|
width: "100%",
|
|
611
|
-
"justify-content": "
|
|
1065
|
+
"justify-content": "start",
|
|
612
1066
|
},
|
|
613
1067
|
icon: {
|
|
614
1068
|
width: "24px",
|
|
@@ -626,21 +1080,26 @@ export const Cards6: IBlock = {
|
|
|
626
1080
|
"align-items": "flex-start",
|
|
627
1081
|
"row-gap": "none",
|
|
628
1082
|
},
|
|
629
|
-
card_title: {
|
|
630
|
-
"text-align": "left",
|
|
631
|
-
"margin-bottom": "none",
|
|
632
|
-
flex: "1",
|
|
633
|
-
},
|
|
1083
|
+
card_title: {},
|
|
634
1084
|
description: {
|
|
635
|
-
color: "text-2",
|
|
636
|
-
"text-align": "left",
|
|
637
1085
|
"margin-bottom": "lg",
|
|
638
|
-
"line-height": "1.6",
|
|
639
1086
|
mobile: {
|
|
640
1087
|
"margin-bottom": "base",
|
|
641
1088
|
},
|
|
642
1089
|
},
|
|
643
|
-
|
|
1090
|
+
ctas_levoGroup: {
|
|
1091
|
+
display: "flex",
|
|
1092
|
+
"flex-direction": "row",
|
|
1093
|
+
"column-gap": "xs",
|
|
1094
|
+
"row-gap": "xs",
|
|
1095
|
+
"flex-wrap": "wrap",
|
|
1096
|
+
"align-items": "center",
|
|
1097
|
+
},
|
|
1098
|
+
ctas: Array(2)
|
|
1099
|
+
.fill(0)
|
|
1100
|
+
.map(() => ({
|
|
1101
|
+
cta: {},
|
|
1102
|
+
})),
|
|
644
1103
|
},
|
|
645
1104
|
{
|
|
646
1105
|
icon: {
|
|
@@ -686,15 +1145,25 @@ export const Cards6: IBlock = {
|
|
|
686
1145
|
"row-gap": "none",
|
|
687
1146
|
},
|
|
688
1147
|
description: {
|
|
689
|
-
color: "text-2",
|
|
690
|
-
"text-align": "left",
|
|
691
1148
|
"margin-bottom": "lg",
|
|
692
|
-
"line-height": "1.6",
|
|
693
1149
|
mobile: {
|
|
694
1150
|
"margin-bottom": "base",
|
|
695
1151
|
},
|
|
696
1152
|
},
|
|
697
|
-
|
|
1153
|
+
ctas_levoGroup: {
|
|
1154
|
+
display: "flex",
|
|
1155
|
+
"flex-direction": "row",
|
|
1156
|
+
"column-gap": "xs",
|
|
1157
|
+
"row-gap": "xs",
|
|
1158
|
+
"flex-wrap": "wrap",
|
|
1159
|
+
"align-items": "center",
|
|
1160
|
+
},
|
|
1161
|
+
ctas: Array(2)
|
|
1162
|
+
.fill(0)
|
|
1163
|
+
.map(() => ({
|
|
1164
|
+
cta: {},
|
|
1165
|
+
})),
|
|
1166
|
+
card_title: {},
|
|
698
1167
|
},
|
|
699
1168
|
{
|
|
700
1169
|
icon: {
|
|
@@ -740,15 +1209,25 @@ export const Cards6: IBlock = {
|
|
|
740
1209
|
"row-gap": "none",
|
|
741
1210
|
},
|
|
742
1211
|
description: {
|
|
743
|
-
color: "text-2",
|
|
744
|
-
"text-align": "left",
|
|
745
1212
|
"margin-bottom": "lg",
|
|
746
|
-
"line-height": "1.6",
|
|
747
1213
|
mobile: {
|
|
748
1214
|
"margin-bottom": "base",
|
|
749
1215
|
},
|
|
750
1216
|
},
|
|
751
|
-
|
|
1217
|
+
ctas_levoGroup: {
|
|
1218
|
+
display: "flex",
|
|
1219
|
+
"flex-direction": "row",
|
|
1220
|
+
"column-gap": "xs",
|
|
1221
|
+
"row-gap": "xs",
|
|
1222
|
+
"flex-wrap": "wrap",
|
|
1223
|
+
"align-items": "center",
|
|
1224
|
+
},
|
|
1225
|
+
ctas: Array(2)
|
|
1226
|
+
.fill(0)
|
|
1227
|
+
.map(() => ({
|
|
1228
|
+
cta: {},
|
|
1229
|
+
})),
|
|
1230
|
+
card_title: {},
|
|
752
1231
|
},
|
|
753
1232
|
{
|
|
754
1233
|
icon: {
|
|
@@ -794,15 +1273,25 @@ export const Cards6: IBlock = {
|
|
|
794
1273
|
"row-gap": "none",
|
|
795
1274
|
},
|
|
796
1275
|
description: {
|
|
797
|
-
color: "text-2",
|
|
798
|
-
"text-align": "left",
|
|
799
1276
|
"margin-bottom": "lg",
|
|
800
|
-
"line-height": "1.6",
|
|
801
1277
|
mobile: {
|
|
802
1278
|
"margin-bottom": "base",
|
|
803
1279
|
},
|
|
804
1280
|
},
|
|
805
|
-
|
|
1281
|
+
ctas_levoGroup: {
|
|
1282
|
+
display: "flex",
|
|
1283
|
+
"flex-direction": "row",
|
|
1284
|
+
"column-gap": "xs",
|
|
1285
|
+
"row-gap": "xs",
|
|
1286
|
+
"flex-wrap": "wrap",
|
|
1287
|
+
"align-items": "center",
|
|
1288
|
+
},
|
|
1289
|
+
ctas: Array(2)
|
|
1290
|
+
.fill(0)
|
|
1291
|
+
.map(() => ({
|
|
1292
|
+
cta: {},
|
|
1293
|
+
})),
|
|
1294
|
+
card_title: {},
|
|
806
1295
|
},
|
|
807
1296
|
],
|
|
808
1297
|
"carousel-navigation-arrow-left_leftIcon": {
|
|
@@ -842,6 +1331,40 @@ export const Cards6: IBlock = {
|
|
|
842
1331
|
Heading_Level: "H2",
|
|
843
1332
|
},
|
|
844
1333
|
},
|
|
1334
|
+
cards: [
|
|
1335
|
+
{
|
|
1336
|
+
description: {
|
|
1337
|
+
selectedVariants: {},
|
|
1338
|
+
},
|
|
1339
|
+
card_title: {
|
|
1340
|
+
selectedVariants: {},
|
|
1341
|
+
},
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
description: {
|
|
1345
|
+
selectedVariants: {},
|
|
1346
|
+
},
|
|
1347
|
+
card_title: {
|
|
1348
|
+
selectedVariants: {},
|
|
1349
|
+
},
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
description: {
|
|
1353
|
+
selectedVariants: {},
|
|
1354
|
+
},
|
|
1355
|
+
card_title: {
|
|
1356
|
+
selectedVariants: {},
|
|
1357
|
+
},
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
description: {
|
|
1361
|
+
selectedVariants: {},
|
|
1362
|
+
},
|
|
1363
|
+
card_title: {
|
|
1364
|
+
selectedVariants: {},
|
|
1365
|
+
},
|
|
1366
|
+
},
|
|
1367
|
+
],
|
|
845
1368
|
},
|
|
846
1369
|
content: DEFAULT_CONTENT,
|
|
847
1370
|
},
|
|
@@ -849,17 +1372,8 @@ export const Cards6: IBlock = {
|
|
|
849
1372
|
key: "variant-1",
|
|
850
1373
|
title: "Variant 1",
|
|
851
1374
|
styles: {
|
|
852
|
-
layout: {
|
|
853
|
-
|
|
854
|
-
"padding-bottom": "3xl",
|
|
855
|
-
},
|
|
856
|
-
container: {
|
|
857
|
-
"max-width": "1280px",
|
|
858
|
-
"margin-left": "auto",
|
|
859
|
-
"margin-right": "auto",
|
|
860
|
-
"padding-left": "lg",
|
|
861
|
-
"padding-right": "lg",
|
|
862
|
-
},
|
|
1375
|
+
layout: {},
|
|
1376
|
+
container: {},
|
|
863
1377
|
header: {
|
|
864
1378
|
display: "flex",
|
|
865
1379
|
"justify-content": "space-between",
|
|
@@ -872,7 +1386,6 @@ export const Cards6: IBlock = {
|
|
|
872
1386
|
},
|
|
873
1387
|
},
|
|
874
1388
|
title: {
|
|
875
|
-
color: "text-1",
|
|
876
1389
|
mobile: {
|
|
877
1390
|
"text-align": "center",
|
|
878
1391
|
},
|
|
@@ -968,8 +1481,9 @@ export const Cards6: IBlock = {
|
|
|
968
1481
|
number_of_slides: 2,
|
|
969
1482
|
},
|
|
970
1483
|
},
|
|
971
|
-
cards:
|
|
972
|
-
|
|
1484
|
+
cards: Array(5)
|
|
1485
|
+
.fill(0)
|
|
1486
|
+
.map((v, index) => ({
|
|
973
1487
|
card: {
|
|
974
1488
|
"border-radius": "base",
|
|
975
1489
|
"padding-top": "xl",
|
|
@@ -987,8 +1501,7 @@ export const Cards6: IBlock = {
|
|
|
987
1501
|
"padding-right": "base",
|
|
988
1502
|
"row-gap": "base",
|
|
989
1503
|
},
|
|
990
|
-
"background-image":
|
|
991
|
-
'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
|
|
1504
|
+
"background-image": `url("${MEDIA_VARIANT_1_ARR[index]}")`,
|
|
992
1505
|
"background-position": "50% 50%",
|
|
993
1506
|
"background-size": "cover",
|
|
994
1507
|
height: "450px",
|
|
@@ -1020,6 +1533,7 @@ export const Cards6: IBlock = {
|
|
|
1020
1533
|
"padding-bottom": "none",
|
|
1021
1534
|
height: "100%",
|
|
1022
1535
|
"padding-top": "22xl",
|
|
1536
|
+
"column-gap": "base",
|
|
1023
1537
|
},
|
|
1024
1538
|
card_title: {
|
|
1025
1539
|
"text-align": "left",
|
|
@@ -1029,610 +1543,203 @@ export const Cards6: IBlock = {
|
|
|
1029
1543
|
description: {
|
|
1030
1544
|
color: "white",
|
|
1031
1545
|
"text-align": "left",
|
|
1546
|
+
"font-size": "2xl",
|
|
1547
|
+
"font-weight": 600,
|
|
1032
1548
|
"margin-bottom": "lg",
|
|
1033
|
-
"line-height": "1.6",
|
|
1034
1549
|
mobile: {
|
|
1035
1550
|
"margin-bottom": "base",
|
|
1036
1551
|
},
|
|
1037
|
-
"font-size": "2xl",
|
|
1038
|
-
"font-weight": 600,
|
|
1039
1552
|
},
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
"
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1045
|
-
"
|
|
1553
|
+
ctas_levoGroup: {
|
|
1554
|
+
display: "flex",
|
|
1555
|
+
"flex-direction": "row",
|
|
1556
|
+
"column-gap": "xs",
|
|
1557
|
+
"row-gap": "xs",
|
|
1558
|
+
"flex-wrap": "wrap",
|
|
1559
|
+
"align-items": "center",
|
|
1046
1560
|
},
|
|
1561
|
+
ctas: Array(2)
|
|
1562
|
+
.fill(0)
|
|
1563
|
+
.map(() => ({
|
|
1564
|
+
cta: {},
|
|
1565
|
+
})),
|
|
1047
1566
|
cta_rightIcon: {
|
|
1048
1567
|
height: "22px",
|
|
1049
1568
|
width: "22px",
|
|
1050
1569
|
"font-size": "22px",
|
|
1051
1570
|
},
|
|
1571
|
+
})),
|
|
1572
|
+
"carousel-navigation-arrow-left_leftIcon": {
|
|
1573
|
+
height: "24px",
|
|
1574
|
+
width: "24px",
|
|
1575
|
+
},
|
|
1576
|
+
"carousel-navigation-arrow-right_rightIcon": {
|
|
1577
|
+
height: "24px",
|
|
1578
|
+
width: "24px",
|
|
1579
|
+
},
|
|
1580
|
+
},
|
|
1581
|
+
config: {
|
|
1582
|
+
cards_levoGroup: {
|
|
1583
|
+
carousel: {
|
|
1584
|
+
loop: true,
|
|
1052
1585
|
},
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
"padding-left": "lg",
|
|
1059
|
-
"padding-right": "lg",
|
|
1060
|
-
display: "flex",
|
|
1061
|
-
"flex-direction": "column",
|
|
1062
|
-
"align-items": "flex-start",
|
|
1063
|
-
"row-gap": "lg",
|
|
1064
|
-
mobile: {
|
|
1065
|
-
"padding-top": "lg",
|
|
1066
|
-
"padding-bottom": "lg",
|
|
1067
|
-
"padding-left": "base",
|
|
1068
|
-
"padding-right": "base",
|
|
1069
|
-
"row-gap": "base",
|
|
1070
|
-
},
|
|
1071
|
-
"background-image":
|
|
1072
|
-
'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
|
|
1073
|
-
"background-position": "50% 50%",
|
|
1074
|
-
"background-size": "cover",
|
|
1075
|
-
height: "450px",
|
|
1586
|
+
},
|
|
1587
|
+
"carousel-navigation-arrow-left": {
|
|
1588
|
+
button_icons: {
|
|
1589
|
+
left: {
|
|
1590
|
+
enabled: true,
|
|
1076
1591
|
},
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1592
|
+
},
|
|
1593
|
+
},
|
|
1594
|
+
"carousel-navigation-arrow-right": {
|
|
1595
|
+
button_icons: {
|
|
1596
|
+
right: {
|
|
1597
|
+
enabled: true,
|
|
1083
1598
|
},
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1599
|
+
},
|
|
1600
|
+
},
|
|
1601
|
+
title: {
|
|
1602
|
+
heading: {
|
|
1603
|
+
level: 2,
|
|
1604
|
+
},
|
|
1605
|
+
selectedVariants: {
|
|
1606
|
+
Heading_Level: "H2",
|
|
1607
|
+
},
|
|
1608
|
+
},
|
|
1609
|
+
cards: [
|
|
1610
|
+
{
|
|
1611
|
+
ctas: [
|
|
1612
|
+
{
|
|
1613
|
+
cta: {
|
|
1614
|
+
button_icons: {
|
|
1615
|
+
right: {
|
|
1616
|
+
enabled: true,
|
|
1617
|
+
},
|
|
1618
|
+
},
|
|
1619
|
+
selectedVariants: {
|
|
1620
|
+
Button_Variants: "Default",
|
|
1621
|
+
},
|
|
1622
|
+
},
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
cta: {
|
|
1626
|
+
selectedVariants: {},
|
|
1627
|
+
},
|
|
1092
1628
|
},
|
|
1629
|
+
],
|
|
1630
|
+
description: {
|
|
1631
|
+
selectedVariants: {},
|
|
1093
1632
|
},
|
|
1094
1633
|
content: {
|
|
1095
|
-
|
|
1096
|
-
"flex-direction": "row",
|
|
1097
|
-
"align-items": "start",
|
|
1098
|
-
"row-gap": "none",
|
|
1099
|
-
"justify-content": "space-between",
|
|
1100
|
-
width: "100%",
|
|
1101
|
-
"padding-bottom": "none",
|
|
1102
|
-
height: "100%",
|
|
1103
|
-
"padding-top": "22xl",
|
|
1104
|
-
},
|
|
1105
|
-
card_title: {
|
|
1106
|
-
"text-align": "left",
|
|
1107
|
-
"margin-bottom": "none",
|
|
1108
|
-
flex: "1",
|
|
1634
|
+
selectedVariants: {},
|
|
1109
1635
|
},
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
ctas: [
|
|
1639
|
+
{
|
|
1640
|
+
cta: {
|
|
1641
|
+
button_icons: {
|
|
1642
|
+
right: {
|
|
1643
|
+
enabled: true,
|
|
1644
|
+
},
|
|
1645
|
+
},
|
|
1646
|
+
selectedVariants: {
|
|
1647
|
+
Button_Variants: "Default",
|
|
1648
|
+
},
|
|
1649
|
+
},
|
|
1117
1650
|
},
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
"border-radius": "3xl",
|
|
1651
|
+
{
|
|
1652
|
+
cta: {
|
|
1653
|
+
selectedVariants: {},
|
|
1654
|
+
},
|
|
1655
|
+
},
|
|
1656
|
+
],
|
|
1657
|
+
description: {
|
|
1658
|
+
selectedVariants: {},
|
|
1127
1659
|
},
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
width: "22px",
|
|
1131
|
-
"font-size": "22px",
|
|
1660
|
+
content: {
|
|
1661
|
+
selectedVariants: {},
|
|
1132
1662
|
},
|
|
1133
1663
|
},
|
|
1134
1664
|
{
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
"padding-bottom": "lg",
|
|
1148
|
-
"padding-left": "base",
|
|
1149
|
-
"padding-right": "base",
|
|
1150
|
-
"row-gap": "base",
|
|
1665
|
+
ctas: [
|
|
1666
|
+
{
|
|
1667
|
+
cta: {
|
|
1668
|
+
button_icons: {
|
|
1669
|
+
right: {
|
|
1670
|
+
enabled: true,
|
|
1671
|
+
},
|
|
1672
|
+
},
|
|
1673
|
+
selectedVariants: {
|
|
1674
|
+
Button_Variants: "Default",
|
|
1675
|
+
},
|
|
1676
|
+
},
|
|
1151
1677
|
},
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
height: "450px",
|
|
1157
|
-
},
|
|
1158
|
-
header: {
|
|
1159
|
-
display: "none",
|
|
1160
|
-
"align-items": "center",
|
|
1161
|
-
"column-gap": "sm",
|
|
1162
|
-
width: "100%",
|
|
1163
|
-
"justify-content": "center",
|
|
1164
|
-
},
|
|
1165
|
-
icon: {
|
|
1166
|
-
width: "24px",
|
|
1167
|
-
height: "24px",
|
|
1168
|
-
"border-radius": "base",
|
|
1169
|
-
"flex-shrink": "0",
|
|
1170
|
-
mobile: {
|
|
1171
|
-
width: "20px",
|
|
1172
|
-
height: "20px",
|
|
1678
|
+
{
|
|
1679
|
+
cta: {
|
|
1680
|
+
selectedVariants: {},
|
|
1681
|
+
},
|
|
1173
1682
|
},
|
|
1683
|
+
],
|
|
1684
|
+
description: {
|
|
1685
|
+
selectedVariants: {},
|
|
1174
1686
|
},
|
|
1175
1687
|
content: {
|
|
1176
|
-
|
|
1177
|
-
"flex-direction": "row",
|
|
1178
|
-
"align-items": "start",
|
|
1179
|
-
"row-gap": "none",
|
|
1180
|
-
"justify-content": "space-between",
|
|
1181
|
-
width: "100%",
|
|
1182
|
-
"padding-bottom": "none",
|
|
1183
|
-
height: "100%",
|
|
1184
|
-
"padding-top": "22xl",
|
|
1185
|
-
},
|
|
1186
|
-
card_title: {
|
|
1187
|
-
"text-align": "left",
|
|
1188
|
-
"margin-bottom": "none",
|
|
1189
|
-
flex: "1",
|
|
1688
|
+
selectedVariants: {},
|
|
1190
1689
|
},
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
ctas: [
|
|
1693
|
+
{
|
|
1694
|
+
cta: {
|
|
1695
|
+
button_icons: {
|
|
1696
|
+
right: {
|
|
1697
|
+
enabled: true,
|
|
1698
|
+
},
|
|
1699
|
+
},
|
|
1700
|
+
selectedVariants: {
|
|
1701
|
+
Button_Variants: "Default",
|
|
1702
|
+
},
|
|
1703
|
+
},
|
|
1198
1704
|
},
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
"border-radius": "3xl",
|
|
1705
|
+
{
|
|
1706
|
+
cta: {
|
|
1707
|
+
selectedVariants: {},
|
|
1708
|
+
},
|
|
1709
|
+
},
|
|
1710
|
+
],
|
|
1711
|
+
description: {
|
|
1712
|
+
selectedVariants: {},
|
|
1208
1713
|
},
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
width: "22px",
|
|
1212
|
-
"font-size": "22px",
|
|
1714
|
+
content: {
|
|
1715
|
+
selectedVariants: {},
|
|
1213
1716
|
},
|
|
1214
1717
|
},
|
|
1215
1718
|
{
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
"padding-top": "lg",
|
|
1228
|
-
"padding-bottom": "lg",
|
|
1229
|
-
"padding-left": "base",
|
|
1230
|
-
"padding-right": "base",
|
|
1231
|
-
"row-gap": "base",
|
|
1232
|
-
},
|
|
1233
|
-
"background-image":
|
|
1234
|
-
'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
|
|
1235
|
-
"background-position": "50% 50%",
|
|
1236
|
-
"background-size": "cover",
|
|
1237
|
-
height: "450px",
|
|
1238
|
-
},
|
|
1239
|
-
header: {
|
|
1240
|
-
display: "none",
|
|
1241
|
-
"align-items": "center",
|
|
1242
|
-
"column-gap": "sm",
|
|
1243
|
-
width: "100%",
|
|
1244
|
-
"justify-content": "center",
|
|
1245
|
-
},
|
|
1246
|
-
icon: {
|
|
1247
|
-
width: "24px",
|
|
1248
|
-
height: "24px",
|
|
1249
|
-
"border-radius": "base",
|
|
1250
|
-
"flex-shrink": "0",
|
|
1251
|
-
mobile: {
|
|
1252
|
-
width: "20px",
|
|
1253
|
-
height: "20px",
|
|
1254
|
-
},
|
|
1255
|
-
},
|
|
1256
|
-
content: {
|
|
1257
|
-
display: "flex",
|
|
1258
|
-
"flex-direction": "row",
|
|
1259
|
-
"align-items": "start",
|
|
1260
|
-
"row-gap": "none",
|
|
1261
|
-
"justify-content": "space-between",
|
|
1262
|
-
width: "100%",
|
|
1263
|
-
"padding-bottom": "none",
|
|
1264
|
-
height: "100%",
|
|
1265
|
-
"padding-top": "22xl",
|
|
1266
|
-
},
|
|
1267
|
-
card_title: {
|
|
1268
|
-
"text-align": "left",
|
|
1269
|
-
"margin-bottom": "none",
|
|
1270
|
-
flex: "1",
|
|
1271
|
-
},
|
|
1272
|
-
description: {
|
|
1273
|
-
color: "white",
|
|
1274
|
-
"text-align": "left",
|
|
1275
|
-
"margin-bottom": "lg",
|
|
1276
|
-
"line-height": "1.6",
|
|
1277
|
-
mobile: {
|
|
1278
|
-
"margin-bottom": "base",
|
|
1279
|
-
},
|
|
1280
|
-
"font-size": "2xl",
|
|
1281
|
-
"font-weight": 600,
|
|
1282
|
-
},
|
|
1283
|
-
cta: {
|
|
1284
|
-
"padding-top": "2xs",
|
|
1285
|
-
"padding-left": "2xs",
|
|
1286
|
-
"padding-right": "2xs",
|
|
1287
|
-
"padding-bottom": "2xs",
|
|
1288
|
-
"border-radius": "3xl",
|
|
1289
|
-
},
|
|
1290
|
-
cta_rightIcon: {
|
|
1291
|
-
height: "22px",
|
|
1292
|
-
width: "22px",
|
|
1293
|
-
"font-size": "22px",
|
|
1294
|
-
},
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
card: {
|
|
1298
|
-
"border-radius": "base",
|
|
1299
|
-
"padding-top": "xl",
|
|
1300
|
-
"padding-bottom": "xl",
|
|
1301
|
-
"padding-left": "lg",
|
|
1302
|
-
"padding-right": "lg",
|
|
1303
|
-
display: "flex",
|
|
1304
|
-
"flex-direction": "column",
|
|
1305
|
-
"align-items": "flex-start",
|
|
1306
|
-
"row-gap": "lg",
|
|
1307
|
-
mobile: {
|
|
1308
|
-
"padding-top": "lg",
|
|
1309
|
-
"padding-bottom": "lg",
|
|
1310
|
-
"padding-left": "base",
|
|
1311
|
-
"padding-right": "base",
|
|
1312
|
-
"row-gap": "base",
|
|
1313
|
-
},
|
|
1314
|
-
"background-image":
|
|
1315
|
-
'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
|
|
1316
|
-
"background-position": "50% 50%",
|
|
1317
|
-
"background-size": "cover",
|
|
1318
|
-
height: "450px",
|
|
1319
|
-
},
|
|
1320
|
-
header: {
|
|
1321
|
-
display: "none",
|
|
1322
|
-
"align-items": "center",
|
|
1323
|
-
"column-gap": "sm",
|
|
1324
|
-
width: "100%",
|
|
1325
|
-
"justify-content": "center",
|
|
1326
|
-
},
|
|
1327
|
-
icon: {
|
|
1328
|
-
width: "24px",
|
|
1329
|
-
height: "24px",
|
|
1330
|
-
"border-radius": "base",
|
|
1331
|
-
"flex-shrink": "0",
|
|
1332
|
-
mobile: {
|
|
1333
|
-
width: "20px",
|
|
1334
|
-
height: "20px",
|
|
1335
|
-
},
|
|
1336
|
-
},
|
|
1337
|
-
content: {
|
|
1338
|
-
display: "flex",
|
|
1339
|
-
"flex-direction": "row",
|
|
1340
|
-
"align-items": "start",
|
|
1341
|
-
"row-gap": "none",
|
|
1342
|
-
"justify-content": "space-between",
|
|
1343
|
-
width: "100%",
|
|
1344
|
-
"padding-bottom": "none",
|
|
1345
|
-
height: "100%",
|
|
1346
|
-
"padding-top": "22xl",
|
|
1347
|
-
},
|
|
1348
|
-
card_title: {
|
|
1349
|
-
"text-align": "left",
|
|
1350
|
-
"margin-bottom": "none",
|
|
1351
|
-
flex: "1",
|
|
1352
|
-
},
|
|
1353
|
-
description: {
|
|
1354
|
-
color: "white",
|
|
1355
|
-
"text-align": "left",
|
|
1356
|
-
"margin-bottom": "lg",
|
|
1357
|
-
"line-height": "1.6",
|
|
1358
|
-
mobile: {
|
|
1359
|
-
"margin-bottom": "base",
|
|
1360
|
-
},
|
|
1361
|
-
"font-size": "2xl",
|
|
1362
|
-
"font-weight": 600,
|
|
1363
|
-
},
|
|
1364
|
-
cta: {
|
|
1365
|
-
"padding-top": "2xs",
|
|
1366
|
-
"padding-left": "2xs",
|
|
1367
|
-
"padding-right": "2xs",
|
|
1368
|
-
"padding-bottom": "2xs",
|
|
1369
|
-
"border-radius": "3xl",
|
|
1370
|
-
},
|
|
1371
|
-
cta_rightIcon: {
|
|
1372
|
-
height: "22px",
|
|
1373
|
-
width: "22px",
|
|
1374
|
-
"font-size": "22px",
|
|
1375
|
-
},
|
|
1376
|
-
},
|
|
1377
|
-
{
|
|
1378
|
-
icon: {
|
|
1379
|
-
width: "24px",
|
|
1380
|
-
height: "24px",
|
|
1381
|
-
"border-radius": "base",
|
|
1382
|
-
"flex-shrink": "0",
|
|
1383
|
-
mobile: {
|
|
1384
|
-
width: "20px",
|
|
1385
|
-
height: "20px",
|
|
1386
|
-
},
|
|
1387
|
-
},
|
|
1388
|
-
header: {
|
|
1389
|
-
display: "flex",
|
|
1390
|
-
"align-items": "start",
|
|
1391
|
-
"column-gap": "sm",
|
|
1392
|
-
width: "100%",
|
|
1393
|
-
"justify-content": "start",
|
|
1394
|
-
},
|
|
1395
|
-
card: {
|
|
1396
|
-
"background-color": "brandSecondary",
|
|
1397
|
-
"border-radius": "base",
|
|
1398
|
-
"padding-top": "xl",
|
|
1399
|
-
"padding-bottom": "xl",
|
|
1400
|
-
"padding-left": "lg",
|
|
1401
|
-
"padding-right": "lg",
|
|
1402
|
-
display: "flex",
|
|
1403
|
-
"flex-direction": "column",
|
|
1404
|
-
"align-items": "flex-start",
|
|
1405
|
-
"row-gap": "lg",
|
|
1406
|
-
mobile: {
|
|
1407
|
-
"padding-top": "lg",
|
|
1408
|
-
"padding-bottom": "lg",
|
|
1409
|
-
"padding-left": "base",
|
|
1410
|
-
"padding-right": "base",
|
|
1411
|
-
"row-gap": "base",
|
|
1412
|
-
},
|
|
1413
|
-
},
|
|
1414
|
-
content: {
|
|
1415
|
-
display: "flex",
|
|
1416
|
-
"flex-direction": "column",
|
|
1417
|
-
"align-items": "flex-start",
|
|
1418
|
-
"row-gap": "none",
|
|
1419
|
-
},
|
|
1420
|
-
description: {
|
|
1421
|
-
color: "text-2",
|
|
1422
|
-
"text-align": "left",
|
|
1423
|
-
"margin-bottom": "lg",
|
|
1424
|
-
"line-height": "1.6",
|
|
1425
|
-
mobile: {
|
|
1426
|
-
"margin-bottom": "base",
|
|
1427
|
-
},
|
|
1428
|
-
},
|
|
1429
|
-
cta: {},
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
icon: {
|
|
1433
|
-
width: "24px",
|
|
1434
|
-
height: "24px",
|
|
1435
|
-
"border-radius": "base",
|
|
1436
|
-
"flex-shrink": "0",
|
|
1437
|
-
mobile: {
|
|
1438
|
-
width: "20px",
|
|
1439
|
-
height: "20px",
|
|
1440
|
-
},
|
|
1441
|
-
},
|
|
1442
|
-
header: {
|
|
1443
|
-
display: "flex",
|
|
1444
|
-
"align-items": "start",
|
|
1445
|
-
"column-gap": "sm",
|
|
1446
|
-
width: "100%",
|
|
1447
|
-
"justify-content": "start",
|
|
1448
|
-
},
|
|
1449
|
-
card: {
|
|
1450
|
-
"background-color": "brandSecondary",
|
|
1451
|
-
"border-radius": "base",
|
|
1452
|
-
"padding-top": "xl",
|
|
1453
|
-
"padding-bottom": "xl",
|
|
1454
|
-
"padding-left": "lg",
|
|
1455
|
-
"padding-right": "lg",
|
|
1456
|
-
display: "flex",
|
|
1457
|
-
"flex-direction": "column",
|
|
1458
|
-
"align-items": "flex-start",
|
|
1459
|
-
"row-gap": "lg",
|
|
1460
|
-
mobile: {
|
|
1461
|
-
"padding-top": "lg",
|
|
1462
|
-
"padding-bottom": "lg",
|
|
1463
|
-
"padding-left": "base",
|
|
1464
|
-
"padding-right": "base",
|
|
1465
|
-
"row-gap": "base",
|
|
1466
|
-
},
|
|
1467
|
-
},
|
|
1468
|
-
content: {
|
|
1469
|
-
display: "flex",
|
|
1470
|
-
"flex-direction": "column",
|
|
1471
|
-
"align-items": "flex-start",
|
|
1472
|
-
"row-gap": "none",
|
|
1473
|
-
},
|
|
1474
|
-
description: {
|
|
1475
|
-
color: "text-2",
|
|
1476
|
-
"text-align": "left",
|
|
1477
|
-
"margin-bottom": "lg",
|
|
1478
|
-
"line-height": "1.6",
|
|
1479
|
-
mobile: {
|
|
1480
|
-
"margin-bottom": "base",
|
|
1481
|
-
},
|
|
1482
|
-
},
|
|
1483
|
-
cta: {},
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
icon: {
|
|
1487
|
-
width: "24px",
|
|
1488
|
-
height: "24px",
|
|
1489
|
-
"border-radius": "base",
|
|
1490
|
-
"flex-shrink": "0",
|
|
1491
|
-
mobile: {
|
|
1492
|
-
width: "20px",
|
|
1493
|
-
height: "20px",
|
|
1494
|
-
},
|
|
1495
|
-
},
|
|
1496
|
-
header: {
|
|
1497
|
-
display: "flex",
|
|
1498
|
-
"align-items": "start",
|
|
1499
|
-
"column-gap": "sm",
|
|
1500
|
-
width: "100%",
|
|
1501
|
-
"justify-content": "start",
|
|
1502
|
-
},
|
|
1503
|
-
card: {
|
|
1504
|
-
"background-color": "brandSecondary",
|
|
1505
|
-
"border-radius": "base",
|
|
1506
|
-
"padding-top": "xl",
|
|
1507
|
-
"padding-bottom": "xl",
|
|
1508
|
-
"padding-left": "lg",
|
|
1509
|
-
"padding-right": "lg",
|
|
1510
|
-
display: "flex",
|
|
1511
|
-
"flex-direction": "column",
|
|
1512
|
-
"align-items": "flex-start",
|
|
1513
|
-
"row-gap": "lg",
|
|
1514
|
-
mobile: {
|
|
1515
|
-
"padding-top": "lg",
|
|
1516
|
-
"padding-bottom": "lg",
|
|
1517
|
-
"padding-left": "base",
|
|
1518
|
-
"padding-right": "base",
|
|
1519
|
-
"row-gap": "base",
|
|
1520
|
-
},
|
|
1521
|
-
},
|
|
1522
|
-
content: {
|
|
1523
|
-
display: "flex",
|
|
1524
|
-
"flex-direction": "column",
|
|
1525
|
-
"align-items": "flex-start",
|
|
1526
|
-
"row-gap": "none",
|
|
1527
|
-
},
|
|
1528
|
-
description: {
|
|
1529
|
-
color: "text-2",
|
|
1530
|
-
"text-align": "left",
|
|
1531
|
-
"margin-bottom": "lg",
|
|
1532
|
-
"line-height": "1.6",
|
|
1533
|
-
mobile: {
|
|
1534
|
-
"margin-bottom": "base",
|
|
1535
|
-
},
|
|
1536
|
-
},
|
|
1537
|
-
cta: {},
|
|
1538
|
-
},
|
|
1539
|
-
],
|
|
1540
|
-
"carousel-navigation-arrow-left_leftIcon": {
|
|
1541
|
-
height: "24px",
|
|
1542
|
-
width: "24px",
|
|
1543
|
-
},
|
|
1544
|
-
"carousel-navigation-arrow-right_rightIcon": {
|
|
1545
|
-
height: "24px",
|
|
1546
|
-
width: "24px",
|
|
1547
|
-
},
|
|
1548
|
-
},
|
|
1549
|
-
config: {
|
|
1550
|
-
cards_levoGroup: {
|
|
1551
|
-
carousel: {
|
|
1552
|
-
loop: true,
|
|
1553
|
-
},
|
|
1554
|
-
},
|
|
1555
|
-
"carousel-navigation-arrow-left": {
|
|
1556
|
-
button_icons: {
|
|
1557
|
-
left: {
|
|
1558
|
-
enabled: true,
|
|
1559
|
-
},
|
|
1560
|
-
},
|
|
1561
|
-
},
|
|
1562
|
-
"carousel-navigation-arrow-right": {
|
|
1563
|
-
button_icons: {
|
|
1564
|
-
right: {
|
|
1565
|
-
enabled: true,
|
|
1566
|
-
},
|
|
1567
|
-
},
|
|
1568
|
-
},
|
|
1569
|
-
title: {
|
|
1570
|
-
heading: {
|
|
1571
|
-
level: 2,
|
|
1572
|
-
},
|
|
1573
|
-
selectedVariants: {
|
|
1574
|
-
Heading_Level: "H2",
|
|
1575
|
-
},
|
|
1576
|
-
},
|
|
1577
|
-
cards: [
|
|
1578
|
-
{
|
|
1579
|
-
cta: {
|
|
1580
|
-
button_icons: {
|
|
1581
|
-
right: {
|
|
1582
|
-
enabled: true,
|
|
1719
|
+
ctas: [
|
|
1720
|
+
{
|
|
1721
|
+
cta: {
|
|
1722
|
+
button_icons: {
|
|
1723
|
+
right: {
|
|
1724
|
+
enabled: true,
|
|
1725
|
+
},
|
|
1726
|
+
},
|
|
1727
|
+
selectedVariants: {
|
|
1728
|
+
Button_Variants: "Default",
|
|
1729
|
+
},
|
|
1583
1730
|
},
|
|
1584
1731
|
},
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
},
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
cta: {
|
|
1592
|
-
button_icons: {
|
|
1593
|
-
right: {
|
|
1594
|
-
enabled: true,
|
|
1732
|
+
{
|
|
1733
|
+
cta: {
|
|
1734
|
+
selectedVariants: {},
|
|
1595
1735
|
},
|
|
1596
1736
|
},
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
},
|
|
1600
|
-
},
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
cta: {
|
|
1604
|
-
button_icons: {
|
|
1605
|
-
right: {
|
|
1606
|
-
enabled: true,
|
|
1607
|
-
},
|
|
1608
|
-
},
|
|
1609
|
-
selectedVariants: {
|
|
1610
|
-
Button_Variants: "Default",
|
|
1611
|
-
},
|
|
1612
|
-
},
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
cta: {
|
|
1616
|
-
button_icons: {
|
|
1617
|
-
right: {
|
|
1618
|
-
enabled: true,
|
|
1619
|
-
},
|
|
1620
|
-
},
|
|
1621
|
-
selectedVariants: {
|
|
1622
|
-
Button_Variants: "Default",
|
|
1623
|
-
},
|
|
1737
|
+
],
|
|
1738
|
+
description: {
|
|
1739
|
+
selectedVariants: {},
|
|
1624
1740
|
},
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
cta: {
|
|
1628
|
-
button_icons: {
|
|
1629
|
-
right: {
|
|
1630
|
-
enabled: true,
|
|
1631
|
-
},
|
|
1632
|
-
},
|
|
1633
|
-
selectedVariants: {
|
|
1634
|
-
Button_Variants: "Default",
|
|
1635
|
-
},
|
|
1741
|
+
content: {
|
|
1742
|
+
selectedVariants: {},
|
|
1636
1743
|
},
|
|
1637
1744
|
},
|
|
1638
1745
|
],
|
|
@@ -1643,17 +1750,8 @@ export const Cards6: IBlock = {
|
|
|
1643
1750
|
key: "variant-2",
|
|
1644
1751
|
title: "Variant 2",
|
|
1645
1752
|
styles: {
|
|
1646
|
-
layout: {
|
|
1647
|
-
|
|
1648
|
-
"padding-bottom": "3xl",
|
|
1649
|
-
},
|
|
1650
|
-
container: {
|
|
1651
|
-
"max-width": "1280px",
|
|
1652
|
-
"margin-left": "auto",
|
|
1653
|
-
"margin-right": "auto",
|
|
1654
|
-
"padding-left": "lg",
|
|
1655
|
-
"padding-right": "lg",
|
|
1656
|
-
},
|
|
1753
|
+
layout: {},
|
|
1754
|
+
container: {},
|
|
1657
1755
|
header: {
|
|
1658
1756
|
display: "flex",
|
|
1659
1757
|
"justify-content": "space-between",
|
|
@@ -1666,7 +1764,6 @@ export const Cards6: IBlock = {
|
|
|
1666
1764
|
},
|
|
1667
1765
|
},
|
|
1668
1766
|
title: {
|
|
1669
|
-
color: "text-1",
|
|
1670
1767
|
mobile: {
|
|
1671
1768
|
"text-align": "center",
|
|
1672
1769
|
},
|
|
@@ -1747,85 +1844,10 @@ export const Cards6: IBlock = {
|
|
|
1747
1844
|
tablet: {
|
|
1748
1845
|
number_of_slides: 2,
|
|
1749
1846
|
},
|
|
1750
|
-
},
|
|
1751
|
-
cards:
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
"border-radius": "base",
|
|
1755
|
-
"padding-top": "10xl",
|
|
1756
|
-
"padding-bottom": "10xl",
|
|
1757
|
-
"padding-left": "lg",
|
|
1758
|
-
"padding-right": "lg",
|
|
1759
|
-
display: "flex",
|
|
1760
|
-
"flex-direction": "column",
|
|
1761
|
-
"align-items": "end",
|
|
1762
|
-
"row-gap": "lg",
|
|
1763
|
-
mobile: {
|
|
1764
|
-
"padding-top": "lg",
|
|
1765
|
-
"padding-bottom": "lg",
|
|
1766
|
-
"padding-left": "base",
|
|
1767
|
-
"padding-right": "base",
|
|
1768
|
-
"row-gap": "base",
|
|
1769
|
-
},
|
|
1770
|
-
"background-image":
|
|
1771
|
-
'url("https://static.levostg.online/W6OEVMW8/f33762a4520d38e062217be87bfc8390eb26750e-dO4GwFMbEUTS.png")',
|
|
1772
|
-
"background-position": "50% 50%",
|
|
1773
|
-
"background-size": "cover",
|
|
1774
|
-
"justify-content": "end",
|
|
1775
|
-
},
|
|
1776
|
-
header: {
|
|
1777
|
-
display: "flex",
|
|
1778
|
-
"align-items": "start",
|
|
1779
|
-
"column-gap": "sm",
|
|
1780
|
-
width: "100%",
|
|
1781
|
-
"justify-content": "start",
|
|
1782
|
-
"flex-direction": "column",
|
|
1783
|
-
},
|
|
1784
|
-
icon: {
|
|
1785
|
-
width: "24px",
|
|
1786
|
-
height: "24px",
|
|
1787
|
-
"border-radius": "base",
|
|
1788
|
-
"flex-shrink": "0",
|
|
1789
|
-
mobile: {
|
|
1790
|
-
width: "20px",
|
|
1791
|
-
height: "20px",
|
|
1792
|
-
},
|
|
1793
|
-
},
|
|
1794
|
-
content: {
|
|
1795
|
-
display: "flex",
|
|
1796
|
-
"flex-direction": "column",
|
|
1797
|
-
"align-items": "flex-start",
|
|
1798
|
-
"row-gap": "none",
|
|
1799
|
-
},
|
|
1800
|
-
card_title: {
|
|
1801
|
-
"text-align": "left",
|
|
1802
|
-
"margin-bottom": "none",
|
|
1803
|
-
flex: "1",
|
|
1804
|
-
color: "text-1",
|
|
1805
|
-
"font-size": "2xl",
|
|
1806
|
-
"font-weight": 600,
|
|
1807
|
-
},
|
|
1808
|
-
description: {
|
|
1809
|
-
color: "text-2",
|
|
1810
|
-
"text-align": "left",
|
|
1811
|
-
"margin-bottom": "lg",
|
|
1812
|
-
"line-height": "1.6",
|
|
1813
|
-
mobile: {
|
|
1814
|
-
"margin-bottom": "base",
|
|
1815
|
-
},
|
|
1816
|
-
},
|
|
1817
|
-
cta: {},
|
|
1818
|
-
"content-container": {
|
|
1819
|
-
"background-color": "white",
|
|
1820
|
-
"max-width": "350px",
|
|
1821
|
-
"padding-top": "md",
|
|
1822
|
-
"padding-bottom": "md",
|
|
1823
|
-
"padding-left": "md",
|
|
1824
|
-
"padding-right": "md",
|
|
1825
|
-
"border-radius": "2xl",
|
|
1826
|
-
},
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1847
|
+
},
|
|
1848
|
+
cards: Array(4)
|
|
1849
|
+
.fill(0)
|
|
1850
|
+
.map((v) => ({
|
|
1829
1851
|
card: {
|
|
1830
1852
|
"border-radius": "base",
|
|
1831
1853
|
"padding-top": "10xl",
|
|
@@ -1843,8 +1865,7 @@ export const Cards6: IBlock = {
|
|
|
1843
1865
|
"padding-right": "base",
|
|
1844
1866
|
"row-gap": "base",
|
|
1845
1867
|
},
|
|
1846
|
-
"background-image":
|
|
1847
|
-
'url("https://static.levostg.online/W6OEVMW8/f33762a4520d38e062217be87bfc8390eb26750e-dO4GwFMbEUTS.png")',
|
|
1868
|
+
"background-image": `url("${MEDIA_VARIANT_2?.location}")`,
|
|
1848
1869
|
"background-position": "50% 50%",
|
|
1849
1870
|
"background-size": "cover",
|
|
1850
1871
|
"justify-content": "end",
|
|
@@ -1875,98 +1896,29 @@ export const Cards6: IBlock = {
|
|
|
1875
1896
|
},
|
|
1876
1897
|
card_title: {
|
|
1877
1898
|
"text-align": "left",
|
|
1878
|
-
"margin-bottom": "none",
|
|
1879
1899
|
flex: "1",
|
|
1880
|
-
color: "text-1",
|
|
1881
1900
|
"font-size": "2xl",
|
|
1882
1901
|
"font-weight": 600,
|
|
1883
1902
|
},
|
|
1884
1903
|
description: {
|
|
1885
|
-
color: "text-2",
|
|
1886
|
-
"text-align": "left",
|
|
1887
1904
|
"margin-bottom": "lg",
|
|
1888
|
-
"line-height": "1.6",
|
|
1889
1905
|
mobile: {
|
|
1890
1906
|
"margin-bottom": "base",
|
|
1891
1907
|
},
|
|
1892
1908
|
},
|
|
1893
|
-
|
|
1894
|
-
"content-container": {
|
|
1895
|
-
"background-color": "white",
|
|
1896
|
-
"max-width": "350px",
|
|
1897
|
-
"padding-top": "md",
|
|
1898
|
-
"padding-bottom": "md",
|
|
1899
|
-
"padding-left": "md",
|
|
1900
|
-
"padding-right": "md",
|
|
1901
|
-
"border-radius": "2xl",
|
|
1902
|
-
},
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
card: {
|
|
1906
|
-
"border-radius": "base",
|
|
1907
|
-
"padding-top": "10xl",
|
|
1908
|
-
"padding-bottom": "10xl",
|
|
1909
|
-
"padding-left": "lg",
|
|
1910
|
-
"padding-right": "lg",
|
|
1911
|
-
display: "flex",
|
|
1912
|
-
"flex-direction": "column",
|
|
1913
|
-
"align-items": "end",
|
|
1914
|
-
"row-gap": "lg",
|
|
1915
|
-
mobile: {
|
|
1916
|
-
"padding-top": "lg",
|
|
1917
|
-
"padding-bottom": "lg",
|
|
1918
|
-
"padding-left": "base",
|
|
1919
|
-
"padding-right": "base",
|
|
1920
|
-
"row-gap": "base",
|
|
1921
|
-
},
|
|
1922
|
-
"background-image":
|
|
1923
|
-
'url("https://static.levostg.online/W6OEVMW8/f33762a4520d38e062217be87bfc8390eb26750e-dO4GwFMbEUTS.png")',
|
|
1924
|
-
"background-position": "50% 50%",
|
|
1925
|
-
"background-size": "cover",
|
|
1926
|
-
"justify-content": "end",
|
|
1927
|
-
},
|
|
1928
|
-
header: {
|
|
1929
|
-
display: "flex",
|
|
1930
|
-
"align-items": "start",
|
|
1931
|
-
"column-gap": "sm",
|
|
1932
|
-
width: "100%",
|
|
1933
|
-
"justify-content": "start",
|
|
1934
|
-
"flex-direction": "column",
|
|
1935
|
-
},
|
|
1936
|
-
icon: {
|
|
1937
|
-
width: "24px",
|
|
1938
|
-
height: "24px",
|
|
1939
|
-
"border-radius": "base",
|
|
1940
|
-
"flex-shrink": "0",
|
|
1941
|
-
mobile: {
|
|
1942
|
-
width: "20px",
|
|
1943
|
-
height: "20px",
|
|
1944
|
-
},
|
|
1945
|
-
},
|
|
1946
|
-
content: {
|
|
1909
|
+
ctas_levoGroup: {
|
|
1947
1910
|
display: "flex",
|
|
1948
|
-
"flex-direction": "
|
|
1949
|
-
"
|
|
1950
|
-
"row-gap": "
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
"text-align": "left",
|
|
1954
|
-
"margin-bottom": "none",
|
|
1955
|
-
flex: "1",
|
|
1956
|
-
color: "text-1",
|
|
1957
|
-
"font-size": "2xl",
|
|
1958
|
-
"font-weight": 600,
|
|
1959
|
-
},
|
|
1960
|
-
description: {
|
|
1961
|
-
color: "text-2",
|
|
1962
|
-
"text-align": "left",
|
|
1963
|
-
"margin-bottom": "lg",
|
|
1964
|
-
"line-height": "1.6",
|
|
1965
|
-
mobile: {
|
|
1966
|
-
"margin-bottom": "base",
|
|
1967
|
-
},
|
|
1911
|
+
"flex-direction": "row",
|
|
1912
|
+
"column-gap": "xs",
|
|
1913
|
+
"row-gap": "xs",
|
|
1914
|
+
"flex-wrap": "wrap",
|
|
1915
|
+
"align-items": "center",
|
|
1968
1916
|
},
|
|
1969
|
-
|
|
1917
|
+
ctas: Array(2)
|
|
1918
|
+
.fill(0)
|
|
1919
|
+
.map(() => ({
|
|
1920
|
+
cta: {},
|
|
1921
|
+
})),
|
|
1970
1922
|
"content-container": {
|
|
1971
1923
|
"background-color": "white",
|
|
1972
1924
|
"max-width": "350px",
|
|
@@ -1976,170 +1928,7 @@ export const Cards6: IBlock = {
|
|
|
1976
1928
|
"padding-right": "md",
|
|
1977
1929
|
"border-radius": "2xl",
|
|
1978
1930
|
},
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
icon: {
|
|
1982
|
-
width: "24px",
|
|
1983
|
-
height: "24px",
|
|
1984
|
-
"border-radius": "base",
|
|
1985
|
-
"flex-shrink": "0",
|
|
1986
|
-
mobile: {
|
|
1987
|
-
width: "20px",
|
|
1988
|
-
height: "20px",
|
|
1989
|
-
},
|
|
1990
|
-
},
|
|
1991
|
-
header: {
|
|
1992
|
-
display: "flex",
|
|
1993
|
-
"align-items": "start",
|
|
1994
|
-
"column-gap": "sm",
|
|
1995
|
-
width: "100%",
|
|
1996
|
-
"justify-content": "start",
|
|
1997
|
-
},
|
|
1998
|
-
card: {
|
|
1999
|
-
"background-color": "brandSecondary",
|
|
2000
|
-
"border-radius": "base",
|
|
2001
|
-
"padding-top": "xl",
|
|
2002
|
-
"padding-bottom": "xl",
|
|
2003
|
-
"padding-left": "lg",
|
|
2004
|
-
"padding-right": "lg",
|
|
2005
|
-
display: "flex",
|
|
2006
|
-
"flex-direction": "column",
|
|
2007
|
-
"align-items": "flex-start",
|
|
2008
|
-
"row-gap": "lg",
|
|
2009
|
-
mobile: {
|
|
2010
|
-
"padding-top": "lg",
|
|
2011
|
-
"padding-bottom": "lg",
|
|
2012
|
-
"padding-left": "base",
|
|
2013
|
-
"padding-right": "base",
|
|
2014
|
-
"row-gap": "base",
|
|
2015
|
-
},
|
|
2016
|
-
},
|
|
2017
|
-
content: {
|
|
2018
|
-
display: "flex",
|
|
2019
|
-
"flex-direction": "column",
|
|
2020
|
-
"align-items": "flex-start",
|
|
2021
|
-
"row-gap": "none",
|
|
2022
|
-
},
|
|
2023
|
-
description: {
|
|
2024
|
-
color: "text-2",
|
|
2025
|
-
"text-align": "left",
|
|
2026
|
-
"margin-bottom": "lg",
|
|
2027
|
-
"line-height": "1.6",
|
|
2028
|
-
mobile: {
|
|
2029
|
-
"margin-bottom": "base",
|
|
2030
|
-
},
|
|
2031
|
-
},
|
|
2032
|
-
cta: {},
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
icon: {
|
|
2036
|
-
width: "24px",
|
|
2037
|
-
height: "24px",
|
|
2038
|
-
"border-radius": "base",
|
|
2039
|
-
"flex-shrink": "0",
|
|
2040
|
-
mobile: {
|
|
2041
|
-
width: "20px",
|
|
2042
|
-
height: "20px",
|
|
2043
|
-
},
|
|
2044
|
-
},
|
|
2045
|
-
header: {
|
|
2046
|
-
display: "flex",
|
|
2047
|
-
"align-items": "start",
|
|
2048
|
-
"column-gap": "sm",
|
|
2049
|
-
width: "100%",
|
|
2050
|
-
"justify-content": "start",
|
|
2051
|
-
},
|
|
2052
|
-
card: {
|
|
2053
|
-
"background-color": "brandSecondary",
|
|
2054
|
-
"border-radius": "base",
|
|
2055
|
-
"padding-top": "xl",
|
|
2056
|
-
"padding-bottom": "xl",
|
|
2057
|
-
"padding-left": "lg",
|
|
2058
|
-
"padding-right": "lg",
|
|
2059
|
-
display: "flex",
|
|
2060
|
-
"flex-direction": "column",
|
|
2061
|
-
"align-items": "flex-start",
|
|
2062
|
-
"row-gap": "lg",
|
|
2063
|
-
mobile: {
|
|
2064
|
-
"padding-top": "lg",
|
|
2065
|
-
"padding-bottom": "lg",
|
|
2066
|
-
"padding-left": "base",
|
|
2067
|
-
"padding-right": "base",
|
|
2068
|
-
"row-gap": "base",
|
|
2069
|
-
},
|
|
2070
|
-
},
|
|
2071
|
-
content: {
|
|
2072
|
-
display: "flex",
|
|
2073
|
-
"flex-direction": "column",
|
|
2074
|
-
"align-items": "flex-start",
|
|
2075
|
-
"row-gap": "none",
|
|
2076
|
-
},
|
|
2077
|
-
description: {
|
|
2078
|
-
color: "text-2",
|
|
2079
|
-
"text-align": "left",
|
|
2080
|
-
"margin-bottom": "lg",
|
|
2081
|
-
"line-height": "1.6",
|
|
2082
|
-
mobile: {
|
|
2083
|
-
"margin-bottom": "base",
|
|
2084
|
-
},
|
|
2085
|
-
},
|
|
2086
|
-
cta: {},
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
icon: {
|
|
2090
|
-
width: "24px",
|
|
2091
|
-
height: "24px",
|
|
2092
|
-
"border-radius": "base",
|
|
2093
|
-
"flex-shrink": "0",
|
|
2094
|
-
mobile: {
|
|
2095
|
-
width: "20px",
|
|
2096
|
-
height: "20px",
|
|
2097
|
-
},
|
|
2098
|
-
},
|
|
2099
|
-
header: {
|
|
2100
|
-
display: "flex",
|
|
2101
|
-
"align-items": "start",
|
|
2102
|
-
"column-gap": "sm",
|
|
2103
|
-
width: "100%",
|
|
2104
|
-
"justify-content": "start",
|
|
2105
|
-
},
|
|
2106
|
-
card: {
|
|
2107
|
-
"background-color": "brandSecondary",
|
|
2108
|
-
"border-radius": "base",
|
|
2109
|
-
"padding-top": "xl",
|
|
2110
|
-
"padding-bottom": "xl",
|
|
2111
|
-
"padding-left": "lg",
|
|
2112
|
-
"padding-right": "lg",
|
|
2113
|
-
display: "flex",
|
|
2114
|
-
"flex-direction": "column",
|
|
2115
|
-
"align-items": "flex-start",
|
|
2116
|
-
"row-gap": "lg",
|
|
2117
|
-
mobile: {
|
|
2118
|
-
"padding-top": "lg",
|
|
2119
|
-
"padding-bottom": "lg",
|
|
2120
|
-
"padding-left": "base",
|
|
2121
|
-
"padding-right": "base",
|
|
2122
|
-
"row-gap": "base",
|
|
2123
|
-
},
|
|
2124
|
-
},
|
|
2125
|
-
content: {
|
|
2126
|
-
display: "flex",
|
|
2127
|
-
"flex-direction": "column",
|
|
2128
|
-
"align-items": "flex-start",
|
|
2129
|
-
"row-gap": "none",
|
|
2130
|
-
},
|
|
2131
|
-
description: {
|
|
2132
|
-
color: "text-2",
|
|
2133
|
-
"text-align": "left",
|
|
2134
|
-
"margin-bottom": "lg",
|
|
2135
|
-
"line-height": "1.6",
|
|
2136
|
-
mobile: {
|
|
2137
|
-
"margin-bottom": "base",
|
|
2138
|
-
},
|
|
2139
|
-
},
|
|
2140
|
-
cta: {},
|
|
2141
|
-
},
|
|
2142
|
-
],
|
|
1931
|
+
})),
|
|
2143
1932
|
"carousel-navigation-arrow-left_leftIcon": {
|
|
2144
1933
|
height: "24px",
|
|
2145
1934
|
width: "24px",
|
|
@@ -2177,9 +1966,42 @@ export const Cards6: IBlock = {
|
|
|
2177
1966
|
Heading_Level: "H2",
|
|
2178
1967
|
},
|
|
2179
1968
|
},
|
|
2180
|
-
cards: [
|
|
1969
|
+
cards: [
|
|
1970
|
+
{
|
|
1971
|
+
description: {
|
|
1972
|
+
selectedVariants: {},
|
|
1973
|
+
},
|
|
1974
|
+
card_title: {
|
|
1975
|
+
selectedVariants: {},
|
|
1976
|
+
},
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
description: {
|
|
1980
|
+
selectedVariants: {},
|
|
1981
|
+
},
|
|
1982
|
+
card_title: {
|
|
1983
|
+
selectedVariants: {},
|
|
1984
|
+
},
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
description: {
|
|
1988
|
+
selectedVariants: {},
|
|
1989
|
+
},
|
|
1990
|
+
card_title: {
|
|
1991
|
+
selectedVariants: {},
|
|
1992
|
+
},
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
description: {
|
|
1996
|
+
selectedVariants: {},
|
|
1997
|
+
},
|
|
1998
|
+
card_title: {
|
|
1999
|
+
selectedVariants: {},
|
|
2000
|
+
},
|
|
2001
|
+
},
|
|
2002
|
+
],
|
|
2181
2003
|
},
|
|
2182
|
-
content:
|
|
2004
|
+
content: DEFAULT_CONTENT_VARIANT_2,
|
|
2183
2005
|
},
|
|
2184
2006
|
],
|
|
2185
2007
|
};
|