@levo-so/blocks 0.1.2 → 0.1.52
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 +2 -2
- package/src/blocks/about-us/about-us-1.schema.ts +26 -12
- package/src/blocks/about-us/about-us-2.schema.ts +269 -0
- package/src/blocks/about-us/about-us-2.tsx +47 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
- package/src/blocks/blogs/blog-listing-1.tsx +79 -56
- package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
- package/src/blocks/blogs/blog-listing-2.tsx +16 -11
- package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
- package/src/blocks/blogs/blog-listing-3.tsx +84 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
- package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
- package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
- package/src/blocks/blogs/blog-post-3.tsx +58 -0
- package/src/blocks/cards/cards-10.schema.ts +579 -0
- package/src/blocks/cards/cards-10.tsx +2 -0
- package/src/blocks/cards/cards-11.schema.ts +514 -36
- package/src/blocks/cards/cards-13.schema.ts +615 -0
- package/src/blocks/cards/cards-13.tsx +67 -0
- package/src/blocks/cards/cards-2.schema.ts +14 -17
- package/src/blocks/cards/cards-3.schema.ts +15 -25
- package/src/blocks/cards/cards-4.schema.ts +22 -44
- package/src/blocks/cards/cards-4.tsx +39 -39
- package/src/blocks/cards/cards-5.schema.ts +15 -34
- package/src/blocks/cards/cards-6.schema.ts +1500 -0
- package/src/blocks/cards/cards-6.tsx +11 -7
- package/src/blocks/cards/cards-7.schema.ts +1772 -27
- package/src/blocks/cards/cards-7.tsx +32 -0
- package/src/blocks/cards/cards-8.schema.ts +9 -9
- package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
- package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
- package/src/blocks/content/content-1.schema.ts +45 -67
- package/src/blocks/content/content-2.schema.ts +14 -11
- package/src/blocks/content/content-3.schema.ts +17 -115
- package/src/blocks/content/content-3.tsx +1 -0
- package/src/blocks/content/content-5.tsx +1 -0
- package/src/blocks/content/content-6.tsx +1 -0
- package/src/blocks/content/content-7.schema.ts +723 -0
- package/src/blocks/content/content-7.tsx +53 -0
- package/src/blocks/cta/cta-1.schema.ts +18 -26
- package/src/blocks/cta/cta-3.schema.ts +60 -0
- package/src/blocks/event/event-details.schema.ts +30 -35
- package/src/blocks/event/event-details.tsx +74 -79
- package/src/blocks/event/event-listing-2.schema.ts +85 -26
- package/src/blocks/event/event-listing-2.tsx +76 -52
- package/src/blocks/event/event-listing-3.schema.ts +58 -42
- package/src/blocks/event/event-listing-3.tsx +4 -9
- package/src/blocks/event/event-listing-4.schema.ts +3528 -0
- package/src/blocks/event/event-listing-4.tsx +97 -0
- package/src/blocks/event/event-listing.schema.ts +81 -86
- package/src/blocks/event/event-listing.tsx +1 -3
- package/src/blocks/faq/faq-1.schema.ts +13 -10
- package/src/blocks/faq/faq-2.schema.ts +12 -10
- package/src/blocks/features/features-1/variants/default.ts +12 -3
- package/src/blocks/features/features-2.schema.ts +192 -59
- package/src/blocks/features/features-3.schema.ts +11 -25
- package/src/blocks/features/features-4.schema.ts +20 -35
- package/src/blocks/features/features-5.schema.ts +18 -37
- package/src/blocks/footer/footer-1.schema.ts +28 -5
- package/src/blocks/footer/footer-2.schema.ts +18 -3
- package/src/blocks/footer/footer-3.schema.ts +85 -160
- package/src/blocks/footer/footer-3.tsx +1 -2
- package/src/blocks/footer/footer-4.schema.ts +10 -5
- package/src/blocks/footer/footer-4.tsx +1 -1
- package/src/blocks/footer/footer-5.schema.ts +10 -0
- package/src/blocks/footer/footer-5.tsx +11 -3
- package/src/blocks/footer/footer-6.schema.ts +730 -0
- package/src/blocks/footer/footer-6.tsx +100 -0
- package/src/blocks/hero/hero-1.schema.ts +165 -185
- package/src/blocks/hero/hero-10.schema.ts +175 -0
- package/src/blocks/hero/hero-10.tsx +35 -0
- package/src/blocks/hero/hero-2.schema.ts +60 -104
- package/src/blocks/hero/hero-2.tsx +11 -3
- package/src/blocks/hero/hero-3.schema.ts +68 -64
- package/src/blocks/hero/hero-4.schema.ts +148 -48
- package/src/blocks/hero/hero-5.schema.ts +29 -23
- package/src/blocks/hero/hero-6.schema.ts +28 -66
- package/src/blocks/hero/hero-7.schema.ts +34 -37
- package/src/blocks/hero/hero-8.schema.ts +5 -1
- package/src/blocks/index.ts +11 -0
- package/src/blocks/logos/logos-1.schema.ts +10 -4
- package/src/blocks/navbar/navbar-1.schema.ts +3 -5
- package/src/blocks/navbar/navbar-1.tsx +5 -19
- package/src/blocks/navbar/navbar-2.schema.ts +2 -4
- package/src/blocks/navbar/navbar-2.tsx +4 -18
- package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
- package/src/blocks/navbar/navbar-3.tsx +551 -0
- package/src/blocks/pricing/pricing-1.schema.ts +23 -37
- package/src/blocks/products/products-listing-1.schema.ts +73 -76
- package/src/blocks/profile/profile-1.schema.ts +399 -0
- package/src/blocks/profile/profile-1.tsx +64 -0
- package/src/blocks/stats/stats-1.schema.ts +34 -3
- package/src/blocks/stats/variants/default.ts +0 -1
- package/src/blocks/stats/variants/hero.ts +2 -13
- package/src/blocks/team/team-1.schema.ts +50 -22
- package/src/blocks/team/team-1.tsx +9 -3
- package/src/blocks/team/team-2.schema.ts +96 -167
- package/src/blocks/team/team-3.schema.ts +32 -49
- package/src/blocks/team/team-4.schema.ts +551 -0
- package/src/blocks/team/team-4.tsx +59 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
- package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
- package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
- package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
- package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
- package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
- package/src/blocks/testimonial/testimonial-5.tsx +32 -8
- package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
- package/src/blocks/testimonial/testimonial-6.tsx +107 -57
- package/src/schemas/blocks.ts +22 -0
- package/src/schemas/categories.ts +6 -0
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
CarouselItem,
|
|
9
9
|
Container,
|
|
10
10
|
Heading,
|
|
11
|
+
Icon,
|
|
11
12
|
Image,
|
|
12
13
|
Section,
|
|
13
14
|
Typography,
|
|
@@ -87,6 +88,10 @@ const Cards7: React.FC<ILevoBlockBaseProps<ICards7Content>> = ({ content }) => {
|
|
|
87
88
|
/>
|
|
88
89
|
</Box>
|
|
89
90
|
<Box elementKey={`cards.${index}.content-container`}>
|
|
91
|
+
<Box elementKey={`cards.${index}.label-container`}>
|
|
92
|
+
<Icon elementKey={`cards.${index}.label-icon`} />
|
|
93
|
+
<Typography elementKey={`cards.${index}.label`} />
|
|
94
|
+
</Box>
|
|
90
95
|
<Box elementKey={`cards.${index}.header-container`}>
|
|
91
96
|
<Heading elementKey={`cards.${index}.card-title`} />
|
|
92
97
|
<Typography
|
|
@@ -157,6 +162,33 @@ const Cards7: React.FC<ILevoBlockBaseProps<ICards7Content>> = ({ content }) => {
|
|
|
157
162
|
</Box>
|
|
158
163
|
</Box>
|
|
159
164
|
)}
|
|
165
|
+
{count > 0 && (
|
|
166
|
+
<Box elementKey="carousel-navigation-container">
|
|
167
|
+
<Box elementKey="carousel-navigation" className="flex gap-x-2">
|
|
168
|
+
{Array(count)
|
|
169
|
+
?.fill(0)
|
|
170
|
+
?.map((_, index) => (
|
|
171
|
+
<Box
|
|
172
|
+
key={index}
|
|
173
|
+
elementKey="carousel-navigation-pill"
|
|
174
|
+
style={
|
|
175
|
+
index + 1 === current
|
|
176
|
+
? {
|
|
177
|
+
backgroundColor: "var(--color-brand)",
|
|
178
|
+
width: "24px",
|
|
179
|
+
}
|
|
180
|
+
: {}
|
|
181
|
+
}
|
|
182
|
+
onClick={() => {
|
|
183
|
+
if (api) {
|
|
184
|
+
api?.scrollTo(index);
|
|
185
|
+
}
|
|
186
|
+
}}
|
|
187
|
+
/>
|
|
188
|
+
))}
|
|
189
|
+
</Box>
|
|
190
|
+
</Box>
|
|
191
|
+
)}
|
|
160
192
|
</Container>
|
|
161
193
|
</Section>
|
|
162
194
|
);
|
|
@@ -52,25 +52,25 @@ const DEFAULT_CONTENT = {
|
|
|
52
52
|
kind: "custom",
|
|
53
53
|
data: {
|
|
54
54
|
id: "UpLVWyg9E9QC",
|
|
55
|
-
location: "https://
|
|
55
|
+
location: "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs.png",
|
|
56
56
|
mimetype: "image/png",
|
|
57
57
|
kind: "image",
|
|
58
58
|
srcset: {
|
|
59
59
|
"1080w":
|
|
60
|
-
"https://
|
|
60
|
+
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp",
|
|
61
61
|
"1200w":
|
|
62
|
-
"https://
|
|
62
|
+
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp",
|
|
63
63
|
"1920w":
|
|
64
|
-
"https://
|
|
64
|
+
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp",
|
|
65
65
|
"320w":
|
|
66
|
-
"https://
|
|
66
|
+
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp",
|
|
67
67
|
"640w":
|
|
68
|
-
"https://
|
|
68
|
+
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp",
|
|
69
69
|
"750w":
|
|
70
|
-
"https://
|
|
70
|
+
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp",
|
|
71
71
|
"828w":
|
|
72
|
-
"https://
|
|
73
|
-
path: "https://
|
|
72
|
+
"https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp",
|
|
73
|
+
path: "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp 1080w",
|
|
74
74
|
},
|
|
75
75
|
},
|
|
76
76
|
},
|
|
@@ -185,7 +185,8 @@ export const ContactUs1: IBlock = {
|
|
|
185
185
|
media: {
|
|
186
186
|
width: "50%",
|
|
187
187
|
height: "100%",
|
|
188
|
-
"border-radius": "
|
|
188
|
+
"border-radius": "base",
|
|
189
|
+
"box-shadow": "default",
|
|
189
190
|
tablet: {
|
|
190
191
|
width: "100%",
|
|
191
192
|
height: "auto",
|
|
@@ -213,14 +214,20 @@ export const ContactUs1: IBlock = {
|
|
|
213
214
|
"row-gap": "4xs",
|
|
214
215
|
},
|
|
215
216
|
title: {
|
|
216
|
-
|
|
217
|
-
mobile: {
|
|
218
|
-
"font-size": "2xl",
|
|
219
|
-
},
|
|
217
|
+
color: "text-1",
|
|
220
218
|
},
|
|
221
219
|
},
|
|
222
220
|
content: DEFAULT_CONTENT,
|
|
223
|
-
config: {
|
|
221
|
+
config: {
|
|
222
|
+
title: {
|
|
223
|
+
heading: {
|
|
224
|
+
level: 2,
|
|
225
|
+
},
|
|
226
|
+
selectedVariants: {
|
|
227
|
+
Heading_Level: "H2",
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
},
|
|
224
231
|
},
|
|
225
232
|
],
|
|
226
233
|
};
|
|
@@ -201,26 +201,20 @@ export const ContactUs2: IBlock = {
|
|
|
201
201
|
title: "Default",
|
|
202
202
|
styles: {
|
|
203
203
|
container: {
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"margin-right": "none",
|
|
207
|
-
"padding-top": "7xl",
|
|
208
|
-
"padding-bottom": "7xl",
|
|
209
|
-
"padding-left": "7xl",
|
|
210
|
-
"padding-right": "7xl",
|
|
211
|
-
"background-color": "white",
|
|
204
|
+
"padding-top": "10xl",
|
|
205
|
+
"padding-bottom": "10xl",
|
|
212
206
|
},
|
|
213
207
|
contactContainer: {
|
|
214
208
|
display: "flex",
|
|
215
209
|
width: "100%",
|
|
216
210
|
"justify-content": "space-between",
|
|
211
|
+
"column-gap": "xl",
|
|
212
|
+
tablet: {
|
|
213
|
+
"flex-direction": "column",
|
|
214
|
+
"row-gap": "5xl",
|
|
215
|
+
},
|
|
217
216
|
},
|
|
218
|
-
title: {
|
|
219
|
-
"font-size": "3xl",
|
|
220
|
-
"font-weight": "700",
|
|
221
|
-
color: "text-1",
|
|
222
|
-
"margin-bottom": "3xs",
|
|
223
|
-
},
|
|
217
|
+
title: {},
|
|
224
218
|
layoutTitle: {
|
|
225
219
|
display: "none",
|
|
226
220
|
},
|
|
@@ -228,9 +222,8 @@ export const ContactUs2: IBlock = {
|
|
|
228
222
|
display: "none",
|
|
229
223
|
},
|
|
230
224
|
subtitle: {
|
|
231
|
-
color: "text-2",
|
|
232
225
|
"margin-bottom": "7xl",
|
|
233
|
-
"
|
|
226
|
+
"margin-top": "sm",
|
|
234
227
|
},
|
|
235
228
|
contact_options_levoGroup: {
|
|
236
229
|
display: "grid",
|
|
@@ -249,9 +242,11 @@ export const ContactUs2: IBlock = {
|
|
|
249
242
|
},
|
|
250
243
|
icon: {
|
|
251
244
|
"margin-top": "6xs",
|
|
252
|
-
width: "
|
|
253
|
-
height: "
|
|
245
|
+
width: "22px",
|
|
246
|
+
height: "22px",
|
|
254
247
|
color: "text-1",
|
|
248
|
+
"font-size": "22px",
|
|
249
|
+
"flex-shrink": "0",
|
|
255
250
|
},
|
|
256
251
|
text_box: {
|
|
257
252
|
display: "flex",
|
|
@@ -280,7 +275,6 @@ export const ContactUs2: IBlock = {
|
|
|
280
275
|
height: "1.25rem",
|
|
281
276
|
color: "text-2",
|
|
282
277
|
},
|
|
283
|
-
link: {},
|
|
284
278
|
},
|
|
285
279
|
{
|
|
286
280
|
icon: {
|
|
@@ -288,7 +282,6 @@ export const ContactUs2: IBlock = {
|
|
|
288
282
|
height: "1.25rem",
|
|
289
283
|
color: "text-2",
|
|
290
284
|
},
|
|
291
|
-
link: {},
|
|
292
285
|
},
|
|
293
286
|
{
|
|
294
287
|
icon: {
|
|
@@ -296,7 +289,6 @@ export const ContactUs2: IBlock = {
|
|
|
296
289
|
height: "1.25rem",
|
|
297
290
|
color: "text-2",
|
|
298
291
|
},
|
|
299
|
-
link: {},
|
|
300
292
|
},
|
|
301
293
|
{
|
|
302
294
|
icon: {
|
|
@@ -304,7 +296,6 @@ export const ContactUs2: IBlock = {
|
|
|
304
296
|
height: "1.25rem",
|
|
305
297
|
color: "text-2",
|
|
306
298
|
},
|
|
307
|
-
link: {},
|
|
308
299
|
},
|
|
309
300
|
],
|
|
310
301
|
},
|
|
@@ -316,9 +307,11 @@ export const ContactUs2: IBlock = {
|
|
|
316
307
|
},
|
|
317
308
|
icon: {
|
|
318
309
|
"margin-top": "6xs",
|
|
319
|
-
width: "
|
|
320
|
-
height: "
|
|
310
|
+
width: "22px",
|
|
311
|
+
height: "22px",
|
|
321
312
|
color: "text-1",
|
|
313
|
+
"font-size": "22px",
|
|
314
|
+
"flex-shrink": "0",
|
|
322
315
|
},
|
|
323
316
|
text_box: {
|
|
324
317
|
display: "flex",
|
|
@@ -347,7 +340,6 @@ export const ContactUs2: IBlock = {
|
|
|
347
340
|
height: "1.25rem",
|
|
348
341
|
color: "text-2",
|
|
349
342
|
},
|
|
350
|
-
link: {},
|
|
351
343
|
},
|
|
352
344
|
{
|
|
353
345
|
icon: {
|
|
@@ -355,7 +347,6 @@ export const ContactUs2: IBlock = {
|
|
|
355
347
|
height: "1.25rem",
|
|
356
348
|
color: "text-2",
|
|
357
349
|
},
|
|
358
|
-
link: {},
|
|
359
350
|
},
|
|
360
351
|
{
|
|
361
352
|
icon: {
|
|
@@ -363,7 +354,6 @@ export const ContactUs2: IBlock = {
|
|
|
363
354
|
height: "1.25rem",
|
|
364
355
|
color: "text-2",
|
|
365
356
|
},
|
|
366
|
-
link: {},
|
|
367
357
|
},
|
|
368
358
|
{
|
|
369
359
|
icon: {
|
|
@@ -371,7 +361,6 @@ export const ContactUs2: IBlock = {
|
|
|
371
361
|
height: "1.25rem",
|
|
372
362
|
color: "text-2",
|
|
373
363
|
},
|
|
374
|
-
link: {},
|
|
375
364
|
},
|
|
376
365
|
],
|
|
377
366
|
},
|
|
@@ -383,9 +372,11 @@ export const ContactUs2: IBlock = {
|
|
|
383
372
|
},
|
|
384
373
|
icon: {
|
|
385
374
|
"margin-top": "6xs",
|
|
386
|
-
width: "
|
|
387
|
-
height: "
|
|
375
|
+
width: "22px",
|
|
376
|
+
height: "22px",
|
|
388
377
|
color: "text-1",
|
|
378
|
+
"font-size": "22px",
|
|
379
|
+
"flex-shrink": "0",
|
|
389
380
|
},
|
|
390
381
|
text_box: {
|
|
391
382
|
display: "flex",
|
|
@@ -414,7 +405,6 @@ export const ContactUs2: IBlock = {
|
|
|
414
405
|
height: "1.25rem",
|
|
415
406
|
color: "text-2",
|
|
416
407
|
},
|
|
417
|
-
link: {},
|
|
418
408
|
},
|
|
419
409
|
{
|
|
420
410
|
icon: {
|
|
@@ -422,7 +412,6 @@ export const ContactUs2: IBlock = {
|
|
|
422
412
|
height: "1.25rem",
|
|
423
413
|
color: "text-2",
|
|
424
414
|
},
|
|
425
|
-
link: {},
|
|
426
415
|
},
|
|
427
416
|
{
|
|
428
417
|
icon: {
|
|
@@ -430,7 +419,6 @@ export const ContactUs2: IBlock = {
|
|
|
430
419
|
height: "1.25rem",
|
|
431
420
|
color: "text-2",
|
|
432
421
|
},
|
|
433
|
-
link: {},
|
|
434
422
|
},
|
|
435
423
|
{
|
|
436
424
|
icon: {
|
|
@@ -438,7 +426,6 @@ export const ContactUs2: IBlock = {
|
|
|
438
426
|
height: "1.25rem",
|
|
439
427
|
color: "text-2",
|
|
440
428
|
},
|
|
441
|
-
link: {},
|
|
442
429
|
},
|
|
443
430
|
],
|
|
444
431
|
},
|
|
@@ -450,9 +437,11 @@ export const ContactUs2: IBlock = {
|
|
|
450
437
|
},
|
|
451
438
|
icon: {
|
|
452
439
|
"margin-top": "6xs",
|
|
453
|
-
width: "
|
|
454
|
-
height: "
|
|
440
|
+
width: "22px",
|
|
441
|
+
height: "22px",
|
|
455
442
|
color: "text-1",
|
|
443
|
+
"font-size": "22px",
|
|
444
|
+
"flex-shrink": "0",
|
|
456
445
|
},
|
|
457
446
|
text_box: {
|
|
458
447
|
display: "flex",
|
|
@@ -481,7 +470,6 @@ export const ContactUs2: IBlock = {
|
|
|
481
470
|
height: "1.25rem",
|
|
482
471
|
color: "text-2",
|
|
483
472
|
},
|
|
484
|
-
link: {},
|
|
485
473
|
},
|
|
486
474
|
{
|
|
487
475
|
icon: {
|
|
@@ -489,7 +477,6 @@ export const ContactUs2: IBlock = {
|
|
|
489
477
|
height: "1.25rem",
|
|
490
478
|
color: "text-2",
|
|
491
479
|
},
|
|
492
|
-
link: {},
|
|
493
480
|
},
|
|
494
481
|
{
|
|
495
482
|
icon: {
|
|
@@ -497,7 +484,6 @@ export const ContactUs2: IBlock = {
|
|
|
497
484
|
height: "1.25rem",
|
|
498
485
|
color: "text-2",
|
|
499
486
|
},
|
|
500
|
-
link: {},
|
|
501
487
|
},
|
|
502
488
|
{
|
|
503
489
|
icon: {
|
|
@@ -505,20 +491,34 @@ export const ContactUs2: IBlock = {
|
|
|
505
491
|
height: "1.25rem",
|
|
506
492
|
color: "text-2",
|
|
507
493
|
},
|
|
508
|
-
link: {},
|
|
509
494
|
},
|
|
510
495
|
],
|
|
511
496
|
},
|
|
512
497
|
],
|
|
513
498
|
contentContainer: {
|
|
514
|
-
|
|
499
|
+
flex: "1",
|
|
500
|
+
tablet: {
|
|
501
|
+
width: "100%",
|
|
502
|
+
},
|
|
515
503
|
},
|
|
516
504
|
contact_form: {
|
|
517
|
-
|
|
505
|
+
flex: "1",
|
|
506
|
+
tablet: {
|
|
507
|
+
width: "100%",
|
|
508
|
+
},
|
|
518
509
|
},
|
|
519
510
|
},
|
|
520
511
|
content: DEFAULT_CONTENT,
|
|
521
|
-
config: {
|
|
512
|
+
config: {
|
|
513
|
+
title: {
|
|
514
|
+
heading: {
|
|
515
|
+
level: 2,
|
|
516
|
+
},
|
|
517
|
+
selectedVariants: {
|
|
518
|
+
Heading_Level: "H2",
|
|
519
|
+
},
|
|
520
|
+
},
|
|
521
|
+
},
|
|
522
522
|
},
|
|
523
523
|
],
|
|
524
524
|
};
|
|
@@ -25,23 +25,23 @@ const DEFAULT_CONTENT = {
|
|
|
25
25
|
id: "VbX6m3WedsSB",
|
|
26
26
|
kind: "image",
|
|
27
27
|
location:
|
|
28
|
-
"https://
|
|
28
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri.webp",
|
|
29
29
|
srcset: {
|
|
30
30
|
"1080w":
|
|
31
|
-
"https://
|
|
31
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1080w.webp",
|
|
32
32
|
"1200w":
|
|
33
|
-
"https://
|
|
33
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1200w.webp",
|
|
34
34
|
"1920w":
|
|
35
|
-
"https://
|
|
35
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1920w.webp",
|
|
36
36
|
"320w":
|
|
37
|
-
"https://
|
|
37
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-320w.webp",
|
|
38
38
|
"640w":
|
|
39
|
-
"https://
|
|
39
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-640w.webp",
|
|
40
40
|
"750w":
|
|
41
|
-
"https://
|
|
41
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-750w.webp",
|
|
42
42
|
"828w":
|
|
43
|
-
"https://
|
|
44
|
-
path: "https://
|
|
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
45
|
},
|
|
46
46
|
},
|
|
47
47
|
image_mobile: {
|
|
@@ -85,23 +85,23 @@ const DEFAULT_CONTENT = {
|
|
|
85
85
|
id: "VbX6m3WedsSB",
|
|
86
86
|
kind: "image",
|
|
87
87
|
location:
|
|
88
|
-
"https://
|
|
88
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri.webp",
|
|
89
89
|
srcset: {
|
|
90
90
|
"1080w":
|
|
91
|
-
"https://
|
|
91
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1080w.webp",
|
|
92
92
|
"1200w":
|
|
93
|
-
"https://
|
|
93
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1200w.webp",
|
|
94
94
|
"1920w":
|
|
95
|
-
"https://
|
|
95
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1920w.webp",
|
|
96
96
|
"320w":
|
|
97
|
-
"https://
|
|
97
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-320w.webp",
|
|
98
98
|
"640w":
|
|
99
|
-
"https://
|
|
99
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-640w.webp",
|
|
100
100
|
"750w":
|
|
101
|
-
"https://
|
|
101
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-750w.webp",
|
|
102
102
|
"828w":
|
|
103
|
-
"https://
|
|
104
|
-
path: "https://
|
|
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
105
|
},
|
|
106
106
|
},
|
|
107
107
|
image_mobile: {
|
|
@@ -145,23 +145,23 @@ const DEFAULT_CONTENT = {
|
|
|
145
145
|
id: "VbX6m3WedsSB",
|
|
146
146
|
kind: "image",
|
|
147
147
|
location:
|
|
148
|
-
"https://
|
|
148
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri.webp",
|
|
149
149
|
srcset: {
|
|
150
150
|
"1080w":
|
|
151
|
-
"https://
|
|
151
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1080w.webp",
|
|
152
152
|
"1200w":
|
|
153
|
-
"https://
|
|
153
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1200w.webp",
|
|
154
154
|
"1920w":
|
|
155
|
-
"https://
|
|
155
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-1920w.webp",
|
|
156
156
|
"320w":
|
|
157
|
-
"https://
|
|
157
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-320w.webp",
|
|
158
158
|
"640w":
|
|
159
|
-
"https://
|
|
159
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-640w.webp",
|
|
160
160
|
"750w":
|
|
161
|
-
"https://
|
|
161
|
+
"https://static.levostg.online/WZZKMUBH/image-JtayEtmtSQji-1920w-Ncz6XHJr6Lri-750w.webp",
|
|
162
162
|
"828w":
|
|
163
|
-
"https://
|
|
164
|
-
path: "https://
|
|
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
165
|
},
|
|
166
166
|
},
|
|
167
167
|
image_mobile: {
|
|
@@ -445,12 +445,7 @@ export const Content1: IBlock = {
|
|
|
445
445
|
"margin-right": "auto",
|
|
446
446
|
"max-width": "768px",
|
|
447
447
|
"text-align": "center",
|
|
448
|
-
|
|
449
|
-
"font-weight": 800,
|
|
450
|
-
color: "text1",
|
|
451
|
-
"media:min:1024px": {
|
|
452
|
-
"font-size": "5xl",
|
|
453
|
-
},
|
|
448
|
+
color: "text-1",
|
|
454
449
|
},
|
|
455
450
|
description: {
|
|
456
451
|
"margin-left": "auto",
|
|
@@ -459,9 +454,7 @@ export const Content1: IBlock = {
|
|
|
459
454
|
"padding-left": "base",
|
|
460
455
|
"padding-right": "base",
|
|
461
456
|
"text-align": "center",
|
|
462
|
-
|
|
463
|
-
"font-weight": 400,
|
|
464
|
-
"line-height": 1.5,
|
|
457
|
+
|
|
465
458
|
color: "text2",
|
|
466
459
|
},
|
|
467
460
|
sections_levoGroup: {
|
|
@@ -541,7 +534,7 @@ export const Content1: IBlock = {
|
|
|
541
534
|
},
|
|
542
535
|
tag: {
|
|
543
536
|
"max-width": "max-content",
|
|
544
|
-
"border-radius": "
|
|
537
|
+
"border-radius": "base",
|
|
545
538
|
border: "1px solid",
|
|
546
539
|
"border-color": "border",
|
|
547
540
|
"background-color": "background-1",
|
|
@@ -549,8 +542,7 @@ export const Content1: IBlock = {
|
|
|
549
542
|
"padding-right": "base",
|
|
550
543
|
"padding-top": "2xs",
|
|
551
544
|
"padding-bottom": "2xs",
|
|
552
|
-
|
|
553
|
-
"font-weight": 600,
|
|
545
|
+
|
|
554
546
|
color: "text-1",
|
|
555
547
|
},
|
|
556
548
|
text_content: {
|
|
@@ -574,13 +566,6 @@ export const Content1: IBlock = {
|
|
|
574
566
|
},
|
|
575
567
|
button: {
|
|
576
568
|
"max-width": "max-content",
|
|
577
|
-
"border-radius": "3xl",
|
|
578
|
-
"padding-left": "xl",
|
|
579
|
-
"padding-right": "xl",
|
|
580
|
-
"padding-top": "base",
|
|
581
|
-
"padding-bottom": "base",
|
|
582
|
-
"font-size": "sm",
|
|
583
|
-
"font-weight": 600,
|
|
584
569
|
},
|
|
585
570
|
image_wrapper: {
|
|
586
571
|
width: "100%",
|
|
@@ -674,7 +659,7 @@ export const Content1: IBlock = {
|
|
|
674
659
|
},
|
|
675
660
|
tag: {
|
|
676
661
|
"max-width": "max-content",
|
|
677
|
-
"border-radius": "
|
|
662
|
+
"border-radius": "base",
|
|
678
663
|
border: "1px solid",
|
|
679
664
|
"border-color": "border",
|
|
680
665
|
"background-color": "background-1",
|
|
@@ -682,8 +667,7 @@ export const Content1: IBlock = {
|
|
|
682
667
|
"padding-right": "base",
|
|
683
668
|
"padding-top": "2xs",
|
|
684
669
|
"padding-bottom": "2xs",
|
|
685
|
-
|
|
686
|
-
"font-weight": 600,
|
|
670
|
+
|
|
687
671
|
color: "text-1",
|
|
688
672
|
},
|
|
689
673
|
text_content: {
|
|
@@ -707,13 +691,6 @@ export const Content1: IBlock = {
|
|
|
707
691
|
},
|
|
708
692
|
button: {
|
|
709
693
|
"max-width": "max-content",
|
|
710
|
-
"border-radius": "3xl",
|
|
711
|
-
"padding-left": "xl",
|
|
712
|
-
"padding-right": "xl",
|
|
713
|
-
"padding-top": "base",
|
|
714
|
-
"padding-bottom": "base",
|
|
715
|
-
"font-size": "sm",
|
|
716
|
-
"font-weight": 600,
|
|
717
694
|
},
|
|
718
695
|
image_wrapper: {
|
|
719
696
|
width: "100%",
|
|
@@ -807,7 +784,7 @@ export const Content1: IBlock = {
|
|
|
807
784
|
},
|
|
808
785
|
tag: {
|
|
809
786
|
"max-width": "max-content",
|
|
810
|
-
"border-radius": "
|
|
787
|
+
"border-radius": "base",
|
|
811
788
|
border: "1px solid",
|
|
812
789
|
"border-color": "border",
|
|
813
790
|
"background-color": "background-1",
|
|
@@ -815,8 +792,7 @@ export const Content1: IBlock = {
|
|
|
815
792
|
"padding-right": "base",
|
|
816
793
|
"padding-top": "2xs",
|
|
817
794
|
"padding-bottom": "2xs",
|
|
818
|
-
|
|
819
|
-
"font-weight": 600,
|
|
795
|
+
|
|
820
796
|
color: "text-1",
|
|
821
797
|
},
|
|
822
798
|
text_content: {
|
|
@@ -840,13 +816,6 @@ export const Content1: IBlock = {
|
|
|
840
816
|
},
|
|
841
817
|
button: {
|
|
842
818
|
"max-width": "max-content",
|
|
843
|
-
"border-radius": "3xl",
|
|
844
|
-
"padding-left": "xl",
|
|
845
|
-
"padding-right": "xl",
|
|
846
|
-
"padding-top": "base",
|
|
847
|
-
"padding-bottom": "base",
|
|
848
|
-
"font-size": "sm",
|
|
849
|
-
"font-weight": 600,
|
|
850
819
|
},
|
|
851
820
|
image_wrapper: {
|
|
852
821
|
width: "100%",
|
|
@@ -878,7 +847,16 @@ export const Content1: IBlock = {
|
|
|
878
847
|
],
|
|
879
848
|
},
|
|
880
849
|
content: DEFAULT_CONTENT,
|
|
881
|
-
config: {
|
|
850
|
+
config: {
|
|
851
|
+
title: {
|
|
852
|
+
heading: {
|
|
853
|
+
level: 1,
|
|
854
|
+
},
|
|
855
|
+
selectedVariants: {
|
|
856
|
+
Heading_Level: "H1",
|
|
857
|
+
},
|
|
858
|
+
},
|
|
859
|
+
},
|
|
882
860
|
},
|
|
883
861
|
],
|
|
884
862
|
};
|