@levo-so/blocks 0.1.59 → 0.1.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- 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 +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const IMG = {
|
|
4
|
+
id: "HXVK4tirkNvhr",
|
|
5
|
+
filename: "cards-3-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-828w.webp",
|
|
16
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-750w.webp 750w",
|
|
17
|
+
},
|
|
18
|
+
mimetype: "image/png",
|
|
19
|
+
};
|
|
20
|
+
|
|
3
21
|
const DEFAULT_CONTENT = {
|
|
4
22
|
layout: null,
|
|
5
23
|
container: null,
|
|
@@ -8,29 +26,7 @@ const DEFAULT_CONTENT = {
|
|
|
8
26
|
main_title: "Schedule a productivity boost",
|
|
9
27
|
description:
|
|
10
28
|
"Take control of your time and energy with smart planning tools. Build better habits, stay focused, and get more done—every day.",
|
|
11
|
-
hero_image:
|
|
12
|
-
id: "7141014160938075687",
|
|
13
|
-
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
14
|
-
kind: "image",
|
|
15
|
-
mimetype: "image/png",
|
|
16
|
-
srcset: {
|
|
17
|
-
"1080w":
|
|
18
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
19
|
-
"1200w":
|
|
20
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
21
|
-
"1920w":
|
|
22
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
23
|
-
"320w":
|
|
24
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
25
|
-
"640w":
|
|
26
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
27
|
-
"750w":
|
|
28
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
29
|
-
"828w":
|
|
30
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
31
|
-
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",
|
|
32
|
-
},
|
|
33
|
-
},
|
|
29
|
+
hero_image: IMG,
|
|
34
30
|
stats_section: null,
|
|
35
31
|
stats_cards: [
|
|
36
32
|
{
|
|
@@ -138,22 +134,8 @@ export const Cards3: IBlock = {
|
|
|
138
134
|
title: "Default",
|
|
139
135
|
key: "default",
|
|
140
136
|
styles: {
|
|
141
|
-
layout: {
|
|
142
|
-
|
|
143
|
-
"padding-bottom": "3xl",
|
|
144
|
-
"padding-left": "base",
|
|
145
|
-
"padding-right": "base",
|
|
146
|
-
"background-color": "background-1",
|
|
147
|
-
},
|
|
148
|
-
container: {
|
|
149
|
-
"max-width": "1280px",
|
|
150
|
-
"margin-left": "auto",
|
|
151
|
-
"margin-right": "auto",
|
|
152
|
-
mobile: {
|
|
153
|
-
filter: "none",
|
|
154
|
-
},
|
|
155
|
-
filter: "none",
|
|
156
|
-
},
|
|
137
|
+
layout: {},
|
|
138
|
+
container: {},
|
|
157
139
|
hero_section: {
|
|
158
140
|
display: "flex",
|
|
159
141
|
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
@@ -192,26 +174,17 @@ export const Cards3: IBlock = {
|
|
|
192
174
|
},
|
|
193
175
|
},
|
|
194
176
|
main_title: {
|
|
195
|
-
|
|
177
|
+
width: "500px",
|
|
196
178
|
mobile: {
|
|
197
|
-
filter: "none",
|
|
198
179
|
width: "100%",
|
|
199
180
|
"text-align": "center",
|
|
200
181
|
},
|
|
201
|
-
filter: "none",
|
|
202
|
-
width: "500px",
|
|
203
182
|
},
|
|
204
183
|
description: {
|
|
205
|
-
"font-size": "lg",
|
|
206
|
-
color: "text-2",
|
|
207
|
-
"line-height": "1.6",
|
|
208
184
|
mobile: {
|
|
209
|
-
"font-size": "base",
|
|
210
|
-
filter: "none",
|
|
211
185
|
width: "100%",
|
|
212
186
|
"text-align": "center",
|
|
213
187
|
},
|
|
214
|
-
filter: "none",
|
|
215
188
|
width: "400px",
|
|
216
189
|
},
|
|
217
190
|
hero_image: {
|
|
@@ -286,56 +259,50 @@ export const Cards3: IBlock = {
|
|
|
286
259
|
},
|
|
287
260
|
},
|
|
288
261
|
number: {
|
|
289
|
-
filter: "none",
|
|
290
262
|
mobile: {
|
|
291
|
-
filter: "none",
|
|
292
263
|
"text-align": "center",
|
|
293
264
|
},
|
|
294
265
|
},
|
|
295
|
-
label: {
|
|
296
|
-
|
|
297
|
-
},
|
|
266
|
+
label: {},
|
|
267
|
+
card: {},
|
|
298
268
|
},
|
|
299
269
|
{
|
|
300
270
|
number: {
|
|
301
|
-
filter: "none",
|
|
302
|
-
|
|
303
271
|
mobile: {
|
|
304
|
-
filter: "none",
|
|
305
272
|
"text-align": "center",
|
|
306
273
|
},
|
|
307
274
|
},
|
|
308
275
|
separator: {
|
|
309
276
|
filter: "none",
|
|
310
|
-
width: "1px",
|
|
311
277
|
height: "100px",
|
|
278
|
+
width: "1px",
|
|
312
279
|
"background-color": "black",
|
|
313
280
|
mobile: {
|
|
314
281
|
filter: "none",
|
|
315
282
|
display: "none",
|
|
316
283
|
},
|
|
317
|
-
tablet: {
|
|
318
|
-
filter: "none",
|
|
319
|
-
},
|
|
320
|
-
},
|
|
321
|
-
label: {
|
|
322
|
-
filter: "none",
|
|
323
|
-
"font-weight": 500,
|
|
324
284
|
},
|
|
285
|
+
label: {},
|
|
286
|
+
card: {},
|
|
325
287
|
},
|
|
326
288
|
{
|
|
327
289
|
number: {
|
|
328
|
-
filter: "none",
|
|
329
|
-
|
|
330
290
|
mobile: {
|
|
331
|
-
filter: "none",
|
|
332
291
|
"text-align": "center",
|
|
333
292
|
},
|
|
334
293
|
},
|
|
335
|
-
label: {
|
|
294
|
+
label: {},
|
|
295
|
+
separator: {
|
|
336
296
|
filter: "none",
|
|
337
|
-
"
|
|
297
|
+
height: "100px",
|
|
298
|
+
width: "1px",
|
|
299
|
+
"background-color": "black",
|
|
300
|
+
mobile: {
|
|
301
|
+
filter: "none",
|
|
302
|
+
display: "none",
|
|
303
|
+
},
|
|
338
304
|
},
|
|
305
|
+
card: {},
|
|
339
306
|
},
|
|
340
307
|
],
|
|
341
308
|
},
|
|
@@ -349,6 +316,37 @@ export const Cards3: IBlock = {
|
|
|
349
316
|
Heading_Level: "H2",
|
|
350
317
|
},
|
|
351
318
|
},
|
|
319
|
+
description: {
|
|
320
|
+
selectedVariants: {
|
|
321
|
+
Typography_Variants: "Large",
|
|
322
|
+
},
|
|
323
|
+
},
|
|
324
|
+
stats_cards: [
|
|
325
|
+
{
|
|
326
|
+
label: {
|
|
327
|
+
selectedVariants: {},
|
|
328
|
+
},
|
|
329
|
+
card: {
|
|
330
|
+
selectedVariants: {},
|
|
331
|
+
},
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
label: {
|
|
335
|
+
selectedVariants: {},
|
|
336
|
+
},
|
|
337
|
+
card: {
|
|
338
|
+
selectedVariants: {},
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
label: {
|
|
343
|
+
selectedVariants: {},
|
|
344
|
+
},
|
|
345
|
+
card: {
|
|
346
|
+
selectedVariants: {},
|
|
347
|
+
},
|
|
348
|
+
},
|
|
349
|
+
],
|
|
352
350
|
},
|
|
353
351
|
},
|
|
354
352
|
],
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
import {
|
|
3
|
-
type ILevoBlockBaseProps,
|
|
4
|
-
Section,
|
|
5
|
-
Container,
|
|
6
2
|
Box,
|
|
3
|
+
Container,
|
|
7
4
|
Heading,
|
|
8
|
-
|
|
5
|
+
type ILevoBlockBaseProps,
|
|
9
6
|
Image,
|
|
7
|
+
Section,
|
|
8
|
+
Typography,
|
|
10
9
|
} from "@levo-so/studio";
|
|
10
|
+
import React from "react";
|
|
11
11
|
|
|
12
12
|
import type { ICards3Content } from "./cards-3.schema";
|
|
13
13
|
|
|
@@ -25,18 +25,12 @@ const Cards3: React.FC<ILevoBlockBaseProps<ICards3Content>> = ({ content }) => (
|
|
|
25
25
|
<Box elementKey="stats_cards_levoGroup" data-levo_group>
|
|
26
26
|
{(content?.stats_cards ?? []).map((_: any, index: number) => (
|
|
27
27
|
<React.Fragment key={`cards-3-stat-${index}`}>
|
|
28
|
-
<Box
|
|
29
|
-
data-levo_group_item
|
|
30
|
-
elementKey={`stats_cards.${index}.card`}
|
|
31
|
-
>
|
|
28
|
+
<Box data-levo_group_item elementKey={`stats_cards.${index}.card`}>
|
|
32
29
|
<Heading elementKey={`stats_cards.${index}.number`} />
|
|
33
30
|
<Typography elementKey={`stats_cards.${index}.label`} />
|
|
34
31
|
</Box>
|
|
35
32
|
{index < (content?.stats_cards?.length ?? 0) - 1 && (
|
|
36
|
-
<Box
|
|
37
|
-
elementKey={`stats_cards.${index}.separator`}
|
|
38
|
-
data-levo_group_item
|
|
39
|
-
/>
|
|
33
|
+
<Box elementKey={`stats_cards.${index}.separator`} data-levo_group_item />
|
|
40
34
|
)}
|
|
41
35
|
</React.Fragment>
|
|
42
36
|
))}
|
|
@@ -5,14 +5,22 @@ const DEFAULT_CONTENT = {
|
|
|
5
5
|
container: null,
|
|
6
6
|
header_section: null,
|
|
7
7
|
main_title: "Career Opportunity",
|
|
8
|
-
|
|
8
|
+
description: "Career Opportunity Career Opportunity Career Opportunity Career Opportunity ",
|
|
9
|
+
header_buttons_levoGroup: null,
|
|
10
|
+
header_buttons: [
|
|
11
|
+
{
|
|
12
|
+
header_button: "View All",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
header_button: "Apply Now",
|
|
16
|
+
},
|
|
17
|
+
],
|
|
9
18
|
grid: [
|
|
10
19
|
{
|
|
11
20
|
card: null,
|
|
12
21
|
content_wrapper: null,
|
|
13
22
|
title: "Marketing Executive",
|
|
14
|
-
details:
|
|
15
|
-
"Full Time• Expert • Onsite 98 street Chicago USA salary $2000-$3000 Monthly",
|
|
23
|
+
details: "Full Time• Expert • Onsite 98 street Chicago USA salary $2000-$3000 Monthly",
|
|
16
24
|
ctas: [
|
|
17
25
|
{
|
|
18
26
|
button: "Apply Now",
|
|
@@ -26,8 +34,7 @@ const DEFAULT_CONTENT = {
|
|
|
26
34
|
card: null,
|
|
27
35
|
content_wrapper: null,
|
|
28
36
|
title: "Product Designer",
|
|
29
|
-
details:
|
|
30
|
-
"Full Time• Expert • Onsite 98 street Chicago USA salary $2000-$3000 Monthly",
|
|
37
|
+
details: "Full Time• Expert • Onsite 98 street Chicago USA salary $2000-$3000 Monthly",
|
|
31
38
|
ctas: [
|
|
32
39
|
{
|
|
33
40
|
button: "Apply Now",
|
|
@@ -41,8 +48,7 @@ const DEFAULT_CONTENT = {
|
|
|
41
48
|
card: null,
|
|
42
49
|
content_wrapper: null,
|
|
43
50
|
title: "Web Designer",
|
|
44
|
-
details:
|
|
45
|
-
"Full Time• Expert • Onsite 98 street Chicago USA salary $2000-$3000 Monthly",
|
|
51
|
+
details: "Full Time• Expert • Onsite 98 street Chicago USA salary $2000-$3000 Monthly",
|
|
46
52
|
ctas: [
|
|
47
53
|
{
|
|
48
54
|
button: "Apply Now",
|
|
@@ -56,8 +62,7 @@ const DEFAULT_CONTENT = {
|
|
|
56
62
|
card: null,
|
|
57
63
|
content_wrapper: null,
|
|
58
64
|
title: "Software Developer",
|
|
59
|
-
details:
|
|
60
|
-
"Full Time• Expert • Onsite 98 street Chicago USA salary $2000-$3000 Monthly",
|
|
65
|
+
details: "Full Time• Expert • Onsite 98 street Chicago USA salary $2000-$3000 Monthly",
|
|
61
66
|
ctas: [
|
|
62
67
|
{
|
|
63
68
|
button: "Apply Now",
|
|
@@ -76,20 +81,13 @@ const DEFAULT_CONTENT = {
|
|
|
76
81
|
mimetype: "image/png",
|
|
77
82
|
kind: "image",
|
|
78
83
|
srcset: {
|
|
79
|
-
"1080w":
|
|
80
|
-
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp",
|
|
87
|
-
"640w":
|
|
88
|
-
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp",
|
|
89
|
-
"750w":
|
|
90
|
-
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp",
|
|
91
|
-
"828w":
|
|
92
|
-
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp",
|
|
84
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp",
|
|
85
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp",
|
|
86
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp",
|
|
87
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp",
|
|
88
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp",
|
|
89
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp",
|
|
90
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp",
|
|
93
91
|
path: "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp 1080w",
|
|
94
92
|
},
|
|
95
93
|
},
|
|
@@ -120,8 +118,7 @@ export const Cards4: IBlock = {
|
|
|
120
118
|
label: "Container",
|
|
121
119
|
field_interface: "ContainerWidget",
|
|
122
120
|
hint: {
|
|
123
|
-
prompt_description:
|
|
124
|
-
"Main container for centering and constraining the content width.",
|
|
121
|
+
prompt_description: "Main container for centering and constraining the content width.",
|
|
125
122
|
},
|
|
126
123
|
},
|
|
127
124
|
{
|
|
@@ -133,6 +130,11 @@ export const Cards4: IBlock = {
|
|
|
133
130
|
"Header area containing the main title and view all button, positioned horizontally.",
|
|
134
131
|
},
|
|
135
132
|
},
|
|
133
|
+
{
|
|
134
|
+
key: "title_container",
|
|
135
|
+
label: "Title Container",
|
|
136
|
+
field_interface: "BoxWidget",
|
|
137
|
+
},
|
|
136
138
|
{
|
|
137
139
|
key: "main_title",
|
|
138
140
|
label: "Main Title",
|
|
@@ -145,15 +147,28 @@ export const Cards4: IBlock = {
|
|
|
145
147
|
},
|
|
146
148
|
},
|
|
147
149
|
{
|
|
148
|
-
key: "
|
|
149
|
-
label: "
|
|
150
|
-
field_interface: "
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
150
|
+
key: "description",
|
|
151
|
+
label: "Descripton",
|
|
152
|
+
field_interface: "TypographyWidget",
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
key: "header_buttons",
|
|
156
|
+
label: "Header Buttons Group",
|
|
157
|
+
field_interface: "BoxWidget",
|
|
158
|
+
kind: "group",
|
|
159
|
+
fields: [
|
|
160
|
+
{
|
|
161
|
+
key: "header_button",
|
|
162
|
+
label: "Header Button",
|
|
163
|
+
field_interface: "ButtonWidget",
|
|
164
|
+
hint: {
|
|
165
|
+
prompt_description:
|
|
166
|
+
"Secondary action button for viewing all career opportunities. Should encourage exploration.",
|
|
167
|
+
min_characters: 6,
|
|
168
|
+
max_characters: 20,
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
],
|
|
157
172
|
},
|
|
158
173
|
{
|
|
159
174
|
key: "grid",
|
|
@@ -240,31 +255,8 @@ export const Cards4: IBlock = {
|
|
|
240
255
|
title: "Default",
|
|
241
256
|
key: "default",
|
|
242
257
|
styles: {
|
|
243
|
-
layout: {
|
|
244
|
-
|
|
245
|
-
"padding-bottom": "6xl",
|
|
246
|
-
"padding-left": "xl",
|
|
247
|
-
"padding-right": "xl",
|
|
248
|
-
"background-color": "oklch(0.9643 0.0169 61.9599)",
|
|
249
|
-
tablet: {
|
|
250
|
-
"padding-top": "4xl",
|
|
251
|
-
"padding-bottom": "4xl",
|
|
252
|
-
"padding-left": "lg",
|
|
253
|
-
"padding-right": "lg",
|
|
254
|
-
},
|
|
255
|
-
mobile: {
|
|
256
|
-
"padding-top": "3xl",
|
|
257
|
-
"padding-bottom": "3xl",
|
|
258
|
-
"padding-left": "base",
|
|
259
|
-
"padding-right": "base",
|
|
260
|
-
},
|
|
261
|
-
},
|
|
262
|
-
container: {
|
|
263
|
-
"max-width": "1280px",
|
|
264
|
-
"margin-left": "auto",
|
|
265
|
-
"margin-right": "auto",
|
|
266
|
-
filter: "none",
|
|
267
|
-
},
|
|
258
|
+
layout: {},
|
|
259
|
+
container: {},
|
|
268
260
|
header_section: {
|
|
269
261
|
display: "flex",
|
|
270
262
|
"justify-content": "space-between",
|
|
@@ -279,18 +271,23 @@ export const Cards4: IBlock = {
|
|
|
279
271
|
},
|
|
280
272
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
281
273
|
},
|
|
282
|
-
main_title: {
|
|
283
|
-
|
|
284
|
-
filter: "none",
|
|
285
|
-
},
|
|
286
|
-
header_button: {
|
|
287
|
-
color: "text-3",
|
|
274
|
+
main_title: {},
|
|
275
|
+
header_buttons_levoGroup: {
|
|
288
276
|
display: "flex",
|
|
277
|
+
"flex-direction": "row",
|
|
278
|
+
"column-gap": "sm",
|
|
279
|
+
"row-gap": "sm",
|
|
280
|
+
"flex-wrap": "wrap",
|
|
289
281
|
"align-items": "center",
|
|
290
|
-
"column-gap": "xs",
|
|
291
|
-
filter: "none",
|
|
292
|
-
"text-decoration": "none",
|
|
293
282
|
},
|
|
283
|
+
header_buttons: [
|
|
284
|
+
{
|
|
285
|
+
header_button: {},
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
header_button: {},
|
|
289
|
+
},
|
|
290
|
+
],
|
|
294
291
|
cards_levoGroup: {
|
|
295
292
|
display: "grid",
|
|
296
293
|
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
@@ -308,9 +305,7 @@ export const Cards4: IBlock = {
|
|
|
308
305
|
},
|
|
309
306
|
grid: [
|
|
310
307
|
{
|
|
311
|
-
title: {
|
|
312
|
-
filter: "none",
|
|
313
|
-
},
|
|
308
|
+
title: {},
|
|
314
309
|
card: {
|
|
315
310
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
316
311
|
display: "block",
|
|
@@ -335,9 +330,7 @@ export const Cards4: IBlock = {
|
|
|
335
330
|
"padding-bottom": "xl",
|
|
336
331
|
},
|
|
337
332
|
},
|
|
338
|
-
details: {
|
|
339
|
-
filter: "none",
|
|
340
|
-
},
|
|
333
|
+
details: {},
|
|
341
334
|
ctas_levoGroup: {
|
|
342
335
|
filter: "none",
|
|
343
336
|
display: "flex",
|
|
@@ -362,21 +355,15 @@ export const Cards4: IBlock = {
|
|
|
362
355
|
},
|
|
363
356
|
ctas: [
|
|
364
357
|
{
|
|
365
|
-
button: {
|
|
366
|
-
filter: "none",
|
|
367
|
-
},
|
|
358
|
+
button: {},
|
|
368
359
|
},
|
|
369
360
|
{
|
|
370
|
-
button: {
|
|
371
|
-
filter: "none",
|
|
372
|
-
},
|
|
361
|
+
button: {},
|
|
373
362
|
},
|
|
374
363
|
],
|
|
375
364
|
},
|
|
376
365
|
{
|
|
377
|
-
title: {
|
|
378
|
-
filter: "none",
|
|
379
|
-
},
|
|
366
|
+
title: {},
|
|
380
367
|
card: {
|
|
381
368
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
382
369
|
display: "block",
|
|
@@ -401,9 +388,7 @@ export const Cards4: IBlock = {
|
|
|
401
388
|
"padding-bottom": "xl",
|
|
402
389
|
},
|
|
403
390
|
},
|
|
404
|
-
details: {
|
|
405
|
-
filter: "none",
|
|
406
|
-
},
|
|
391
|
+
details: {},
|
|
407
392
|
ctas_levoGroup: {
|
|
408
393
|
filter: "none",
|
|
409
394
|
display: "flex",
|
|
@@ -428,9 +413,7 @@ export const Cards4: IBlock = {
|
|
|
428
413
|
},
|
|
429
414
|
ctas: [
|
|
430
415
|
{
|
|
431
|
-
button: {
|
|
432
|
-
filter: "none",
|
|
433
|
-
},
|
|
416
|
+
button: {},
|
|
434
417
|
},
|
|
435
418
|
{
|
|
436
419
|
button: {
|
|
@@ -440,9 +423,7 @@ export const Cards4: IBlock = {
|
|
|
440
423
|
],
|
|
441
424
|
},
|
|
442
425
|
{
|
|
443
|
-
title: {
|
|
444
|
-
filter: "none",
|
|
445
|
-
},
|
|
426
|
+
title: {},
|
|
446
427
|
card: {
|
|
447
428
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
448
429
|
display: "block",
|
|
@@ -467,9 +448,7 @@ export const Cards4: IBlock = {
|
|
|
467
448
|
"padding-bottom": "xl",
|
|
468
449
|
},
|
|
469
450
|
},
|
|
470
|
-
details: {
|
|
471
|
-
filter: "none",
|
|
472
|
-
},
|
|
451
|
+
details: {},
|
|
473
452
|
ctas_levoGroup: {
|
|
474
453
|
filter: "none",
|
|
475
454
|
display: "flex",
|
|
@@ -494,9 +473,7 @@ export const Cards4: IBlock = {
|
|
|
494
473
|
},
|
|
495
474
|
ctas: [
|
|
496
475
|
{
|
|
497
|
-
button: {
|
|
498
|
-
filter: "none",
|
|
499
|
-
},
|
|
476
|
+
button: {},
|
|
500
477
|
},
|
|
501
478
|
{
|
|
502
479
|
button: {
|
|
@@ -506,9 +483,7 @@ export const Cards4: IBlock = {
|
|
|
506
483
|
],
|
|
507
484
|
},
|
|
508
485
|
{
|
|
509
|
-
title: {
|
|
510
|
-
filter: "none",
|
|
511
|
-
},
|
|
486
|
+
title: {},
|
|
512
487
|
card: {
|
|
513
488
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
|
|
514
489
|
display: "block",
|
|
@@ -533,9 +508,7 @@ export const Cards4: IBlock = {
|
|
|
533
508
|
"padding-bottom": "xl",
|
|
534
509
|
},
|
|
535
510
|
},
|
|
536
|
-
details: {
|
|
537
|
-
filter: "none",
|
|
538
|
-
},
|
|
511
|
+
details: {},
|
|
539
512
|
ctas_levoGroup: {
|
|
540
513
|
filter: "none",
|
|
541
514
|
display: "flex",
|
|
@@ -560,9 +533,7 @@ export const Cards4: IBlock = {
|
|
|
560
533
|
},
|
|
561
534
|
ctas: [
|
|
562
535
|
{
|
|
563
|
-
button: {
|
|
564
|
-
filter: "none",
|
|
565
|
-
},
|
|
536
|
+
button: {},
|
|
566
537
|
},
|
|
567
538
|
{
|
|
568
539
|
button: {
|
|
@@ -598,7 +569,6 @@ export const Cards4: IBlock = {
|
|
|
598
569
|
Heading_Level: "H2",
|
|
599
570
|
},
|
|
600
571
|
},
|
|
601
|
-
|
|
602
572
|
"cards.0.ctas.0.button": {
|
|
603
573
|
selectedVariants: {
|
|
604
574
|
Button_Variants: "Primary",
|
|
@@ -639,16 +609,91 @@ export const Cards4: IBlock = {
|
|
|
639
609
|
Button_Variants: "Secondary",
|
|
640
610
|
},
|
|
641
611
|
},
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
612
|
+
header_buttons: [
|
|
613
|
+
{
|
|
614
|
+
header_button: {
|
|
615
|
+
selectedVariants: {
|
|
616
|
+
Button_Variants: "Link",
|
|
617
|
+
},
|
|
618
|
+
button_icons: {
|
|
619
|
+
right: {
|
|
620
|
+
enabled: true,
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
},
|
|
645
624
|
},
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
625
|
+
{
|
|
626
|
+
header_button: {
|
|
627
|
+
selectedVariants: {},
|
|
649
628
|
},
|
|
650
629
|
},
|
|
651
|
-
|
|
630
|
+
],
|
|
631
|
+
grid: [
|
|
632
|
+
{
|
|
633
|
+
title: {
|
|
634
|
+
selectedVariants: {
|
|
635
|
+
Heading_Level: "H4",
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
card: {
|
|
639
|
+
selectedVariants: {},
|
|
640
|
+
},
|
|
641
|
+
details: {
|
|
642
|
+
selectedVariants: {},
|
|
643
|
+
},
|
|
644
|
+
ctas: [
|
|
645
|
+
{
|
|
646
|
+
button: {
|
|
647
|
+
selectedVariants: {},
|
|
648
|
+
},
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
button: {
|
|
652
|
+
selectedVariants: {},
|
|
653
|
+
},
|
|
654
|
+
},
|
|
655
|
+
],
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
card: {
|
|
659
|
+
selectedVariants: {},
|
|
660
|
+
},
|
|
661
|
+
title: {
|
|
662
|
+
selectedVariants: {
|
|
663
|
+
Heading_Level: "H4",
|
|
664
|
+
},
|
|
665
|
+
},
|
|
666
|
+
details: {
|
|
667
|
+
selectedVariants: {},
|
|
668
|
+
},
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
card: {
|
|
672
|
+
selectedVariants: {},
|
|
673
|
+
},
|
|
674
|
+
title: {
|
|
675
|
+
selectedVariants: {
|
|
676
|
+
Heading_Level: "H4",
|
|
677
|
+
},
|
|
678
|
+
},
|
|
679
|
+
details: {
|
|
680
|
+
selectedVariants: {},
|
|
681
|
+
},
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
card: {
|
|
685
|
+
selectedVariants: {},
|
|
686
|
+
},
|
|
687
|
+
title: {
|
|
688
|
+
selectedVariants: {
|
|
689
|
+
Heading_Level: "H4",
|
|
690
|
+
},
|
|
691
|
+
},
|
|
692
|
+
details: {
|
|
693
|
+
selectedVariants: {},
|
|
694
|
+
},
|
|
695
|
+
},
|
|
696
|
+
],
|
|
652
697
|
},
|
|
653
698
|
},
|
|
654
699
|
],
|