@levo-so/blocks 0.1.101 → 0.1.103
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 +24 -23
- package/src/blocks/about-us/about-us-1.schema.ts +302 -295
- package/src/blocks/about-us/about-us-2.schema.ts +225 -220
- package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
- package/src/blocks/blogs/blog-author-1.tsx +121 -0
- package/src/blocks/blogs/blog-listing-1.tsx +111 -33
- package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
- package/src/blocks/blogs/blog-listing-2.tsx +118 -33
- package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
- package/src/blocks/blogs/blog-listing-3.tsx +118 -33
- package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
- package/src/blocks/blogs/blog-post-1.tsx +272 -39
- package/src/blocks/calendar/calendar-1.schema.ts +641 -192
- package/src/blocks/calendar/calendar-1.tsx +1 -0
- package/src/blocks/cards/cards-10.schema.ts +557 -544
- package/src/blocks/cards/cards-11.schema.ts +525 -419
- package/src/blocks/cards/cards-12.schema.ts +538 -147
- package/src/blocks/cards/cards-13.schema.ts +482 -312
- package/src/blocks/cards/cards-14.schema.ts +423 -196
- package/src/blocks/cards/cards-15.schema.ts +309 -143
- package/src/blocks/cards/cards-16.schema.ts +1277 -175
- package/src/blocks/cards/cards-17.schema.ts +2908 -1303
- package/src/blocks/cards/cards-18.schema.ts +1404 -217
- package/src/blocks/cards/cards-19.schema.ts +1105 -1084
- package/src/blocks/cards/cards-19.tsx +4 -5
- package/src/blocks/cards/cards-2.schema.ts +513 -42
- package/src/blocks/cards/cards-20.schema.ts +790 -212
- package/src/blocks/cards/cards-21.schema.ts +1215 -229
- package/src/blocks/cards/cards-21.tsx +51 -6
- package/src/blocks/cards/cards-22.schema.ts +1252 -2809
- package/src/blocks/cards/cards-22.tsx +6 -7
- package/src/blocks/cards/cards-23.schema.ts +571 -109
- package/src/blocks/cards/cards-3.schema.ts +355 -116
- package/src/blocks/cards/cards-4.schema.ts +805 -321
- package/src/blocks/cards/cards-5.schema.ts +216 -64
- package/src/blocks/cards/cards-6.schema.ts +568 -1330
- package/src/blocks/cards/cards-7.schema.ts +1181 -1378
- package/src/blocks/cards/cards-8.schema.ts +585 -221
- package/src/blocks/cards/cards-9.schema.ts +763 -382
- package/src/blocks/carousel/carousel-1.schema.ts +257 -502
- package/src/blocks/carousel/carousel-1.tsx +2 -2
- package/src/blocks/carousel/carousel-2.schema.ts +771 -761
- package/src/blocks/community/community-1.schema.ts +8 -23
- package/src/blocks/community/community-1.tsx +3 -3
- package/src/blocks/community/community-post-1.tsx +4 -4
- package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
- package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
- package/src/blocks/content/content-1.schema.ts +800 -381
- package/src/blocks/content/content-10.schema.ts +763 -20
- package/src/blocks/content/content-2.schema.ts +426 -52
- package/src/blocks/content/content-3.schema.ts +631 -432
- package/src/blocks/content/content-4.schema.ts +378 -123
- package/src/blocks/content/content-5.schema.ts +1152 -682
- package/src/blocks/content/content-6.schema.ts +679 -707
- package/src/blocks/content/content-7.schema.ts +694 -291
- package/src/blocks/content/content-8.schema.ts +247 -7
- package/src/blocks/content/content-9.schema.ts +855 -116
- package/src/blocks/cta/cta-1.schema.ts +294 -62
- package/src/blocks/cta/cta-2.schema.ts +302 -66
- package/src/blocks/cta/cta-2.tsx +1 -2
- package/src/blocks/cta/cta-3.schema.ts +312 -62
- package/src/blocks/ecommerce/ecommerce-1.schema.ts +477 -0
- package/src/blocks/ecommerce/ecommerce-1.tsx +243 -0
- package/src/blocks/ecommerce/ecommerce-2.schema.ts +268 -0
- package/src/blocks/ecommerce/ecommerce-2.tsx +238 -0
- package/src/blocks/ecommerce/ecommerce-3.schema.ts +56 -0
- package/src/blocks/ecommerce/ecommerce-3.tsx +72 -0
- package/src/blocks/ecommerce/ecommerce-4.schema.ts +461 -0
- package/src/blocks/ecommerce/ecommerce-4.tsx +249 -0
- package/src/blocks/ecommerce/ecommerce-5.schema.ts +230 -0
- package/src/blocks/ecommerce/ecommerce-5.tsx +146 -0
- package/src/blocks/embed/embed-1.schema.ts +181 -0
- package/src/blocks/event/event-listing-2.schema.ts +5 -11
- package/src/blocks/event/event-listing-3.schema.ts +5 -11
- package/src/blocks/event/event-listing-4.schema.ts +5 -11
- package/src/blocks/event/event-listing.schema.ts +5 -11
- package/src/blocks/faq/faq-1.schema.ts +439 -260
- package/src/blocks/faq/faq-2.schema.ts +444 -266
- package/src/blocks/faq/faq-3.schema.ts +1420 -224
- package/src/blocks/features/features-1/features-1.schema.ts +21 -21
- package/src/blocks/features/features-1/variants/default.ts +120 -138
- package/src/blocks/features/features-1/variants/index.ts +2 -2
- package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
- package/src/blocks/features/features-2.schema.ts +368 -286
- package/src/blocks/features/features-3.schema.ts +557 -280
- package/src/blocks/features/features-4.schema.ts +940 -432
- package/src/blocks/features/features-5.schema.ts +566 -407
- package/src/blocks/features/features-6.schema.ts +557 -523
- package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
- package/src/blocks/footer/footer-1.schema.ts +383 -401
- package/src/blocks/footer/footer-2.schema.ts +337 -878
- package/src/blocks/footer/footer-3.schema.ts +445 -381
- package/src/blocks/footer/footer-4.schema.ts +610 -439
- package/src/blocks/footer/footer-5.schema.ts +367 -321
- package/src/blocks/footer/footer-6.schema.ts +610 -357
- package/src/blocks/form/form-1.schema.ts +237 -0
- package/src/blocks/hero/hero-1.schema.ts +251 -221
- package/src/blocks/hero/hero-10.schema.ts +23 -14
- package/src/blocks/hero/hero-11.schema.ts +728 -601
- package/src/blocks/hero/hero-12.schema.ts +524 -334
- package/src/blocks/hero/hero-13.schema.ts +83 -95
- package/src/blocks/hero/hero-2.schema.ts +277 -68
- package/src/blocks/hero/hero-3.schema.ts +371 -235
- package/src/blocks/hero/hero-3.tsx +1 -1
- package/src/blocks/hero/hero-4.schema.ts +605 -338
- package/src/blocks/hero/hero-5.schema.ts +545 -61
- package/src/blocks/hero/hero-6.schema.ts +446 -257
- package/src/blocks/hero/hero-6.tsx +1 -1
- package/src/blocks/hero/hero-7.schema.ts +1299 -131
- package/src/blocks/hero/hero-7.tsx +43 -23
- package/src/blocks/hero/hero-8.schema.ts +736 -236
- package/src/blocks/hero/hero-9.schema.ts +908 -58
- package/src/blocks/index.ts +14 -2
- package/src/blocks/jobs/jobs-1.schema.ts +741 -219
- package/src/blocks/logos/logos-1.schema.ts +317 -321
- package/src/blocks/logos/logos-1.tsx +32 -19
- package/src/blocks/logos/logos-2.schema.ts +223 -0
- package/src/blocks/logos/logos-2.tsx +55 -0
- package/src/blocks/navbar/navbar-1.schema.ts +319 -186
- package/src/blocks/navbar/navbar-3.schema.ts +618 -570
- package/src/blocks/navbar/navbar-3.tsx +3 -2
- package/src/blocks/navbar/navbar-4.schema.ts +731 -1234
- package/src/blocks/navbar/navbar-4.tsx +1 -6
- package/src/blocks/polling/polling-1.schema.ts +161 -0
- package/src/blocks/pricing/pricing-1.schema.ts +549 -626
- package/src/blocks/products/products-listing-1.schema.ts +363 -249
- package/src/blocks/products/products-listing-2.schema.ts +515 -257
- package/src/blocks/products/products-listing-3.schema.ts +790 -839
- package/src/blocks/products/products-listing-3.tsx +86 -84
- package/src/blocks/profile/profile-1.schema.ts +168 -187
- package/src/blocks/profile/profile-2.schema.ts +150 -122
- package/src/blocks/profile/profile-3.schema.ts +307 -256
- package/src/blocks/profile/profile-4.schema.ts +372 -504
- package/src/blocks/profile/profile-5.schema.ts +186 -79
- package/src/blocks/services/service-1.schema.ts +700 -631
- package/src/blocks/services/service-2.schema.ts +559 -82
- package/src/blocks/services/service-2.tsx +5 -6
- package/src/blocks/services/service-3.schema.ts +592 -207
- package/src/blocks/services/service-3.tsx +10 -2
- package/src/blocks/stats/stats-1.schema.ts +347 -257
- package/src/blocks/stats/stats-2.schema.ts +14 -2
- package/src/blocks/stats/variants/default.ts +14 -37
- package/src/blocks/stats/variants/extra.ts +232 -0
- package/src/blocks/stats/variants/hero.ts +1 -30
- package/src/blocks/stats/variants/index.ts +13 -1
- package/src/blocks/tabs/tab-1.schema.ts +1361 -214
- package/src/blocks/tabs/tab-2.schema.ts +984 -390
- package/src/blocks/tabs/tab-3.schema.ts +961 -95
- package/src/blocks/team/team-1.schema.ts +681 -564
- package/src/blocks/team/team-2.schema.ts +589 -935
- package/src/blocks/team/team-3.schema.ts +375 -284
- package/src/blocks/team/team-4.schema.ts +569 -355
- package/src/blocks/team/team-5.schema.ts +307 -111
- package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
- package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
- package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
- package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
- package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
- package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
- package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
- package/src/blocks/timeline/timeline-1.schema.ts +382 -140
- package/src/blocks/users/edit-profile.schema.ts +2 -8
- package/src/blocks/users/edit-profile.tsx +2 -3
- package/src/schemas/blocks.ts +14 -2
- package/src/schemas/categories.ts +6 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
- package/src/blocks/navbar/navbar-2.schema.ts +0 -1134
- package/src/blocks/navbar/navbar-2.tsx +0 -381
|
@@ -4,133 +4,161 @@ const DEFAULT_CONTENT = {
|
|
|
4
4
|
layout: null,
|
|
5
5
|
container: null,
|
|
6
6
|
header_wrapper: null,
|
|
7
|
-
title: "
|
|
8
|
-
description:
|
|
7
|
+
title: "Platform modules",
|
|
8
|
+
description:
|
|
9
|
+
"Modular capabilities you ship piecewise — acceptance, risk, ledger, payouts — each with its own SLA, audit trail, and sandbox.",
|
|
9
10
|
view_all_ctas_levoGroup: null,
|
|
10
|
-
view_all_ctas: [{ view_all_cta: "
|
|
11
|
+
view_all_ctas: [{ view_all_cta: "See all modules" }, { view_all_cta: "Book a demo" }],
|
|
11
12
|
services_levoGroup: null,
|
|
12
13
|
services: [
|
|
13
14
|
{
|
|
14
15
|
service_item: null,
|
|
15
16
|
left_container: null,
|
|
16
|
-
service_title: "
|
|
17
|
+
service_title: "Acceptance",
|
|
17
18
|
right_container: null,
|
|
18
19
|
service_image: {
|
|
19
|
-
id: "
|
|
20
|
-
filename: "image.png",
|
|
20
|
+
id: "7452730548062536045",
|
|
21
21
|
kind: "image",
|
|
22
|
-
location:
|
|
22
|
+
location:
|
|
23
|
+
"https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg",
|
|
24
|
+
mimetype: "image/jpeg",
|
|
23
25
|
srcset: {
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
"828w":
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
26
|
+
"320w":
|
|
27
|
+
"https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
28
|
+
"640w":
|
|
29
|
+
"https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
30
|
+
"750w":
|
|
31
|
+
"https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
32
|
+
"828w":
|
|
33
|
+
"https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
34
|
+
"1080w":
|
|
35
|
+
"https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
36
|
+
"1200w":
|
|
37
|
+
"https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
38
|
+
"1920w":
|
|
39
|
+
"https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
40
|
+
path: "https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/11009960/pexels-photo-11009960.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
41
|
+
},
|
|
34
42
|
},
|
|
35
43
|
content_wrapper: null,
|
|
36
44
|
service_description:
|
|
37
|
-
"
|
|
45
|
+
"Route across 180+ currencies and 40 local methods with smart retries that recover 8% of declined authorizations automatically.",
|
|
38
46
|
ctas_levoGroup: null,
|
|
39
|
-
ctas: [{ cta: "
|
|
47
|
+
ctas: [{ cta: "See coverage" }, { cta: "Try sandbox" }],
|
|
40
48
|
},
|
|
41
49
|
{
|
|
42
50
|
service_item: null,
|
|
43
51
|
left_container: null,
|
|
44
|
-
service_title: "
|
|
52
|
+
service_title: "Risk engine",
|
|
45
53
|
right_container: null,
|
|
46
54
|
service_image: {
|
|
47
|
-
id: "
|
|
48
|
-
filename: "image.png",
|
|
55
|
+
id: "7452730575922081163",
|
|
49
56
|
kind: "image",
|
|
50
|
-
location:
|
|
57
|
+
location:
|
|
58
|
+
"https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg",
|
|
59
|
+
mimetype: "image/jpeg",
|
|
51
60
|
srcset: {
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
"828w":
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
61
|
+
"320w":
|
|
62
|
+
"https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
63
|
+
"640w":
|
|
64
|
+
"https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
65
|
+
"750w":
|
|
66
|
+
"https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
67
|
+
"828w":
|
|
68
|
+
"https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
69
|
+
"1080w":
|
|
70
|
+
"https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
71
|
+
"1200w":
|
|
72
|
+
"https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
73
|
+
"1920w":
|
|
74
|
+
"https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
75
|
+
path: "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
76
|
+
},
|
|
62
77
|
},
|
|
63
78
|
content_wrapper: null,
|
|
64
79
|
service_description:
|
|
65
|
-
"
|
|
80
|
+
"Device-graph signals and behavioral models cut fraud by 42% while keeping 3-D Secure challenges under 4% of approved volume.",
|
|
66
81
|
ctas_levoGroup: null,
|
|
67
|
-
ctas: [{ cta: "
|
|
82
|
+
ctas: [{ cta: "View rule catalog" }, { cta: "Book a demo" }],
|
|
68
83
|
},
|
|
69
84
|
{
|
|
70
85
|
service_item: null,
|
|
71
86
|
left_container: null,
|
|
72
|
-
service_title: "
|
|
87
|
+
service_title: "Ledger",
|
|
73
88
|
right_container: null,
|
|
74
89
|
service_image: {
|
|
75
|
-
id: "
|
|
76
|
-
filename: "image.png",
|
|
90
|
+
id: "7452730558657121298",
|
|
77
91
|
kind: "image",
|
|
78
|
-
location:
|
|
92
|
+
location:
|
|
93
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
|
|
94
|
+
mimetype: "image/jpeg",
|
|
79
95
|
srcset: {
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
"828w":
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
96
|
+
"320w":
|
|
97
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
98
|
+
"640w":
|
|
99
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
100
|
+
"750w":
|
|
101
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
102
|
+
"828w":
|
|
103
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
104
|
+
"1080w":
|
|
105
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
106
|
+
"1200w":
|
|
107
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
108
|
+
"1920w":
|
|
109
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
110
|
+
path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
111
|
+
},
|
|
90
112
|
},
|
|
91
113
|
content_wrapper: null,
|
|
92
114
|
service_description:
|
|
93
|
-
"
|
|
115
|
+
"Double-entry books update per authorization with tokenized IDs, so reconciliation and payouts clear within the same minute.",
|
|
94
116
|
ctas_levoGroup: null,
|
|
95
|
-
ctas: [{ cta: "
|
|
117
|
+
ctas: [{ cta: "Read ledger docs" }, { cta: "Book a demo" }],
|
|
96
118
|
},
|
|
97
119
|
{
|
|
98
120
|
service_item: null,
|
|
99
121
|
left_container: null,
|
|
100
|
-
service_title: "
|
|
122
|
+
service_title: "Payouts",
|
|
101
123
|
right_container: null,
|
|
102
124
|
service_image: {
|
|
103
|
-
id: "
|
|
104
|
-
filename: "image.png",
|
|
125
|
+
id: "7452730572768769234",
|
|
105
126
|
kind: "image",
|
|
106
|
-
location:
|
|
127
|
+
location:
|
|
128
|
+
"https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg",
|
|
129
|
+
mimetype: "image/jpeg",
|
|
107
130
|
srcset: {
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
"828w":
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
131
|
+
"320w":
|
|
132
|
+
"https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
133
|
+
"640w":
|
|
134
|
+
"https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
135
|
+
"750w":
|
|
136
|
+
"https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
137
|
+
"828w":
|
|
138
|
+
"https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
139
|
+
"1080w":
|
|
140
|
+
"https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
141
|
+
"1200w":
|
|
142
|
+
"https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
143
|
+
"1920w":
|
|
144
|
+
"https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
145
|
+
path: "https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/4226272/pexels-photo-4226272.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
146
|
+
},
|
|
118
147
|
},
|
|
119
148
|
content_wrapper: null,
|
|
120
149
|
service_description:
|
|
121
|
-
"
|
|
150
|
+
"Push to 14 corridors with per-corridor SLAs, real-time FX, and batched settlement files that drop into treasury on a schedule.",
|
|
122
151
|
ctas_levoGroup: null,
|
|
123
|
-
ctas: [{ cta: "
|
|
152
|
+
ctas: [{ cta: "See routing rules" }, { cta: "Book a demo" }],
|
|
124
153
|
},
|
|
125
154
|
],
|
|
126
155
|
view_all_cta_rightIcon: {
|
|
127
156
|
kind: "icon",
|
|
128
157
|
data: {
|
|
129
|
-
id: "arrow-right-
|
|
130
|
-
label: "Arrow Right
|
|
131
|
-
tags: ["arrow", "custom", "directional", "right"],
|
|
158
|
+
id: "arrow-right-3",
|
|
159
|
+
label: "Arrow Right 3",
|
|
132
160
|
svgCode:
|
|
133
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="
|
|
161
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.55002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
134
162
|
},
|
|
135
163
|
},
|
|
136
164
|
};
|
|
@@ -281,87 +309,285 @@ export const Content7: IBlock = {
|
|
|
281
309
|
title: {},
|
|
282
310
|
view_all_ctas_levoGroup: {
|
|
283
311
|
display: "flex",
|
|
284
|
-
"column-gap": "
|
|
312
|
+
"column-gap": "sm",
|
|
313
|
+
"flex-shrink": "0",
|
|
314
|
+
},
|
|
315
|
+
view_all_ctas_levoGroupItem: {
|
|
316
|
+
view_all_cta: {
|
|
317
|
+
"white-space": "nowrap",
|
|
318
|
+
"flex-shrink": "0",
|
|
319
|
+
},
|
|
285
320
|
},
|
|
286
|
-
view_all_ctas: Array(2).map(() => ({})),
|
|
287
321
|
services_levoGroup: {
|
|
288
322
|
display: "flex",
|
|
289
323
|
"flex-direction": "column",
|
|
290
324
|
"row-gap": "none",
|
|
291
325
|
},
|
|
326
|
+
services_levoGroupItem: {
|
|
327
|
+
service_item: {
|
|
328
|
+
display: "flex",
|
|
329
|
+
"align-items": "center",
|
|
330
|
+
"column-gap": "48px",
|
|
331
|
+
"padding-top": "32px",
|
|
332
|
+
"padding-bottom": "32px",
|
|
333
|
+
"border-bottom": "1px solid var(--color-border)",
|
|
334
|
+
tablet: {
|
|
335
|
+
"column-gap": "24px",
|
|
336
|
+
"padding-top": "24px",
|
|
337
|
+
"padding-bottom": "24px",
|
|
338
|
+
},
|
|
339
|
+
mobile: {
|
|
340
|
+
"flex-direction": "column",
|
|
341
|
+
"align-items": "flex-start",
|
|
342
|
+
"row-gap": "16px",
|
|
343
|
+
"column-gap": "none",
|
|
344
|
+
"padding-top": "20px",
|
|
345
|
+
"padding-bottom": "20px",
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
|
+
left_container: {
|
|
349
|
+
"flex-shrink": "0",
|
|
350
|
+
width: "40%",
|
|
351
|
+
tablet: {
|
|
352
|
+
width: "250px",
|
|
353
|
+
},
|
|
354
|
+
mobile: {
|
|
355
|
+
width: "100%",
|
|
356
|
+
},
|
|
357
|
+
},
|
|
358
|
+
service_title: {
|
|
359
|
+
"font-weight": 600,
|
|
360
|
+
},
|
|
361
|
+
right_container: {
|
|
362
|
+
"flex-grow": "1",
|
|
363
|
+
display: "flex",
|
|
364
|
+
"align-items": "center",
|
|
365
|
+
"column-gap": "24px",
|
|
366
|
+
tablet: {
|
|
367
|
+
"column-gap": "16px",
|
|
368
|
+
},
|
|
369
|
+
mobile: {
|
|
370
|
+
"flex-direction": "column",
|
|
371
|
+
"align-items": "flex-start",
|
|
372
|
+
"row-gap": "16px",
|
|
373
|
+
"column-gap": "none",
|
|
374
|
+
width: "100%",
|
|
375
|
+
},
|
|
376
|
+
width: "60%",
|
|
377
|
+
},
|
|
378
|
+
service_image: {
|
|
379
|
+
"flex-shrink": "0",
|
|
380
|
+
width: "250px",
|
|
381
|
+
height: "200px",
|
|
382
|
+
"border-radius": "8px",
|
|
383
|
+
"object-fit": "cover",
|
|
384
|
+
tablet: {
|
|
385
|
+
width: "100px",
|
|
386
|
+
height: "70px",
|
|
387
|
+
},
|
|
388
|
+
mobile: {
|
|
389
|
+
width: "100%",
|
|
390
|
+
height: "200px",
|
|
391
|
+
},
|
|
392
|
+
},
|
|
393
|
+
content_wrapper: {
|
|
394
|
+
"flex-grow": "1",
|
|
395
|
+
display: "flex",
|
|
396
|
+
"flex-direction": "column",
|
|
397
|
+
"row-gap": "16px",
|
|
398
|
+
},
|
|
399
|
+
service_description: {},
|
|
400
|
+
ctas_levoGroup: {
|
|
401
|
+
display: "flex",
|
|
402
|
+
"flex-direction": "row",
|
|
403
|
+
"column-gap": "xs",
|
|
404
|
+
"row-gap": "xs",
|
|
405
|
+
"flex-wrap": "wrap",
|
|
406
|
+
"align-items": "center",
|
|
407
|
+
},
|
|
408
|
+
ctas: Array(2)
|
|
409
|
+
.fill(0)
|
|
410
|
+
.map(() => ({
|
|
411
|
+
cta: {
|
|
412
|
+
width: "fit-content",
|
|
413
|
+
},
|
|
414
|
+
})),
|
|
415
|
+
},
|
|
416
|
+
services: [{}, {}, {}, {}],
|
|
417
|
+
view_all_cta_rightIcon: {
|
|
418
|
+
height: "22px",
|
|
419
|
+
width: "22px",
|
|
420
|
+
"font-size": "22px",
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
content: DEFAULT_CONTENT,
|
|
424
|
+
config: {
|
|
425
|
+
title: {
|
|
426
|
+
selectedVariants: {
|
|
427
|
+
Heading_Level: "H2",
|
|
428
|
+
},
|
|
429
|
+
},
|
|
430
|
+
view_all_ctas: [
|
|
431
|
+
{
|
|
432
|
+
selectedVariants: {},
|
|
433
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
selectedVariants: { Button_Variants: "Secondary" },
|
|
437
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
438
|
+
},
|
|
439
|
+
],
|
|
292
440
|
services: [
|
|
293
441
|
{
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
"column-gap": "48px",
|
|
298
|
-
"padding-top": "32px",
|
|
299
|
-
"padding-bottom": "32px",
|
|
300
|
-
"border-bottom": "1px solid var(--color-border)",
|
|
301
|
-
tablet: {
|
|
302
|
-
"column-gap": "24px",
|
|
303
|
-
"padding-top": "24px",
|
|
304
|
-
"padding-bottom": "24px",
|
|
442
|
+
service_title: {
|
|
443
|
+
heading: {
|
|
444
|
+
level: "4",
|
|
305
445
|
},
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
"align-items": "flex-start",
|
|
309
|
-
"row-gap": "16px",
|
|
310
|
-
"column-gap": "none",
|
|
311
|
-
"padding-top": "20px",
|
|
312
|
-
"padding-bottom": "20px",
|
|
446
|
+
selectedVariants: {
|
|
447
|
+
Heading_Level: "H5",
|
|
313
448
|
},
|
|
314
449
|
},
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
450
|
+
service_description: {
|
|
451
|
+
selectedVariants: {},
|
|
452
|
+
},
|
|
453
|
+
ctas: [
|
|
454
|
+
{ cta: { selectedVariants: {} } },
|
|
455
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
456
|
+
],
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
service_title: {
|
|
460
|
+
selectedVariants: {
|
|
461
|
+
Heading_Level: "H5",
|
|
320
462
|
},
|
|
321
|
-
|
|
322
|
-
|
|
463
|
+
},
|
|
464
|
+
service_description: {
|
|
465
|
+
selectedVariants: {},
|
|
466
|
+
},
|
|
467
|
+
ctas: [
|
|
468
|
+
{ cta: { selectedVariants: {} } },
|
|
469
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
470
|
+
],
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
service_title: {
|
|
474
|
+
selectedVariants: {
|
|
475
|
+
Heading_Level: "H5",
|
|
476
|
+
},
|
|
477
|
+
},
|
|
478
|
+
service_description: {
|
|
479
|
+
selectedVariants: {},
|
|
480
|
+
},
|
|
481
|
+
ctas: [
|
|
482
|
+
{ cta: { selectedVariants: {} } },
|
|
483
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
484
|
+
],
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
service_title: {
|
|
488
|
+
selectedVariants: {
|
|
489
|
+
Heading_Level: "H5",
|
|
323
490
|
},
|
|
324
491
|
},
|
|
492
|
+
service_description: {
|
|
493
|
+
selectedVariants: {},
|
|
494
|
+
},
|
|
495
|
+
ctas: [
|
|
496
|
+
{ cta: { selectedVariants: {} } },
|
|
497
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
498
|
+
],
|
|
499
|
+
},
|
|
500
|
+
],
|
|
501
|
+
},
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
key: "card_grid",
|
|
505
|
+
title: "Card Grid",
|
|
506
|
+
styles: {
|
|
507
|
+
layout: {},
|
|
508
|
+
container: {},
|
|
509
|
+
header_wrapper: {
|
|
510
|
+
display: "flex",
|
|
511
|
+
"flex-direction": "column",
|
|
512
|
+
"align-items": "center",
|
|
513
|
+
"text-align": "center",
|
|
514
|
+
"margin-bottom": "48px",
|
|
515
|
+
"row-gap": "16px",
|
|
516
|
+
tablet: {
|
|
517
|
+
"margin-bottom": "32px",
|
|
518
|
+
},
|
|
519
|
+
mobile: {
|
|
520
|
+
"margin-bottom": "24px",
|
|
521
|
+
},
|
|
522
|
+
},
|
|
523
|
+
title: {
|
|
524
|
+
"text-align": "center",
|
|
525
|
+
},
|
|
526
|
+
description: {
|
|
527
|
+
"text-align": "center",
|
|
528
|
+
"max-width": "600px",
|
|
529
|
+
},
|
|
530
|
+
view_all_ctas_levoGroup: {
|
|
531
|
+
display: "flex",
|
|
532
|
+
"column-gap": "xs",
|
|
533
|
+
"justify-content": "center",
|
|
534
|
+
},
|
|
535
|
+
services_levoGroup: {
|
|
536
|
+
display: "grid",
|
|
537
|
+
"grid-template-columns": "repeat(2, 1fr)",
|
|
538
|
+
"column-gap": "24px",
|
|
539
|
+
"row-gap": "24px",
|
|
540
|
+
tablet: {
|
|
541
|
+
"grid-template-columns": "repeat(2, 1fr)",
|
|
542
|
+
"column-gap": "16px",
|
|
543
|
+
"row-gap": "16px",
|
|
544
|
+
},
|
|
545
|
+
mobile: {
|
|
546
|
+
"grid-template-columns": "1fr",
|
|
547
|
+
},
|
|
548
|
+
},
|
|
549
|
+
services: Array(4)
|
|
550
|
+
.fill(0)
|
|
551
|
+
.map(() => ({
|
|
552
|
+
service_item: {
|
|
553
|
+
display: "flex",
|
|
554
|
+
"flex-direction": "column",
|
|
555
|
+
"row-gap": "none",
|
|
556
|
+
"background-color": "background-2",
|
|
557
|
+
"border-radius": "12px",
|
|
558
|
+
overflow: "hidden",
|
|
559
|
+
},
|
|
560
|
+
left_container: {
|
|
561
|
+
display: "none",
|
|
562
|
+
},
|
|
325
563
|
service_title: {
|
|
326
564
|
"font-weight": 600,
|
|
327
565
|
},
|
|
328
566
|
right_container: {
|
|
329
|
-
"flex-grow": "1",
|
|
330
567
|
display: "flex",
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
|
|
334
|
-
"column-gap": "16px",
|
|
335
|
-
},
|
|
336
|
-
mobile: {
|
|
337
|
-
"flex-direction": "column",
|
|
338
|
-
"align-items": "flex-start",
|
|
339
|
-
"row-gap": "16px",
|
|
340
|
-
"column-gap": "none",
|
|
341
|
-
width: "100%",
|
|
342
|
-
},
|
|
343
|
-
width: "60%",
|
|
568
|
+
"flex-direction": "column",
|
|
569
|
+
"row-gap": "none",
|
|
570
|
+
width: "100%",
|
|
344
571
|
},
|
|
345
572
|
service_image: {
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
height: "200px",
|
|
349
|
-
"border-radius": "8px",
|
|
573
|
+
width: "100%",
|
|
574
|
+
height: "220px",
|
|
350
575
|
"object-fit": "cover",
|
|
351
576
|
tablet: {
|
|
352
|
-
|
|
353
|
-
height: "70px",
|
|
577
|
+
height: "180px",
|
|
354
578
|
},
|
|
355
579
|
mobile: {
|
|
356
|
-
width: "100%",
|
|
357
580
|
height: "200px",
|
|
358
581
|
},
|
|
359
582
|
},
|
|
360
583
|
content_wrapper: {
|
|
361
|
-
"flex-grow": "1",
|
|
362
584
|
display: "flex",
|
|
363
585
|
"flex-direction": "column",
|
|
364
|
-
"row-gap": "
|
|
586
|
+
"row-gap": "12px",
|
|
587
|
+
"padding-left": "20px",
|
|
588
|
+
"padding-right": "20px",
|
|
589
|
+
"padding-top": "20px",
|
|
590
|
+
"padding-bottom": "20px",
|
|
365
591
|
},
|
|
366
592
|
service_description: {},
|
|
367
593
|
ctas_levoGroup: {
|
|
@@ -379,79 +605,151 @@ export const Content7: IBlock = {
|
|
|
379
605
|
width: "fit-content",
|
|
380
606
|
},
|
|
381
607
|
})),
|
|
608
|
+
})),
|
|
609
|
+
view_all_cta_rightIcon: {
|
|
610
|
+
height: "22px",
|
|
611
|
+
width: "22px",
|
|
612
|
+
"font-size": "22px",
|
|
613
|
+
},
|
|
614
|
+
},
|
|
615
|
+
content: DEFAULT_CONTENT,
|
|
616
|
+
config: {
|
|
617
|
+
title: {
|
|
618
|
+
selectedVariants: {
|
|
619
|
+
Heading_Level: "H2",
|
|
620
|
+
},
|
|
621
|
+
},
|
|
622
|
+
view_all_ctas: [
|
|
623
|
+
{
|
|
624
|
+
selectedVariants: {},
|
|
625
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
382
626
|
},
|
|
383
627
|
{
|
|
628
|
+
selectedVariants: { Button_Variants: "Secondary" },
|
|
629
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
630
|
+
},
|
|
631
|
+
],
|
|
632
|
+
services: Array(4)
|
|
633
|
+
.fill(0)
|
|
634
|
+
.map(() => ({
|
|
635
|
+
service_title: {
|
|
636
|
+
selectedVariants: {
|
|
637
|
+
Heading_Level: "H5",
|
|
638
|
+
},
|
|
639
|
+
},
|
|
640
|
+
service_description: {
|
|
641
|
+
selectedVariants: {},
|
|
642
|
+
},
|
|
643
|
+
ctas: [
|
|
644
|
+
{ cta: { selectedVariants: {} } },
|
|
645
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
646
|
+
],
|
|
647
|
+
})),
|
|
648
|
+
},
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
key: "stacked_full",
|
|
652
|
+
title: "Stacked Full Width",
|
|
653
|
+
styles: {
|
|
654
|
+
layout: {},
|
|
655
|
+
container: {},
|
|
656
|
+
header_wrapper: {
|
|
657
|
+
display: "flex",
|
|
658
|
+
"justify-content": "space-between",
|
|
659
|
+
"align-items": "flex-end",
|
|
660
|
+
"margin-bottom": "40px",
|
|
661
|
+
tablet: {
|
|
662
|
+
"flex-direction": "column",
|
|
663
|
+
"align-items": "flex-start",
|
|
664
|
+
"row-gap": "16px",
|
|
665
|
+
"margin-bottom": "32px",
|
|
666
|
+
},
|
|
667
|
+
mobile: {
|
|
668
|
+
"margin-bottom": "24px",
|
|
669
|
+
},
|
|
670
|
+
},
|
|
671
|
+
title: {},
|
|
672
|
+
description: {
|
|
673
|
+
"max-width": "480px",
|
|
674
|
+
},
|
|
675
|
+
view_all_ctas_levoGroup: {
|
|
676
|
+
display: "flex",
|
|
677
|
+
"column-gap": "xs",
|
|
678
|
+
},
|
|
679
|
+
services_levoGroup: {
|
|
680
|
+
display: "flex",
|
|
681
|
+
"flex-direction": "column",
|
|
682
|
+
"row-gap": "32px",
|
|
683
|
+
tablet: {
|
|
684
|
+
"row-gap": "24px",
|
|
685
|
+
},
|
|
686
|
+
},
|
|
687
|
+
services: Array(4)
|
|
688
|
+
.fill(0)
|
|
689
|
+
.map(() => ({
|
|
384
690
|
service_item: {
|
|
385
691
|
display: "flex",
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
|
|
391
|
-
tablet: {
|
|
392
|
-
"column-gap": "24px",
|
|
393
|
-
"padding-top": "24px",
|
|
394
|
-
"padding-bottom": "24px",
|
|
395
|
-
},
|
|
396
|
-
mobile: {
|
|
397
|
-
"flex-direction": "column",
|
|
398
|
-
"align-items": "flex-start",
|
|
399
|
-
"row-gap": "16px",
|
|
400
|
-
"column-gap": "none",
|
|
401
|
-
"padding-top": "20px",
|
|
402
|
-
"padding-bottom": "20px",
|
|
403
|
-
},
|
|
692
|
+
"flex-direction": "column",
|
|
693
|
+
"row-gap": "none",
|
|
694
|
+
"background-color": "background-2",
|
|
695
|
+
"border-radius": "16px",
|
|
696
|
+
overflow: "hidden",
|
|
404
697
|
},
|
|
405
698
|
left_container: {
|
|
406
|
-
|
|
407
|
-
|
|
699
|
+
display: "none",
|
|
700
|
+
},
|
|
701
|
+
service_title: {
|
|
702
|
+
"font-weight": 700,
|
|
703
|
+
"padding-left": "32px",
|
|
704
|
+
"padding-right": "32px",
|
|
705
|
+
"padding-top": "24px",
|
|
706
|
+
"padding-bottom": "none",
|
|
408
707
|
tablet: {
|
|
409
|
-
|
|
708
|
+
"padding-left": "24px",
|
|
709
|
+
"padding-right": "24px",
|
|
410
710
|
},
|
|
411
711
|
mobile: {
|
|
412
|
-
|
|
712
|
+
"padding-left": "16px",
|
|
713
|
+
"padding-right": "16px",
|
|
413
714
|
},
|
|
414
715
|
},
|
|
415
|
-
service_title: {
|
|
416
|
-
"font-weight": 600,
|
|
417
|
-
},
|
|
418
716
|
right_container: {
|
|
419
|
-
"flex-grow": "1",
|
|
420
717
|
display: "flex",
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
|
|
424
|
-
"column-gap": "16px",
|
|
425
|
-
},
|
|
426
|
-
mobile: {
|
|
427
|
-
"flex-direction": "column",
|
|
428
|
-
"align-items": "flex-start",
|
|
429
|
-
"row-gap": "16px",
|
|
430
|
-
"column-gap": "none",
|
|
431
|
-
width: "100%",
|
|
432
|
-
},
|
|
433
|
-
width: "60%",
|
|
718
|
+
"flex-direction": "column",
|
|
719
|
+
"row-gap": "none",
|
|
720
|
+
width: "100%",
|
|
434
721
|
},
|
|
435
722
|
service_image: {
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
height: "200px",
|
|
439
|
-
"border-radius": "8px",
|
|
723
|
+
width: "100%",
|
|
724
|
+
height: "280px",
|
|
440
725
|
"object-fit": "cover",
|
|
441
726
|
tablet: {
|
|
442
|
-
|
|
443
|
-
height: "70px",
|
|
727
|
+
height: "220px",
|
|
444
728
|
},
|
|
445
729
|
mobile: {
|
|
446
|
-
|
|
447
|
-
height: "200px",
|
|
730
|
+
height: "180px",
|
|
448
731
|
},
|
|
449
732
|
},
|
|
450
733
|
content_wrapper: {
|
|
451
|
-
"flex-grow": "1",
|
|
452
734
|
display: "flex",
|
|
453
735
|
"flex-direction": "column",
|
|
454
736
|
"row-gap": "16px",
|
|
737
|
+
"padding-left": "32px",
|
|
738
|
+
"padding-right": "32px",
|
|
739
|
+
"padding-top": "20px",
|
|
740
|
+
"padding-bottom": "28px",
|
|
741
|
+
tablet: {
|
|
742
|
+
"padding-left": "24px",
|
|
743
|
+
"padding-right": "24px",
|
|
744
|
+
"padding-top": "16px",
|
|
745
|
+
"padding-bottom": "20px",
|
|
746
|
+
},
|
|
747
|
+
mobile: {
|
|
748
|
+
"padding-left": "16px",
|
|
749
|
+
"padding-right": "16px",
|
|
750
|
+
"padding-top": "12px",
|
|
751
|
+
"padding-bottom": "16px",
|
|
752
|
+
},
|
|
455
753
|
},
|
|
456
754
|
service_description: {},
|
|
457
755
|
ctas_levoGroup: {
|
|
@@ -469,68 +767,126 @@ export const Content7: IBlock = {
|
|
|
469
767
|
width: "fit-content",
|
|
470
768
|
},
|
|
471
769
|
})),
|
|
770
|
+
})),
|
|
771
|
+
view_all_cta_rightIcon: {
|
|
772
|
+
height: "22px",
|
|
773
|
+
width: "22px",
|
|
774
|
+
"font-size": "22px",
|
|
775
|
+
},
|
|
776
|
+
},
|
|
777
|
+
content: DEFAULT_CONTENT,
|
|
778
|
+
config: {
|
|
779
|
+
title: {
|
|
780
|
+
selectedVariants: {
|
|
781
|
+
Heading_Level: "H2",
|
|
472
782
|
},
|
|
783
|
+
},
|
|
784
|
+
view_all_ctas: [
|
|
473
785
|
{
|
|
786
|
+
selectedVariants: {},
|
|
787
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
selectedVariants: { Button_Variants: "Secondary" },
|
|
791
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
792
|
+
},
|
|
793
|
+
],
|
|
794
|
+
services: Array(4)
|
|
795
|
+
.fill(0)
|
|
796
|
+
.map(() => ({
|
|
797
|
+
service_title: {
|
|
798
|
+
selectedVariants: {
|
|
799
|
+
Heading_Level: "H4",
|
|
800
|
+
},
|
|
801
|
+
},
|
|
802
|
+
service_description: {
|
|
803
|
+
selectedVariants: {},
|
|
804
|
+
},
|
|
805
|
+
ctas: [
|
|
806
|
+
{ cta: { selectedVariants: {} } },
|
|
807
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
808
|
+
],
|
|
809
|
+
})),
|
|
810
|
+
},
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
key: "alternating_rows",
|
|
814
|
+
title: "Alternating Rows",
|
|
815
|
+
styles: {
|
|
816
|
+
layout: {},
|
|
817
|
+
container: {},
|
|
818
|
+
header_wrapper: {
|
|
819
|
+
display: "flex",
|
|
820
|
+
"flex-direction": "column",
|
|
821
|
+
"align-items": "flex-start",
|
|
822
|
+
"margin-bottom": "48px",
|
|
823
|
+
"row-gap": "16px",
|
|
824
|
+
tablet: {
|
|
825
|
+
"margin-bottom": "32px",
|
|
826
|
+
},
|
|
827
|
+
mobile: {
|
|
828
|
+
"margin-bottom": "24px",
|
|
829
|
+
},
|
|
830
|
+
},
|
|
831
|
+
title: {},
|
|
832
|
+
description: {},
|
|
833
|
+
view_all_ctas_levoGroup: {
|
|
834
|
+
display: "flex",
|
|
835
|
+
"column-gap": "xs",
|
|
836
|
+
},
|
|
837
|
+
services_levoGroup: {
|
|
838
|
+
display: "flex",
|
|
839
|
+
"flex-direction": "column",
|
|
840
|
+
"row-gap": "48px",
|
|
841
|
+
tablet: {
|
|
842
|
+
"row-gap": "32px",
|
|
843
|
+
},
|
|
844
|
+
mobile: {
|
|
845
|
+
"row-gap": "24px",
|
|
846
|
+
},
|
|
847
|
+
},
|
|
848
|
+
services: Array(4)
|
|
849
|
+
.fill(0)
|
|
850
|
+
.map((_, i) => ({
|
|
474
851
|
service_item: {
|
|
475
852
|
display: "flex",
|
|
476
853
|
"align-items": "center",
|
|
477
|
-
"column-gap": "48px",
|
|
478
|
-
"padding-top": "32px",
|
|
479
|
-
"padding-bottom": "32px",
|
|
480
|
-
"border-bottom": "1px solid var(--color-border)",
|
|
481
|
-
tablet: {
|
|
482
|
-
"column-gap": "24px",
|
|
483
|
-
"padding-top": "24px",
|
|
484
|
-
"padding-bottom": "24px",
|
|
485
|
-
},
|
|
486
854
|
mobile: {
|
|
487
855
|
"flex-direction": "column",
|
|
488
|
-
"
|
|
489
|
-
"row-gap": "16px",
|
|
490
|
-
"column-gap": "none",
|
|
491
|
-
"padding-top": "20px",
|
|
492
|
-
"padding-bottom": "20px",
|
|
856
|
+
"row-gap": "20px",
|
|
493
857
|
},
|
|
494
858
|
},
|
|
495
859
|
left_container: {
|
|
496
|
-
|
|
497
|
-
width: "40%",
|
|
498
|
-
tablet: {
|
|
499
|
-
width: "250px",
|
|
500
|
-
},
|
|
501
|
-
mobile: {
|
|
502
|
-
width: "100%",
|
|
503
|
-
},
|
|
860
|
+
display: "none",
|
|
504
861
|
},
|
|
505
862
|
service_title: {
|
|
506
863
|
"font-weight": 600,
|
|
864
|
+
"flex-shrink": "0",
|
|
865
|
+
display: "none",
|
|
507
866
|
},
|
|
508
867
|
right_container: {
|
|
509
|
-
"flex-grow": "1",
|
|
510
868
|
display: "flex",
|
|
869
|
+
"flex-direction": i % 2 === 0 ? "row" : "row-reverse",
|
|
511
870
|
"align-items": "center",
|
|
512
|
-
"column-gap": "
|
|
871
|
+
"column-gap": "48px",
|
|
872
|
+
width: "100%",
|
|
513
873
|
tablet: {
|
|
514
|
-
"column-gap": "
|
|
874
|
+
"column-gap": "24px",
|
|
515
875
|
},
|
|
516
876
|
mobile: {
|
|
517
877
|
"flex-direction": "column",
|
|
518
|
-
"
|
|
519
|
-
"row-gap": "16px",
|
|
520
|
-
"column-gap": "none",
|
|
521
|
-
width: "100%",
|
|
878
|
+
"row-gap": "20px",
|
|
522
879
|
},
|
|
523
|
-
width: "60%",
|
|
524
880
|
},
|
|
525
881
|
service_image: {
|
|
526
882
|
"flex-shrink": "0",
|
|
527
|
-
width: "
|
|
528
|
-
height: "
|
|
529
|
-
"border-radius": "
|
|
883
|
+
width: "50%",
|
|
884
|
+
height: "300px",
|
|
885
|
+
"border-radius": "12px",
|
|
530
886
|
"object-fit": "cover",
|
|
531
887
|
tablet: {
|
|
532
|
-
width: "
|
|
533
|
-
height: "
|
|
888
|
+
width: "45%",
|
|
889
|
+
height: "220px",
|
|
534
890
|
},
|
|
535
891
|
mobile: {
|
|
536
892
|
width: "100%",
|
|
@@ -559,88 +915,164 @@ export const Content7: IBlock = {
|
|
|
559
915
|
width: "fit-content",
|
|
560
916
|
},
|
|
561
917
|
})),
|
|
918
|
+
})),
|
|
919
|
+
view_all_cta_rightIcon: {
|
|
920
|
+
height: "22px",
|
|
921
|
+
width: "22px",
|
|
922
|
+
"font-size": "22px",
|
|
923
|
+
},
|
|
924
|
+
},
|
|
925
|
+
content: DEFAULT_CONTENT,
|
|
926
|
+
config: {
|
|
927
|
+
title: {
|
|
928
|
+
selectedVariants: {
|
|
929
|
+
Heading_Level: "H2",
|
|
562
930
|
},
|
|
931
|
+
},
|
|
932
|
+
view_all_ctas: [
|
|
563
933
|
{
|
|
934
|
+
selectedVariants: {},
|
|
935
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
selectedVariants: { Button_Variants: "Secondary" },
|
|
939
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
940
|
+
},
|
|
941
|
+
],
|
|
942
|
+
services: Array(4)
|
|
943
|
+
.fill(0)
|
|
944
|
+
.map(() => ({
|
|
945
|
+
service_title: {
|
|
946
|
+
selectedVariants: {
|
|
947
|
+
Heading_Level: "H4",
|
|
948
|
+
},
|
|
949
|
+
},
|
|
950
|
+
service_description: {
|
|
951
|
+
selectedVariants: {},
|
|
952
|
+
},
|
|
953
|
+
ctas: [
|
|
954
|
+
{ cta: { selectedVariants: {} } },
|
|
955
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
956
|
+
],
|
|
957
|
+
})),
|
|
958
|
+
},
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
key: "compact_list",
|
|
962
|
+
title: "Compact List",
|
|
963
|
+
styles: {
|
|
964
|
+
layout: {},
|
|
965
|
+
container: {},
|
|
966
|
+
header_wrapper: {
|
|
967
|
+
display: "flex",
|
|
968
|
+
"justify-content": "space-between",
|
|
969
|
+
"align-items": "center",
|
|
970
|
+
"margin-bottom": "32px",
|
|
971
|
+
tablet: {
|
|
972
|
+
"flex-direction": "column",
|
|
973
|
+
"align-items": "flex-start",
|
|
974
|
+
"row-gap": "12px",
|
|
975
|
+
},
|
|
976
|
+
},
|
|
977
|
+
title: {},
|
|
978
|
+
description: {
|
|
979
|
+
display: "none",
|
|
980
|
+
},
|
|
981
|
+
view_all_ctas_levoGroup: {
|
|
982
|
+
display: "flex",
|
|
983
|
+
"column-gap": "sm",
|
|
984
|
+
"flex-shrink": "0",
|
|
985
|
+
},
|
|
986
|
+
view_all_ctas_levoGroupItem: {
|
|
987
|
+
view_all_cta: {
|
|
988
|
+
"white-space": "nowrap",
|
|
989
|
+
"flex-shrink": "0",
|
|
990
|
+
},
|
|
991
|
+
},
|
|
992
|
+
services_levoGroup: {
|
|
993
|
+
display: "flex",
|
|
994
|
+
"flex-direction": "column",
|
|
995
|
+
"row-gap": "none",
|
|
996
|
+
},
|
|
997
|
+
services: Array(4)
|
|
998
|
+
.fill(0)
|
|
999
|
+
.map(() => ({
|
|
564
1000
|
service_item: {
|
|
565
1001
|
display: "flex",
|
|
566
1002
|
"align-items": "center",
|
|
567
|
-
"column-gap": "
|
|
568
|
-
"padding-top": "
|
|
569
|
-
"padding-bottom": "
|
|
1003
|
+
"column-gap": "24px",
|
|
1004
|
+
"padding-top": "20px",
|
|
1005
|
+
"padding-bottom": "20px",
|
|
570
1006
|
"border-bottom": "1px solid var(--color-border)",
|
|
571
|
-
tablet: {
|
|
572
|
-
"column-gap": "24px",
|
|
573
|
-
"padding-top": "24px",
|
|
574
|
-
"padding-bottom": "24px",
|
|
575
|
-
},
|
|
576
1007
|
mobile: {
|
|
577
1008
|
"flex-direction": "column",
|
|
578
1009
|
"align-items": "flex-start",
|
|
579
|
-
"row-gap": "
|
|
580
|
-
"column-gap": "none",
|
|
581
|
-
"padding-top": "20px",
|
|
582
|
-
"padding-bottom": "20px",
|
|
1010
|
+
"row-gap": "12px",
|
|
583
1011
|
},
|
|
584
1012
|
},
|
|
585
1013
|
left_container: {
|
|
586
|
-
|
|
587
|
-
width: "40%",
|
|
588
|
-
tablet: {
|
|
589
|
-
width: "250px",
|
|
590
|
-
},
|
|
591
|
-
mobile: {
|
|
592
|
-
width: "100%",
|
|
593
|
-
},
|
|
1014
|
+
display: "none",
|
|
594
1015
|
},
|
|
1016
|
+
// Title is shown inline as the first column; flex-shrink:0 prevents it from collapsing
|
|
595
1017
|
service_title: {
|
|
596
1018
|
"font-weight": 600,
|
|
1019
|
+
"white-space": "nowrap",
|
|
1020
|
+
"flex-shrink": "0",
|
|
1021
|
+
"min-width": "180px",
|
|
1022
|
+
"max-width": "240px",
|
|
1023
|
+
mobile: {
|
|
1024
|
+
"white-space": "normal",
|
|
1025
|
+
"min-width": "unset",
|
|
1026
|
+
"max-width": "unset",
|
|
1027
|
+
},
|
|
597
1028
|
},
|
|
598
1029
|
right_container: {
|
|
599
|
-
"flex-grow": "1",
|
|
600
1030
|
display: "flex",
|
|
601
1031
|
"align-items": "center",
|
|
602
1032
|
"column-gap": "24px",
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
},
|
|
1033
|
+
"flex-grow": "1",
|
|
1034
|
+
"min-width": "0",
|
|
606
1035
|
mobile: {
|
|
607
1036
|
"flex-direction": "column",
|
|
608
1037
|
"align-items": "flex-start",
|
|
609
|
-
"row-gap": "
|
|
610
|
-
"column-gap": "none",
|
|
1038
|
+
"row-gap": "12px",
|
|
611
1039
|
width: "100%",
|
|
612
1040
|
},
|
|
613
|
-
width: "60%",
|
|
614
1041
|
},
|
|
615
1042
|
service_image: {
|
|
616
1043
|
"flex-shrink": "0",
|
|
617
|
-
width: "
|
|
618
|
-
height: "
|
|
619
|
-
"border-radius": "
|
|
1044
|
+
width: "120px",
|
|
1045
|
+
height: "80px",
|
|
1046
|
+
"border-radius": "6px",
|
|
620
1047
|
"object-fit": "cover",
|
|
621
|
-
tablet: {
|
|
622
|
-
width: "100px",
|
|
623
|
-
height: "70px",
|
|
624
|
-
},
|
|
625
1048
|
mobile: {
|
|
626
1049
|
width: "100%",
|
|
627
|
-
height: "
|
|
1050
|
+
height: "160px",
|
|
628
1051
|
},
|
|
629
1052
|
},
|
|
630
1053
|
content_wrapper: {
|
|
631
1054
|
"flex-grow": "1",
|
|
1055
|
+
"min-width": "0",
|
|
632
1056
|
display: "flex",
|
|
633
|
-
"flex-direction": "
|
|
634
|
-
"
|
|
1057
|
+
"flex-direction": "row",
|
|
1058
|
+
"align-items": "center",
|
|
1059
|
+
"justify-content": "space-between",
|
|
1060
|
+
"column-gap": "24px",
|
|
1061
|
+
mobile: {
|
|
1062
|
+
"flex-direction": "column",
|
|
1063
|
+
"align-items": "flex-start",
|
|
1064
|
+
"row-gap": "12px",
|
|
1065
|
+
},
|
|
1066
|
+
},
|
|
1067
|
+
service_description: {
|
|
1068
|
+
"max-width": "400px",
|
|
635
1069
|
},
|
|
636
|
-
service_description: {},
|
|
637
1070
|
ctas_levoGroup: {
|
|
638
1071
|
display: "flex",
|
|
639
1072
|
"flex-direction": "row",
|
|
640
1073
|
"column-gap": "xs",
|
|
641
|
-
"row-gap": "xs",
|
|
642
|
-
"flex-wrap": "wrap",
|
|
643
1074
|
"align-items": "center",
|
|
1075
|
+
"flex-shrink": "0",
|
|
644
1076
|
},
|
|
645
1077
|
ctas: Array(2)
|
|
646
1078
|
.fill(0)
|
|
@@ -649,8 +1081,7 @@ export const Content7: IBlock = {
|
|
|
649
1081
|
width: "fit-content",
|
|
650
1082
|
},
|
|
651
1083
|
})),
|
|
652
|
-
},
|
|
653
|
-
],
|
|
1084
|
+
})),
|
|
654
1085
|
view_all_cta_rightIcon: {
|
|
655
1086
|
height: "22px",
|
|
656
1087
|
width: "22px",
|
|
@@ -661,65 +1092,37 @@ export const Content7: IBlock = {
|
|
|
661
1092
|
config: {
|
|
662
1093
|
title: {
|
|
663
1094
|
selectedVariants: {
|
|
664
|
-
Heading_Level: "
|
|
1095
|
+
Heading_Level: "H3",
|
|
665
1096
|
},
|
|
666
1097
|
},
|
|
667
|
-
view_all_ctas:
|
|
668
|
-
selectedVariants: {},
|
|
669
|
-
button_icons: {
|
|
670
|
-
right: {
|
|
671
|
-
enabled: true,
|
|
672
|
-
},
|
|
673
|
-
left: {
|
|
674
|
-
enabled: true,
|
|
675
|
-
},
|
|
676
|
-
},
|
|
677
|
-
})),
|
|
678
|
-
services: [
|
|
1098
|
+
view_all_ctas: [
|
|
679
1099
|
{
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
level: "4",
|
|
683
|
-
},
|
|
684
|
-
selectedVariants: {
|
|
685
|
-
Heading_Level: "H5",
|
|
686
|
-
},
|
|
687
|
-
},
|
|
688
|
-
service_description: {
|
|
689
|
-
selectedVariants: {},
|
|
690
|
-
},
|
|
1100
|
+
selectedVariants: {},
|
|
1101
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
691
1102
|
},
|
|
692
1103
|
{
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
Heading_Level: "H5",
|
|
696
|
-
},
|
|
697
|
-
},
|
|
698
|
-
service_description: {
|
|
699
|
-
selectedVariants: {},
|
|
700
|
-
},
|
|
1104
|
+
selectedVariants: { Button_Variants: "Secondary" },
|
|
1105
|
+
button_icons: { right: { enabled: true }, left: { enabled: true } },
|
|
701
1106
|
},
|
|
702
|
-
|
|
1107
|
+
],
|
|
1108
|
+
services: Array(4)
|
|
1109
|
+
.fill(0)
|
|
1110
|
+
.map(() => ({
|
|
703
1111
|
service_title: {
|
|
704
1112
|
selectedVariants: {
|
|
705
|
-
Heading_Level: "
|
|
1113
|
+
Heading_Level: "H6",
|
|
706
1114
|
},
|
|
707
1115
|
},
|
|
708
1116
|
service_description: {
|
|
709
|
-
selectedVariants: {},
|
|
710
|
-
},
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
service_title: {
|
|
714
1117
|
selectedVariants: {
|
|
715
|
-
|
|
1118
|
+
Typography_Variants: "Small",
|
|
716
1119
|
},
|
|
717
1120
|
},
|
|
718
|
-
|
|
719
|
-
selectedVariants: {},
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
1121
|
+
ctas: [
|
|
1122
|
+
{ cta: { selectedVariants: {} } },
|
|
1123
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1124
|
+
],
|
|
1125
|
+
})),
|
|
723
1126
|
},
|
|
724
1127
|
},
|
|
725
1128
|
],
|