@levo-so/blocks 0.1.58 → 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA = {
|
|
4
|
+
id: "1d7oLgELQi66",
|
|
5
|
+
filename: "services-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-828w.webp",
|
|
23
|
+
path: "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1920w.webp 1920w",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
|
|
3
28
|
const DEFAULT_CONTENT = {
|
|
4
29
|
layout: null,
|
|
5
30
|
container: null,
|
|
@@ -113,32 +138,11 @@ const DEFAULT_CONTENT = {
|
|
|
113
138
|
{
|
|
114
139
|
"card-container": null,
|
|
115
140
|
title: "Strategic Consulting",
|
|
116
|
-
image:
|
|
117
|
-
id: "7141014160938075687",
|
|
118
|
-
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
119
|
-
kind: "image",
|
|
120
|
-
mimetype: "image/png",
|
|
121
|
-
srcset: {
|
|
122
|
-
"1080w":
|
|
123
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
124
|
-
"1200w":
|
|
125
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
126
|
-
"1920w":
|
|
127
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
128
|
-
"320w":
|
|
129
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
130
|
-
"640w":
|
|
131
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
132
|
-
"750w":
|
|
133
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
134
|
-
"828w":
|
|
135
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
136
|
-
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",
|
|
137
|
-
},
|
|
138
|
-
},
|
|
141
|
+
image: MEDIA,
|
|
139
142
|
description:
|
|
140
143
|
"Comprehensive business strategy development and market analysis to drive growth and competitive advantage.",
|
|
141
|
-
|
|
144
|
+
ctas_levoGroup: null,
|
|
145
|
+
ctas: [{ cta: "Learn More" }, { cta: "Get Started" }],
|
|
142
146
|
"service-features": [],
|
|
143
147
|
},
|
|
144
148
|
{
|
|
@@ -146,7 +150,8 @@ const DEFAULT_CONTENT = {
|
|
|
146
150
|
title: "Strategic Consulting",
|
|
147
151
|
image: null,
|
|
148
152
|
description: "",
|
|
149
|
-
|
|
153
|
+
ctas_levoGroup: null,
|
|
154
|
+
ctas: [{ cta: "Contact Us" }, { cta: "View Details" }],
|
|
150
155
|
"service-features": [
|
|
151
156
|
{
|
|
152
157
|
icon: {
|
|
@@ -284,7 +289,7 @@ export const Service1: IBlock = {
|
|
|
284
289
|
{
|
|
285
290
|
key: "question",
|
|
286
291
|
label: "Question",
|
|
287
|
-
field_interface: "
|
|
292
|
+
field_interface: "HeadingWidget",
|
|
288
293
|
hint: {
|
|
289
294
|
prompt_description:
|
|
290
295
|
"Frequently asked question about services. Should be clear and professional.",
|
|
@@ -416,15 +421,23 @@ export const Service1: IBlock = {
|
|
|
416
421
|
},
|
|
417
422
|
},
|
|
418
423
|
{
|
|
419
|
-
key: "
|
|
420
|
-
label: "CTA
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
424
|
+
key: "ctas",
|
|
425
|
+
label: "CTA Buttons",
|
|
426
|
+
kind: "group",
|
|
427
|
+
field_interface: "BoxWidget",
|
|
428
|
+
fields: [
|
|
429
|
+
{
|
|
430
|
+
key: "cta",
|
|
431
|
+
label: "CTA Button",
|
|
432
|
+
field_interface: "ButtonWidget",
|
|
433
|
+
hint: {
|
|
434
|
+
prompt_description:
|
|
435
|
+
"Call-to-action button text. Should be action-oriented and concise.",
|
|
436
|
+
min_characters: 5,
|
|
437
|
+
max_characters: 20,
|
|
438
|
+
},
|
|
439
|
+
},
|
|
440
|
+
],
|
|
428
441
|
},
|
|
429
442
|
{
|
|
430
443
|
key: "service-features",
|
|
@@ -494,25 +507,8 @@ export const Service1: IBlock = {
|
|
|
494
507
|
key: "default",
|
|
495
508
|
title: "Default",
|
|
496
509
|
styles: {
|
|
497
|
-
layout: {
|
|
498
|
-
|
|
499
|
-
"padding-top": "8xl",
|
|
500
|
-
"padding-bottom": "8xl",
|
|
501
|
-
"padding-left": "6xl",
|
|
502
|
-
"padding-right": "6xl",
|
|
503
|
-
mobile: {
|
|
504
|
-
"padding-top": "5xl",
|
|
505
|
-
"padding-bottom": "5xl",
|
|
506
|
-
"padding-left": "2xl",
|
|
507
|
-
"padding-right": "2xl",
|
|
508
|
-
},
|
|
509
|
-
},
|
|
510
|
-
container: {
|
|
511
|
-
width: "100%",
|
|
512
|
-
"max-width": "1280px",
|
|
513
|
-
"margin-left": "auto",
|
|
514
|
-
"margin-right": "auto",
|
|
515
|
-
},
|
|
510
|
+
layout: {},
|
|
511
|
+
container: {},
|
|
516
512
|
"main-wrapper": {
|
|
517
513
|
display: "flex",
|
|
518
514
|
"column-gap": "6xl",
|
|
@@ -535,7 +531,6 @@ export const Service1: IBlock = {
|
|
|
535
531
|
},
|
|
536
532
|
"content-box": {},
|
|
537
533
|
"main-title": {
|
|
538
|
-
color: "text-1",
|
|
539
534
|
"margin-bottom": "xs",
|
|
540
535
|
},
|
|
541
536
|
"main-description": {
|
|
@@ -559,13 +554,9 @@ export const Service1: IBlock = {
|
|
|
559
554
|
"padding-bottom": "none",
|
|
560
555
|
},
|
|
561
556
|
question: {
|
|
562
|
-
"font-
|
|
563
|
-
"font-weight": "600",
|
|
564
|
-
color: "text-1",
|
|
557
|
+
"font-weight": 600,
|
|
565
558
|
},
|
|
566
559
|
answer: {
|
|
567
|
-
color: "text-2",
|
|
568
|
-
"line-height": "1.6",
|
|
569
560
|
"padding-bottom": "lg",
|
|
570
561
|
},
|
|
571
562
|
trigger: {
|
|
@@ -591,13 +582,9 @@ export const Service1: IBlock = {
|
|
|
591
582
|
"padding-bottom": "none",
|
|
592
583
|
},
|
|
593
584
|
question: {
|
|
594
|
-
"font-
|
|
595
|
-
"font-weight": "600",
|
|
596
|
-
color: "text-1",
|
|
585
|
+
"font-weight": 600,
|
|
597
586
|
},
|
|
598
587
|
answer: {
|
|
599
|
-
color: "text-2",
|
|
600
|
-
"line-height": "1.6",
|
|
601
588
|
"padding-bottom": "lg",
|
|
602
589
|
},
|
|
603
590
|
trigger: {
|
|
@@ -623,13 +610,9 @@ export const Service1: IBlock = {
|
|
|
623
610
|
"padding-bottom": "none",
|
|
624
611
|
},
|
|
625
612
|
question: {
|
|
626
|
-
"font-
|
|
627
|
-
"font-weight": "600",
|
|
628
|
-
color: "text-1",
|
|
613
|
+
"font-weight": 600,
|
|
629
614
|
},
|
|
630
615
|
answer: {
|
|
631
|
-
color: "text-2",
|
|
632
|
-
"line-height": "1.6",
|
|
633
616
|
"padding-bottom": "lg",
|
|
634
617
|
},
|
|
635
618
|
trigger: {
|
|
@@ -655,13 +638,9 @@ export const Service1: IBlock = {
|
|
|
655
638
|
"padding-bottom": "none",
|
|
656
639
|
},
|
|
657
640
|
question: {
|
|
658
|
-
"font-
|
|
659
|
-
"font-weight": "600",
|
|
660
|
-
color: "text-1",
|
|
641
|
+
"font-weight": 600,
|
|
661
642
|
},
|
|
662
643
|
answer: {
|
|
663
|
-
color: "text-2",
|
|
664
|
-
"line-height": "1.6",
|
|
665
644
|
"padding-bottom": "lg",
|
|
666
645
|
},
|
|
667
646
|
trigger: {
|
|
@@ -686,9 +665,7 @@ export const Service1: IBlock = {
|
|
|
686
665
|
padding: "base",
|
|
687
666
|
},
|
|
688
667
|
"features-title": {
|
|
689
|
-
|
|
690
|
-
"margin-bottom": "sm",
|
|
691
|
-
"font-size": "2xl",
|
|
668
|
+
"font-weight": 600,
|
|
692
669
|
},
|
|
693
670
|
"features-list_levoGroup": {
|
|
694
671
|
display: "flex",
|
|
@@ -704,12 +681,15 @@ export const Service1: IBlock = {
|
|
|
704
681
|
"column-gap": "sm",
|
|
705
682
|
},
|
|
706
683
|
title: {
|
|
707
|
-
"font-weight":
|
|
708
|
-
color: "text-1",
|
|
684
|
+
"font-weight": 600,
|
|
709
685
|
"margin-bottom": "xs",
|
|
710
|
-
|
|
711
|
-
"background-color": "background-3",
|
|
686
|
+
"background-color": "brandSecondary",
|
|
712
687
|
"border-radius": "3xl",
|
|
688
|
+
color: "brandSecondaryForeground",
|
|
689
|
+
"padding-right": "sm",
|
|
690
|
+
"padding-left": "sm",
|
|
691
|
+
"padding-top": "4xs",
|
|
692
|
+
"padding-bottom": "4xs",
|
|
713
693
|
},
|
|
714
694
|
description: {
|
|
715
695
|
"font-size": "sm",
|
|
@@ -724,12 +704,15 @@ export const Service1: IBlock = {
|
|
|
724
704
|
"column-gap": "sm",
|
|
725
705
|
},
|
|
726
706
|
title: {
|
|
727
|
-
"font-weight":
|
|
728
|
-
color: "text-1",
|
|
707
|
+
"font-weight": 600,
|
|
729
708
|
"margin-bottom": "xs",
|
|
730
|
-
|
|
731
|
-
"background-color": "background-3",
|
|
709
|
+
"background-color": "brandSecondary",
|
|
732
710
|
"border-radius": "3xl",
|
|
711
|
+
color: "brandSecondaryForeground",
|
|
712
|
+
"padding-right": "sm",
|
|
713
|
+
"padding-left": "sm",
|
|
714
|
+
"padding-top": "4xs",
|
|
715
|
+
"padding-bottom": "4xs",
|
|
733
716
|
},
|
|
734
717
|
description: {
|
|
735
718
|
"font-size": "sm",
|
|
@@ -744,12 +727,15 @@ export const Service1: IBlock = {
|
|
|
744
727
|
"column-gap": "sm",
|
|
745
728
|
},
|
|
746
729
|
title: {
|
|
747
|
-
"font-weight":
|
|
748
|
-
color: "text-1",
|
|
730
|
+
"font-weight": 600,
|
|
749
731
|
"margin-bottom": "xs",
|
|
750
|
-
|
|
751
|
-
"background-color": "background-3",
|
|
732
|
+
"background-color": "brandSecondary",
|
|
752
733
|
"border-radius": "3xl",
|
|
734
|
+
color: "brandSecondaryForeground",
|
|
735
|
+
"padding-right": "sm",
|
|
736
|
+
"padding-left": "sm",
|
|
737
|
+
"padding-top": "4xs",
|
|
738
|
+
"padding-bottom": "4xs",
|
|
753
739
|
},
|
|
754
740
|
description: {
|
|
755
741
|
"font-size": "sm",
|
|
@@ -779,25 +765,24 @@ export const Service1: IBlock = {
|
|
|
779
765
|
"card-container": {
|
|
780
766
|
display: "flex",
|
|
781
767
|
"flex-direction": "column",
|
|
782
|
-
"row-gap": "
|
|
768
|
+
"row-gap": "xs",
|
|
783
769
|
"padding-top": "lg",
|
|
784
770
|
"padding-bottom": "lg",
|
|
785
771
|
"padding-left": "lg",
|
|
786
772
|
"padding-right": "lg",
|
|
787
|
-
"border-radius": "
|
|
773
|
+
"border-radius": "lg",
|
|
788
774
|
"border-width": "1px",
|
|
789
775
|
"border-style": "solid",
|
|
790
776
|
"border-color": "border",
|
|
791
777
|
},
|
|
792
778
|
title: {
|
|
793
|
-
|
|
794
|
-
"font-size": "lg",
|
|
795
|
-
"font-weight": "600",
|
|
779
|
+
"font-weight": 600,
|
|
796
780
|
},
|
|
797
781
|
image: {
|
|
782
|
+
width: "100%",
|
|
783
|
+
height: "200px",
|
|
798
784
|
"object-fit": "cover",
|
|
799
785
|
"border-radius": "base",
|
|
800
|
-
width: "200px",
|
|
801
786
|
},
|
|
802
787
|
description: {
|
|
803
788
|
color: "text-2",
|
|
@@ -805,14 +790,19 @@ export const Service1: IBlock = {
|
|
|
805
790
|
"font-size": "sm",
|
|
806
791
|
"flex-grow": "1",
|
|
807
792
|
},
|
|
808
|
-
|
|
809
|
-
|
|
793
|
+
ctas_levoGroup: {
|
|
794
|
+
display: "flex",
|
|
795
|
+
"flex-direction": "column",
|
|
796
|
+
gap: "sm",
|
|
810
797
|
"margin-top": "auto",
|
|
811
798
|
},
|
|
799
|
+
ctas: Array(2)
|
|
800
|
+
.fill(0)
|
|
801
|
+
.map(() => ({ cta: {} })),
|
|
812
802
|
"service-features_levoGroup": {
|
|
813
803
|
display: "grid",
|
|
814
|
-
"grid-template-columns": "repeat(
|
|
815
|
-
"row-gap": "
|
|
804
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
805
|
+
"row-gap": "6xs",
|
|
816
806
|
"column-gap": "lg",
|
|
817
807
|
mobile: {
|
|
818
808
|
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
@@ -822,62 +812,20 @@ export const Service1: IBlock = {
|
|
|
822
812
|
{
|
|
823
813
|
"feature-container": {
|
|
824
814
|
display: "flex",
|
|
825
|
-
"
|
|
826
|
-
"column-gap": "base",
|
|
827
|
-
"padding-top": "lg",
|
|
828
|
-
"padding-bottom": "lg",
|
|
829
|
-
"padding-left": "lg",
|
|
830
|
-
"padding-right": "lg",
|
|
831
|
-
"border-radius": "lg",
|
|
832
|
-
"background-color": "background-2",
|
|
833
|
-
},
|
|
834
|
-
icon: {
|
|
835
|
-
width: "32px",
|
|
836
|
-
height: "32px",
|
|
837
|
-
"flex-shrink": "0",
|
|
838
|
-
},
|
|
839
|
-
"text-container": {
|
|
840
|
-
display: "flex",
|
|
841
|
-
"flex-direction": "column",
|
|
842
|
-
},
|
|
843
|
-
title: {
|
|
844
|
-
"font-weight": "600",
|
|
845
|
-
color: "text-1",
|
|
846
|
-
"margin-bottom": "xs",
|
|
847
|
-
"font-size": "sm",
|
|
848
|
-
},
|
|
849
|
-
description: {
|
|
850
|
-
"font-size": "xs",
|
|
851
|
-
color: "text-2",
|
|
852
|
-
"line-height": "1.5",
|
|
853
|
-
},
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"feature-container": {
|
|
857
|
-
display: "flex",
|
|
858
|
-
"align-items": "flex-start",
|
|
859
|
-
"column-gap": "base",
|
|
860
|
-
"padding-top": "lg",
|
|
861
|
-
"padding-bottom": "lg",
|
|
862
|
-
"padding-left": "lg",
|
|
863
|
-
"padding-right": "lg",
|
|
864
|
-
"border-radius": "lg",
|
|
865
|
-
"background-color": "background-2",
|
|
815
|
+
"column-gap": "2xs",
|
|
866
816
|
},
|
|
867
817
|
icon: {
|
|
868
|
-
width: "
|
|
869
|
-
height: "
|
|
818
|
+
width: "22px",
|
|
819
|
+
height: "22px",
|
|
870
820
|
"flex-shrink": "0",
|
|
821
|
+
"font-size": "22px",
|
|
871
822
|
},
|
|
872
823
|
"text-container": {
|
|
873
824
|
display: "flex",
|
|
874
825
|
"flex-direction": "column",
|
|
875
826
|
},
|
|
876
827
|
title: {
|
|
877
|
-
"font-weight": "600",
|
|
878
|
-
color: "text-1",
|
|
879
828
|
"margin-bottom": "xs",
|
|
880
|
-
"font-size": "sm",
|
|
881
829
|
},
|
|
882
830
|
description: {
|
|
883
831
|
"font-size": "xs",
|
|
@@ -888,29 +836,20 @@ export const Service1: IBlock = {
|
|
|
888
836
|
{
|
|
889
837
|
"feature-container": {
|
|
890
838
|
display: "flex",
|
|
891
|
-
"
|
|
892
|
-
"column-gap": "base",
|
|
893
|
-
"padding-top": "lg",
|
|
894
|
-
"padding-bottom": "lg",
|
|
895
|
-
"padding-left": "lg",
|
|
896
|
-
"padding-right": "lg",
|
|
897
|
-
"border-radius": "lg",
|
|
898
|
-
"background-color": "background-2",
|
|
839
|
+
"column-gap": "2xs",
|
|
899
840
|
},
|
|
900
841
|
icon: {
|
|
901
|
-
width: "
|
|
902
|
-
height: "
|
|
842
|
+
width: "22px",
|
|
843
|
+
height: "22px",
|
|
903
844
|
"flex-shrink": "0",
|
|
845
|
+
"font-size": "22px",
|
|
904
846
|
},
|
|
905
847
|
"text-container": {
|
|
906
848
|
display: "flex",
|
|
907
849
|
"flex-direction": "column",
|
|
908
850
|
},
|
|
909
851
|
title: {
|
|
910
|
-
"font-weight": "600",
|
|
911
|
-
color: "text-1",
|
|
912
852
|
"margin-bottom": "xs",
|
|
913
|
-
"font-size": "sm",
|
|
914
853
|
},
|
|
915
854
|
description: {
|
|
916
855
|
"font-size": "xs",
|
|
@@ -921,29 +860,20 @@ export const Service1: IBlock = {
|
|
|
921
860
|
{
|
|
922
861
|
"feature-container": {
|
|
923
862
|
display: "flex",
|
|
924
|
-
"
|
|
925
|
-
"column-gap": "base",
|
|
926
|
-
"padding-top": "lg",
|
|
927
|
-
"padding-bottom": "lg",
|
|
928
|
-
"padding-left": "lg",
|
|
929
|
-
"padding-right": "lg",
|
|
930
|
-
"border-radius": "lg",
|
|
931
|
-
"background-color": "background-2",
|
|
863
|
+
"column-gap": "2xs",
|
|
932
864
|
},
|
|
933
865
|
icon: {
|
|
934
|
-
width: "
|
|
935
|
-
height: "
|
|
866
|
+
width: "22px",
|
|
867
|
+
height: "22px",
|
|
936
868
|
"flex-shrink": "0",
|
|
869
|
+
"font-size": "22px",
|
|
937
870
|
},
|
|
938
871
|
"text-container": {
|
|
939
872
|
display: "flex",
|
|
940
873
|
"flex-direction": "column",
|
|
941
874
|
},
|
|
942
875
|
title: {
|
|
943
|
-
"font-weight": "600",
|
|
944
|
-
color: "text-1",
|
|
945
876
|
"margin-bottom": "xs",
|
|
946
|
-
"font-size": "sm",
|
|
947
877
|
},
|
|
948
878
|
description: {
|
|
949
879
|
"font-size": "xs",
|
|
@@ -957,7 +887,7 @@ export const Service1: IBlock = {
|
|
|
957
887
|
"card-container": {
|
|
958
888
|
display: "flex",
|
|
959
889
|
"flex-direction": "column",
|
|
960
|
-
"row-gap": "
|
|
890
|
+
"row-gap": "xs",
|
|
961
891
|
"padding-top": "lg",
|
|
962
892
|
"padding-bottom": "lg",
|
|
963
893
|
"padding-left": "lg",
|
|
@@ -968,9 +898,7 @@ export const Service1: IBlock = {
|
|
|
968
898
|
"border-color": "border",
|
|
969
899
|
},
|
|
970
900
|
title: {
|
|
971
|
-
|
|
972
|
-
"font-size": "lg",
|
|
973
|
-
"font-weight": "600",
|
|
901
|
+
"font-weight": 600,
|
|
974
902
|
},
|
|
975
903
|
image: {
|
|
976
904
|
width: "100%",
|
|
@@ -984,10 +912,15 @@ export const Service1: IBlock = {
|
|
|
984
912
|
"font-size": "sm",
|
|
985
913
|
"flex-grow": "1",
|
|
986
914
|
},
|
|
987
|
-
|
|
988
|
-
|
|
915
|
+
ctas_levoGroup: {
|
|
916
|
+
display: "flex",
|
|
917
|
+
"flex-direction": "column",
|
|
918
|
+
gap: "sm",
|
|
989
919
|
"margin-top": "auto",
|
|
990
920
|
},
|
|
921
|
+
ctas: Array(2)
|
|
922
|
+
.fill(0)
|
|
923
|
+
.map(() => ({ cta: {} })),
|
|
991
924
|
"service-features_levoGroup": {
|
|
992
925
|
display: "grid",
|
|
993
926
|
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
@@ -1014,9 +947,7 @@ export const Service1: IBlock = {
|
|
|
1014
947
|
"flex-direction": "column",
|
|
1015
948
|
},
|
|
1016
949
|
title: {
|
|
1017
|
-
color: "text-1",
|
|
1018
950
|
"margin-bottom": "xs",
|
|
1019
|
-
"font-size": "sm",
|
|
1020
951
|
},
|
|
1021
952
|
description: {
|
|
1022
953
|
"font-size": "xs",
|
|
@@ -1040,9 +971,7 @@ export const Service1: IBlock = {
|
|
|
1040
971
|
"flex-direction": "column",
|
|
1041
972
|
},
|
|
1042
973
|
title: {
|
|
1043
|
-
color: "text-1",
|
|
1044
974
|
"margin-bottom": "xs",
|
|
1045
|
-
"font-size": "sm",
|
|
1046
975
|
},
|
|
1047
976
|
description: {
|
|
1048
977
|
"font-size": "xs",
|
|
@@ -1066,108 +995,7 @@ export const Service1: IBlock = {
|
|
|
1066
995
|
"flex-direction": "column",
|
|
1067
996
|
},
|
|
1068
997
|
title: {
|
|
1069
|
-
color: "text-1",
|
|
1070
|
-
"margin-bottom": "xs",
|
|
1071
|
-
"font-size": "sm",
|
|
1072
|
-
},
|
|
1073
|
-
description: {
|
|
1074
|
-
"font-size": "xs",
|
|
1075
|
-
color: "text-2",
|
|
1076
|
-
"line-height": "1.5",
|
|
1077
|
-
},
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"feature-container": {
|
|
1081
|
-
display: "flex",
|
|
1082
|
-
"align-items": "flex-start",
|
|
1083
|
-
"column-gap": "base",
|
|
1084
|
-
"padding-top": "lg",
|
|
1085
|
-
"padding-bottom": "lg",
|
|
1086
|
-
"padding-left": "lg",
|
|
1087
|
-
"padding-right": "lg",
|
|
1088
|
-
"border-radius": "lg",
|
|
1089
|
-
"background-color": "background-2",
|
|
1090
|
-
},
|
|
1091
|
-
icon: {
|
|
1092
|
-
width: "32px",
|
|
1093
|
-
height: "32px",
|
|
1094
|
-
"flex-shrink": "0",
|
|
1095
|
-
},
|
|
1096
|
-
"text-container": {
|
|
1097
|
-
display: "flex",
|
|
1098
|
-
"flex-direction": "column",
|
|
1099
|
-
},
|
|
1100
|
-
title: {
|
|
1101
|
-
"font-weight": "600",
|
|
1102
|
-
color: "text-1",
|
|
1103
|
-
"margin-bottom": "xs",
|
|
1104
|
-
"font-size": "sm",
|
|
1105
|
-
},
|
|
1106
|
-
description: {
|
|
1107
|
-
"font-size": "xs",
|
|
1108
|
-
color: "text-2",
|
|
1109
|
-
"line-height": "1.5",
|
|
1110
|
-
},
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"feature-container": {
|
|
1114
|
-
display: "flex",
|
|
1115
|
-
"align-items": "flex-start",
|
|
1116
|
-
"column-gap": "base",
|
|
1117
|
-
"padding-top": "lg",
|
|
1118
|
-
"padding-bottom": "lg",
|
|
1119
|
-
"padding-left": "lg",
|
|
1120
|
-
"padding-right": "lg",
|
|
1121
|
-
"border-radius": "lg",
|
|
1122
|
-
"background-color": "background-2",
|
|
1123
|
-
},
|
|
1124
|
-
icon: {
|
|
1125
|
-
width: "32px",
|
|
1126
|
-
height: "32px",
|
|
1127
|
-
"flex-shrink": "0",
|
|
1128
|
-
},
|
|
1129
|
-
"text-container": {
|
|
1130
|
-
display: "flex",
|
|
1131
|
-
"flex-direction": "column",
|
|
1132
|
-
},
|
|
1133
|
-
title: {
|
|
1134
|
-
"font-weight": "600",
|
|
1135
|
-
color: "text-1",
|
|
1136
|
-
"margin-bottom": "xs",
|
|
1137
|
-
"font-size": "sm",
|
|
1138
|
-
},
|
|
1139
|
-
description: {
|
|
1140
|
-
"font-size": "xs",
|
|
1141
|
-
color: "text-2",
|
|
1142
|
-
"line-height": "1.5",
|
|
1143
|
-
},
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"feature-container": {
|
|
1147
|
-
display: "flex",
|
|
1148
|
-
"align-items": "flex-start",
|
|
1149
|
-
"column-gap": "base",
|
|
1150
|
-
"padding-top": "lg",
|
|
1151
|
-
"padding-bottom": "lg",
|
|
1152
|
-
"padding-left": "lg",
|
|
1153
|
-
"padding-right": "lg",
|
|
1154
|
-
"border-radius": "lg",
|
|
1155
|
-
"background-color": "background-2",
|
|
1156
|
-
},
|
|
1157
|
-
icon: {
|
|
1158
|
-
width: "32px",
|
|
1159
|
-
height: "32px",
|
|
1160
|
-
"flex-shrink": "0",
|
|
1161
|
-
},
|
|
1162
|
-
"text-container": {
|
|
1163
|
-
display: "flex",
|
|
1164
|
-
"flex-direction": "column",
|
|
1165
|
-
},
|
|
1166
|
-
title: {
|
|
1167
|
-
"font-weight": "600",
|
|
1168
|
-
color: "text-1",
|
|
1169
998
|
"margin-bottom": "xs",
|
|
1170
|
-
"font-size": "sm",
|
|
1171
999
|
},
|
|
1172
1000
|
description: {
|
|
1173
1001
|
"font-size": "xs",
|
|
@@ -1177,566 +1005,138 @@ export const Service1: IBlock = {
|
|
|
1177
1005
|
},
|
|
1178
1006
|
],
|
|
1179
1007
|
},
|
|
1008
|
+
],
|
|
1009
|
+
},
|
|
1010
|
+
content: DEFAULT_CONTENT,
|
|
1011
|
+
config: {
|
|
1012
|
+
"main-title": {
|
|
1013
|
+
heading: {
|
|
1014
|
+
level: 2,
|
|
1015
|
+
},
|
|
1016
|
+
selectedVariants: {
|
|
1017
|
+
Heading_Level: "H2",
|
|
1018
|
+
},
|
|
1019
|
+
},
|
|
1020
|
+
"features-title": {
|
|
1021
|
+
heading: {
|
|
1022
|
+
level: "4",
|
|
1023
|
+
},
|
|
1024
|
+
selectedVariants: {
|
|
1025
|
+
Heading_Level: "H5",
|
|
1026
|
+
},
|
|
1027
|
+
},
|
|
1028
|
+
"service-cards": [
|
|
1180
1029
|
{
|
|
1181
|
-
"card-container": {
|
|
1182
|
-
display: "flex",
|
|
1183
|
-
"flex-direction": "column",
|
|
1184
|
-
"row-gap": "lg",
|
|
1185
|
-
"padding-top": "lg",
|
|
1186
|
-
"padding-bottom": "lg",
|
|
1187
|
-
"padding-left": "lg",
|
|
1188
|
-
"padding-right": "lg",
|
|
1189
|
-
"border-radius": "lg",
|
|
1190
|
-
"border-width": "1px",
|
|
1191
|
-
"border-style": "solid",
|
|
1192
|
-
"border-color": "border",
|
|
1193
|
-
"background-color": "background-1",
|
|
1194
|
-
},
|
|
1195
1030
|
title: {
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
height: "200px",
|
|
1203
|
-
"object-fit": "cover",
|
|
1204
|
-
"border-radius": "base",
|
|
1031
|
+
heading: {
|
|
1032
|
+
level: "5",
|
|
1033
|
+
},
|
|
1034
|
+
selectedVariants: {
|
|
1035
|
+
Heading_Level: "H6",
|
|
1036
|
+
},
|
|
1205
1037
|
},
|
|
1206
1038
|
description: {
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
"flex-grow": "1",
|
|
1039
|
+
selectedVariants: {
|
|
1040
|
+
Typography_Variants: "Small",
|
|
1041
|
+
},
|
|
1211
1042
|
},
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
"margin-top": "auto",
|
|
1043
|
+
"card-container": {
|
|
1044
|
+
selectedVariants: {},
|
|
1215
1045
|
},
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
title: {
|
|
1049
|
+
heading: {
|
|
1050
|
+
level: "5",
|
|
1051
|
+
},
|
|
1052
|
+
selectedVariants: {
|
|
1053
|
+
Heading_Level: "H6",
|
|
1223
1054
|
},
|
|
1224
1055
|
},
|
|
1225
1056
|
"service-features": [
|
|
1226
1057
|
{
|
|
1227
|
-
"feature-container": {
|
|
1228
|
-
display: "flex",
|
|
1229
|
-
"align-items": "flex-start",
|
|
1230
|
-
"column-gap": "base",
|
|
1231
|
-
"padding-top": "lg",
|
|
1232
|
-
"padding-bottom": "lg",
|
|
1233
|
-
"padding-left": "lg",
|
|
1234
|
-
"padding-right": "lg",
|
|
1235
|
-
"border-radius": "lg",
|
|
1236
|
-
"background-color": "background-2",
|
|
1237
|
-
},
|
|
1238
|
-
icon: {
|
|
1239
|
-
width: "32px",
|
|
1240
|
-
height: "32px",
|
|
1241
|
-
"flex-shrink": "0",
|
|
1242
|
-
},
|
|
1243
|
-
"text-container": {
|
|
1244
|
-
display: "flex",
|
|
1245
|
-
"flex-direction": "column",
|
|
1246
|
-
},
|
|
1247
1058
|
title: {
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
"font-size": "sm",
|
|
1252
|
-
},
|
|
1253
|
-
description: {
|
|
1254
|
-
"font-size": "xs",
|
|
1255
|
-
color: "text-2",
|
|
1256
|
-
"line-height": "1.5",
|
|
1059
|
+
selectedVariants: {
|
|
1060
|
+
Typography_Variants: "Small",
|
|
1061
|
+
},
|
|
1257
1062
|
},
|
|
1258
1063
|
},
|
|
1259
1064
|
{
|
|
1260
|
-
"feature-container": {
|
|
1261
|
-
display: "flex",
|
|
1262
|
-
"align-items": "flex-start",
|
|
1263
|
-
"column-gap": "base",
|
|
1264
|
-
"padding-top": "lg",
|
|
1265
|
-
"padding-bottom": "lg",
|
|
1266
|
-
"padding-left": "lg",
|
|
1267
|
-
"padding-right": "lg",
|
|
1268
|
-
"border-radius": "lg",
|
|
1269
|
-
"background-color": "background-2",
|
|
1270
|
-
},
|
|
1271
|
-
icon: {
|
|
1272
|
-
width: "32px",
|
|
1273
|
-
height: "32px",
|
|
1274
|
-
"flex-shrink": "0",
|
|
1275
|
-
},
|
|
1276
|
-
"text-container": {
|
|
1277
|
-
display: "flex",
|
|
1278
|
-
"flex-direction": "column",
|
|
1279
|
-
},
|
|
1280
1065
|
title: {
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
"font-size": "sm",
|
|
1285
|
-
},
|
|
1286
|
-
description: {
|
|
1287
|
-
"font-size": "xs",
|
|
1288
|
-
color: "text-2",
|
|
1289
|
-
"line-height": "1.5",
|
|
1066
|
+
selectedVariants: {
|
|
1067
|
+
Typography_Variants: "Small",
|
|
1068
|
+
},
|
|
1290
1069
|
},
|
|
1291
1070
|
},
|
|
1292
1071
|
{
|
|
1293
|
-
"feature-container": {
|
|
1294
|
-
display: "flex",
|
|
1295
|
-
"align-items": "flex-start",
|
|
1296
|
-
"column-gap": "base",
|
|
1297
|
-
"padding-top": "lg",
|
|
1298
|
-
"padding-bottom": "lg",
|
|
1299
|
-
"padding-left": "lg",
|
|
1300
|
-
"padding-right": "lg",
|
|
1301
|
-
"border-radius": "lg",
|
|
1302
|
-
"background-color": "background-2",
|
|
1303
|
-
},
|
|
1304
|
-
icon: {
|
|
1305
|
-
width: "32px",
|
|
1306
|
-
height: "32px",
|
|
1307
|
-
"flex-shrink": "0",
|
|
1308
|
-
},
|
|
1309
|
-
"text-container": {
|
|
1310
|
-
display: "flex",
|
|
1311
|
-
"flex-direction": "column",
|
|
1312
|
-
},
|
|
1313
1072
|
title: {
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
"font-size": "sm",
|
|
1318
|
-
},
|
|
1319
|
-
description: {
|
|
1320
|
-
"font-size": "xs",
|
|
1321
|
-
color: "text-2",
|
|
1322
|
-
"line-height": "1.5",
|
|
1323
|
-
},
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"feature-container": {
|
|
1327
|
-
display: "flex",
|
|
1328
|
-
"align-items": "flex-start",
|
|
1329
|
-
"column-gap": "base",
|
|
1330
|
-
"padding-top": "lg",
|
|
1331
|
-
"padding-bottom": "lg",
|
|
1332
|
-
"padding-left": "lg",
|
|
1333
|
-
"padding-right": "lg",
|
|
1334
|
-
"border-radius": "lg",
|
|
1335
|
-
"background-color": "background-2",
|
|
1336
|
-
},
|
|
1337
|
-
icon: {
|
|
1338
|
-
width: "32px",
|
|
1339
|
-
height: "32px",
|
|
1340
|
-
"flex-shrink": "0",
|
|
1341
|
-
},
|
|
1342
|
-
"text-container": {
|
|
1343
|
-
display: "flex",
|
|
1344
|
-
"flex-direction": "column",
|
|
1345
|
-
},
|
|
1346
|
-
title: {
|
|
1347
|
-
"font-weight": "600",
|
|
1348
|
-
color: "text-1",
|
|
1349
|
-
"margin-bottom": "xs",
|
|
1350
|
-
"font-size": "sm",
|
|
1351
|
-
},
|
|
1352
|
-
description: {
|
|
1353
|
-
"font-size": "xs",
|
|
1354
|
-
color: "text-2",
|
|
1355
|
-
"line-height": "1.5",
|
|
1073
|
+
selectedVariants: {
|
|
1074
|
+
Typography_Variants: "Small",
|
|
1075
|
+
},
|
|
1356
1076
|
},
|
|
1357
1077
|
},
|
|
1358
1078
|
],
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
1079
|
"card-container": {
|
|
1362
|
-
|
|
1363
|
-
"flex-direction": "column",
|
|
1364
|
-
"row-gap": "lg",
|
|
1365
|
-
"padding-top": "lg",
|
|
1366
|
-
"padding-bottom": "lg",
|
|
1367
|
-
"padding-left": "lg",
|
|
1368
|
-
"padding-right": "lg",
|
|
1369
|
-
"border-radius": "lg",
|
|
1370
|
-
"border-width": "1px",
|
|
1371
|
-
"border-style": "solid",
|
|
1372
|
-
"border-color": "border",
|
|
1373
|
-
"background-color": "background-1",
|
|
1374
|
-
},
|
|
1375
|
-
title: {
|
|
1376
|
-
color: "text-1",
|
|
1377
|
-
"font-size": "lg",
|
|
1378
|
-
"font-weight": "600",
|
|
1379
|
-
},
|
|
1380
|
-
image: {
|
|
1381
|
-
width: "100%",
|
|
1382
|
-
height: "200px",
|
|
1383
|
-
"object-fit": "cover",
|
|
1384
|
-
"border-radius": "base",
|
|
1080
|
+
selectedVariants: {},
|
|
1385
1081
|
},
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
"service-features_levoGroup": {
|
|
1397
|
-
display: "grid",
|
|
1398
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1399
|
-
"row-gap": "lg",
|
|
1400
|
-
"column-gap": "lg",
|
|
1401
|
-
mobile: {
|
|
1402
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
1082
|
+
},
|
|
1083
|
+
],
|
|
1084
|
+
"services-accordion": [
|
|
1085
|
+
{
|
|
1086
|
+
question: {
|
|
1087
|
+
heading: {
|
|
1088
|
+
level: "5",
|
|
1089
|
+
},
|
|
1090
|
+
selectedVariants: {
|
|
1091
|
+
Heading_Level: "H6",
|
|
1403
1092
|
},
|
|
1404
1093
|
},
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
"column-gap": "base",
|
|
1411
|
-
"padding-top": "lg",
|
|
1412
|
-
"padding-bottom": "lg",
|
|
1413
|
-
"padding-left": "lg",
|
|
1414
|
-
"padding-right": "lg",
|
|
1415
|
-
"border-radius": "lg",
|
|
1416
|
-
"background-color": "background-2",
|
|
1417
|
-
},
|
|
1418
|
-
icon: {
|
|
1419
|
-
width: "32px",
|
|
1420
|
-
height: "32px",
|
|
1421
|
-
"flex-shrink": "0",
|
|
1422
|
-
},
|
|
1423
|
-
"text-container": {
|
|
1424
|
-
display: "flex",
|
|
1425
|
-
"flex-direction": "column",
|
|
1426
|
-
},
|
|
1427
|
-
title: {
|
|
1428
|
-
"font-weight": "600",
|
|
1429
|
-
color: "text-1",
|
|
1430
|
-
"margin-bottom": "xs",
|
|
1431
|
-
"font-size": "sm",
|
|
1432
|
-
},
|
|
1433
|
-
description: {
|
|
1434
|
-
"font-size": "xs",
|
|
1435
|
-
color: "text-2",
|
|
1436
|
-
"line-height": "1.5",
|
|
1437
|
-
},
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
question: {
|
|
1097
|
+
selectedVariants: {
|
|
1098
|
+
Heading_Level: "H6",
|
|
1438
1099
|
},
|
|
1439
|
-
{
|
|
1440
|
-
"
|
|
1441
|
-
display: "flex",
|
|
1442
|
-
"align-items": "flex-start",
|
|
1443
|
-
"column-gap": "base",
|
|
1444
|
-
"padding-top": "lg",
|
|
1445
|
-
"padding-bottom": "lg",
|
|
1446
|
-
"padding-left": "lg",
|
|
1447
|
-
"padding-right": "lg",
|
|
1448
|
-
"border-radius": "lg",
|
|
1449
|
-
"background-color": "background-2",
|
|
1450
|
-
},
|
|
1451
|
-
icon: {
|
|
1452
|
-
width: "32px",
|
|
1453
|
-
height: "32px",
|
|
1454
|
-
"flex-shrink": "0",
|
|
1455
|
-
},
|
|
1456
|
-
"text-container": {
|
|
1457
|
-
display: "flex",
|
|
1458
|
-
"flex-direction": "column",
|
|
1459
|
-
},
|
|
1460
|
-
title: {
|
|
1461
|
-
"font-weight": "600",
|
|
1462
|
-
color: "text-1",
|
|
1463
|
-
"margin-bottom": "xs",
|
|
1464
|
-
"font-size": "sm",
|
|
1465
|
-
},
|
|
1466
|
-
description: {
|
|
1467
|
-
"font-size": "xs",
|
|
1468
|
-
color: "text-2",
|
|
1469
|
-
"line-height": "1.5",
|
|
1470
|
-
},
|
|
1100
|
+
heading: {
|
|
1101
|
+
level: "5",
|
|
1471
1102
|
},
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
"padding-bottom": "lg",
|
|
1479
|
-
"padding-left": "lg",
|
|
1480
|
-
"padding-right": "lg",
|
|
1481
|
-
"border-radius": "lg",
|
|
1482
|
-
"background-color": "background-2",
|
|
1483
|
-
},
|
|
1484
|
-
icon: {
|
|
1485
|
-
width: "32px",
|
|
1486
|
-
height: "32px",
|
|
1487
|
-
"flex-shrink": "0",
|
|
1488
|
-
},
|
|
1489
|
-
"text-container": {
|
|
1490
|
-
display: "flex",
|
|
1491
|
-
"flex-direction": "column",
|
|
1492
|
-
},
|
|
1493
|
-
title: {
|
|
1494
|
-
"font-weight": "600",
|
|
1495
|
-
color: "text-1",
|
|
1496
|
-
"margin-bottom": "xs",
|
|
1497
|
-
"font-size": "sm",
|
|
1498
|
-
},
|
|
1499
|
-
description: {
|
|
1500
|
-
"font-size": "xs",
|
|
1501
|
-
color: "text-2",
|
|
1502
|
-
"line-height": "1.5",
|
|
1503
|
-
},
|
|
1103
|
+
},
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
question: {
|
|
1107
|
+
selectedVariants: {
|
|
1108
|
+
Heading_Level: "H6",
|
|
1504
1109
|
},
|
|
1505
|
-
{
|
|
1506
|
-
"
|
|
1507
|
-
display: "flex",
|
|
1508
|
-
"align-items": "flex-start",
|
|
1509
|
-
"column-gap": "base",
|
|
1510
|
-
"padding-top": "lg",
|
|
1511
|
-
"padding-bottom": "lg",
|
|
1512
|
-
"padding-left": "lg",
|
|
1513
|
-
"padding-right": "lg",
|
|
1514
|
-
"border-radius": "lg",
|
|
1515
|
-
"background-color": "background-2",
|
|
1516
|
-
},
|
|
1517
|
-
icon: {
|
|
1518
|
-
width: "32px",
|
|
1519
|
-
height: "32px",
|
|
1520
|
-
"flex-shrink": "0",
|
|
1521
|
-
},
|
|
1522
|
-
"text-container": {
|
|
1523
|
-
display: "flex",
|
|
1524
|
-
"flex-direction": "column",
|
|
1525
|
-
},
|
|
1526
|
-
title: {
|
|
1527
|
-
"font-weight": "600",
|
|
1528
|
-
color: "text-1",
|
|
1529
|
-
"margin-bottom": "xs",
|
|
1530
|
-
"font-size": "sm",
|
|
1531
|
-
},
|
|
1532
|
-
description: {
|
|
1533
|
-
"font-size": "xs",
|
|
1534
|
-
color: "text-2",
|
|
1535
|
-
"line-height": "1.5",
|
|
1536
|
-
},
|
|
1110
|
+
heading: {
|
|
1111
|
+
level: "5",
|
|
1537
1112
|
},
|
|
1538
|
-
|
|
1113
|
+
},
|
|
1539
1114
|
},
|
|
1540
1115
|
{
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
"row-gap": "lg",
|
|
1545
|
-
"padding-top": "lg",
|
|
1546
|
-
"padding-bottom": "lg",
|
|
1547
|
-
"padding-left": "lg",
|
|
1548
|
-
"padding-right": "lg",
|
|
1549
|
-
"border-radius": "lg",
|
|
1550
|
-
"border-width": "1px",
|
|
1551
|
-
"border-style": "solid",
|
|
1552
|
-
"border-color": "border",
|
|
1553
|
-
"background-color": "background-1",
|
|
1554
|
-
},
|
|
1555
|
-
title: {
|
|
1556
|
-
color: "text-1",
|
|
1557
|
-
"font-size": "lg",
|
|
1558
|
-
"font-weight": "600",
|
|
1559
|
-
},
|
|
1560
|
-
image: {
|
|
1561
|
-
width: "100%",
|
|
1562
|
-
height: "200px",
|
|
1563
|
-
"object-fit": "cover",
|
|
1564
|
-
"border-radius": "base",
|
|
1565
|
-
},
|
|
1566
|
-
description: {
|
|
1567
|
-
color: "text-2",
|
|
1568
|
-
"line-height": "1.6",
|
|
1569
|
-
"font-size": "sm",
|
|
1570
|
-
"flex-grow": "1",
|
|
1571
|
-
},
|
|
1572
|
-
cta: {
|
|
1573
|
-
width: "fit-content",
|
|
1574
|
-
"margin-top": "auto",
|
|
1575
|
-
},
|
|
1576
|
-
"service-features_levoGroup": {
|
|
1577
|
-
display: "grid",
|
|
1578
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1579
|
-
"row-gap": "lg",
|
|
1580
|
-
"column-gap": "lg",
|
|
1581
|
-
mobile: {
|
|
1582
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
1116
|
+
question: {
|
|
1117
|
+
selectedVariants: {
|
|
1118
|
+
Heading_Level: "H6",
|
|
1583
1119
|
},
|
|
1584
1120
|
},
|
|
1585
|
-
"service-features": [
|
|
1586
|
-
{
|
|
1587
|
-
"feature-container": {
|
|
1588
|
-
display: "flex",
|
|
1589
|
-
"align-items": "flex-start",
|
|
1590
|
-
"column-gap": "base",
|
|
1591
|
-
"padding-top": "lg",
|
|
1592
|
-
"padding-bottom": "lg",
|
|
1593
|
-
"padding-left": "lg",
|
|
1594
|
-
"padding-right": "lg",
|
|
1595
|
-
"border-radius": "lg",
|
|
1596
|
-
"background-color": "background-2",
|
|
1597
|
-
},
|
|
1598
|
-
icon: {
|
|
1599
|
-
width: "32px",
|
|
1600
|
-
height: "32px",
|
|
1601
|
-
"flex-shrink": "0",
|
|
1602
|
-
},
|
|
1603
|
-
"text-container": {
|
|
1604
|
-
display: "flex",
|
|
1605
|
-
"flex-direction": "column",
|
|
1606
|
-
},
|
|
1607
|
-
title: {
|
|
1608
|
-
"font-weight": "600",
|
|
1609
|
-
color: "text-1",
|
|
1610
|
-
"margin-bottom": "xs",
|
|
1611
|
-
"font-size": "sm",
|
|
1612
|
-
},
|
|
1613
|
-
description: {
|
|
1614
|
-
"font-size": "xs",
|
|
1615
|
-
color: "text-2",
|
|
1616
|
-
"line-height": "1.5",
|
|
1617
|
-
},
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"feature-container": {
|
|
1621
|
-
display: "flex",
|
|
1622
|
-
"align-items": "flex-start",
|
|
1623
|
-
"column-gap": "base",
|
|
1624
|
-
"padding-top": "lg",
|
|
1625
|
-
"padding-bottom": "lg",
|
|
1626
|
-
"padding-left": "lg",
|
|
1627
|
-
"padding-right": "lg",
|
|
1628
|
-
"border-radius": "lg",
|
|
1629
|
-
"background-color": "background-2",
|
|
1630
|
-
},
|
|
1631
|
-
icon: {
|
|
1632
|
-
width: "32px",
|
|
1633
|
-
height: "32px",
|
|
1634
|
-
"flex-shrink": "0",
|
|
1635
|
-
},
|
|
1636
|
-
"text-container": {
|
|
1637
|
-
display: "flex",
|
|
1638
|
-
"flex-direction": "column",
|
|
1639
|
-
},
|
|
1640
|
-
title: {
|
|
1641
|
-
"font-weight": "600",
|
|
1642
|
-
color: "text-1",
|
|
1643
|
-
"margin-bottom": "xs",
|
|
1644
|
-
"font-size": "sm",
|
|
1645
|
-
},
|
|
1646
|
-
description: {
|
|
1647
|
-
"font-size": "xs",
|
|
1648
|
-
color: "text-2",
|
|
1649
|
-
"line-height": "1.5",
|
|
1650
|
-
},
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"feature-container": {
|
|
1654
|
-
display: "flex",
|
|
1655
|
-
"align-items": "flex-start",
|
|
1656
|
-
"column-gap": "base",
|
|
1657
|
-
"padding-top": "lg",
|
|
1658
|
-
"padding-bottom": "lg",
|
|
1659
|
-
"padding-left": "lg",
|
|
1660
|
-
"padding-right": "lg",
|
|
1661
|
-
"border-radius": "lg",
|
|
1662
|
-
"background-color": "background-2",
|
|
1663
|
-
},
|
|
1664
|
-
icon: {
|
|
1665
|
-
width: "32px",
|
|
1666
|
-
height: "32px",
|
|
1667
|
-
"flex-shrink": "0",
|
|
1668
|
-
},
|
|
1669
|
-
"text-container": {
|
|
1670
|
-
display: "flex",
|
|
1671
|
-
"flex-direction": "column",
|
|
1672
|
-
},
|
|
1673
|
-
title: {
|
|
1674
|
-
"font-weight": "600",
|
|
1675
|
-
color: "text-1",
|
|
1676
|
-
"margin-bottom": "xs",
|
|
1677
|
-
"font-size": "sm",
|
|
1678
|
-
},
|
|
1679
|
-
description: {
|
|
1680
|
-
"font-size": "xs",
|
|
1681
|
-
color: "text-2",
|
|
1682
|
-
"line-height": "1.5",
|
|
1683
|
-
},
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"feature-container": {
|
|
1687
|
-
display: "flex",
|
|
1688
|
-
"align-items": "flex-start",
|
|
1689
|
-
"column-gap": "base",
|
|
1690
|
-
"padding-top": "lg",
|
|
1691
|
-
"padding-bottom": "lg",
|
|
1692
|
-
"padding-left": "lg",
|
|
1693
|
-
"padding-right": "lg",
|
|
1694
|
-
"border-radius": "lg",
|
|
1695
|
-
"background-color": "background-2",
|
|
1696
|
-
},
|
|
1697
|
-
icon: {
|
|
1698
|
-
width: "32px",
|
|
1699
|
-
height: "32px",
|
|
1700
|
-
"flex-shrink": "0",
|
|
1701
|
-
},
|
|
1702
|
-
"text-container": {
|
|
1703
|
-
display: "flex",
|
|
1704
|
-
"flex-direction": "column",
|
|
1705
|
-
},
|
|
1706
|
-
title: {
|
|
1707
|
-
"font-weight": "600",
|
|
1708
|
-
color: "text-1",
|
|
1709
|
-
"margin-bottom": "xs",
|
|
1710
|
-
"font-size": "sm",
|
|
1711
|
-
},
|
|
1712
|
-
description: {
|
|
1713
|
-
"font-size": "xs",
|
|
1714
|
-
color: "text-2",
|
|
1715
|
-
"line-height": "1.5",
|
|
1716
|
-
},
|
|
1717
|
-
},
|
|
1718
|
-
],
|
|
1719
1121
|
},
|
|
1720
1122
|
],
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
level: 2,
|
|
1727
|
-
},
|
|
1728
|
-
selectedVariants: {
|
|
1729
|
-
Heading_Level: "H2",
|
|
1123
|
+
"features-list": [
|
|
1124
|
+
{
|
|
1125
|
+
title: {
|
|
1126
|
+
selectedVariants: {},
|
|
1127
|
+
},
|
|
1730
1128
|
},
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1129
|
+
{
|
|
1130
|
+
title: {
|
|
1131
|
+
selectedVariants: {},
|
|
1132
|
+
},
|
|
1735
1133
|
},
|
|
1736
|
-
|
|
1737
|
-
|
|
1134
|
+
{
|
|
1135
|
+
title: {
|
|
1136
|
+
selectedVariants: {},
|
|
1137
|
+
},
|
|
1738
1138
|
},
|
|
1739
|
-
|
|
1139
|
+
],
|
|
1740
1140
|
},
|
|
1741
1141
|
},
|
|
1742
1142
|
],
|