@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,5 +1,23 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA_1 = {
|
|
4
|
+
id: "oilXrpqcLCr5",
|
|
5
|
+
filename: "hero-12.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-828w.webp",
|
|
16
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-640w.webp 640w",
|
|
17
|
+
},
|
|
18
|
+
mimetype: "image/png",
|
|
19
|
+
};
|
|
20
|
+
|
|
3
21
|
const DEFAULT_CONTENT = {
|
|
4
22
|
layout: null,
|
|
5
23
|
container: null,
|
|
@@ -14,39 +32,11 @@ const DEFAULT_CONTENT = {
|
|
|
14
32
|
images: [
|
|
15
33
|
{
|
|
16
34
|
image_wrapper: null,
|
|
17
|
-
image:
|
|
18
|
-
id: "2",
|
|
19
|
-
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
20
|
-
kind: "image",
|
|
21
|
-
mimetype: "image/png",
|
|
22
|
-
srcset: {
|
|
23
|
-
"320w":
|
|
24
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
25
|
-
"640w":
|
|
26
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
27
|
-
"1080w":
|
|
28
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
29
|
-
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w",
|
|
30
|
-
},
|
|
31
|
-
},
|
|
35
|
+
image: MEDIA_1,
|
|
32
36
|
},
|
|
33
37
|
{
|
|
34
38
|
image_wrapper: null,
|
|
35
|
-
image:
|
|
36
|
-
id: "2",
|
|
37
|
-
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
38
|
-
kind: "image",
|
|
39
|
-
mimetype: "image/png",
|
|
40
|
-
srcset: {
|
|
41
|
-
"320w":
|
|
42
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
43
|
-
"640w":
|
|
44
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
45
|
-
"1080w":
|
|
46
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
47
|
-
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w",
|
|
48
|
-
},
|
|
49
|
-
},
|
|
39
|
+
image: MEDIA_1,
|
|
50
40
|
},
|
|
51
41
|
],
|
|
52
42
|
stats_levoGroup: null,
|
|
@@ -147,8 +137,7 @@ export const Hero12: IBlock = {
|
|
|
147
137
|
label: "Content Wrapper",
|
|
148
138
|
field_interface: "BoxWidget",
|
|
149
139
|
hint: {
|
|
150
|
-
prompt_description:
|
|
151
|
-
"Wrapper that contains all hero content with proper spacing.",
|
|
140
|
+
prompt_description: "Wrapper that contains all hero content with proper spacing.",
|
|
152
141
|
},
|
|
153
142
|
},
|
|
154
143
|
{
|
|
@@ -165,8 +154,7 @@ export const Hero12: IBlock = {
|
|
|
165
154
|
label: "Title Container",
|
|
166
155
|
field_interface: "ContainerWidget",
|
|
167
156
|
hint: {
|
|
168
|
-
prompt_description:
|
|
169
|
-
"Container specifically for the label and title elements.",
|
|
157
|
+
prompt_description: "Container specifically for the label and title elements.",
|
|
170
158
|
},
|
|
171
159
|
},
|
|
172
160
|
{
|
|
@@ -184,8 +172,7 @@ export const Hero12: IBlock = {
|
|
|
184
172
|
label: "Label",
|
|
185
173
|
field_interface: "TypographyWidget",
|
|
186
174
|
hint: {
|
|
187
|
-
prompt_description:
|
|
188
|
-
"Small section label shown above the title (e.g., 'About Us')",
|
|
175
|
+
prompt_description: "Small section label shown above the title (e.g., 'About Us')",
|
|
189
176
|
min_characters: 3,
|
|
190
177
|
max_characters: 20,
|
|
191
178
|
},
|
|
@@ -205,8 +192,7 @@ export const Hero12: IBlock = {
|
|
|
205
192
|
label: "Description",
|
|
206
193
|
field_interface: "TypographyWidget",
|
|
207
194
|
hint: {
|
|
208
|
-
prompt_description:
|
|
209
|
-
"Supporting description text explaining the company or service",
|
|
195
|
+
prompt_description: "Supporting description text explaining the company or service",
|
|
210
196
|
min_characters: 80,
|
|
211
197
|
max_characters: 200,
|
|
212
198
|
},
|
|
@@ -216,8 +202,7 @@ export const Hero12: IBlock = {
|
|
|
216
202
|
label: "Bottom Container",
|
|
217
203
|
field_interface: "BoxWidget",
|
|
218
204
|
hint: {
|
|
219
|
-
prompt_description:
|
|
220
|
-
"Container for the bottom section with image and stats grid.",
|
|
205
|
+
prompt_description: "Container for the bottom section with image and stats grid.",
|
|
221
206
|
},
|
|
222
207
|
},
|
|
223
208
|
|
|
@@ -260,8 +245,7 @@ export const Hero12: IBlock = {
|
|
|
260
245
|
label: "Number Container",
|
|
261
246
|
field_interface: "BoxWidget",
|
|
262
247
|
hint: {
|
|
263
|
-
prompt_description:
|
|
264
|
-
"Container that holds the icon and number together.",
|
|
248
|
+
prompt_description: "Container that holds the icon and number together.",
|
|
265
249
|
},
|
|
266
250
|
},
|
|
267
251
|
{
|
|
@@ -269,8 +253,7 @@ export const Hero12: IBlock = {
|
|
|
269
253
|
label: "Icon",
|
|
270
254
|
field_interface: "IconWidget",
|
|
271
255
|
hint: {
|
|
272
|
-
prompt_description:
|
|
273
|
-
"Small icon displayed alongside the statistic number.",
|
|
256
|
+
prompt_description: "Small icon displayed alongside the statistic number.",
|
|
274
257
|
size: "icon",
|
|
275
258
|
orientation: "square",
|
|
276
259
|
usecase: "icon",
|
|
@@ -279,10 +262,9 @@ export const Hero12: IBlock = {
|
|
|
279
262
|
{
|
|
280
263
|
key: "number",
|
|
281
264
|
label: "Number",
|
|
282
|
-
field_interface: "
|
|
265
|
+
field_interface: "HeadingWidget",
|
|
283
266
|
hint: {
|
|
284
|
-
prompt_description:
|
|
285
|
-
"Large statistic number with plus sign (e.g., '25+', '600+')",
|
|
267
|
+
prompt_description: "Large statistic number with plus sign (e.g., '25+', '600+')",
|
|
286
268
|
min_characters: 2,
|
|
287
269
|
max_characters: 10,
|
|
288
270
|
},
|
|
@@ -316,10 +298,7 @@ export const Hero12: IBlock = {
|
|
|
316
298
|
layout: {
|
|
317
299
|
"background-color": "background-3",
|
|
318
300
|
},
|
|
319
|
-
container: {
|
|
320
|
-
"padding-top": "10xl",
|
|
321
|
-
"padding-bottom": "10xl",
|
|
322
|
-
},
|
|
301
|
+
container: {},
|
|
323
302
|
content_wrapper: {
|
|
324
303
|
display: "block",
|
|
325
304
|
"flex-direction": "row",
|
|
@@ -335,14 +314,9 @@ export const Hero12: IBlock = {
|
|
|
335
314
|
display: "flex",
|
|
336
315
|
"flex-direction": "column",
|
|
337
316
|
},
|
|
338
|
-
label: {
|
|
339
|
-
"margin-bottom": "none",
|
|
340
|
-
},
|
|
317
|
+
label: {},
|
|
341
318
|
title: {
|
|
342
319
|
"margin-bottom": "1rem",
|
|
343
|
-
mobile: {
|
|
344
|
-
"font-size": "2xl",
|
|
345
|
-
},
|
|
346
320
|
},
|
|
347
321
|
description: {
|
|
348
322
|
"margin-bottom": "2.5rem",
|
|
@@ -350,8 +324,7 @@ export const Hero12: IBlock = {
|
|
|
350
324
|
team_image_wrapper: {
|
|
351
325
|
"border-radius": "1rem",
|
|
352
326
|
overflow: "hidden",
|
|
353
|
-
"box-shadow":
|
|
354
|
-
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
327
|
+
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
355
328
|
"border-width": "1px",
|
|
356
329
|
"border-color": "#e5e7eb",
|
|
357
330
|
},
|
|
@@ -366,8 +339,7 @@ export const Hero12: IBlock = {
|
|
|
366
339
|
image_wrapper: {
|
|
367
340
|
"border-radius": "1rem",
|
|
368
341
|
overflow: "hidden",
|
|
369
|
-
"box-shadow":
|
|
370
|
-
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
342
|
+
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
371
343
|
"border-width": "1px",
|
|
372
344
|
"border-color": "#e5e7eb",
|
|
373
345
|
width: "100%",
|
|
@@ -386,8 +358,7 @@ export const Hero12: IBlock = {
|
|
|
386
358
|
"grid-template-rows": "repeat(2, minmax(0, 1fr))",
|
|
387
359
|
"flex-grow": "1",
|
|
388
360
|
"background-color": "white",
|
|
389
|
-
"box-shadow":
|
|
390
|
-
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
361
|
+
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
391
362
|
overflow: "hidden",
|
|
392
363
|
tablet: {
|
|
393
364
|
"max-width": "100%",
|
|
@@ -410,14 +381,12 @@ export const Hero12: IBlock = {
|
|
|
410
381
|
"border-color": "#e5e7eb",
|
|
411
382
|
},
|
|
412
383
|
number: {
|
|
413
|
-
color: "
|
|
384
|
+
color: "brand",
|
|
414
385
|
"font-size": "4xl",
|
|
415
|
-
"font-weight":
|
|
416
|
-
"margin-bottom": "0.5rem",
|
|
386
|
+
"font-weight": 600,
|
|
417
387
|
},
|
|
418
388
|
label: {
|
|
419
389
|
color: "#6b7280",
|
|
420
|
-
"font-size": "sm",
|
|
421
390
|
"text-transform": "uppercase",
|
|
422
391
|
"letter-spacing": "0.05em",
|
|
423
392
|
},
|
|
@@ -426,45 +395,8 @@ export const Hero12: IBlock = {
|
|
|
426
395
|
"justify-content": "center",
|
|
427
396
|
"align-items": "center",
|
|
428
397
|
"column-gap": "2xs",
|
|
429
|
-
},
|
|
430
|
-
icon: {
|
|
431
|
-
height: "32px",
|
|
432
|
-
width: "32px",
|
|
433
|
-
"font-size": "32px",
|
|
434
|
-
},
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
stat_box: {
|
|
438
|
-
display: "flex",
|
|
439
|
-
"flex-direction": "column",
|
|
440
|
-
"align-items": "center",
|
|
441
|
-
"justify-content": "center",
|
|
442
|
-
"padding-top": "2rem",
|
|
443
|
-
"padding-bottom": "2rem",
|
|
444
|
-
"padding-left": "2rem",
|
|
445
|
-
"padding-right": "2rem",
|
|
446
|
-
"border-right-width": "1px",
|
|
447
|
-
"border-bottom-width": "1px",
|
|
448
|
-
"border-color": "#e5e7eb",
|
|
449
|
-
},
|
|
450
|
-
number: {
|
|
451
|
-
color: "#D47330",
|
|
452
|
-
"font-size": "4xl",
|
|
453
|
-
"font-weight": "600",
|
|
454
398
|
"margin-bottom": "0.5rem",
|
|
455
399
|
},
|
|
456
|
-
label: {
|
|
457
|
-
color: "#6b7280",
|
|
458
|
-
"font-size": "sm",
|
|
459
|
-
"text-transform": "uppercase",
|
|
460
|
-
"letter-spacing": "0.05em",
|
|
461
|
-
},
|
|
462
|
-
number_container: {
|
|
463
|
-
display: "flex",
|
|
464
|
-
"justify-content": "center",
|
|
465
|
-
"align-items": "center",
|
|
466
|
-
"column-gap": "2xs",
|
|
467
|
-
},
|
|
468
400
|
icon: {
|
|
469
401
|
height: "32px",
|
|
470
402
|
width: "32px",
|
|
@@ -486,14 +418,12 @@ export const Hero12: IBlock = {
|
|
|
486
418
|
"border-color": "#e5e7eb",
|
|
487
419
|
},
|
|
488
420
|
number: {
|
|
489
|
-
color: "
|
|
421
|
+
color: "brand",
|
|
490
422
|
"font-size": "4xl",
|
|
491
|
-
"font-weight":
|
|
492
|
-
"margin-bottom": "0.5rem",
|
|
423
|
+
"font-weight": 600,
|
|
493
424
|
},
|
|
494
425
|
label: {
|
|
495
426
|
color: "#6b7280",
|
|
496
|
-
"font-size": "sm",
|
|
497
427
|
"text-transform": "uppercase",
|
|
498
428
|
"letter-spacing": "0.05em",
|
|
499
429
|
},
|
|
@@ -502,6 +432,7 @@ export const Hero12: IBlock = {
|
|
|
502
432
|
"justify-content": "center",
|
|
503
433
|
"align-items": "center",
|
|
504
434
|
"column-gap": "2xs",
|
|
435
|
+
"margin-bottom": "0.5rem",
|
|
505
436
|
},
|
|
506
437
|
icon: {
|
|
507
438
|
height: "32px",
|
|
@@ -524,14 +455,12 @@ export const Hero12: IBlock = {
|
|
|
524
455
|
"border-color": "#e5e7eb",
|
|
525
456
|
},
|
|
526
457
|
number: {
|
|
527
|
-
color: "
|
|
458
|
+
color: "brand",
|
|
528
459
|
"font-size": "4xl",
|
|
529
|
-
"font-weight":
|
|
530
|
-
"margin-bottom": "0.5rem",
|
|
460
|
+
"font-weight": 600,
|
|
531
461
|
},
|
|
532
462
|
label: {
|
|
533
463
|
color: "#6b7280",
|
|
534
|
-
"font-size": "sm",
|
|
535
464
|
"text-transform": "uppercase",
|
|
536
465
|
"letter-spacing": "0.05em",
|
|
537
466
|
},
|
|
@@ -540,6 +469,7 @@ export const Hero12: IBlock = {
|
|
|
540
469
|
"justify-content": "center",
|
|
541
470
|
"align-items": "center",
|
|
542
471
|
"column-gap": "2xs",
|
|
472
|
+
"margin-bottom": "0.5rem",
|
|
543
473
|
},
|
|
544
474
|
icon: {
|
|
545
475
|
height: "32px",
|
|
@@ -562,14 +492,12 @@ export const Hero12: IBlock = {
|
|
|
562
492
|
"border-color": "#e5e7eb",
|
|
563
493
|
},
|
|
564
494
|
number: {
|
|
565
|
-
color: "
|
|
495
|
+
color: "brand",
|
|
566
496
|
"font-size": "4xl",
|
|
567
|
-
"font-weight":
|
|
568
|
-
"margin-bottom": "0.5rem",
|
|
497
|
+
"font-weight": 600,
|
|
569
498
|
},
|
|
570
499
|
label: {
|
|
571
500
|
color: "#6b7280",
|
|
572
|
-
"font-size": "sm",
|
|
573
501
|
"text-transform": "uppercase",
|
|
574
502
|
"letter-spacing": "0.05em",
|
|
575
503
|
},
|
|
@@ -578,6 +506,7 @@ export const Hero12: IBlock = {
|
|
|
578
506
|
"justify-content": "center",
|
|
579
507
|
"align-items": "center",
|
|
580
508
|
"column-gap": "2xs",
|
|
509
|
+
"margin-bottom": "0.5rem",
|
|
581
510
|
},
|
|
582
511
|
icon: {
|
|
583
512
|
height: "32px",
|
|
@@ -585,82 +514,6 @@ export const Hero12: IBlock = {
|
|
|
585
514
|
"font-size": "32px",
|
|
586
515
|
},
|
|
587
516
|
},
|
|
588
|
-
{
|
|
589
|
-
stat_box: {
|
|
590
|
-
display: "flex",
|
|
591
|
-
"flex-direction": "column",
|
|
592
|
-
"align-items": "center",
|
|
593
|
-
"justify-content": "center",
|
|
594
|
-
"padding-top": "2rem",
|
|
595
|
-
"padding-bottom": "2rem",
|
|
596
|
-
"padding-left": "2rem",
|
|
597
|
-
"padding-right": "2rem",
|
|
598
|
-
"border-bottom-width": "1px",
|
|
599
|
-
"border-color": "#e5e7eb",
|
|
600
|
-
},
|
|
601
|
-
number: {
|
|
602
|
-
color: "#D47330",
|
|
603
|
-
"font-size": "4xl",
|
|
604
|
-
"font-weight": "600",
|
|
605
|
-
"margin-bottom": "0.5rem",
|
|
606
|
-
},
|
|
607
|
-
label: {
|
|
608
|
-
color: "#6b7280",
|
|
609
|
-
"font-size": "sm",
|
|
610
|
-
"text-transform": "uppercase",
|
|
611
|
-
"letter-spacing": "0.05em",
|
|
612
|
-
},
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
stat_box: {
|
|
616
|
-
display: "flex",
|
|
617
|
-
"flex-direction": "column",
|
|
618
|
-
"align-items": "center",
|
|
619
|
-
"justify-content": "center",
|
|
620
|
-
"padding-top": "2rem",
|
|
621
|
-
"padding-bottom": "2rem",
|
|
622
|
-
"padding-left": "2rem",
|
|
623
|
-
"padding-right": "2rem",
|
|
624
|
-
"border-right-width": "1px",
|
|
625
|
-
"border-color": "#e5e7eb",
|
|
626
|
-
},
|
|
627
|
-
number: {
|
|
628
|
-
color: "#D47330",
|
|
629
|
-
"font-size": "4xl",
|
|
630
|
-
"font-weight": "600",
|
|
631
|
-
"margin-bottom": "0.5rem",
|
|
632
|
-
},
|
|
633
|
-
label: {
|
|
634
|
-
color: "#6b7280",
|
|
635
|
-
"font-size": "sm",
|
|
636
|
-
"text-transform": "uppercase",
|
|
637
|
-
"letter-spacing": "0.05em",
|
|
638
|
-
},
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
stat_box: {
|
|
642
|
-
display: "flex",
|
|
643
|
-
"flex-direction": "column",
|
|
644
|
-
"align-items": "center",
|
|
645
|
-
"justify-content": "center",
|
|
646
|
-
"padding-top": "2rem",
|
|
647
|
-
"padding-bottom": "2rem",
|
|
648
|
-
"padding-left": "2rem",
|
|
649
|
-
"padding-right": "2rem",
|
|
650
|
-
},
|
|
651
|
-
number: {
|
|
652
|
-
color: "#D47330",
|
|
653
|
-
"font-size": "4xl",
|
|
654
|
-
"font-weight": "600",
|
|
655
|
-
"margin-bottom": "0.5rem",
|
|
656
|
-
},
|
|
657
|
-
label: {
|
|
658
|
-
color: "#6b7280",
|
|
659
|
-
"font-size": "sm",
|
|
660
|
-
"text-transform": "uppercase",
|
|
661
|
-
"letter-spacing": "0.05em",
|
|
662
|
-
},
|
|
663
|
-
},
|
|
664
517
|
],
|
|
665
518
|
header_container: {
|
|
666
519
|
display: "flex",
|
|
@@ -706,6 +559,72 @@ export const Hero12: IBlock = {
|
|
|
706
559
|
level: 1,
|
|
707
560
|
},
|
|
708
561
|
},
|
|
562
|
+
stats: [
|
|
563
|
+
{
|
|
564
|
+
number: {
|
|
565
|
+
selectedVariants: {},
|
|
566
|
+
},
|
|
567
|
+
label: {
|
|
568
|
+
selectedVariants: {
|
|
569
|
+
Typography_Variants: "Small",
|
|
570
|
+
},
|
|
571
|
+
},
|
|
572
|
+
stat_box: {
|
|
573
|
+
selectedVariants: {},
|
|
574
|
+
},
|
|
575
|
+
number_container: {
|
|
576
|
+
selectedVariants: {},
|
|
577
|
+
},
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
number: {
|
|
581
|
+
selectedVariants: {},
|
|
582
|
+
},
|
|
583
|
+
label: {
|
|
584
|
+
selectedVariants: {
|
|
585
|
+
Typography_Variants: "Small",
|
|
586
|
+
},
|
|
587
|
+
},
|
|
588
|
+
stat_box: {
|
|
589
|
+
selectedVariants: {},
|
|
590
|
+
},
|
|
591
|
+
number_container: {
|
|
592
|
+
selectedVariants: {},
|
|
593
|
+
},
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
number: {
|
|
597
|
+
selectedVariants: {},
|
|
598
|
+
},
|
|
599
|
+
label: {
|
|
600
|
+
selectedVariants: {
|
|
601
|
+
Typography_Variants: "Small",
|
|
602
|
+
},
|
|
603
|
+
},
|
|
604
|
+
stat_box: {
|
|
605
|
+
selectedVariants: {},
|
|
606
|
+
},
|
|
607
|
+
number_container: {
|
|
608
|
+
selectedVariants: {},
|
|
609
|
+
},
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
number: {
|
|
613
|
+
selectedVariants: {},
|
|
614
|
+
},
|
|
615
|
+
label: {
|
|
616
|
+
selectedVariants: {
|
|
617
|
+
Typography_Variants: "Small",
|
|
618
|
+
},
|
|
619
|
+
},
|
|
620
|
+
stat_box: {
|
|
621
|
+
selectedVariants: {},
|
|
622
|
+
},
|
|
623
|
+
number_container: {
|
|
624
|
+
selectedVariants: {},
|
|
625
|
+
},
|
|
626
|
+
},
|
|
627
|
+
],
|
|
709
628
|
},
|
|
710
629
|
},
|
|
711
630
|
],
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
Container,
|
|
7
7
|
Heading,
|
|
8
8
|
Icon,
|
|
9
|
+
type ILevoBlockBaseProps,
|
|
9
10
|
Image,
|
|
10
11
|
Section,
|
|
11
12
|
Typography,
|
|
12
|
-
type ILevoBlockBaseProps,
|
|
13
13
|
} from "@levo-so/studio";
|
|
14
|
-
import React from "react";
|
|
14
|
+
import type React from "react";
|
|
15
15
|
|
|
16
16
|
import type { IHero12Content } from "./hero-12.schema";
|
|
17
17
|
|
|
@@ -42,10 +42,7 @@ const Hero12: React.FC<ILevoBlockBaseProps<IHero12Content>> = ({ content }) => (
|
|
|
42
42
|
>
|
|
43
43
|
<CarouselContent>
|
|
44
44
|
{(content.images ?? []).map((_, index) => (
|
|
45
|
-
<CarouselItem
|
|
46
|
-
key={`hero-12-image-${index}`}
|
|
47
|
-
data-levo_group_item
|
|
48
|
-
>
|
|
45
|
+
<CarouselItem key={`hero-12-image-${index}`} data-levo_group_item>
|
|
49
46
|
<Image elementKey={`images.${index}.image`} alt="Team" />
|
|
50
47
|
</CarouselItem>
|
|
51
48
|
))}
|
|
@@ -61,7 +58,7 @@ const Hero12: React.FC<ILevoBlockBaseProps<IHero12Content>> = ({ content }) => (
|
|
|
61
58
|
>
|
|
62
59
|
<Box elementKey={`stats.${index}.number_container`}>
|
|
63
60
|
<Icon elementKey={`stats.${index}.icon`} />
|
|
64
|
-
<
|
|
61
|
+
<Heading elementKey={`stats.${index}.number`} />
|
|
65
62
|
</Box>
|
|
66
63
|
<Typography elementKey={`stats.${index}.label`} />
|
|
67
64
|
</Box>
|
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA = {
|
|
4
|
+
id: "oil1trpqq3syH",
|
|
5
|
+
filename: "hero-13.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-828w.webp",
|
|
16
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-320w.webp 320w",
|
|
17
|
+
},
|
|
18
|
+
mimetype: "image/png",
|
|
19
|
+
};
|
|
20
|
+
|
|
3
21
|
const DEFAULT_CONTENT = {
|
|
4
22
|
layout: null,
|
|
5
23
|
container: null,
|
|
6
24
|
description:
|
|
7
25
|
"<p>Get expert ERP insights, success stories, and growth tips straight to your inbox. No clutter. Just clarity.</p>",
|
|
8
|
-
title:
|
|
9
|
-
"Save 100+ hours in Research. Get your Free NetSuite Implementation Guide.",
|
|
26
|
+
title: "Save 100+ hours in Research. Get your Free NetSuite Implementation Guide.",
|
|
10
27
|
};
|
|
11
28
|
|
|
12
29
|
export type IHero13Content = typeof DEFAULT_CONTENT;
|
|
@@ -100,35 +117,20 @@ export const Hero13: IBlock = {
|
|
|
100
117
|
title: "Default",
|
|
101
118
|
styles: {
|
|
102
119
|
layout: {
|
|
103
|
-
"padding-top": "5xl",
|
|
104
|
-
"padding-bottom": "5xl",
|
|
105
|
-
"padding-left": "3xl",
|
|
106
|
-
"padding-right": "3xl",
|
|
107
|
-
width: "100%",
|
|
108
120
|
position: "relative",
|
|
109
121
|
"min-height": "600px",
|
|
110
122
|
display: "flex",
|
|
111
123
|
"align-items": "center",
|
|
112
124
|
tablet: {
|
|
113
|
-
"padding-top": "4xl",
|
|
114
|
-
"padding-bottom": "4xl",
|
|
115
|
-
"padding-left": "2xl",
|
|
116
|
-
"padding-right": "2xl",
|
|
117
125
|
"min-height": "500px",
|
|
118
126
|
},
|
|
119
127
|
mobile: {
|
|
120
|
-
"padding-top": "3xl",
|
|
121
|
-
"padding-bottom": "3xl",
|
|
122
|
-
"padding-left": "base",
|
|
123
|
-
"padding-right": "base",
|
|
124
128
|
"min-height": "400px",
|
|
125
129
|
},
|
|
126
|
-
"background-image":
|
|
127
|
-
'url("https://static.levostg.online/W6OEVMW8/Frame48097095-2EYwP5YZ0Tovp-1920w.webp")',
|
|
130
|
+
"background-image": `url("${MEDIA.location}")`,
|
|
128
131
|
"background-position": "50% 50%",
|
|
129
132
|
"background-size": "cover",
|
|
130
133
|
},
|
|
131
|
-
|
|
132
134
|
container: {
|
|
133
135
|
"margin-left": "auto",
|
|
134
136
|
"margin-right": "auto",
|
|
@@ -142,16 +144,7 @@ export const Hero13: IBlock = {
|
|
|
142
144
|
"flex-direction": "column",
|
|
143
145
|
},
|
|
144
146
|
},
|
|
145
|
-
description: {
|
|
146
|
-
"font-size": "lg",
|
|
147
|
-
color: "text-1",
|
|
148
|
-
"line-height": "1.6",
|
|
149
|
-
margin: "0",
|
|
150
|
-
tablet: {
|
|
151
|
-
"font-size": "base",
|
|
152
|
-
},
|
|
153
|
-
},
|
|
154
|
-
|
|
147
|
+
description: {},
|
|
155
148
|
form_title: {
|
|
156
149
|
"font-size": "xl",
|
|
157
150
|
"font-weight": 600,
|
|
@@ -190,7 +183,6 @@ export const Hero13: IBlock = {
|
|
|
190
183
|
"padding-right": "base",
|
|
191
184
|
},
|
|
192
185
|
},
|
|
193
|
-
|
|
194
186
|
textWrapper: {
|
|
195
187
|
width: "55%",
|
|
196
188
|
tablet: {
|
|
@@ -232,7 +224,21 @@ export const Hero13: IBlock = {
|
|
|
232
224
|
},
|
|
233
225
|
},
|
|
234
226
|
content: DEFAULT_CONTENT,
|
|
235
|
-
config: {
|
|
227
|
+
config: {
|
|
228
|
+
title: {
|
|
229
|
+
heading: {
|
|
230
|
+
level: "2",
|
|
231
|
+
},
|
|
232
|
+
selectedVariants: {
|
|
233
|
+
Heading_Level: "H2",
|
|
234
|
+
},
|
|
235
|
+
},
|
|
236
|
+
description: {
|
|
237
|
+
selectedVariants: {
|
|
238
|
+
Typography_Variants: "Large",
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
},
|
|
236
242
|
},
|
|
237
243
|
],
|
|
238
244
|
};
|