@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
|
@@ -8,7 +8,8 @@ const DEFAULT_CONTENT = {
|
|
|
8
8
|
description:
|
|
9
9
|
"More than investors — true partners in growth. The difference that sets our venture studio apart.",
|
|
10
10
|
jobs_levoGroup: null,
|
|
11
|
-
|
|
11
|
+
bottom_ctas_levoGroup: null,
|
|
12
|
+
bottom_ctas: [{ bottom_cta: "Explore All Job Roles" }, { bottom_cta: "View Internships" }],
|
|
12
13
|
jobs: [
|
|
13
14
|
{
|
|
14
15
|
job_item: null,
|
|
@@ -21,7 +22,8 @@ const DEFAULT_CONTENT = {
|
|
|
21
22
|
location_wrapper: null,
|
|
22
23
|
location_header: "Location",
|
|
23
24
|
location_value: "New York",
|
|
24
|
-
|
|
25
|
+
ctas_levoGroup: null,
|
|
26
|
+
ctas: [{ cta: "View" }, { cta: "Apply" }],
|
|
25
27
|
separator: null,
|
|
26
28
|
cta_rightIcon: {
|
|
27
29
|
kind: "icon",
|
|
@@ -45,7 +47,8 @@ const DEFAULT_CONTENT = {
|
|
|
45
47
|
location_wrapper: null,
|
|
46
48
|
location_header: "Location",
|
|
47
49
|
location_value: "New York",
|
|
48
|
-
|
|
50
|
+
ctas_levoGroup: null,
|
|
51
|
+
ctas: [{ cta: "View" }, { cta: "Apply" }],
|
|
49
52
|
separator: null,
|
|
50
53
|
cta_rightIcon: {
|
|
51
54
|
kind: "icon",
|
|
@@ -69,7 +72,8 @@ const DEFAULT_CONTENT = {
|
|
|
69
72
|
location_wrapper: null,
|
|
70
73
|
location_header: "Location",
|
|
71
74
|
location_value: "New York",
|
|
72
|
-
|
|
75
|
+
ctas_levoGroup: null,
|
|
76
|
+
ctas: [{ cta: "View" }, { cta: "Apply" }],
|
|
73
77
|
separator: null,
|
|
74
78
|
cta_rightIcon: {
|
|
75
79
|
kind: "icon",
|
|
@@ -93,7 +97,8 @@ const DEFAULT_CONTENT = {
|
|
|
93
97
|
location_wrapper: null,
|
|
94
98
|
location_header: "Location",
|
|
95
99
|
location_value: "New York",
|
|
96
|
-
|
|
100
|
+
ctas_levoGroup: null,
|
|
101
|
+
ctas: [{ cta: "View" }, { cta: "Apply" }],
|
|
97
102
|
separator: null,
|
|
98
103
|
cta_rightIcon: {
|
|
99
104
|
kind: "icon",
|
|
@@ -175,9 +180,17 @@ export const Content5: IBlock = {
|
|
|
175
180
|
field_interface: "BoxWidget",
|
|
176
181
|
},
|
|
177
182
|
{
|
|
178
|
-
key: "
|
|
179
|
-
label: "Bottom CTA",
|
|
180
|
-
field_interface: "
|
|
183
|
+
key: "bottom_ctas",
|
|
184
|
+
label: "Bottom CTA Buttons Group",
|
|
185
|
+
field_interface: "BoxWidget",
|
|
186
|
+
kind: "group",
|
|
187
|
+
fields: [
|
|
188
|
+
{
|
|
189
|
+
key: "bottom_cta",
|
|
190
|
+
label: "Bottom CTA Button",
|
|
191
|
+
field_interface: "ButtonWidget",
|
|
192
|
+
},
|
|
193
|
+
],
|
|
181
194
|
},
|
|
182
195
|
{
|
|
183
196
|
key: "bottom_description",
|
|
@@ -271,9 +284,23 @@ export const Content5: IBlock = {
|
|
|
271
284
|
field_interface: "TypographyWidget",
|
|
272
285
|
},
|
|
273
286
|
{
|
|
274
|
-
key: "
|
|
275
|
-
label: "CTA
|
|
276
|
-
field_interface: "
|
|
287
|
+
key: "ctas",
|
|
288
|
+
label: "CTA Buttons",
|
|
289
|
+
field_interface: "BoxWidget",
|
|
290
|
+
kind: "group",
|
|
291
|
+
fields: [
|
|
292
|
+
{
|
|
293
|
+
key: "cta",
|
|
294
|
+
label: "CTA Button",
|
|
295
|
+
field_interface: "ButtonWidget",
|
|
296
|
+
},
|
|
297
|
+
],
|
|
298
|
+
hint: {
|
|
299
|
+
prompt_description:
|
|
300
|
+
"Group of call-to-action buttons for job applications and viewing details",
|
|
301
|
+
min_items: 1,
|
|
302
|
+
max_items: 3,
|
|
303
|
+
},
|
|
277
304
|
},
|
|
278
305
|
{
|
|
279
306
|
key: "separator",
|
|
@@ -288,17 +315,8 @@ export const Content5: IBlock = {
|
|
|
288
315
|
key: "default",
|
|
289
316
|
title: "Default",
|
|
290
317
|
styles: {
|
|
291
|
-
layout: {
|
|
292
|
-
|
|
293
|
-
"padding-bottom": "3xl",
|
|
294
|
-
"padding-left": "base",
|
|
295
|
-
"padding-right": "base",
|
|
296
|
-
},
|
|
297
|
-
container: {
|
|
298
|
-
"margin-left": "auto",
|
|
299
|
-
"margin-right": "auto",
|
|
300
|
-
"max-width": "none",
|
|
301
|
-
},
|
|
318
|
+
layout: {},
|
|
319
|
+
container: {},
|
|
302
320
|
header_wrapper: {
|
|
303
321
|
"text-align": "left",
|
|
304
322
|
"margin-bottom": "3xl",
|
|
@@ -309,8 +327,6 @@ export const Content5: IBlock = {
|
|
|
309
327
|
"text-align": "center",
|
|
310
328
|
},
|
|
311
329
|
description: {
|
|
312
|
-
color: "text-2",
|
|
313
|
-
display: "block",
|
|
314
330
|
"text-align": "center",
|
|
315
331
|
},
|
|
316
332
|
jobs_levoGroup: {
|
|
@@ -319,10 +335,20 @@ export const Content5: IBlock = {
|
|
|
319
335
|
"row-gap": "4xs",
|
|
320
336
|
"margin-bottom": "2xl",
|
|
321
337
|
},
|
|
322
|
-
|
|
338
|
+
bottom_ctas_levoGroup: {
|
|
339
|
+
display: "flex",
|
|
340
|
+
"flex-direction": "row",
|
|
341
|
+
"column-gap": "md",
|
|
342
|
+
"row-gap": "md",
|
|
343
|
+
"flex-wrap": "wrap",
|
|
344
|
+
"align-items": "center",
|
|
345
|
+
"justify-content": "center",
|
|
323
346
|
"margin-left": "auto",
|
|
324
347
|
"margin-right": "auto",
|
|
325
348
|
},
|
|
349
|
+
bottom_ctas: Array(2)
|
|
350
|
+
.fill(0)
|
|
351
|
+
.map(() => ({})),
|
|
326
352
|
jobs: [
|
|
327
353
|
{
|
|
328
354
|
job_item: {
|
|
@@ -364,9 +390,7 @@ export const Content5: IBlock = {
|
|
|
364
390
|
height: "16px",
|
|
365
391
|
},
|
|
366
392
|
designation_header: {
|
|
367
|
-
|
|
368
|
-
"font-size": "sm",
|
|
369
|
-
"font-weight": "500",
|
|
393
|
+
"font-weight": 500,
|
|
370
394
|
"text-transform": "uppercase",
|
|
371
395
|
"letter-spacing": "0.05em",
|
|
372
396
|
},
|
|
@@ -394,9 +418,7 @@ export const Content5: IBlock = {
|
|
|
394
418
|
height: "16px",
|
|
395
419
|
},
|
|
396
420
|
work_header: {
|
|
397
|
-
|
|
398
|
-
"font-size": "sm",
|
|
399
|
-
"font-weight": "500",
|
|
421
|
+
"font-weight": 500,
|
|
400
422
|
"text-transform": "uppercase",
|
|
401
423
|
"letter-spacing": "0.05em",
|
|
402
424
|
},
|
|
@@ -428,9 +450,7 @@ export const Content5: IBlock = {
|
|
|
428
450
|
height: "16px",
|
|
429
451
|
},
|
|
430
452
|
location_header: {
|
|
431
|
-
|
|
432
|
-
"font-size": "sm",
|
|
433
|
-
"font-weight": "500",
|
|
453
|
+
"font-weight": 500,
|
|
434
454
|
"text-transform": "uppercase",
|
|
435
455
|
"letter-spacing": "0.05em",
|
|
436
456
|
},
|
|
@@ -439,19 +459,31 @@ export const Content5: IBlock = {
|
|
|
439
459
|
"font-weight": "600",
|
|
440
460
|
"margin-top": "xs",
|
|
441
461
|
},
|
|
442
|
-
|
|
443
|
-
"border-width": "0",
|
|
444
|
-
cursor: "pointer",
|
|
462
|
+
ctas_levoGroup: {
|
|
445
463
|
display: "flex",
|
|
446
|
-
"
|
|
464
|
+
"flex-direction": "row",
|
|
465
|
+
"column-gap": "xs",
|
|
466
|
+
"row-gap": "xs",
|
|
467
|
+
"flex-wrap": "wrap",
|
|
468
|
+
"align-items": "center",
|
|
447
469
|
tablet: {
|
|
448
|
-
width: "fit-content",
|
|
449
470
|
"justify-content": "center",
|
|
450
471
|
"align-items": "center",
|
|
451
472
|
"margin-left": "5xl",
|
|
452
473
|
},
|
|
453
474
|
width: "fit-content",
|
|
454
475
|
},
|
|
476
|
+
ctas: Array(2)
|
|
477
|
+
.fill(0)
|
|
478
|
+
.map(() => ({
|
|
479
|
+
cta: {
|
|
480
|
+
"border-width": "0",
|
|
481
|
+
cursor: "pointer",
|
|
482
|
+
display: "flex",
|
|
483
|
+
"column-gap": "none",
|
|
484
|
+
width: "fit-content",
|
|
485
|
+
},
|
|
486
|
+
})),
|
|
455
487
|
separator: {
|
|
456
488
|
width: "100%",
|
|
457
489
|
height: "1px",
|
|
@@ -496,9 +528,7 @@ export const Content5: IBlock = {
|
|
|
496
528
|
"row-gap": "xs",
|
|
497
529
|
},
|
|
498
530
|
designation_header: {
|
|
499
|
-
|
|
500
|
-
"font-size": "sm",
|
|
501
|
-
"font-weight": "500",
|
|
531
|
+
"font-weight": 500,
|
|
502
532
|
"text-transform": "uppercase",
|
|
503
533
|
"letter-spacing": "0.05em",
|
|
504
534
|
},
|
|
@@ -517,11 +547,9 @@ export const Content5: IBlock = {
|
|
|
517
547
|
},
|
|
518
548
|
},
|
|
519
549
|
work_header: {
|
|
520
|
-
"font-
|
|
521
|
-
"font-weight": "500",
|
|
550
|
+
"font-weight": 500,
|
|
522
551
|
"text-transform": "uppercase",
|
|
523
552
|
"letter-spacing": "0.05em",
|
|
524
|
-
color: "brand",
|
|
525
553
|
},
|
|
526
554
|
work_value: {
|
|
527
555
|
color: "text-1",
|
|
@@ -542,9 +570,7 @@ export const Content5: IBlock = {
|
|
|
542
570
|
},
|
|
543
571
|
},
|
|
544
572
|
location_header: {
|
|
545
|
-
|
|
546
|
-
"font-size": "sm",
|
|
547
|
-
"font-weight": "500",
|
|
573
|
+
"font-weight": 500,
|
|
548
574
|
"text-transform": "uppercase",
|
|
549
575
|
"letter-spacing": "0.05em",
|
|
550
576
|
},
|
|
@@ -553,19 +579,31 @@ export const Content5: IBlock = {
|
|
|
553
579
|
"font-weight": "600",
|
|
554
580
|
"margin-top": "xs",
|
|
555
581
|
},
|
|
556
|
-
|
|
557
|
-
"border-width": "0",
|
|
558
|
-
cursor: "pointer",
|
|
582
|
+
ctas_levoGroup: {
|
|
559
583
|
display: "flex",
|
|
560
|
-
"
|
|
584
|
+
"flex-direction": "row",
|
|
585
|
+
"column-gap": "xs",
|
|
586
|
+
"row-gap": "xs",
|
|
587
|
+
"flex-wrap": "wrap",
|
|
588
|
+
"align-items": "center",
|
|
561
589
|
tablet: {
|
|
562
|
-
width: "fit-content",
|
|
563
590
|
"justify-content": "center",
|
|
564
591
|
"align-items": "center",
|
|
565
592
|
"margin-left": "5xl",
|
|
566
593
|
},
|
|
567
594
|
width: "fit-content",
|
|
568
595
|
},
|
|
596
|
+
ctas: Array(2)
|
|
597
|
+
.fill(0)
|
|
598
|
+
.map(() => ({
|
|
599
|
+
cta: {
|
|
600
|
+
"border-width": "0",
|
|
601
|
+
cursor: "pointer",
|
|
602
|
+
display: "flex",
|
|
603
|
+
"column-gap": "none",
|
|
604
|
+
width: "fit-content",
|
|
605
|
+
},
|
|
606
|
+
})),
|
|
569
607
|
separator: {
|
|
570
608
|
width: "100%",
|
|
571
609
|
height: "1px",
|
|
@@ -578,6 +616,33 @@ export const Content5: IBlock = {
|
|
|
578
616
|
"font-size": "24px",
|
|
579
617
|
"border-radius": "3xl",
|
|
580
618
|
},
|
|
619
|
+
designation_header_wrapper: {
|
|
620
|
+
display: "flex",
|
|
621
|
+
"align-items": "center",
|
|
622
|
+
"column-gap": "2xs",
|
|
623
|
+
},
|
|
624
|
+
designation_icon: {
|
|
625
|
+
width: "16px",
|
|
626
|
+
height: "16px",
|
|
627
|
+
},
|
|
628
|
+
work_header_wrapper: {
|
|
629
|
+
display: "flex",
|
|
630
|
+
"align-items": "center",
|
|
631
|
+
"column-gap": "2xs",
|
|
632
|
+
},
|
|
633
|
+
work_icon: {
|
|
634
|
+
width: "16px",
|
|
635
|
+
height: "16px",
|
|
636
|
+
},
|
|
637
|
+
location_header_wrapper: {
|
|
638
|
+
display: "flex",
|
|
639
|
+
"align-items": "center",
|
|
640
|
+
"column-gap": "2xs",
|
|
641
|
+
},
|
|
642
|
+
location_icon: {
|
|
643
|
+
width: "16px",
|
|
644
|
+
height: "16px",
|
|
645
|
+
},
|
|
581
646
|
},
|
|
582
647
|
{
|
|
583
648
|
job_item: {
|
|
@@ -610,9 +675,7 @@ export const Content5: IBlock = {
|
|
|
610
675
|
"row-gap": "xs",
|
|
611
676
|
},
|
|
612
677
|
designation_header: {
|
|
613
|
-
|
|
614
|
-
"font-size": "sm",
|
|
615
|
-
"font-weight": "500",
|
|
678
|
+
"font-weight": 500,
|
|
616
679
|
"text-transform": "uppercase",
|
|
617
680
|
"letter-spacing": "0.05em",
|
|
618
681
|
},
|
|
@@ -631,9 +694,7 @@ export const Content5: IBlock = {
|
|
|
631
694
|
},
|
|
632
695
|
},
|
|
633
696
|
work_header: {
|
|
634
|
-
|
|
635
|
-
"font-size": "sm",
|
|
636
|
-
"font-weight": "500",
|
|
697
|
+
"font-weight": 500,
|
|
637
698
|
"text-transform": "uppercase",
|
|
638
699
|
"letter-spacing": "0.05em",
|
|
639
700
|
},
|
|
@@ -656,9 +717,7 @@ export const Content5: IBlock = {
|
|
|
656
717
|
},
|
|
657
718
|
},
|
|
658
719
|
location_header: {
|
|
659
|
-
|
|
660
|
-
"font-size": "sm",
|
|
661
|
-
"font-weight": "500",
|
|
720
|
+
"font-weight": 500,
|
|
662
721
|
"text-transform": "uppercase",
|
|
663
722
|
"letter-spacing": "0.05em",
|
|
664
723
|
},
|
|
@@ -667,19 +726,31 @@ export const Content5: IBlock = {
|
|
|
667
726
|
"font-weight": "600",
|
|
668
727
|
"margin-top": "xs",
|
|
669
728
|
},
|
|
670
|
-
|
|
671
|
-
"border-width": "0",
|
|
672
|
-
cursor: "pointer",
|
|
729
|
+
ctas_levoGroup: {
|
|
673
730
|
display: "flex",
|
|
674
|
-
"
|
|
731
|
+
"flex-direction": "row",
|
|
732
|
+
"column-gap": "xs",
|
|
733
|
+
"row-gap": "xs",
|
|
734
|
+
"flex-wrap": "wrap",
|
|
735
|
+
"align-items": "center",
|
|
675
736
|
tablet: {
|
|
676
|
-
width: "fit-content",
|
|
677
737
|
"justify-content": "center",
|
|
678
738
|
"align-items": "center",
|
|
679
739
|
"margin-left": "5xl",
|
|
680
740
|
},
|
|
681
741
|
width: "fit-content",
|
|
682
742
|
},
|
|
743
|
+
ctas: Array(2)
|
|
744
|
+
.fill(0)
|
|
745
|
+
.map(() => ({
|
|
746
|
+
cta: {
|
|
747
|
+
"border-width": "0",
|
|
748
|
+
cursor: "pointer",
|
|
749
|
+
display: "flex",
|
|
750
|
+
"column-gap": "none",
|
|
751
|
+
width: "fit-content",
|
|
752
|
+
},
|
|
753
|
+
})),
|
|
683
754
|
separator: {
|
|
684
755
|
width: "100%",
|
|
685
756
|
height: "1px",
|
|
@@ -692,6 +763,33 @@ export const Content5: IBlock = {
|
|
|
692
763
|
"font-size": "24px",
|
|
693
764
|
"border-radius": "3xl",
|
|
694
765
|
},
|
|
766
|
+
designation_header_wrapper: {
|
|
767
|
+
display: "flex",
|
|
768
|
+
"align-items": "center",
|
|
769
|
+
"column-gap": "2xs",
|
|
770
|
+
},
|
|
771
|
+
designation_icon: {
|
|
772
|
+
width: "16px",
|
|
773
|
+
height: "16px",
|
|
774
|
+
},
|
|
775
|
+
work_header_wrapper: {
|
|
776
|
+
display: "flex",
|
|
777
|
+
"align-items": "center",
|
|
778
|
+
"column-gap": "2xs",
|
|
779
|
+
},
|
|
780
|
+
work_icon: {
|
|
781
|
+
width: "16px",
|
|
782
|
+
height: "16px",
|
|
783
|
+
},
|
|
784
|
+
location_header_wrapper: {
|
|
785
|
+
display: "flex",
|
|
786
|
+
"align-items": "center",
|
|
787
|
+
"column-gap": "2xs",
|
|
788
|
+
},
|
|
789
|
+
location_icon: {
|
|
790
|
+
width: "16px",
|
|
791
|
+
height: "16px",
|
|
792
|
+
},
|
|
695
793
|
},
|
|
696
794
|
{
|
|
697
795
|
job_item: {
|
|
@@ -724,9 +822,7 @@ export const Content5: IBlock = {
|
|
|
724
822
|
"row-gap": "xs",
|
|
725
823
|
},
|
|
726
824
|
designation_header: {
|
|
727
|
-
|
|
728
|
-
"font-size": "sm",
|
|
729
|
-
"font-weight": "500",
|
|
825
|
+
"font-weight": 500,
|
|
730
826
|
"text-transform": "uppercase",
|
|
731
827
|
"letter-spacing": "0.05em",
|
|
732
828
|
},
|
|
@@ -745,9 +841,7 @@ export const Content5: IBlock = {
|
|
|
745
841
|
},
|
|
746
842
|
},
|
|
747
843
|
work_header: {
|
|
748
|
-
|
|
749
|
-
"font-size": "sm",
|
|
750
|
-
"font-weight": "500",
|
|
844
|
+
"font-weight": 500,
|
|
751
845
|
"text-transform": "uppercase",
|
|
752
846
|
"letter-spacing": "0.05em",
|
|
753
847
|
},
|
|
@@ -770,9 +864,7 @@ export const Content5: IBlock = {
|
|
|
770
864
|
},
|
|
771
865
|
},
|
|
772
866
|
location_header: {
|
|
773
|
-
|
|
774
|
-
"font-size": "sm",
|
|
775
|
-
"font-weight": "500",
|
|
867
|
+
"font-weight": 500,
|
|
776
868
|
"text-transform": "uppercase",
|
|
777
869
|
"letter-spacing": "0.05em",
|
|
778
870
|
},
|
|
@@ -781,19 +873,31 @@ export const Content5: IBlock = {
|
|
|
781
873
|
"font-weight": "600",
|
|
782
874
|
"margin-top": "xs",
|
|
783
875
|
},
|
|
784
|
-
|
|
785
|
-
"border-width": "0",
|
|
786
|
-
cursor: "pointer",
|
|
876
|
+
ctas_levoGroup: {
|
|
787
877
|
display: "flex",
|
|
788
|
-
"
|
|
878
|
+
"flex-direction": "row",
|
|
879
|
+
"column-gap": "xs",
|
|
880
|
+
"row-gap": "xs",
|
|
881
|
+
"flex-wrap": "wrap",
|
|
882
|
+
"align-items": "center",
|
|
789
883
|
tablet: {
|
|
790
|
-
width: "fit-content",
|
|
791
884
|
"justify-content": "center",
|
|
792
885
|
"align-items": "center",
|
|
793
886
|
"margin-left": "5xl",
|
|
794
887
|
},
|
|
795
888
|
width: "fit-content",
|
|
796
889
|
},
|
|
890
|
+
ctas: Array(2)
|
|
891
|
+
.fill(0)
|
|
892
|
+
.map(() => ({
|
|
893
|
+
cta: {
|
|
894
|
+
"border-width": "0",
|
|
895
|
+
cursor: "pointer",
|
|
896
|
+
display: "flex",
|
|
897
|
+
"column-gap": "none",
|
|
898
|
+
width: "fit-content",
|
|
899
|
+
},
|
|
900
|
+
})),
|
|
797
901
|
separator: {
|
|
798
902
|
width: "100%",
|
|
799
903
|
height: "1px",
|
|
@@ -806,211 +910,32 @@ export const Content5: IBlock = {
|
|
|
806
910
|
"font-size": "24px",
|
|
807
911
|
"border-radius": "3xl",
|
|
808
912
|
},
|
|
809
|
-
|
|
810
|
-
{
|
|
811
|
-
job_item: {
|
|
812
|
-
display: "grid",
|
|
813
|
-
"grid-template-columns": "1fr 1fr 1fr auto",
|
|
814
|
-
"align-items": "start",
|
|
815
|
-
"column-gap": "lg",
|
|
816
|
-
"padding-top": "lg",
|
|
817
|
-
"padding-bottom": "lg",
|
|
818
|
-
"border-bottom": "1px solid",
|
|
819
|
-
"border-color": "border",
|
|
820
|
-
tablet: {
|
|
821
|
-
"grid-template-columns": "1fr 1fr auto",
|
|
822
|
-
"column-gap": "base",
|
|
823
|
-
},
|
|
824
|
-
mobile: {
|
|
825
|
-
"grid-template-columns": "1fr auto",
|
|
826
|
-
"column-gap": "sm",
|
|
827
|
-
"padding-top": "base",
|
|
828
|
-
"padding-bottom": "base",
|
|
829
|
-
},
|
|
830
|
-
},
|
|
831
|
-
designation_wrapper: {
|
|
832
|
-
display: "flex",
|
|
833
|
-
"flex-direction": "column",
|
|
834
|
-
"row-gap": "xs",
|
|
835
|
-
},
|
|
836
|
-
designation_header: {
|
|
837
|
-
color: "text-2",
|
|
838
|
-
"font-size": "sm",
|
|
839
|
-
"font-weight": "500",
|
|
840
|
-
"text-transform": "uppercase",
|
|
841
|
-
"letter-spacing": "0.05em",
|
|
842
|
-
},
|
|
843
|
-
designation_value: {
|
|
844
|
-
color: "text-1",
|
|
845
|
-
"font-weight": "600",
|
|
846
|
-
"margin-top": "xs",
|
|
847
|
-
},
|
|
848
|
-
work_wrapper: {
|
|
849
|
-
display: "flex",
|
|
850
|
-
"flex-direction": "column",
|
|
851
|
-
"row-gap": "xs",
|
|
852
|
-
tablet: {
|
|
853
|
-
display: "flex",
|
|
854
|
-
},
|
|
855
|
-
mobile: {
|
|
856
|
-
display: "none",
|
|
857
|
-
},
|
|
858
|
-
},
|
|
859
|
-
work_header: {
|
|
860
|
-
color: "text-2",
|
|
861
|
-
"font-size": "sm",
|
|
862
|
-
"font-weight": "500",
|
|
863
|
-
"text-transform": "uppercase",
|
|
864
|
-
"letter-spacing": "0.05em",
|
|
865
|
-
},
|
|
866
|
-
work_value: {
|
|
867
|
-
color: "text-1",
|
|
868
|
-
"font-weight": "600",
|
|
869
|
-
"margin-top": "xs",
|
|
870
|
-
},
|
|
871
|
-
location_wrapper: {
|
|
872
|
-
display: "flex",
|
|
873
|
-
"flex-direction": "column",
|
|
874
|
-
"row-gap": "xs",
|
|
875
|
-
tablet: {
|
|
876
|
-
display: "none",
|
|
877
|
-
},
|
|
878
|
-
mobile: {
|
|
879
|
-
display: "none",
|
|
880
|
-
},
|
|
881
|
-
},
|
|
882
|
-
location_header: {
|
|
883
|
-
color: "text-2",
|
|
884
|
-
"font-size": "sm",
|
|
885
|
-
"font-weight": "500",
|
|
886
|
-
"text-transform": "uppercase",
|
|
887
|
-
"letter-spacing": "0.05em",
|
|
888
|
-
},
|
|
889
|
-
location_value: {
|
|
890
|
-
color: "text-1",
|
|
891
|
-
"font-weight": "600",
|
|
892
|
-
"margin-top": "xs",
|
|
893
|
-
},
|
|
894
|
-
cta: {
|
|
895
|
-
color: "text-2",
|
|
896
|
-
"background-color": "transparent",
|
|
897
|
-
"border-width": "0",
|
|
898
|
-
"padding-top": "none",
|
|
899
|
-
"padding-bottom": "none",
|
|
900
|
-
"padding-left": "none",
|
|
901
|
-
"padding-right": "none",
|
|
902
|
-
"text-decoration": "none",
|
|
903
|
-
cursor: "pointer",
|
|
904
|
-
"font-size": "lg",
|
|
905
|
-
},
|
|
906
|
-
separator: {
|
|
907
|
-
width: "100%",
|
|
908
|
-
height: "1px",
|
|
909
|
-
"background-color": "border",
|
|
910
|
-
filter: "none",
|
|
911
|
-
},
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
job_item: {
|
|
915
|
-
display: "grid",
|
|
916
|
-
"grid-template-columns": "1fr 1fr 1fr auto",
|
|
917
|
-
"align-items": "start",
|
|
918
|
-
"column-gap": "lg",
|
|
919
|
-
"padding-top": "lg",
|
|
920
|
-
"padding-bottom": "lg",
|
|
921
|
-
"border-bottom": "none",
|
|
922
|
-
tablet: {
|
|
923
|
-
"grid-template-columns": "1fr 1fr auto",
|
|
924
|
-
"column-gap": "base",
|
|
925
|
-
},
|
|
926
|
-
mobile: {
|
|
927
|
-
"grid-template-columns": "1fr auto",
|
|
928
|
-
"column-gap": "sm",
|
|
929
|
-
"padding-top": "base",
|
|
930
|
-
"padding-bottom": "base",
|
|
931
|
-
},
|
|
932
|
-
},
|
|
933
|
-
designation_wrapper: {
|
|
913
|
+
designation_header_wrapper: {
|
|
934
914
|
display: "flex",
|
|
935
|
-
"
|
|
936
|
-
"
|
|
937
|
-
},
|
|
938
|
-
designation_header: {
|
|
939
|
-
color: "text-2",
|
|
940
|
-
"font-size": "sm",
|
|
941
|
-
"font-weight": "500",
|
|
942
|
-
"text-transform": "uppercase",
|
|
943
|
-
"letter-spacing": "0.05em",
|
|
915
|
+
"align-items": "center",
|
|
916
|
+
"column-gap": "2xs",
|
|
944
917
|
},
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
"margin-top": "xs",
|
|
918
|
+
designation_icon: {
|
|
919
|
+
width: "16px",
|
|
920
|
+
height: "16px",
|
|
949
921
|
},
|
|
950
|
-
|
|
922
|
+
work_header_wrapper: {
|
|
951
923
|
display: "flex",
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
tablet: {
|
|
955
|
-
display: "flex",
|
|
956
|
-
},
|
|
957
|
-
mobile: {
|
|
958
|
-
display: "none",
|
|
959
|
-
},
|
|
960
|
-
},
|
|
961
|
-
work_header: {
|
|
962
|
-
color: "text-2",
|
|
963
|
-
"font-size": "sm",
|
|
964
|
-
"font-weight": "500",
|
|
965
|
-
"text-transform": "uppercase",
|
|
966
|
-
"letter-spacing": "0.05em",
|
|
924
|
+
"align-items": "center",
|
|
925
|
+
"column-gap": "2xs",
|
|
967
926
|
},
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
"margin-top": "xs",
|
|
927
|
+
work_icon: {
|
|
928
|
+
width: "16px",
|
|
929
|
+
height: "16px",
|
|
972
930
|
},
|
|
973
|
-
|
|
931
|
+
location_header_wrapper: {
|
|
974
932
|
display: "flex",
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
tablet: {
|
|
978
|
-
display: "none",
|
|
979
|
-
},
|
|
980
|
-
mobile: {
|
|
981
|
-
display: "none",
|
|
982
|
-
},
|
|
983
|
-
},
|
|
984
|
-
location_header: {
|
|
985
|
-
color: "text-2",
|
|
986
|
-
"font-size": "sm",
|
|
987
|
-
"font-weight": "500",
|
|
988
|
-
"text-transform": "uppercase",
|
|
989
|
-
"letter-spacing": "0.05em",
|
|
990
|
-
},
|
|
991
|
-
location_value: {
|
|
992
|
-
color: "text-1",
|
|
993
|
-
"font-weight": "600",
|
|
994
|
-
"margin-top": "xs",
|
|
995
|
-
},
|
|
996
|
-
cta: {
|
|
997
|
-
color: "text-2",
|
|
998
|
-
"background-color": "transparent",
|
|
999
|
-
"border-width": "0",
|
|
1000
|
-
"padding-top": "none",
|
|
1001
|
-
"padding-bottom": "none",
|
|
1002
|
-
"padding-left": "none",
|
|
1003
|
-
"padding-right": "none",
|
|
1004
|
-
"text-decoration": "none",
|
|
1005
|
-
cursor: "pointer",
|
|
1006
|
-
"font-size": "lg",
|
|
933
|
+
"align-items": "center",
|
|
934
|
+
"column-gap": "2xs",
|
|
1007
935
|
},
|
|
1008
|
-
|
|
1009
|
-
width: "
|
|
1010
|
-
height: "
|
|
1011
|
-
"background-color": "border",
|
|
1012
|
-
filter: "none",
|
|
1013
|
-
display: "none",
|
|
936
|
+
location_icon: {
|
|
937
|
+
width: "16px",
|
|
938
|
+
height: "16px",
|
|
1014
939
|
},
|
|
1015
940
|
},
|
|
1016
941
|
],
|
|
@@ -1044,6 +969,104 @@ export const Content5: IBlock = {
|
|
|
1044
969
|
Heading_Level: "H2",
|
|
1045
970
|
},
|
|
1046
971
|
},
|
|
972
|
+
jobs: [
|
|
973
|
+
{
|
|
974
|
+
designation_header: {
|
|
975
|
+
selectedVariants: {
|
|
976
|
+
Typography_Variants: "Small",
|
|
977
|
+
},
|
|
978
|
+
},
|
|
979
|
+
work_header: {
|
|
980
|
+
selectedVariants: {
|
|
981
|
+
Typography_Variants: "Small",
|
|
982
|
+
},
|
|
983
|
+
},
|
|
984
|
+
location_header: {
|
|
985
|
+
selectedVariants: {
|
|
986
|
+
Typography_Variants: "Small",
|
|
987
|
+
},
|
|
988
|
+
},
|
|
989
|
+
ctas: Array(2)
|
|
990
|
+
.fill(0)
|
|
991
|
+
.map(() => ({
|
|
992
|
+
cta: {
|
|
993
|
+
selectedVariants: {},
|
|
994
|
+
},
|
|
995
|
+
})),
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
designation_header: {
|
|
999
|
+
selectedVariants: {
|
|
1000
|
+
Typography_Variants: "Small",
|
|
1001
|
+
},
|
|
1002
|
+
},
|
|
1003
|
+
work_header: {
|
|
1004
|
+
selectedVariants: {
|
|
1005
|
+
Typography_Variants: "Small",
|
|
1006
|
+
},
|
|
1007
|
+
},
|
|
1008
|
+
location_header: {
|
|
1009
|
+
selectedVariants: {
|
|
1010
|
+
Typography_Variants: "Small",
|
|
1011
|
+
},
|
|
1012
|
+
},
|
|
1013
|
+
ctas: Array(2)
|
|
1014
|
+
.fill(0)
|
|
1015
|
+
.map(() => ({
|
|
1016
|
+
cta: {
|
|
1017
|
+
selectedVariants: {},
|
|
1018
|
+
},
|
|
1019
|
+
})),
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
designation_header: {
|
|
1023
|
+
selectedVariants: {
|
|
1024
|
+
Typography_Variants: "Small",
|
|
1025
|
+
},
|
|
1026
|
+
},
|
|
1027
|
+
work_header: {
|
|
1028
|
+
selectedVariants: {
|
|
1029
|
+
Typography_Variants: "Small",
|
|
1030
|
+
},
|
|
1031
|
+
},
|
|
1032
|
+
location_header: {
|
|
1033
|
+
selectedVariants: {
|
|
1034
|
+
Typography_Variants: "Small",
|
|
1035
|
+
},
|
|
1036
|
+
},
|
|
1037
|
+
ctas: Array(2)
|
|
1038
|
+
.fill(0)
|
|
1039
|
+
.map(() => ({
|
|
1040
|
+
cta: {
|
|
1041
|
+
selectedVariants: {},
|
|
1042
|
+
},
|
|
1043
|
+
})),
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
designation_header: {
|
|
1047
|
+
selectedVariants: {
|
|
1048
|
+
Typography_Variants: "Small",
|
|
1049
|
+
},
|
|
1050
|
+
},
|
|
1051
|
+
work_header: {
|
|
1052
|
+
selectedVariants: {
|
|
1053
|
+
Typography_Variants: "Small",
|
|
1054
|
+
},
|
|
1055
|
+
},
|
|
1056
|
+
location_header: {
|
|
1057
|
+
selectedVariants: {
|
|
1058
|
+
Typography_Variants: "Small",
|
|
1059
|
+
},
|
|
1060
|
+
},
|
|
1061
|
+
ctas: Array(2)
|
|
1062
|
+
.fill(0)
|
|
1063
|
+
.map(() => ({
|
|
1064
|
+
cta: {
|
|
1065
|
+
selectedVariants: {},
|
|
1066
|
+
},
|
|
1067
|
+
})),
|
|
1068
|
+
},
|
|
1069
|
+
],
|
|
1047
1070
|
},
|
|
1048
1071
|
},
|
|
1049
1072
|
],
|