@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,30 @@
|
|
|
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":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-828w.webp",
|
|
23
|
+
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",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
|
|
3
28
|
const DEFAULT_CONTENT = {
|
|
4
29
|
layout: null,
|
|
5
30
|
container: null,
|
|
@@ -14,39 +39,11 @@ const DEFAULT_CONTENT = {
|
|
|
14
39
|
images: [
|
|
15
40
|
{
|
|
16
41
|
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
|
-
},
|
|
42
|
+
image: MEDIA_1,
|
|
32
43
|
},
|
|
33
44
|
{
|
|
34
45
|
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
|
-
},
|
|
46
|
+
image: MEDIA_1,
|
|
50
47
|
},
|
|
51
48
|
],
|
|
52
49
|
stats_levoGroup: null,
|
|
@@ -279,7 +276,7 @@ export const Hero12: IBlock = {
|
|
|
279
276
|
{
|
|
280
277
|
key: "number",
|
|
281
278
|
label: "Number",
|
|
282
|
-
field_interface: "
|
|
279
|
+
field_interface: "HeadingWidget",
|
|
283
280
|
hint: {
|
|
284
281
|
prompt_description:
|
|
285
282
|
"Large statistic number with plus sign (e.g., '25+', '600+')",
|
|
@@ -316,10 +313,7 @@ export const Hero12: IBlock = {
|
|
|
316
313
|
layout: {
|
|
317
314
|
"background-color": "background-3",
|
|
318
315
|
},
|
|
319
|
-
container: {
|
|
320
|
-
"padding-top": "10xl",
|
|
321
|
-
"padding-bottom": "10xl",
|
|
322
|
-
},
|
|
316
|
+
container: {},
|
|
323
317
|
content_wrapper: {
|
|
324
318
|
display: "block",
|
|
325
319
|
"flex-direction": "row",
|
|
@@ -335,14 +329,9 @@ export const Hero12: IBlock = {
|
|
|
335
329
|
display: "flex",
|
|
336
330
|
"flex-direction": "column",
|
|
337
331
|
},
|
|
338
|
-
label: {
|
|
339
|
-
"margin-bottom": "none",
|
|
340
|
-
},
|
|
332
|
+
label: {},
|
|
341
333
|
title: {
|
|
342
334
|
"margin-bottom": "1rem",
|
|
343
|
-
mobile: {
|
|
344
|
-
"font-size": "2xl",
|
|
345
|
-
},
|
|
346
335
|
},
|
|
347
336
|
description: {
|
|
348
337
|
"margin-bottom": "2.5rem",
|
|
@@ -410,14 +399,12 @@ export const Hero12: IBlock = {
|
|
|
410
399
|
"border-color": "#e5e7eb",
|
|
411
400
|
},
|
|
412
401
|
number: {
|
|
413
|
-
color: "
|
|
402
|
+
color: "brand",
|
|
414
403
|
"font-size": "4xl",
|
|
415
|
-
"font-weight":
|
|
416
|
-
"margin-bottom": "0.5rem",
|
|
404
|
+
"font-weight": 600,
|
|
417
405
|
},
|
|
418
406
|
label: {
|
|
419
407
|
color: "#6b7280",
|
|
420
|
-
"font-size": "sm",
|
|
421
408
|
"text-transform": "uppercase",
|
|
422
409
|
"letter-spacing": "0.05em",
|
|
423
410
|
},
|
|
@@ -426,45 +413,8 @@ export const Hero12: IBlock = {
|
|
|
426
413
|
"justify-content": "center",
|
|
427
414
|
"align-items": "center",
|
|
428
415
|
"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
416
|
"margin-bottom": "0.5rem",
|
|
455
417
|
},
|
|
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
418
|
icon: {
|
|
469
419
|
height: "32px",
|
|
470
420
|
width: "32px",
|
|
@@ -486,14 +436,12 @@ export const Hero12: IBlock = {
|
|
|
486
436
|
"border-color": "#e5e7eb",
|
|
487
437
|
},
|
|
488
438
|
number: {
|
|
489
|
-
color: "
|
|
439
|
+
color: "brand",
|
|
490
440
|
"font-size": "4xl",
|
|
491
|
-
"font-weight":
|
|
492
|
-
"margin-bottom": "0.5rem",
|
|
441
|
+
"font-weight": 600,
|
|
493
442
|
},
|
|
494
443
|
label: {
|
|
495
444
|
color: "#6b7280",
|
|
496
|
-
"font-size": "sm",
|
|
497
445
|
"text-transform": "uppercase",
|
|
498
446
|
"letter-spacing": "0.05em",
|
|
499
447
|
},
|
|
@@ -502,6 +450,7 @@ export const Hero12: IBlock = {
|
|
|
502
450
|
"justify-content": "center",
|
|
503
451
|
"align-items": "center",
|
|
504
452
|
"column-gap": "2xs",
|
|
453
|
+
"margin-bottom": "0.5rem",
|
|
505
454
|
},
|
|
506
455
|
icon: {
|
|
507
456
|
height: "32px",
|
|
@@ -524,14 +473,12 @@ export const Hero12: IBlock = {
|
|
|
524
473
|
"border-color": "#e5e7eb",
|
|
525
474
|
},
|
|
526
475
|
number: {
|
|
527
|
-
color: "
|
|
476
|
+
color: "brand",
|
|
528
477
|
"font-size": "4xl",
|
|
529
|
-
"font-weight":
|
|
530
|
-
"margin-bottom": "0.5rem",
|
|
478
|
+
"font-weight": 600,
|
|
531
479
|
},
|
|
532
480
|
label: {
|
|
533
481
|
color: "#6b7280",
|
|
534
|
-
"font-size": "sm",
|
|
535
482
|
"text-transform": "uppercase",
|
|
536
483
|
"letter-spacing": "0.05em",
|
|
537
484
|
},
|
|
@@ -540,6 +487,7 @@ export const Hero12: IBlock = {
|
|
|
540
487
|
"justify-content": "center",
|
|
541
488
|
"align-items": "center",
|
|
542
489
|
"column-gap": "2xs",
|
|
490
|
+
"margin-bottom": "0.5rem",
|
|
543
491
|
},
|
|
544
492
|
icon: {
|
|
545
493
|
height: "32px",
|
|
@@ -562,14 +510,12 @@ export const Hero12: IBlock = {
|
|
|
562
510
|
"border-color": "#e5e7eb",
|
|
563
511
|
},
|
|
564
512
|
number: {
|
|
565
|
-
color: "
|
|
513
|
+
color: "brand",
|
|
566
514
|
"font-size": "4xl",
|
|
567
|
-
"font-weight":
|
|
568
|
-
"margin-bottom": "0.5rem",
|
|
515
|
+
"font-weight": 600,
|
|
569
516
|
},
|
|
570
517
|
label: {
|
|
571
518
|
color: "#6b7280",
|
|
572
|
-
"font-size": "sm",
|
|
573
519
|
"text-transform": "uppercase",
|
|
574
520
|
"letter-spacing": "0.05em",
|
|
575
521
|
},
|
|
@@ -578,6 +524,7 @@ export const Hero12: IBlock = {
|
|
|
578
524
|
"justify-content": "center",
|
|
579
525
|
"align-items": "center",
|
|
580
526
|
"column-gap": "2xs",
|
|
527
|
+
"margin-bottom": "0.5rem",
|
|
581
528
|
},
|
|
582
529
|
icon: {
|
|
583
530
|
height: "32px",
|
|
@@ -585,82 +532,6 @@ export const Hero12: IBlock = {
|
|
|
585
532
|
"font-size": "32px",
|
|
586
533
|
},
|
|
587
534
|
},
|
|
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
535
|
],
|
|
665
536
|
header_container: {
|
|
666
537
|
display: "flex",
|
|
@@ -706,6 +577,72 @@ export const Hero12: IBlock = {
|
|
|
706
577
|
level: 1,
|
|
707
578
|
},
|
|
708
579
|
},
|
|
580
|
+
stats: [
|
|
581
|
+
{
|
|
582
|
+
number: {
|
|
583
|
+
selectedVariants: {},
|
|
584
|
+
},
|
|
585
|
+
label: {
|
|
586
|
+
selectedVariants: {
|
|
587
|
+
Typography_Variants: "Small",
|
|
588
|
+
},
|
|
589
|
+
},
|
|
590
|
+
stat_box: {
|
|
591
|
+
selectedVariants: {},
|
|
592
|
+
},
|
|
593
|
+
number_container: {
|
|
594
|
+
selectedVariants: {},
|
|
595
|
+
},
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
number: {
|
|
599
|
+
selectedVariants: {},
|
|
600
|
+
},
|
|
601
|
+
label: {
|
|
602
|
+
selectedVariants: {
|
|
603
|
+
Typography_Variants: "Small",
|
|
604
|
+
},
|
|
605
|
+
},
|
|
606
|
+
stat_box: {
|
|
607
|
+
selectedVariants: {},
|
|
608
|
+
},
|
|
609
|
+
number_container: {
|
|
610
|
+
selectedVariants: {},
|
|
611
|
+
},
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
number: {
|
|
615
|
+
selectedVariants: {},
|
|
616
|
+
},
|
|
617
|
+
label: {
|
|
618
|
+
selectedVariants: {
|
|
619
|
+
Typography_Variants: "Small",
|
|
620
|
+
},
|
|
621
|
+
},
|
|
622
|
+
stat_box: {
|
|
623
|
+
selectedVariants: {},
|
|
624
|
+
},
|
|
625
|
+
number_container: {
|
|
626
|
+
selectedVariants: {},
|
|
627
|
+
},
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
number: {
|
|
631
|
+
selectedVariants: {},
|
|
632
|
+
},
|
|
633
|
+
label: {
|
|
634
|
+
selectedVariants: {
|
|
635
|
+
Typography_Variants: "Small",
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
stat_box: {
|
|
639
|
+
selectedVariants: {},
|
|
640
|
+
},
|
|
641
|
+
number_container: {
|
|
642
|
+
selectedVariants: {},
|
|
643
|
+
},
|
|
644
|
+
},
|
|
645
|
+
],
|
|
709
646
|
},
|
|
710
647
|
},
|
|
711
648
|
],
|
|
@@ -61,7 +61,7 @@ const Hero12: React.FC<ILevoBlockBaseProps<IHero12Content>> = ({ content }) => (
|
|
|
61
61
|
>
|
|
62
62
|
<Box elementKey={`stats.${index}.number_container`}>
|
|
63
63
|
<Icon elementKey={`stats.${index}.icon`} />
|
|
64
|
-
<
|
|
64
|
+
<Heading elementKey={`stats.${index}.number`} />
|
|
65
65
|
</Box>
|
|
66
66
|
<Typography elementKey={`stats.${index}.label`} />
|
|
67
67
|
</Box>
|
|
@@ -1,5 +1,30 @@
|
|
|
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":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-828w.webp",
|
|
23
|
+
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",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
|
|
3
28
|
const DEFAULT_CONTENT = {
|
|
4
29
|
layout: null,
|
|
5
30
|
container: null,
|
|
@@ -100,35 +125,20 @@ export const Hero13: IBlock = {
|
|
|
100
125
|
title: "Default",
|
|
101
126
|
styles: {
|
|
102
127
|
layout: {
|
|
103
|
-
"padding-top": "5xl",
|
|
104
|
-
"padding-bottom": "5xl",
|
|
105
|
-
"padding-left": "3xl",
|
|
106
|
-
"padding-right": "3xl",
|
|
107
|
-
width: "100%",
|
|
108
128
|
position: "relative",
|
|
109
129
|
"min-height": "600px",
|
|
110
130
|
display: "flex",
|
|
111
131
|
"align-items": "center",
|
|
112
132
|
tablet: {
|
|
113
|
-
"padding-top": "4xl",
|
|
114
|
-
"padding-bottom": "4xl",
|
|
115
|
-
"padding-left": "2xl",
|
|
116
|
-
"padding-right": "2xl",
|
|
117
133
|
"min-height": "500px",
|
|
118
134
|
},
|
|
119
135
|
mobile: {
|
|
120
|
-
"padding-top": "3xl",
|
|
121
|
-
"padding-bottom": "3xl",
|
|
122
|
-
"padding-left": "base",
|
|
123
|
-
"padding-right": "base",
|
|
124
136
|
"min-height": "400px",
|
|
125
137
|
},
|
|
126
|
-
"background-image":
|
|
127
|
-
'url("https://static.levostg.online/W6OEVMW8/Frame48097095-2EYwP5YZ0Tovp-1920w.webp")',
|
|
138
|
+
"background-image": `url("${MEDIA.location}")`,
|
|
128
139
|
"background-position": "50% 50%",
|
|
129
140
|
"background-size": "cover",
|
|
130
141
|
},
|
|
131
|
-
|
|
132
142
|
container: {
|
|
133
143
|
"margin-left": "auto",
|
|
134
144
|
"margin-right": "auto",
|
|
@@ -142,16 +152,7 @@ export const Hero13: IBlock = {
|
|
|
142
152
|
"flex-direction": "column",
|
|
143
153
|
},
|
|
144
154
|
},
|
|
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
|
-
|
|
155
|
+
description: {},
|
|
155
156
|
form_title: {
|
|
156
157
|
"font-size": "xl",
|
|
157
158
|
"font-weight": 600,
|
|
@@ -190,7 +191,6 @@ export const Hero13: IBlock = {
|
|
|
190
191
|
"padding-right": "base",
|
|
191
192
|
},
|
|
192
193
|
},
|
|
193
|
-
|
|
194
194
|
textWrapper: {
|
|
195
195
|
width: "55%",
|
|
196
196
|
tablet: {
|
|
@@ -232,7 +232,21 @@ export const Hero13: IBlock = {
|
|
|
232
232
|
},
|
|
233
233
|
},
|
|
234
234
|
content: DEFAULT_CONTENT,
|
|
235
|
-
config: {
|
|
235
|
+
config: {
|
|
236
|
+
title: {
|
|
237
|
+
heading: {
|
|
238
|
+
level: "2",
|
|
239
|
+
},
|
|
240
|
+
selectedVariants: {
|
|
241
|
+
Heading_Level: "H2",
|
|
242
|
+
},
|
|
243
|
+
},
|
|
244
|
+
description: {
|
|
245
|
+
selectedVariants: {
|
|
246
|
+
Typography_Variants: "Large",
|
|
247
|
+
},
|
|
248
|
+
},
|
|
249
|
+
},
|
|
236
250
|
},
|
|
237
251
|
],
|
|
238
252
|
};
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA = {
|
|
4
|
+
id: "vxmyzMseZ4pK",
|
|
5
|
+
filename: "hero-2.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1920w.webp",
|
|
15
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-320w.webp",
|
|
16
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-640w.webp",
|
|
17
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-750w.webp",
|
|
18
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-828w.webp",
|
|
19
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1920w.webp 1920w",
|
|
20
|
+
},
|
|
21
|
+
mimetype: "image/png",
|
|
22
|
+
};
|
|
23
|
+
|
|
3
24
|
const DEFAULT_CONTENT = {
|
|
4
25
|
layout: null,
|
|
5
26
|
content_wrapper: null,
|
|
@@ -8,54 +29,8 @@ const DEFAULT_CONTENT = {
|
|
|
8
29
|
sub_title:
|
|
9
30
|
"Curated exclusively for freshers, LineupX connect freshers and students with over 500 top employers actively recruiting from 100+ academic institutes. Our AI-powered tools help prepare and match you to maximize the opportunities for a perfect first job.",
|
|
10
31
|
button: "Book a Demo",
|
|
11
|
-
image_desktop:
|
|
12
|
-
|
|
13
|
-
location:
|
|
14
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX.png",
|
|
15
|
-
mimetype: "image/png",
|
|
16
|
-
kind: "image",
|
|
17
|
-
srcset: {
|
|
18
|
-
"1080w":
|
|
19
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp",
|
|
20
|
-
"1200w":
|
|
21
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp",
|
|
22
|
-
"1920w":
|
|
23
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp",
|
|
24
|
-
"320w":
|
|
25
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp",
|
|
26
|
-
"640w":
|
|
27
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp",
|
|
28
|
-
"750w":
|
|
29
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp",
|
|
30
|
-
"828w":
|
|
31
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp",
|
|
32
|
-
path: "https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp 1920w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp 320w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp 640w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp 750w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp 828w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp 1080w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp 1200w",
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
image_mobile: {
|
|
36
|
-
id: "QsAs4Om9TjJX",
|
|
37
|
-
location:
|
|
38
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX.png",
|
|
39
|
-
mimetype: "image/png",
|
|
40
|
-
kind: "image",
|
|
41
|
-
srcset: {
|
|
42
|
-
"1080w":
|
|
43
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp",
|
|
44
|
-
"1200w":
|
|
45
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp",
|
|
46
|
-
"1920w":
|
|
47
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp",
|
|
48
|
-
"320w":
|
|
49
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp",
|
|
50
|
-
"640w":
|
|
51
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp",
|
|
52
|
-
"750w":
|
|
53
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp",
|
|
54
|
-
"828w":
|
|
55
|
-
"https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp",
|
|
56
|
-
path: "https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1920w.webp 1920w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-320w.webp 320w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-640w.webp 640w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-750w.webp 750w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-828w.webp 828w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1080w.webp 1080w, https://static.levostg.online/WZZKMUBH/image-qW3YQ1Uv4K2dy-jfwQp72ZrINX-1200w.webp 1200w",
|
|
57
|
-
},
|
|
58
|
-
},
|
|
32
|
+
image_desktop: MEDIA,
|
|
33
|
+
image_mobile: MEDIA,
|
|
59
34
|
};
|
|
60
35
|
|
|
61
36
|
export type IHero2Content = typeof DEFAULT_CONTENT;
|
|
@@ -206,14 +181,7 @@ export const Hero2: IBlock = {
|
|
|
206
181
|
key: "default",
|
|
207
182
|
styles: {
|
|
208
183
|
layout: {},
|
|
209
|
-
container: {
|
|
210
|
-
"padding-top": "11xl",
|
|
211
|
-
"padding-bottom": "10xl",
|
|
212
|
-
"media:max:768px": {
|
|
213
|
-
"padding-top": "3xl",
|
|
214
|
-
"padding-bottom": "6xl",
|
|
215
|
-
},
|
|
216
|
-
},
|
|
184
|
+
container: {},
|
|
217
185
|
content_wrapper: {
|
|
218
186
|
display: "flex",
|
|
219
187
|
"flex-direction": "column",
|
|
@@ -225,7 +193,6 @@ export const Hero2: IBlock = {
|
|
|
225
193
|
accent_heading: {
|
|
226
194
|
"text-align": "center",
|
|
227
195
|
"text-transform": "uppercase",
|
|
228
|
-
color: "text-2",
|
|
229
196
|
},
|
|
230
197
|
title: {
|
|
231
198
|
"text-align": "center",
|
|
@@ -233,7 +200,6 @@ export const Hero2: IBlock = {
|
|
|
233
200
|
sub_title: {
|
|
234
201
|
"max-width": "600px",
|
|
235
202
|
"text-align": "center",
|
|
236
|
-
"line-height": 1.625,
|
|
237
203
|
},
|
|
238
204
|
button: {},
|
|
239
205
|
spacer: {},
|
|
@@ -265,6 +231,15 @@ export const Hero2: IBlock = {
|
|
|
265
231
|
selectedVariants: {
|
|
266
232
|
Heading_Level: "H1",
|
|
267
233
|
},
|
|
234
|
+
heading: {
|
|
235
|
+
level: "1",
|
|
236
|
+
},
|
|
237
|
+
},
|
|
238
|
+
accent_heading: {
|
|
239
|
+
selectedVariants: {},
|
|
240
|
+
},
|
|
241
|
+
sub_title: {
|
|
242
|
+
selectedVariants: {},
|
|
268
243
|
},
|
|
269
244
|
},
|
|
270
245
|
},
|