@levo-so/blocks 0.1.59 → 0.1.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -3,18 +3,16 @@ import {
|
|
|
3
3
|
Button,
|
|
4
4
|
Container,
|
|
5
5
|
Heading,
|
|
6
|
+
type ILevoBlockBaseProps,
|
|
6
7
|
Image,
|
|
7
8
|
Section,
|
|
8
9
|
Typography,
|
|
9
|
-
type ILevoBlockBaseProps,
|
|
10
10
|
} from "@levo-so/studio";
|
|
11
11
|
import React from "react";
|
|
12
12
|
|
|
13
|
-
import {
|
|
13
|
+
import type { IContent6Content } from "./content-6.schema";
|
|
14
14
|
|
|
15
|
-
const Content6: React.FC<ILevoBlockBaseProps<IContent6Content>> = ({
|
|
16
|
-
content,
|
|
17
|
-
}) => (
|
|
15
|
+
const Content6: React.FC<ILevoBlockBaseProps<IContent6Content>> = ({ content }) => (
|
|
18
16
|
<Section elementKey="layout">
|
|
19
17
|
<Container elementKey="container">
|
|
20
18
|
<Box elementKey="header_wrapper">
|
|
@@ -24,16 +22,9 @@ const Content6: React.FC<ILevoBlockBaseProps<IContent6Content>> = ({
|
|
|
24
22
|
<Box elementKey="companies_levoGroup" data-levo_group>
|
|
25
23
|
{(content.companies ?? []).map((_: any, index: number) => (
|
|
26
24
|
<React.Fragment key={`company-${index}`}>
|
|
27
|
-
<Box
|
|
28
|
-
key={index}
|
|
29
|
-
data-levo_group_item
|
|
30
|
-
elementKey={`companies.${index}.company_item`}
|
|
31
|
-
>
|
|
25
|
+
<Box key={index} data-levo_group_item elementKey={`companies.${index}.company_item`}>
|
|
32
26
|
<Box elementKey={`companies.${index}.image_wrapper`}>
|
|
33
|
-
<Image
|
|
34
|
-
elementKey={`companies.${index}.company_image`}
|
|
35
|
-
alt="Company logo"
|
|
36
|
-
/>
|
|
27
|
+
<Image elementKey={`companies.${index}.company_image`} alt="Company logo" />
|
|
37
28
|
<Typography elementKey={`companies.${index}.company_name`} />
|
|
38
29
|
</Box>
|
|
39
30
|
|
|
@@ -45,17 +36,31 @@ const Content6: React.FC<ILevoBlockBaseProps<IContent6Content>> = ({
|
|
|
45
36
|
<Typography elementKey={`companies.${index}.location_header`} />
|
|
46
37
|
<Typography elementKey={`companies.${index}.location_value`} />
|
|
47
38
|
</Box>
|
|
48
|
-
<
|
|
39
|
+
<Box elementKey={`companies.${index}.ctas_levoGroup`} data-levo_group>
|
|
40
|
+
{(content?.companies?.[index]?.ctas ?? []).map((_: any, ctaIndex: number) => (
|
|
41
|
+
<Button
|
|
42
|
+
key={`companies.${index}.ctas.${ctaIndex}.cta`}
|
|
43
|
+
elementKey={`companies.${index}.ctas.${ctaIndex}.cta`}
|
|
44
|
+
data-levo_group_item
|
|
45
|
+
/>
|
|
46
|
+
))}
|
|
47
|
+
</Box>
|
|
49
48
|
</Box>
|
|
50
49
|
{index < (content.companies?.length ?? 0) - 1 && (
|
|
51
|
-
<Box
|
|
52
|
-
elementKey={`companies.${index}.separator`}
|
|
53
|
-
data-levo_group_item
|
|
54
|
-
/>
|
|
50
|
+
<Box elementKey={`companies.${index}.separator`} data-levo_group_item />
|
|
55
51
|
)}
|
|
56
52
|
</React.Fragment>
|
|
57
53
|
))}
|
|
58
54
|
</Box>
|
|
55
|
+
<Box elementKey={`bottom_ctas_levoGroup`} data-levo_group>
|
|
56
|
+
{(content?.bottom_ctas ?? []).map((_: any, index: number) => (
|
|
57
|
+
<Button
|
|
58
|
+
key={`bottom_ctas.${index}.bottom_cta`}
|
|
59
|
+
elementKey={`bottom_ctas.${index}.bottom_cta`}
|
|
60
|
+
data-levo_group_item
|
|
61
|
+
/>
|
|
62
|
+
))}
|
|
63
|
+
</Box>
|
|
59
64
|
</Container>
|
|
60
65
|
</Section>
|
|
61
66
|
);
|
|
@@ -5,7 +5,9 @@ const DEFAULT_CONTENT = {
|
|
|
5
5
|
container: null,
|
|
6
6
|
header_wrapper: null,
|
|
7
7
|
title: "Our Service",
|
|
8
|
-
|
|
8
|
+
description: "Our Service Our Service Our Service Our Service Our Service Our Service",
|
|
9
|
+
view_all_ctas_levoGroup: null,
|
|
10
|
+
view_all_ctas: [{ view_all_cta: "View All Service" }, { view_all_cta: "Learn More" }],
|
|
9
11
|
services_levoGroup: null,
|
|
10
12
|
services: [
|
|
11
13
|
{
|
|
@@ -17,23 +19,15 @@ const DEFAULT_CONTENT = {
|
|
|
17
19
|
id: "SvIIPsj3b09UT",
|
|
18
20
|
filename: "image.png",
|
|
19
21
|
kind: "image",
|
|
20
|
-
location:
|
|
21
|
-
"https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG.png",
|
|
22
|
+
location: "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG.png",
|
|
22
23
|
srcset: {
|
|
23
|
-
"1080w":
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
"https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-320w.webp",
|
|
31
|
-
"640w":
|
|
32
|
-
"https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-640w.webp",
|
|
33
|
-
"750w":
|
|
34
|
-
"https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-750w.webp",
|
|
35
|
-
"828w":
|
|
36
|
-
"https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-828w.webp",
|
|
24
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1080w.webp",
|
|
25
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1200w.webp",
|
|
26
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1920w.webp",
|
|
27
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-320w.webp",
|
|
28
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-640w.webp",
|
|
29
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-750w.webp",
|
|
30
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-828w.webp",
|
|
37
31
|
path: "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-828w.webp 828w",
|
|
38
32
|
},
|
|
39
33
|
mimetype: "image/png",
|
|
@@ -41,7 +35,8 @@ const DEFAULT_CONTENT = {
|
|
|
41
35
|
content_wrapper: null,
|
|
42
36
|
service_description:
|
|
43
37
|
"We specialize in building fully customized homes designed around your vision. we ensure every detail—from foundation to finishing—matches your expectations.",
|
|
44
|
-
|
|
38
|
+
ctas_levoGroup: null,
|
|
39
|
+
ctas: [{ cta: "Know More" }, { cta: "Get Quote" }],
|
|
45
40
|
},
|
|
46
41
|
{
|
|
47
42
|
service_item: null,
|
|
@@ -52,23 +47,15 @@ const DEFAULT_CONTENT = {
|
|
|
52
47
|
id: "c2urgaN7YZU01",
|
|
53
48
|
filename: "image.png",
|
|
54
49
|
kind: "image",
|
|
55
|
-
location:
|
|
56
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc.png",
|
|
50
|
+
location: "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc.png",
|
|
57
51
|
srcset: {
|
|
58
|
-
"1080w":
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-320w.webp",
|
|
66
|
-
"640w":
|
|
67
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-640w.webp",
|
|
68
|
-
"750w":
|
|
69
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-750w.webp",
|
|
70
|
-
"828w":
|
|
71
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-828w.webp",
|
|
52
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1080w.webp",
|
|
53
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1200w.webp",
|
|
54
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1920w.webp",
|
|
55
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-320w.webp",
|
|
56
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-640w.webp",
|
|
57
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-750w.webp",
|
|
58
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-828w.webp",
|
|
72
59
|
path: "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-640w.webp 640w",
|
|
73
60
|
},
|
|
74
61
|
mimetype: "image/png",
|
|
@@ -76,7 +63,8 @@ const DEFAULT_CONTENT = {
|
|
|
76
63
|
content_wrapper: null,
|
|
77
64
|
service_description:
|
|
78
65
|
"Beautiful, functional, and personalized designs that bring style and comfort.",
|
|
79
|
-
|
|
66
|
+
ctas_levoGroup: null,
|
|
67
|
+
ctas: [{ cta: "Know More" }, { cta: "Get Quote" }],
|
|
80
68
|
},
|
|
81
69
|
{
|
|
82
70
|
service_item: null,
|
|
@@ -87,23 +75,15 @@ const DEFAULT_CONTENT = {
|
|
|
87
75
|
id: "YhEb2TcfUXHCh",
|
|
88
76
|
filename: "image.png",
|
|
89
77
|
kind: "image",
|
|
90
|
-
location:
|
|
91
|
-
"https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5.png",
|
|
78
|
+
location: "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5.png",
|
|
92
79
|
srcset: {
|
|
93
|
-
"1080w":
|
|
94
|
-
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
"
|
|
100
|
-
"https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-320w.webp",
|
|
101
|
-
"640w":
|
|
102
|
-
"https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-640w.webp",
|
|
103
|
-
"750w":
|
|
104
|
-
"https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-750w.webp",
|
|
105
|
-
"828w":
|
|
106
|
-
"https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-828w.webp",
|
|
80
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1080w.webp",
|
|
81
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1200w.webp",
|
|
82
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1920w.webp",
|
|
83
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-320w.webp",
|
|
84
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-640w.webp",
|
|
85
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-750w.webp",
|
|
86
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-828w.webp",
|
|
107
87
|
path: "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1920w.webp 1920w",
|
|
108
88
|
},
|
|
109
89
|
mimetype: "image/png",
|
|
@@ -111,7 +91,8 @@ const DEFAULT_CONTENT = {
|
|
|
111
91
|
content_wrapper: null,
|
|
112
92
|
service_description:
|
|
113
93
|
"Upgrade, expand, or redesign your existing space with smart solutions that blend durability.",
|
|
114
|
-
|
|
94
|
+
ctas_levoGroup: null,
|
|
95
|
+
ctas: [{ cta: "Know More" }, { cta: "Get Quote" }],
|
|
115
96
|
},
|
|
116
97
|
{
|
|
117
98
|
service_item: null,
|
|
@@ -122,23 +103,15 @@ const DEFAULT_CONTENT = {
|
|
|
122
103
|
id: "fF90dWpXMZ44R",
|
|
123
104
|
filename: "image.png",
|
|
124
105
|
kind: "image",
|
|
125
|
-
location:
|
|
126
|
-
"https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn.png",
|
|
106
|
+
location: "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn.png",
|
|
127
107
|
srcset: {
|
|
128
|
-
"1080w":
|
|
129
|
-
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
|
|
134
|
-
"
|
|
135
|
-
"https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-320w.webp",
|
|
136
|
-
"640w":
|
|
137
|
-
"https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-640w.webp",
|
|
138
|
-
"750w":
|
|
139
|
-
"https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-750w.webp",
|
|
140
|
-
"828w":
|
|
141
|
-
"https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-828w.webp",
|
|
108
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1080w.webp",
|
|
109
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1200w.webp",
|
|
110
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1920w.webp",
|
|
111
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-320w.webp",
|
|
112
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-640w.webp",
|
|
113
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-750w.webp",
|
|
114
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-828w.webp",
|
|
142
115
|
path: "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-750w.webp 750w",
|
|
143
116
|
},
|
|
144
117
|
mimetype: "image/png",
|
|
@@ -146,7 +119,8 @@ const DEFAULT_CONTENT = {
|
|
|
146
119
|
content_wrapper: null,
|
|
147
120
|
service_description:
|
|
148
121
|
"Seamless execution with clear timelines, cost transparency, and expert supervision.",
|
|
149
|
-
|
|
122
|
+
ctas_levoGroup: null,
|
|
123
|
+
ctas: [{ cta: "Know More" }, { cta: "Get Quote" }],
|
|
150
124
|
},
|
|
151
125
|
],
|
|
152
126
|
view_all_cta_rightIcon: {
|
|
@@ -187,15 +161,33 @@ export const Content7: IBlock = {
|
|
|
187
161
|
label: "Header Wrapper",
|
|
188
162
|
field_interface: "BoxWidget",
|
|
189
163
|
},
|
|
164
|
+
{
|
|
165
|
+
key: "header_content",
|
|
166
|
+
label: "Header Content",
|
|
167
|
+
field_interface: "BoxWidget",
|
|
168
|
+
},
|
|
190
169
|
{
|
|
191
170
|
key: "title",
|
|
192
171
|
label: "Title",
|
|
193
172
|
field_interface: "HeadingWidget",
|
|
194
173
|
},
|
|
195
174
|
{
|
|
196
|
-
key: "
|
|
197
|
-
label: "
|
|
198
|
-
field_interface: "
|
|
175
|
+
key: "description",
|
|
176
|
+
label: "Description",
|
|
177
|
+
field_interface: "TypographyWidget",
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
key: "view_all_ctas",
|
|
181
|
+
label: "View All CTAs",
|
|
182
|
+
field_interface: "BoxWidget",
|
|
183
|
+
kind: "group",
|
|
184
|
+
fields: [
|
|
185
|
+
{
|
|
186
|
+
key: "view_all_cta",
|
|
187
|
+
label: "View All CTA",
|
|
188
|
+
field_interface: "ButtonWidget",
|
|
189
|
+
},
|
|
190
|
+
],
|
|
199
191
|
},
|
|
200
192
|
{
|
|
201
193
|
key: "services_levoGroup",
|
|
@@ -244,9 +236,22 @@ export const Content7: IBlock = {
|
|
|
244
236
|
field_interface: "TypographyWidget",
|
|
245
237
|
},
|
|
246
238
|
{
|
|
247
|
-
key: "
|
|
248
|
-
label: "CTA
|
|
249
|
-
field_interface: "
|
|
239
|
+
key: "ctas",
|
|
240
|
+
label: "CTA Buttons",
|
|
241
|
+
field_interface: "BoxWidget",
|
|
242
|
+
kind: "group",
|
|
243
|
+
fields: [
|
|
244
|
+
{
|
|
245
|
+
key: "cta",
|
|
246
|
+
label: "CTA Button",
|
|
247
|
+
field_interface: "ButtonWidget",
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
hint: {
|
|
251
|
+
prompt_description: "Group of call-to-action buttons for service details and quotes",
|
|
252
|
+
min_items: 1,
|
|
253
|
+
max_items: 3,
|
|
254
|
+
},
|
|
250
255
|
},
|
|
251
256
|
],
|
|
252
257
|
},
|
|
@@ -256,30 +261,8 @@ export const Content7: IBlock = {
|
|
|
256
261
|
key: "default",
|
|
257
262
|
title: "Default",
|
|
258
263
|
styles: {
|
|
259
|
-
layout: {
|
|
260
|
-
|
|
261
|
-
"padding-top": "48px",
|
|
262
|
-
"padding-bottom": "48px",
|
|
263
|
-
"padding-left": "48px",
|
|
264
|
-
"padding-right": "48px",
|
|
265
|
-
tablet: {
|
|
266
|
-
"padding-top": "32px",
|
|
267
|
-
"padding-bottom": "32px",
|
|
268
|
-
"padding-left": "24px",
|
|
269
|
-
"padding-right": "24px",
|
|
270
|
-
},
|
|
271
|
-
mobile: {
|
|
272
|
-
"padding-top": "24px",
|
|
273
|
-
"padding-bottom": "24px",
|
|
274
|
-
"padding-left": "16px",
|
|
275
|
-
"padding-right": "16px",
|
|
276
|
-
},
|
|
277
|
-
},
|
|
278
|
-
container: {
|
|
279
|
-
"max-width": "1280px",
|
|
280
|
-
"margin-left": "auto",
|
|
281
|
-
"margin-right": "auto",
|
|
282
|
-
},
|
|
264
|
+
layout: {},
|
|
265
|
+
container: {},
|
|
283
266
|
header_wrapper: {
|
|
284
267
|
display: "flex",
|
|
285
268
|
"justify-content": "space-between",
|
|
@@ -296,10 +279,11 @@ export const Content7: IBlock = {
|
|
|
296
279
|
},
|
|
297
280
|
},
|
|
298
281
|
title: {},
|
|
299
|
-
|
|
282
|
+
view_all_ctas_levoGroup: {
|
|
300
283
|
display: "flex",
|
|
301
284
|
"column-gap": "xs",
|
|
302
285
|
},
|
|
286
|
+
view_all_ctas: Array(2).map(() => ({})),
|
|
303
287
|
services_levoGroup: {
|
|
304
288
|
display: "flex",
|
|
305
289
|
"flex-direction": "column",
|
|
@@ -339,16 +323,7 @@ export const Content7: IBlock = {
|
|
|
339
323
|
},
|
|
340
324
|
},
|
|
341
325
|
service_title: {
|
|
342
|
-
"font-
|
|
343
|
-
"font-weight": "600",
|
|
344
|
-
color: "text-1",
|
|
345
|
-
"line-height": "1.3",
|
|
346
|
-
tablet: {
|
|
347
|
-
"font-size": "20px",
|
|
348
|
-
},
|
|
349
|
-
mobile: {
|
|
350
|
-
"font-size": "18px",
|
|
351
|
-
},
|
|
326
|
+
"font-weight": 600,
|
|
352
327
|
},
|
|
353
328
|
right_container: {
|
|
354
329
|
"flex-grow": "1",
|
|
@@ -388,20 +363,22 @@ export const Content7: IBlock = {
|
|
|
388
363
|
"flex-direction": "column",
|
|
389
364
|
"row-gap": "16px",
|
|
390
365
|
},
|
|
391
|
-
service_description: {
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
"font-size": "14px",
|
|
400
|
-
},
|
|
401
|
-
},
|
|
402
|
-
cta: {
|
|
403
|
-
width: "fit-content",
|
|
366
|
+
service_description: {},
|
|
367
|
+
ctas_levoGroup: {
|
|
368
|
+
display: "flex",
|
|
369
|
+
"flex-direction": "row",
|
|
370
|
+
"column-gap": "xs",
|
|
371
|
+
"row-gap": "xs",
|
|
372
|
+
"flex-wrap": "wrap",
|
|
373
|
+
"align-items": "center",
|
|
404
374
|
},
|
|
375
|
+
ctas: Array(2)
|
|
376
|
+
.fill(0)
|
|
377
|
+
.map(() => ({
|
|
378
|
+
cta: {
|
|
379
|
+
width: "fit-content",
|
|
380
|
+
},
|
|
381
|
+
})),
|
|
405
382
|
},
|
|
406
383
|
{
|
|
407
384
|
service_item: {
|
|
@@ -436,16 +413,7 @@ export const Content7: IBlock = {
|
|
|
436
413
|
},
|
|
437
414
|
},
|
|
438
415
|
service_title: {
|
|
439
|
-
"font-
|
|
440
|
-
"font-weight": "600",
|
|
441
|
-
color: "text-1",
|
|
442
|
-
"line-height": "1.3",
|
|
443
|
-
tablet: {
|
|
444
|
-
"font-size": "20px",
|
|
445
|
-
},
|
|
446
|
-
mobile: {
|
|
447
|
-
"font-size": "18px",
|
|
448
|
-
},
|
|
416
|
+
"font-weight": 600,
|
|
449
417
|
},
|
|
450
418
|
right_container: {
|
|
451
419
|
"flex-grow": "1",
|
|
@@ -485,20 +453,22 @@ export const Content7: IBlock = {
|
|
|
485
453
|
"flex-direction": "column",
|
|
486
454
|
"row-gap": "16px",
|
|
487
455
|
},
|
|
488
|
-
service_description: {
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
"
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
"font-size": "14px",
|
|
497
|
-
},
|
|
498
|
-
},
|
|
499
|
-
cta: {
|
|
500
|
-
width: "fit-content",
|
|
456
|
+
service_description: {},
|
|
457
|
+
ctas_levoGroup: {
|
|
458
|
+
display: "flex",
|
|
459
|
+
"flex-direction": "row",
|
|
460
|
+
"column-gap": "xs",
|
|
461
|
+
"row-gap": "xs",
|
|
462
|
+
"flex-wrap": "wrap",
|
|
463
|
+
"align-items": "center",
|
|
501
464
|
},
|
|
465
|
+
ctas: Array(2)
|
|
466
|
+
.fill(0)
|
|
467
|
+
.map(() => ({
|
|
468
|
+
cta: {
|
|
469
|
+
width: "fit-content",
|
|
470
|
+
},
|
|
471
|
+
})),
|
|
502
472
|
},
|
|
503
473
|
{
|
|
504
474
|
service_item: {
|
|
@@ -533,16 +503,7 @@ export const Content7: IBlock = {
|
|
|
533
503
|
},
|
|
534
504
|
},
|
|
535
505
|
service_title: {
|
|
536
|
-
"font-
|
|
537
|
-
"font-weight": "600",
|
|
538
|
-
color: "text-1",
|
|
539
|
-
"line-height": "1.3",
|
|
540
|
-
tablet: {
|
|
541
|
-
"font-size": "20px",
|
|
542
|
-
},
|
|
543
|
-
mobile: {
|
|
544
|
-
"font-size": "18px",
|
|
545
|
-
},
|
|
506
|
+
"font-weight": 600,
|
|
546
507
|
},
|
|
547
508
|
right_container: {
|
|
548
509
|
"flex-grow": "1",
|
|
@@ -582,20 +543,22 @@ export const Content7: IBlock = {
|
|
|
582
543
|
"flex-direction": "column",
|
|
583
544
|
"row-gap": "16px",
|
|
584
545
|
},
|
|
585
|
-
service_description: {
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
"
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
"font-size": "14px",
|
|
594
|
-
},
|
|
595
|
-
},
|
|
596
|
-
cta: {
|
|
597
|
-
width: "fit-content",
|
|
546
|
+
service_description: {},
|
|
547
|
+
ctas_levoGroup: {
|
|
548
|
+
display: "flex",
|
|
549
|
+
"flex-direction": "row",
|
|
550
|
+
"column-gap": "xs",
|
|
551
|
+
"row-gap": "xs",
|
|
552
|
+
"flex-wrap": "wrap",
|
|
553
|
+
"align-items": "center",
|
|
598
554
|
},
|
|
555
|
+
ctas: Array(2)
|
|
556
|
+
.fill(0)
|
|
557
|
+
.map(() => ({
|
|
558
|
+
cta: {
|
|
559
|
+
width: "fit-content",
|
|
560
|
+
},
|
|
561
|
+
})),
|
|
599
562
|
},
|
|
600
563
|
{
|
|
601
564
|
service_item: {
|
|
@@ -604,6 +567,7 @@ export const Content7: IBlock = {
|
|
|
604
567
|
"column-gap": "48px",
|
|
605
568
|
"padding-top": "32px",
|
|
606
569
|
"padding-bottom": "32px",
|
|
570
|
+
"border-bottom": "1px solid var(--color-border)",
|
|
607
571
|
tablet: {
|
|
608
572
|
"column-gap": "24px",
|
|
609
573
|
"padding-top": "24px",
|
|
@@ -629,16 +593,7 @@ export const Content7: IBlock = {
|
|
|
629
593
|
},
|
|
630
594
|
},
|
|
631
595
|
service_title: {
|
|
632
|
-
"font-
|
|
633
|
-
"font-weight": "600",
|
|
634
|
-
color: "text-1",
|
|
635
|
-
"line-height": "1.3",
|
|
636
|
-
tablet: {
|
|
637
|
-
"font-size": "20px",
|
|
638
|
-
},
|
|
639
|
-
mobile: {
|
|
640
|
-
"font-size": "18px",
|
|
641
|
-
},
|
|
596
|
+
"font-weight": 600,
|
|
642
597
|
},
|
|
643
598
|
right_container: {
|
|
644
599
|
"flex-grow": "1",
|
|
@@ -678,20 +633,22 @@ export const Content7: IBlock = {
|
|
|
678
633
|
"flex-direction": "column",
|
|
679
634
|
"row-gap": "16px",
|
|
680
635
|
},
|
|
681
|
-
service_description: {
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
"
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
"font-size": "14px",
|
|
690
|
-
},
|
|
691
|
-
},
|
|
692
|
-
cta: {
|
|
693
|
-
width: "fit-content",
|
|
636
|
+
service_description: {},
|
|
637
|
+
ctas_levoGroup: {
|
|
638
|
+
display: "flex",
|
|
639
|
+
"flex-direction": "row",
|
|
640
|
+
"column-gap": "xs",
|
|
641
|
+
"row-gap": "xs",
|
|
642
|
+
"flex-wrap": "wrap",
|
|
643
|
+
"align-items": "center",
|
|
694
644
|
},
|
|
645
|
+
ctas: Array(2)
|
|
646
|
+
.fill(0)
|
|
647
|
+
.map(() => ({
|
|
648
|
+
cta: {
|
|
649
|
+
width: "fit-content",
|
|
650
|
+
},
|
|
651
|
+
})),
|
|
695
652
|
},
|
|
696
653
|
],
|
|
697
654
|
view_all_cta_rightIcon: {
|
|
@@ -707,16 +664,62 @@ export const Content7: IBlock = {
|
|
|
707
664
|
Heading_Level: "H2",
|
|
708
665
|
},
|
|
709
666
|
},
|
|
710
|
-
|
|
711
|
-
selectedVariants: {
|
|
712
|
-
Button_Variants: "Ghost",
|
|
713
|
-
},
|
|
667
|
+
view_all_ctas: Array(2).map(() => ({
|
|
668
|
+
selectedVariants: {},
|
|
714
669
|
button_icons: {
|
|
715
670
|
right: {
|
|
716
671
|
enabled: true,
|
|
717
672
|
},
|
|
673
|
+
left: {
|
|
674
|
+
enabled: true,
|
|
675
|
+
},
|
|
718
676
|
},
|
|
719
|
-
},
|
|
677
|
+
})),
|
|
678
|
+
services: [
|
|
679
|
+
{
|
|
680
|
+
service_title: {
|
|
681
|
+
heading: {
|
|
682
|
+
level: "4",
|
|
683
|
+
},
|
|
684
|
+
selectedVariants: {
|
|
685
|
+
Heading_Level: "H5",
|
|
686
|
+
},
|
|
687
|
+
},
|
|
688
|
+
service_description: {
|
|
689
|
+
selectedVariants: {},
|
|
690
|
+
},
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
service_title: {
|
|
694
|
+
selectedVariants: {
|
|
695
|
+
Heading_Level: "H5",
|
|
696
|
+
},
|
|
697
|
+
},
|
|
698
|
+
service_description: {
|
|
699
|
+
selectedVariants: {},
|
|
700
|
+
},
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
service_title: {
|
|
704
|
+
selectedVariants: {
|
|
705
|
+
Heading_Level: "H5",
|
|
706
|
+
},
|
|
707
|
+
},
|
|
708
|
+
service_description: {
|
|
709
|
+
selectedVariants: {},
|
|
710
|
+
},
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
service_title: {
|
|
714
|
+
selectedVariants: {
|
|
715
|
+
Heading_Level: "H5",
|
|
716
|
+
},
|
|
717
|
+
},
|
|
718
|
+
service_description: {
|
|
719
|
+
selectedVariants: {},
|
|
720
|
+
},
|
|
721
|
+
},
|
|
722
|
+
],
|
|
720
723
|
},
|
|
721
724
|
},
|
|
722
725
|
],
|