@levo-so/blocks 0.1.59 → 0.1.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
2
|
+
Box,
|
|
3
|
+
Container,
|
|
4
|
+
Form,
|
|
3
5
|
Heading,
|
|
4
6
|
Icon,
|
|
5
|
-
|
|
6
|
-
Container,
|
|
7
|
-
Section,
|
|
8
|
-
Box,
|
|
7
|
+
type ILevoBlockBaseProps,
|
|
9
8
|
Media,
|
|
10
|
-
|
|
9
|
+
Section,
|
|
10
|
+
Typography,
|
|
11
11
|
} from "@levo-so/studio";
|
|
12
12
|
|
|
13
13
|
import type { IContactUs2Content } from "./contact-us-2.schema";
|
|
14
14
|
|
|
15
|
-
const ContactUs2: React.FC<ILevoBlockBaseProps<IContactUs2Content>> = ({
|
|
16
|
-
content,
|
|
17
|
-
}) => (
|
|
15
|
+
const ContactUs2: React.FC<ILevoBlockBaseProps<IContactUs2Content>> = ({ content }) => (
|
|
18
16
|
<Section elementKey="layout">
|
|
19
17
|
<Container elementKey="container">
|
|
20
18
|
<Box elementKey="layoutContentWrapper">
|
|
@@ -30,32 +28,23 @@ const ContactUs2: React.FC<ILevoBlockBaseProps<IContactUs2Content>> = ({
|
|
|
30
28
|
</Box>
|
|
31
29
|
<Box data-levo_group elementKey="contact_options_levoGroup">
|
|
32
30
|
{(content?.contact_options ?? []).map((_, index) => (
|
|
33
|
-
<Box
|
|
34
|
-
data-levo_group_item
|
|
35
|
-
elementKey={`contact_options.${index}.wrapper`}
|
|
36
|
-
key={index}
|
|
37
|
-
>
|
|
31
|
+
<Box data-levo_group_item elementKey={`contact_options.${index}.wrapper`} key={index}>
|
|
38
32
|
<Icon elementKey={`contact_options.${index}.icon`} />
|
|
39
33
|
<Box elementKey={`contact_options.${index}.text_box`}>
|
|
40
|
-
<
|
|
34
|
+
<Heading elementKey={`contact_options.${index}.label`} />
|
|
41
35
|
<Typography elementKey={`contact_options.${index}.value`} />
|
|
42
|
-
<Box
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
elementKey={`contact_options.${index}.icon_links.${linkIndex}.
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
elementKey={`contact_options.${index}.icon_links.${linkIndex}.icon`}
|
|
55
|
-
/>
|
|
56
|
-
</Box>
|
|
57
|
-
),
|
|
58
|
-
)}
|
|
36
|
+
<Box data-levo_group elementKey={`contact_options.${index}.icon_links_levoGroup`}>
|
|
37
|
+
{(content?.contact_options?.[index]?.icon_links ?? []).map((_, linkIndex) => (
|
|
38
|
+
<Box
|
|
39
|
+
data-levo_group_item
|
|
40
|
+
elementKey={`contact_options.${index}.icon_links.${linkIndex}.wrapper`}
|
|
41
|
+
key={linkIndex}
|
|
42
|
+
>
|
|
43
|
+
<Icon
|
|
44
|
+
elementKey={`contact_options.${index}.icon_links.${linkIndex}.icon`}
|
|
45
|
+
/>
|
|
46
|
+
</Box>
|
|
47
|
+
))}
|
|
59
48
|
</Box>
|
|
60
49
|
</Box>
|
|
61
50
|
</Box>
|
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA_1 = {
|
|
4
|
+
id: "tryvTJ6VolRPx",
|
|
5
|
+
filename: "content-1-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-828w.webp",
|
|
16
|
+
path: "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1920w.webp 1920w",
|
|
17
|
+
},
|
|
18
|
+
mimetype: "image/png",
|
|
19
|
+
};
|
|
20
|
+
const MEDIA_2 = {
|
|
21
|
+
id: "zuc3KwW4YGdBD",
|
|
22
|
+
filename: "content-1-2.png",
|
|
23
|
+
kind: "image",
|
|
24
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6.png",
|
|
25
|
+
srcset: {
|
|
26
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1080w.webp",
|
|
27
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1200w.webp",
|
|
28
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1920w.webp",
|
|
29
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-320w.webp",
|
|
30
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-640w.webp",
|
|
31
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-750w.webp",
|
|
32
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-828w.webp",
|
|
33
|
+
path: "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1920w.webp 1920w",
|
|
34
|
+
},
|
|
35
|
+
mimetype: "image/png",
|
|
36
|
+
};
|
|
37
|
+
const MEDIA_3 = {
|
|
38
|
+
id: "zuc3uwW4YGdBS",
|
|
39
|
+
filename: "content-1-3.png",
|
|
40
|
+
kind: "image",
|
|
41
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp.png",
|
|
42
|
+
srcset: {
|
|
43
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1080w.webp",
|
|
44
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1200w.webp",
|
|
45
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1920w.webp",
|
|
46
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-320w.webp",
|
|
47
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-640w.webp",
|
|
48
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-750w.webp",
|
|
49
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-828w.webp",
|
|
50
|
+
path: "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-828w.webp 828w",
|
|
51
|
+
},
|
|
52
|
+
mimetype: "image/png",
|
|
53
|
+
};
|
|
54
|
+
|
|
3
55
|
const DEFAULT_CONTENT = {
|
|
4
56
|
layout: null,
|
|
5
57
|
container: null,
|
|
@@ -19,55 +71,11 @@ const DEFAULT_CONTENT = {
|
|
|
19
71
|
title: "Connect with Verified Employers Instantly",
|
|
20
72
|
description:
|
|
21
73
|
"<p>Provide your students an upskilling platform and diverse job board to increase their hiring opportunities.</p>",
|
|
22
|
-
|
|
74
|
+
buttons_levoGroup: null,
|
|
75
|
+
buttons: [{ button: "Learn More" }, { button: "Get Started" }],
|
|
23
76
|
image_wrapper: null,
|
|
24
|
-
image_desktop:
|
|
25
|
-
|
|
26
|
-
kind: "image",
|
|
27
|
-
location:
|
|
28
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri.webp",
|
|
29
|
-
srcset: {
|
|
30
|
-
"1080w":
|
|
31
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1080w.webp",
|
|
32
|
-
"1200w":
|
|
33
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1200w.webp",
|
|
34
|
-
"1920w":
|
|
35
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1920w.webp",
|
|
36
|
-
"320w":
|
|
37
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-320w.webp",
|
|
38
|
-
"640w":
|
|
39
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-640w.webp",
|
|
40
|
-
"750w":
|
|
41
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-750w.webp",
|
|
42
|
-
"828w":
|
|
43
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-828w.webp",
|
|
44
|
-
path: "https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-320w.webp 320w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-640w.webp 640w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-828w.webp 828w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-750w.webp 750w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1200w.webp 1200w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1080w.webp 1080w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1920w.webp 1920w",
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
|
-
image_mobile: {
|
|
48
|
-
id: "7141014160938075687",
|
|
49
|
-
location:
|
|
50
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
51
|
-
kind: "image",
|
|
52
|
-
mimetype: "image/png",
|
|
53
|
-
srcset: {
|
|
54
|
-
"1080w":
|
|
55
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
56
|
-
"1200w":
|
|
57
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
58
|
-
"1920w":
|
|
59
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
60
|
-
"320w":
|
|
61
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
62
|
-
"640w":
|
|
63
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
64
|
-
"750w":
|
|
65
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
66
|
-
"828w":
|
|
67
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
68
|
-
path: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
69
|
-
},
|
|
70
|
-
},
|
|
77
|
+
image_desktop: MEDIA_1,
|
|
78
|
+
image_mobile: MEDIA_1,
|
|
71
79
|
},
|
|
72
80
|
{
|
|
73
81
|
section: null,
|
|
@@ -79,55 +87,11 @@ const DEFAULT_CONTENT = {
|
|
|
79
87
|
title: "Connect with Verified Employers Instantly",
|
|
80
88
|
description:
|
|
81
89
|
"<p>Provide your students an upskilling platform and diverse job board to increase their hiring opportunities.</p>",
|
|
82
|
-
|
|
90
|
+
buttons_levoGroup: null,
|
|
91
|
+
buttons: [{ button: "Learn More" }, { button: "Get Started" }],
|
|
83
92
|
image_wrapper: null,
|
|
84
|
-
image_desktop:
|
|
85
|
-
|
|
86
|
-
kind: "image",
|
|
87
|
-
location:
|
|
88
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri.webp",
|
|
89
|
-
srcset: {
|
|
90
|
-
"1080w":
|
|
91
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1080w.webp",
|
|
92
|
-
"1200w":
|
|
93
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1200w.webp",
|
|
94
|
-
"1920w":
|
|
95
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1920w.webp",
|
|
96
|
-
"320w":
|
|
97
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-320w.webp",
|
|
98
|
-
"640w":
|
|
99
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-640w.webp",
|
|
100
|
-
"750w":
|
|
101
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-750w.webp",
|
|
102
|
-
"828w":
|
|
103
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-828w.webp",
|
|
104
|
-
path: "https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-320w.webp 320w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-640w.webp 640w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-828w.webp 828w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-750w.webp 750w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1200w.webp 1200w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1080w.webp 1080w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1920w.webp 1920w",
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
image_mobile: {
|
|
108
|
-
id: "7141014160938075687",
|
|
109
|
-
location:
|
|
110
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
111
|
-
kind: "image",
|
|
112
|
-
mimetype: "image/png",
|
|
113
|
-
srcset: {
|
|
114
|
-
"1080w":
|
|
115
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
116
|
-
"1200w":
|
|
117
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
118
|
-
"1920w":
|
|
119
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
120
|
-
"320w":
|
|
121
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
122
|
-
"640w":
|
|
123
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
124
|
-
"750w":
|
|
125
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
126
|
-
"828w":
|
|
127
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
128
|
-
path: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
129
|
-
},
|
|
130
|
-
},
|
|
93
|
+
image_desktop: MEDIA_2,
|
|
94
|
+
image_mobile: MEDIA_2,
|
|
131
95
|
},
|
|
132
96
|
{
|
|
133
97
|
section: null,
|
|
@@ -139,55 +103,11 @@ const DEFAULT_CONTENT = {
|
|
|
139
103
|
title: "Connect with Verified Employers Instantly",
|
|
140
104
|
description:
|
|
141
105
|
"<p>Provide your students an upskilling platform and diverse job board to increase their hiring opportunities.</p>",
|
|
142
|
-
|
|
106
|
+
buttons_levoGroup: null,
|
|
107
|
+
buttons: [{ button: "Learn More" }, { button: "Get Started" }],
|
|
143
108
|
image_wrapper: null,
|
|
144
|
-
image_desktop:
|
|
145
|
-
|
|
146
|
-
kind: "image",
|
|
147
|
-
location:
|
|
148
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri.webp",
|
|
149
|
-
srcset: {
|
|
150
|
-
"1080w":
|
|
151
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1080w.webp",
|
|
152
|
-
"1200w":
|
|
153
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1200w.webp",
|
|
154
|
-
"1920w":
|
|
155
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1920w.webp",
|
|
156
|
-
"320w":
|
|
157
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-320w.webp",
|
|
158
|
-
"640w":
|
|
159
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-640w.webp",
|
|
160
|
-
"750w":
|
|
161
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-750w.webp",
|
|
162
|
-
"828w":
|
|
163
|
-
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-828w.webp",
|
|
164
|
-
path: "https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-320w.webp 320w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-640w.webp 640w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-828w.webp 828w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-750w.webp 750w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1200w.webp 1200w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1080w.webp 1080w, https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1920w.webp 1920w",
|
|
165
|
-
},
|
|
166
|
-
},
|
|
167
|
-
image_mobile: {
|
|
168
|
-
id: "7141014160938075687",
|
|
169
|
-
location:
|
|
170
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
171
|
-
kind: "image",
|
|
172
|
-
mimetype: "image/png",
|
|
173
|
-
srcset: {
|
|
174
|
-
"1080w":
|
|
175
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
176
|
-
"1200w":
|
|
177
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
178
|
-
"1920w":
|
|
179
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
180
|
-
"320w":
|
|
181
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
182
|
-
"640w":
|
|
183
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
184
|
-
"750w":
|
|
185
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
186
|
-
"828w":
|
|
187
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
188
|
-
path: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
189
|
-
},
|
|
190
|
-
},
|
|
109
|
+
image_desktop: MEDIA_3,
|
|
110
|
+
image_mobile: MEDIA_3,
|
|
191
111
|
},
|
|
192
112
|
],
|
|
193
113
|
};
|
|
@@ -345,15 +265,23 @@ export const Content1: IBlock = {
|
|
|
345
265
|
},
|
|
346
266
|
},
|
|
347
267
|
{
|
|
348
|
-
key: "
|
|
349
|
-
label: "
|
|
350
|
-
field_interface: "
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
268
|
+
key: "buttons",
|
|
269
|
+
label: "Buttons",
|
|
270
|
+
field_interface: "BoxWidget",
|
|
271
|
+
kind: "group",
|
|
272
|
+
fields: [
|
|
273
|
+
{
|
|
274
|
+
key: "button",
|
|
275
|
+
label: "Button",
|
|
276
|
+
field_interface: "ButtonWidget",
|
|
277
|
+
hint: {
|
|
278
|
+
prompt_description:
|
|
279
|
+
"Primary call-to-action. The button label should encourage deeper engagement or next steps (e.g., 'Learn More'). Tone: direct, concise.",
|
|
280
|
+
min_characters: 6,
|
|
281
|
+
max_characters: 24,
|
|
282
|
+
},
|
|
283
|
+
},
|
|
284
|
+
],
|
|
357
285
|
},
|
|
358
286
|
{
|
|
359
287
|
key: "image_wrapper",
|
|
@@ -402,22 +330,8 @@ export const Content1: IBlock = {
|
|
|
402
330
|
key: "default",
|
|
403
331
|
title: "default",
|
|
404
332
|
styles: {
|
|
405
|
-
layout: {
|
|
406
|
-
|
|
407
|
-
"padding-top": "9xl",
|
|
408
|
-
"padding-bottom": "0",
|
|
409
|
-
"media:max:768px": {
|
|
410
|
-
"padding-top": "7xl",
|
|
411
|
-
"padding-bottom": "0",
|
|
412
|
-
},
|
|
413
|
-
},
|
|
414
|
-
container: {
|
|
415
|
-
width: "100%",
|
|
416
|
-
"margin-left": "auto",
|
|
417
|
-
"margin-right": "auto",
|
|
418
|
-
"padding-right": "3xl",
|
|
419
|
-
"padding-left": "3xl",
|
|
420
|
-
},
|
|
333
|
+
layout: {},
|
|
334
|
+
container: {},
|
|
421
335
|
header_wrapper: {
|
|
422
336
|
display: "flex",
|
|
423
337
|
width: "100%",
|
|
@@ -440,22 +354,9 @@ export const Content1: IBlock = {
|
|
|
440
354
|
"margin-bottom": "8xl",
|
|
441
355
|
},
|
|
442
356
|
},
|
|
443
|
-
title: {
|
|
444
|
-
"margin-left": "auto",
|
|
445
|
-
"margin-right": "auto",
|
|
446
|
-
"max-width": "768px",
|
|
447
|
-
"text-align": "center",
|
|
448
|
-
color: "text-1",
|
|
449
|
-
},
|
|
357
|
+
title: {},
|
|
450
358
|
description: {
|
|
451
|
-
"margin-left": "auto",
|
|
452
|
-
"margin-right": "auto",
|
|
453
|
-
"max-width": "3xl",
|
|
454
|
-
"padding-left": "base",
|
|
455
|
-
"padding-right": "base",
|
|
456
359
|
"text-align": "center",
|
|
457
|
-
|
|
458
|
-
color: "text2",
|
|
459
360
|
},
|
|
460
361
|
sections_levoGroup: {
|
|
461
362
|
"margin-top": "3xl",
|
|
@@ -475,13 +376,13 @@ export const Content1: IBlock = {
|
|
|
475
376
|
"padding-right": "9xl",
|
|
476
377
|
"padding-top": "9xl",
|
|
477
378
|
"padding-bottom": "9xl",
|
|
478
|
-
|
|
379
|
+
tablet: {
|
|
479
380
|
"padding-left": "3xl",
|
|
480
381
|
"padding-right": "3xl",
|
|
481
382
|
"padding-top": "3xl",
|
|
482
383
|
"padding-bottom": "3xl",
|
|
483
384
|
},
|
|
484
|
-
|
|
385
|
+
mobile: {
|
|
485
386
|
"padding-left": "base",
|
|
486
387
|
"padding-right": "base",
|
|
487
388
|
"padding-top": "base",
|
|
@@ -509,7 +410,7 @@ export const Content1: IBlock = {
|
|
|
509
410
|
"padding-left": "10xl",
|
|
510
411
|
"padding-right": "10xl",
|
|
511
412
|
},
|
|
512
|
-
|
|
413
|
+
mobile: {
|
|
513
414
|
"flex-direction": "column-reverse",
|
|
514
415
|
},
|
|
515
416
|
},
|
|
@@ -533,7 +434,6 @@ export const Content1: IBlock = {
|
|
|
533
434
|
},
|
|
534
435
|
},
|
|
535
436
|
tag: {
|
|
536
|
-
"max-width": "max-content",
|
|
537
437
|
"border-radius": "base",
|
|
538
438
|
border: "1px solid",
|
|
539
439
|
"border-color": "border",
|
|
@@ -542,8 +442,8 @@ export const Content1: IBlock = {
|
|
|
542
442
|
"padding-right": "base",
|
|
543
443
|
"padding-top": "2xs",
|
|
544
444
|
"padding-bottom": "2xs",
|
|
545
|
-
|
|
546
445
|
color: "text-1",
|
|
446
|
+
"max-width": "fit-content",
|
|
547
447
|
},
|
|
548
448
|
text_content: {
|
|
549
449
|
display: "flex",
|
|
@@ -551,22 +451,18 @@ export const Content1: IBlock = {
|
|
|
551
451
|
"column-gap": "2xs",
|
|
552
452
|
"row-gap": "2xs",
|
|
553
453
|
},
|
|
554
|
-
title: {
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
"
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
description: {
|
|
563
|
-
"font-size": "base",
|
|
564
|
-
"font-weight": 400,
|
|
565
|
-
color: "text-2",
|
|
454
|
+
title: {},
|
|
455
|
+
description: {},
|
|
456
|
+
buttons_levoGroup: {
|
|
457
|
+
display: "flex",
|
|
458
|
+
"flex-direction": "row",
|
|
459
|
+
"align-items": "center",
|
|
460
|
+
gap: "sm",
|
|
461
|
+
"max-width": "fit-content",
|
|
566
462
|
},
|
|
567
|
-
|
|
463
|
+
buttons: Array(2).map(() => ({
|
|
568
464
|
"max-width": "max-content",
|
|
569
|
-
},
|
|
465
|
+
})),
|
|
570
466
|
image_wrapper: {
|
|
571
467
|
width: "100%",
|
|
572
468
|
"max-width": "50%",
|
|
@@ -600,13 +496,13 @@ export const Content1: IBlock = {
|
|
|
600
496
|
"padding-right": "9xl",
|
|
601
497
|
"padding-top": "9xl",
|
|
602
498
|
"padding-bottom": "9xl",
|
|
603
|
-
|
|
499
|
+
tablet: {
|
|
604
500
|
"padding-left": "3xl",
|
|
605
501
|
"padding-right": "3xl",
|
|
606
502
|
"padding-top": "3xl",
|
|
607
503
|
"padding-bottom": "3xl",
|
|
608
504
|
},
|
|
609
|
-
|
|
505
|
+
mobile: {
|
|
610
506
|
"padding-left": "base",
|
|
611
507
|
"padding-right": "base",
|
|
612
508
|
"padding-top": "base",
|
|
@@ -634,7 +530,7 @@ export const Content1: IBlock = {
|
|
|
634
530
|
"padding-left": "10xl",
|
|
635
531
|
"padding-right": "10xl",
|
|
636
532
|
},
|
|
637
|
-
|
|
533
|
+
mobile: {
|
|
638
534
|
"flex-direction": "column-reverse",
|
|
639
535
|
},
|
|
640
536
|
},
|
|
@@ -658,7 +554,6 @@ export const Content1: IBlock = {
|
|
|
658
554
|
},
|
|
659
555
|
},
|
|
660
556
|
tag: {
|
|
661
|
-
"max-width": "max-content",
|
|
662
557
|
"border-radius": "base",
|
|
663
558
|
border: "1px solid",
|
|
664
559
|
"border-color": "border",
|
|
@@ -667,8 +562,8 @@ export const Content1: IBlock = {
|
|
|
667
562
|
"padding-right": "base",
|
|
668
563
|
"padding-top": "2xs",
|
|
669
564
|
"padding-bottom": "2xs",
|
|
670
|
-
|
|
671
565
|
color: "text-1",
|
|
566
|
+
"max-width": "fit-content",
|
|
672
567
|
},
|
|
673
568
|
text_content: {
|
|
674
569
|
display: "flex",
|
|
@@ -676,22 +571,22 @@ export const Content1: IBlock = {
|
|
|
676
571
|
"column-gap": "2xs",
|
|
677
572
|
"row-gap": "2xs",
|
|
678
573
|
},
|
|
679
|
-
title: {
|
|
680
|
-
"font-size": "2xl",
|
|
681
|
-
"font-weight": 700,
|
|
682
|
-
color: "text-1",
|
|
683
|
-
"media:min:1024px": {
|
|
684
|
-
"font-size": "4xl",
|
|
685
|
-
},
|
|
686
|
-
},
|
|
574
|
+
title: {},
|
|
687
575
|
description: {
|
|
688
576
|
"font-size": "base",
|
|
689
577
|
"font-weight": 400,
|
|
690
578
|
color: "text-2",
|
|
691
579
|
},
|
|
692
|
-
|
|
693
|
-
|
|
580
|
+
buttons_levoGroup: {
|
|
581
|
+
display: "flex",
|
|
582
|
+
"flex-direction": "row",
|
|
583
|
+
"align-items": "center",
|
|
584
|
+
gap: "sm",
|
|
585
|
+
"max-width": "fit-content",
|
|
694
586
|
},
|
|
587
|
+
buttons: Array(2).map(() => ({
|
|
588
|
+
"max-width": "max-content",
|
|
589
|
+
})),
|
|
695
590
|
image_wrapper: {
|
|
696
591
|
width: "100%",
|
|
697
592
|
"max-width": "50%",
|
|
@@ -725,13 +620,13 @@ export const Content1: IBlock = {
|
|
|
725
620
|
"padding-right": "9xl",
|
|
726
621
|
"padding-top": "9xl",
|
|
727
622
|
"padding-bottom": "9xl",
|
|
728
|
-
|
|
623
|
+
tablet: {
|
|
729
624
|
"padding-left": "3xl",
|
|
730
625
|
"padding-right": "3xl",
|
|
731
626
|
"padding-top": "3xl",
|
|
732
627
|
"padding-bottom": "3xl",
|
|
733
628
|
},
|
|
734
|
-
|
|
629
|
+
mobile: {
|
|
735
630
|
"padding-left": "base",
|
|
736
631
|
"padding-right": "base",
|
|
737
632
|
"padding-top": "base",
|
|
@@ -759,7 +654,7 @@ export const Content1: IBlock = {
|
|
|
759
654
|
"padding-left": "10xl",
|
|
760
655
|
"padding-right": "10xl",
|
|
761
656
|
},
|
|
762
|
-
|
|
657
|
+
mobile: {
|
|
763
658
|
"flex-direction": "column-reverse",
|
|
764
659
|
},
|
|
765
660
|
},
|
|
@@ -783,7 +678,6 @@ export const Content1: IBlock = {
|
|
|
783
678
|
},
|
|
784
679
|
},
|
|
785
680
|
tag: {
|
|
786
|
-
"max-width": "max-content",
|
|
787
681
|
"border-radius": "base",
|
|
788
682
|
border: "1px solid",
|
|
789
683
|
"border-color": "border",
|
|
@@ -792,8 +686,8 @@ export const Content1: IBlock = {
|
|
|
792
686
|
"padding-right": "base",
|
|
793
687
|
"padding-top": "2xs",
|
|
794
688
|
"padding-bottom": "2xs",
|
|
795
|
-
|
|
796
689
|
color: "text-1",
|
|
690
|
+
"max-width": "fit-content",
|
|
797
691
|
},
|
|
798
692
|
text_content: {
|
|
799
693
|
display: "flex",
|
|
@@ -801,22 +695,22 @@ export const Content1: IBlock = {
|
|
|
801
695
|
"column-gap": "2xs",
|
|
802
696
|
"row-gap": "2xs",
|
|
803
697
|
},
|
|
804
|
-
title: {
|
|
805
|
-
"font-size": "2xl",
|
|
806
|
-
"font-weight": 700,
|
|
807
|
-
color: "text-1",
|
|
808
|
-
"media:min:1024px": {
|
|
809
|
-
"font-size": "4xl",
|
|
810
|
-
},
|
|
811
|
-
},
|
|
698
|
+
title: {},
|
|
812
699
|
description: {
|
|
813
700
|
"font-size": "base",
|
|
814
701
|
"font-weight": 400,
|
|
815
702
|
color: "text-2",
|
|
816
703
|
},
|
|
817
|
-
|
|
818
|
-
|
|
704
|
+
buttons_levoGroup: {
|
|
705
|
+
display: "flex",
|
|
706
|
+
"flex-direction": "row",
|
|
707
|
+
"align-items": "center",
|
|
708
|
+
gap: "sm",
|
|
709
|
+
"max-width": "fit-content",
|
|
819
710
|
},
|
|
711
|
+
buttons: Array(2).map(() => ({
|
|
712
|
+
"max-width": "max-content",
|
|
713
|
+
})),
|
|
820
714
|
image_wrapper: {
|
|
821
715
|
width: "100%",
|
|
822
716
|
"max-width": "50%",
|
|
@@ -850,12 +744,47 @@ export const Content1: IBlock = {
|
|
|
850
744
|
config: {
|
|
851
745
|
title: {
|
|
852
746
|
heading: {
|
|
853
|
-
level:
|
|
747
|
+
level: "2",
|
|
854
748
|
},
|
|
855
749
|
selectedVariants: {
|
|
856
|
-
Heading_Level: "
|
|
750
|
+
Heading_Level: "H2",
|
|
857
751
|
},
|
|
858
752
|
},
|
|
753
|
+
sections: [
|
|
754
|
+
{
|
|
755
|
+
tag: {
|
|
756
|
+
selectedVariants: {},
|
|
757
|
+
},
|
|
758
|
+
title: {
|
|
759
|
+
heading: {
|
|
760
|
+
level: "3",
|
|
761
|
+
},
|
|
762
|
+
selectedVariants: {
|
|
763
|
+
Heading_Level: "H3",
|
|
764
|
+
},
|
|
765
|
+
},
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
tag: {
|
|
769
|
+
selectedVariants: {},
|
|
770
|
+
},
|
|
771
|
+
title: {
|
|
772
|
+
selectedVariants: {
|
|
773
|
+
Heading_Level: "H3",
|
|
774
|
+
},
|
|
775
|
+
},
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
tag: {
|
|
779
|
+
selectedVariants: {},
|
|
780
|
+
},
|
|
781
|
+
title: {
|
|
782
|
+
selectedVariants: {
|
|
783
|
+
Heading_Level: "H3",
|
|
784
|
+
},
|
|
785
|
+
},
|
|
786
|
+
},
|
|
787
|
+
],
|
|
859
788
|
},
|
|
860
789
|
},
|
|
861
790
|
],
|