@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,78 @@
|
|
|
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":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-828w.webp",
|
|
23
|
+
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",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
const MEDIA_2 = {
|
|
28
|
+
id: "zuc3KwW4YGdBD",
|
|
29
|
+
filename: "content-1-2.png",
|
|
30
|
+
kind: "image",
|
|
31
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6.png",
|
|
32
|
+
srcset: {
|
|
33
|
+
"1080w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1080w.webp",
|
|
35
|
+
"1200w":
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1200w.webp",
|
|
37
|
+
"1920w":
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1920w.webp",
|
|
39
|
+
"320w":
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-320w.webp",
|
|
41
|
+
"640w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-640w.webp",
|
|
43
|
+
"750w":
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-750w.webp",
|
|
45
|
+
"828w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-828w.webp",
|
|
47
|
+
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",
|
|
48
|
+
},
|
|
49
|
+
mimetype: "image/png",
|
|
50
|
+
};
|
|
51
|
+
const MEDIA_3 = {
|
|
52
|
+
id: "zuc3uwW4YGdBS",
|
|
53
|
+
filename: "content-1-3.png",
|
|
54
|
+
kind: "image",
|
|
55
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp.png",
|
|
56
|
+
srcset: {
|
|
57
|
+
"1080w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1080w.webp",
|
|
59
|
+
"1200w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1200w.webp",
|
|
61
|
+
"1920w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1920w.webp",
|
|
63
|
+
"320w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-320w.webp",
|
|
65
|
+
"640w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-640w.webp",
|
|
67
|
+
"750w":
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-750w.webp",
|
|
69
|
+
"828w":
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-828w.webp",
|
|
71
|
+
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",
|
|
72
|
+
},
|
|
73
|
+
mimetype: "image/png",
|
|
74
|
+
};
|
|
75
|
+
|
|
3
76
|
const DEFAULT_CONTENT = {
|
|
4
77
|
layout: null,
|
|
5
78
|
container: null,
|
|
@@ -19,55 +92,11 @@ const DEFAULT_CONTENT = {
|
|
|
19
92
|
title: "Connect with Verified Employers Instantly",
|
|
20
93
|
description:
|
|
21
94
|
"<p>Provide your students an upskilling platform and diverse job board to increase their hiring opportunities.</p>",
|
|
22
|
-
|
|
95
|
+
buttons_levoGroup: null,
|
|
96
|
+
buttons: [{ button: "Learn More" }, { button: "Get Started" }],
|
|
23
97
|
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
|
-
},
|
|
98
|
+
image_desktop: MEDIA_1,
|
|
99
|
+
image_mobile: MEDIA_1,
|
|
71
100
|
},
|
|
72
101
|
{
|
|
73
102
|
section: null,
|
|
@@ -79,55 +108,11 @@ const DEFAULT_CONTENT = {
|
|
|
79
108
|
title: "Connect with Verified Employers Instantly",
|
|
80
109
|
description:
|
|
81
110
|
"<p>Provide your students an upskilling platform and diverse job board to increase their hiring opportunities.</p>",
|
|
82
|
-
|
|
111
|
+
buttons_levoGroup: null,
|
|
112
|
+
buttons: [{ button: "Learn More" }, { button: "Get Started" }],
|
|
83
113
|
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
|
-
},
|
|
114
|
+
image_desktop: MEDIA_2,
|
|
115
|
+
image_mobile: MEDIA_2,
|
|
131
116
|
},
|
|
132
117
|
{
|
|
133
118
|
section: null,
|
|
@@ -139,55 +124,11 @@ const DEFAULT_CONTENT = {
|
|
|
139
124
|
title: "Connect with Verified Employers Instantly",
|
|
140
125
|
description:
|
|
141
126
|
"<p>Provide your students an upskilling platform and diverse job board to increase their hiring opportunities.</p>",
|
|
142
|
-
|
|
127
|
+
buttons_levoGroup: null,
|
|
128
|
+
buttons: [{ button: "Learn More" }, { button: "Get Started" }],
|
|
143
129
|
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
|
-
},
|
|
130
|
+
image_desktop: MEDIA_3,
|
|
131
|
+
image_mobile: MEDIA_3,
|
|
191
132
|
},
|
|
192
133
|
],
|
|
193
134
|
};
|
|
@@ -345,15 +286,23 @@ export const Content1: IBlock = {
|
|
|
345
286
|
},
|
|
346
287
|
},
|
|
347
288
|
{
|
|
348
|
-
key: "
|
|
349
|
-
label: "
|
|
350
|
-
field_interface: "
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
289
|
+
key: "buttons",
|
|
290
|
+
label: "Buttons",
|
|
291
|
+
field_interface: "BoxWidget",
|
|
292
|
+
kind: "group",
|
|
293
|
+
fields: [
|
|
294
|
+
{
|
|
295
|
+
key: "button",
|
|
296
|
+
label: "Button",
|
|
297
|
+
field_interface: "ButtonWidget",
|
|
298
|
+
hint: {
|
|
299
|
+
prompt_description:
|
|
300
|
+
"Primary call-to-action. The button label should encourage deeper engagement or next steps (e.g., 'Learn More'). Tone: direct, concise.",
|
|
301
|
+
min_characters: 6,
|
|
302
|
+
max_characters: 24,
|
|
303
|
+
},
|
|
304
|
+
},
|
|
305
|
+
],
|
|
357
306
|
},
|
|
358
307
|
{
|
|
359
308
|
key: "image_wrapper",
|
|
@@ -402,22 +351,8 @@ export const Content1: IBlock = {
|
|
|
402
351
|
key: "default",
|
|
403
352
|
title: "default",
|
|
404
353
|
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
|
-
},
|
|
354
|
+
layout: {},
|
|
355
|
+
container: {},
|
|
421
356
|
header_wrapper: {
|
|
422
357
|
display: "flex",
|
|
423
358
|
width: "100%",
|
|
@@ -440,22 +375,9 @@ export const Content1: IBlock = {
|
|
|
440
375
|
"margin-bottom": "8xl",
|
|
441
376
|
},
|
|
442
377
|
},
|
|
443
|
-
title: {
|
|
444
|
-
"margin-left": "auto",
|
|
445
|
-
"margin-right": "auto",
|
|
446
|
-
"max-width": "768px",
|
|
447
|
-
"text-align": "center",
|
|
448
|
-
color: "text-1",
|
|
449
|
-
},
|
|
378
|
+
title: {},
|
|
450
379
|
description: {
|
|
451
|
-
"margin-left": "auto",
|
|
452
|
-
"margin-right": "auto",
|
|
453
|
-
"max-width": "3xl",
|
|
454
|
-
"padding-left": "base",
|
|
455
|
-
"padding-right": "base",
|
|
456
380
|
"text-align": "center",
|
|
457
|
-
|
|
458
|
-
color: "text2",
|
|
459
381
|
},
|
|
460
382
|
sections_levoGroup: {
|
|
461
383
|
"margin-top": "3xl",
|
|
@@ -475,13 +397,13 @@ export const Content1: IBlock = {
|
|
|
475
397
|
"padding-right": "9xl",
|
|
476
398
|
"padding-top": "9xl",
|
|
477
399
|
"padding-bottom": "9xl",
|
|
478
|
-
|
|
400
|
+
tablet: {
|
|
479
401
|
"padding-left": "3xl",
|
|
480
402
|
"padding-right": "3xl",
|
|
481
403
|
"padding-top": "3xl",
|
|
482
404
|
"padding-bottom": "3xl",
|
|
483
405
|
},
|
|
484
|
-
|
|
406
|
+
mobile: {
|
|
485
407
|
"padding-left": "base",
|
|
486
408
|
"padding-right": "base",
|
|
487
409
|
"padding-top": "base",
|
|
@@ -509,7 +431,7 @@ export const Content1: IBlock = {
|
|
|
509
431
|
"padding-left": "10xl",
|
|
510
432
|
"padding-right": "10xl",
|
|
511
433
|
},
|
|
512
|
-
|
|
434
|
+
mobile: {
|
|
513
435
|
"flex-direction": "column-reverse",
|
|
514
436
|
},
|
|
515
437
|
},
|
|
@@ -533,7 +455,6 @@ export const Content1: IBlock = {
|
|
|
533
455
|
},
|
|
534
456
|
},
|
|
535
457
|
tag: {
|
|
536
|
-
"max-width": "max-content",
|
|
537
458
|
"border-radius": "base",
|
|
538
459
|
border: "1px solid",
|
|
539
460
|
"border-color": "border",
|
|
@@ -542,8 +463,8 @@ export const Content1: IBlock = {
|
|
|
542
463
|
"padding-right": "base",
|
|
543
464
|
"padding-top": "2xs",
|
|
544
465
|
"padding-bottom": "2xs",
|
|
545
|
-
|
|
546
466
|
color: "text-1",
|
|
467
|
+
"max-width": "fit-content",
|
|
547
468
|
},
|
|
548
469
|
text_content: {
|
|
549
470
|
display: "flex",
|
|
@@ -551,22 +472,18 @@ export const Content1: IBlock = {
|
|
|
551
472
|
"column-gap": "2xs",
|
|
552
473
|
"row-gap": "2xs",
|
|
553
474
|
},
|
|
554
|
-
title: {
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
"
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
description: {
|
|
563
|
-
"font-size": "base",
|
|
564
|
-
"font-weight": 400,
|
|
565
|
-
color: "text-2",
|
|
475
|
+
title: {},
|
|
476
|
+
description: {},
|
|
477
|
+
buttons_levoGroup: {
|
|
478
|
+
display: "flex",
|
|
479
|
+
"flex-direction": "row",
|
|
480
|
+
"align-items": "center",
|
|
481
|
+
gap: "sm",
|
|
482
|
+
"max-width": "fit-content",
|
|
566
483
|
},
|
|
567
|
-
|
|
484
|
+
buttons: Array(2).map(() => ({
|
|
568
485
|
"max-width": "max-content",
|
|
569
|
-
},
|
|
486
|
+
})),
|
|
570
487
|
image_wrapper: {
|
|
571
488
|
width: "100%",
|
|
572
489
|
"max-width": "50%",
|
|
@@ -600,13 +517,13 @@ export const Content1: IBlock = {
|
|
|
600
517
|
"padding-right": "9xl",
|
|
601
518
|
"padding-top": "9xl",
|
|
602
519
|
"padding-bottom": "9xl",
|
|
603
|
-
|
|
520
|
+
tablet: {
|
|
604
521
|
"padding-left": "3xl",
|
|
605
522
|
"padding-right": "3xl",
|
|
606
523
|
"padding-top": "3xl",
|
|
607
524
|
"padding-bottom": "3xl",
|
|
608
525
|
},
|
|
609
|
-
|
|
526
|
+
mobile: {
|
|
610
527
|
"padding-left": "base",
|
|
611
528
|
"padding-right": "base",
|
|
612
529
|
"padding-top": "base",
|
|
@@ -634,7 +551,7 @@ export const Content1: IBlock = {
|
|
|
634
551
|
"padding-left": "10xl",
|
|
635
552
|
"padding-right": "10xl",
|
|
636
553
|
},
|
|
637
|
-
|
|
554
|
+
mobile: {
|
|
638
555
|
"flex-direction": "column-reverse",
|
|
639
556
|
},
|
|
640
557
|
},
|
|
@@ -658,7 +575,6 @@ export const Content1: IBlock = {
|
|
|
658
575
|
},
|
|
659
576
|
},
|
|
660
577
|
tag: {
|
|
661
|
-
"max-width": "max-content",
|
|
662
578
|
"border-radius": "base",
|
|
663
579
|
border: "1px solid",
|
|
664
580
|
"border-color": "border",
|
|
@@ -667,8 +583,8 @@ export const Content1: IBlock = {
|
|
|
667
583
|
"padding-right": "base",
|
|
668
584
|
"padding-top": "2xs",
|
|
669
585
|
"padding-bottom": "2xs",
|
|
670
|
-
|
|
671
586
|
color: "text-1",
|
|
587
|
+
"max-width": "fit-content",
|
|
672
588
|
},
|
|
673
589
|
text_content: {
|
|
674
590
|
display: "flex",
|
|
@@ -676,22 +592,22 @@ export const Content1: IBlock = {
|
|
|
676
592
|
"column-gap": "2xs",
|
|
677
593
|
"row-gap": "2xs",
|
|
678
594
|
},
|
|
679
|
-
title: {
|
|
680
|
-
"font-size": "2xl",
|
|
681
|
-
"font-weight": 700,
|
|
682
|
-
color: "text-1",
|
|
683
|
-
"media:min:1024px": {
|
|
684
|
-
"font-size": "4xl",
|
|
685
|
-
},
|
|
686
|
-
},
|
|
595
|
+
title: {},
|
|
687
596
|
description: {
|
|
688
597
|
"font-size": "base",
|
|
689
598
|
"font-weight": 400,
|
|
690
599
|
color: "text-2",
|
|
691
600
|
},
|
|
692
|
-
|
|
693
|
-
|
|
601
|
+
buttons_levoGroup: {
|
|
602
|
+
display: "flex",
|
|
603
|
+
"flex-direction": "row",
|
|
604
|
+
"align-items": "center",
|
|
605
|
+
gap: "sm",
|
|
606
|
+
"max-width": "fit-content",
|
|
694
607
|
},
|
|
608
|
+
buttons: Array(2).map(() => ({
|
|
609
|
+
"max-width": "max-content",
|
|
610
|
+
})),
|
|
695
611
|
image_wrapper: {
|
|
696
612
|
width: "100%",
|
|
697
613
|
"max-width": "50%",
|
|
@@ -725,13 +641,13 @@ export const Content1: IBlock = {
|
|
|
725
641
|
"padding-right": "9xl",
|
|
726
642
|
"padding-top": "9xl",
|
|
727
643
|
"padding-bottom": "9xl",
|
|
728
|
-
|
|
644
|
+
tablet: {
|
|
729
645
|
"padding-left": "3xl",
|
|
730
646
|
"padding-right": "3xl",
|
|
731
647
|
"padding-top": "3xl",
|
|
732
648
|
"padding-bottom": "3xl",
|
|
733
649
|
},
|
|
734
|
-
|
|
650
|
+
mobile: {
|
|
735
651
|
"padding-left": "base",
|
|
736
652
|
"padding-right": "base",
|
|
737
653
|
"padding-top": "base",
|
|
@@ -759,7 +675,7 @@ export const Content1: IBlock = {
|
|
|
759
675
|
"padding-left": "10xl",
|
|
760
676
|
"padding-right": "10xl",
|
|
761
677
|
},
|
|
762
|
-
|
|
678
|
+
mobile: {
|
|
763
679
|
"flex-direction": "column-reverse",
|
|
764
680
|
},
|
|
765
681
|
},
|
|
@@ -783,7 +699,6 @@ export const Content1: IBlock = {
|
|
|
783
699
|
},
|
|
784
700
|
},
|
|
785
701
|
tag: {
|
|
786
|
-
"max-width": "max-content",
|
|
787
702
|
"border-radius": "base",
|
|
788
703
|
border: "1px solid",
|
|
789
704
|
"border-color": "border",
|
|
@@ -792,8 +707,8 @@ export const Content1: IBlock = {
|
|
|
792
707
|
"padding-right": "base",
|
|
793
708
|
"padding-top": "2xs",
|
|
794
709
|
"padding-bottom": "2xs",
|
|
795
|
-
|
|
796
710
|
color: "text-1",
|
|
711
|
+
"max-width": "fit-content",
|
|
797
712
|
},
|
|
798
713
|
text_content: {
|
|
799
714
|
display: "flex",
|
|
@@ -801,22 +716,22 @@ export const Content1: IBlock = {
|
|
|
801
716
|
"column-gap": "2xs",
|
|
802
717
|
"row-gap": "2xs",
|
|
803
718
|
},
|
|
804
|
-
title: {
|
|
805
|
-
"font-size": "2xl",
|
|
806
|
-
"font-weight": 700,
|
|
807
|
-
color: "text-1",
|
|
808
|
-
"media:min:1024px": {
|
|
809
|
-
"font-size": "4xl",
|
|
810
|
-
},
|
|
811
|
-
},
|
|
719
|
+
title: {},
|
|
812
720
|
description: {
|
|
813
721
|
"font-size": "base",
|
|
814
722
|
"font-weight": 400,
|
|
815
723
|
color: "text-2",
|
|
816
724
|
},
|
|
817
|
-
|
|
818
|
-
|
|
725
|
+
buttons_levoGroup: {
|
|
726
|
+
display: "flex",
|
|
727
|
+
"flex-direction": "row",
|
|
728
|
+
"align-items": "center",
|
|
729
|
+
gap: "sm",
|
|
730
|
+
"max-width": "fit-content",
|
|
819
731
|
},
|
|
732
|
+
buttons: Array(2).map(() => ({
|
|
733
|
+
"max-width": "max-content",
|
|
734
|
+
})),
|
|
820
735
|
image_wrapper: {
|
|
821
736
|
width: "100%",
|
|
822
737
|
"max-width": "50%",
|
|
@@ -850,12 +765,47 @@ export const Content1: IBlock = {
|
|
|
850
765
|
config: {
|
|
851
766
|
title: {
|
|
852
767
|
heading: {
|
|
853
|
-
level:
|
|
768
|
+
level: "2",
|
|
854
769
|
},
|
|
855
770
|
selectedVariants: {
|
|
856
|
-
Heading_Level: "
|
|
771
|
+
Heading_Level: "H2",
|
|
857
772
|
},
|
|
858
773
|
},
|
|
774
|
+
sections: [
|
|
775
|
+
{
|
|
776
|
+
tag: {
|
|
777
|
+
selectedVariants: {},
|
|
778
|
+
},
|
|
779
|
+
title: {
|
|
780
|
+
heading: {
|
|
781
|
+
level: "3",
|
|
782
|
+
},
|
|
783
|
+
selectedVariants: {
|
|
784
|
+
Heading_Level: "H3",
|
|
785
|
+
},
|
|
786
|
+
},
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
tag: {
|
|
790
|
+
selectedVariants: {},
|
|
791
|
+
},
|
|
792
|
+
title: {
|
|
793
|
+
selectedVariants: {
|
|
794
|
+
Heading_Level: "H3",
|
|
795
|
+
},
|
|
796
|
+
},
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
tag: {
|
|
800
|
+
selectedVariants: {},
|
|
801
|
+
},
|
|
802
|
+
title: {
|
|
803
|
+
selectedVariants: {
|
|
804
|
+
Heading_Level: "H3",
|
|
805
|
+
},
|
|
806
|
+
},
|
|
807
|
+
},
|
|
808
|
+
],
|
|
859
809
|
},
|
|
860
810
|
},
|
|
861
811
|
],
|