@levo-so/blocks 0.1.60 → 0.1.62
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 +13 -14
- package/src/blocks/about-us/about-us-1.schema.ts +15 -30
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +24 -48
- 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 +10 -21
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +4 -12
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +4 -12
- 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 +95 -6
- package/src/blocks/calendar/calendar-1.tsx +33 -29
- package/src/blocks/cards/cards-10.schema.ts +62 -124
- package/src/blocks/cards/cards-10.tsx +9 -14
- package/src/blocks/cards/cards-11.schema.ts +69 -138
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +7 -14
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +40 -80
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +7 -14
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +7 -14
- package/src/blocks/cards/cards-15.tsx +2 -4
- package/src/blocks/cards/cards-2.schema.ts +7 -14
- package/src/blocks/cards/cards-2.tsx +2 -15
- package/src/blocks/cards/cards-3.schema.ts +7 -14
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +13 -26
- package/src/blocks/cards/cards-4.tsx +9 -15
- package/src/blocks/cards/cards-5.schema.ts +17 -34
- package/src/blocks/cards/cards-5.tsx +1 -9
- package/src/blocks/cards/cards-6.schema.ts +52 -104
- package/src/blocks/cards/cards-6.tsx +12 -20
- package/src/blocks/cards/cards-7.schema.ts +48 -96
- package/src/blocks/cards/cards-7.tsx +8 -27
- package/src/blocks/cards/cards-8.schema.ts +9 -20
- package/src/blocks/cards/cards-8.tsx +5 -11
- package/src/blocks/cards/cards-9.schema.ts +41 -82
- package/src/blocks/cards/cards-9.tsx +14 -22
- package/src/blocks/carousel/carousel-1.schema.ts +64 -128
- package/src/blocks/carousel/carousel-1.tsx +6 -8
- package/src/blocks/carousel/carousel-2.schema.ts +26 -52
- package/src/blocks/carousel/carousel-2.tsx +11 -23
- package/src/blocks/community/community-1.schema.ts +78 -32
- package/src/blocks/community/community-1.tsx +417 -550
- package/src/blocks/community/community-post-1.schema.ts +21 -30
- package/src/blocks/community/community-post-1.tsx +334 -84
- package/src/blocks/contact-us/contact-us-1.schema.ts +8 -16
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.tsx +20 -31
- package/src/blocks/content/content-1.schema.ts +21 -42
- package/src/blocks/content/content-1.tsx +10 -17
- package/src/blocks/content/content-2.schema.ts +29 -58
- package/src/blocks/content/content-2.tsx +4 -4
- package/src/blocks/content/content-3.tsx +13 -29
- package/src/blocks/content/content-4.schema.ts +23 -46
- package/src/blocks/content/content-4.tsx +8 -17
- package/src/blocks/content/content-5.schema.ts +29 -24
- package/src/blocks/content/content-5.tsx +13 -27
- package/src/blocks/content/content-6.schema.ts +46 -94
- package/src/blocks/content/content-6.tsx +14 -31
- package/src/blocks/content/content-7.schema.ts +35 -72
- package/src/blocks/content/content-7.tsx +15 -31
- package/src/blocks/content/content-8.schema.ts +1 -6
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.tsx +26 -41
- package/src/blocks/cta/cta-1.schema.ts +10 -20
- package/src/blocks/cta/cta-2.schema.ts +14 -28
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +24 -50
- package/src/blocks/cta/cta-3.tsx +2 -6
- 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 +16 -32
- package/src/blocks/event/event-details.tsx +8 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +12 -23
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +9 -15
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +5 -13
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +9 -15
- package/src/blocks/faq/faq-1.schema.ts +8 -16
- package/src/blocks/faq/faq-1.tsx +19 -30
- package/src/blocks/faq/faq-2.schema.ts +8 -16
- package/src/blocks/faq/faq-2.tsx +11 -10
- package/src/blocks/faq/faq-3.schema.ts +9 -18
- package/src/blocks/faq/faq-3.tsx +11 -19
- package/src/blocks/features/features-1/features-1.tsx +2 -4
- package/src/blocks/features/features-1/variants/default.ts +4 -8
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- package/src/blocks/features/features-2.schema.ts +32 -64
- package/src/blocks/features/features-2.tsx +8 -10
- package/src/blocks/features/features-3.schema.ts +32 -64
- package/src/blocks/features/features-3.tsx +7 -16
- package/src/blocks/features/features-4.schema.ts +16 -32
- package/src/blocks/features/features-4.tsx +3 -7
- package/src/blocks/features/features-5.schema.ts +1 -2
- package/src/blocks/features/features-5.tsx +6 -17
- package/src/blocks/features/features-6.schema.ts +32 -64
- package/src/blocks/features/features-6.tsx +16 -36
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +5 -10
- package/src/blocks/floating-buttons/floating-button-1.tsx +3 -9
- package/src/blocks/footer/footer-1.schema.ts +8 -16
- package/src/blocks/footer/footer-1.tsx +15 -30
- package/src/blocks/footer/footer-2.schema.ts +8 -16
- package/src/blocks/footer/footer-2.tsx +17 -28
- package/src/blocks/footer/footer-3.schema.ts +1 -2
- package/src/blocks/footer/footer-3.tsx +9 -25
- package/src/blocks/footer/footer-4.schema.ts +8 -16
- package/src/blocks/footer/footer-4.tsx +35 -54
- package/src/blocks/footer/footer-5.schema.ts +10 -24
- package/src/blocks/footer/footer-5.tsx +14 -29
- package/src/blocks/footer/footer-6.schema.ts +10 -25
- package/src/blocks/footer/footer-6.tsx +29 -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 +45 -90
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +1 -2
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +18 -14
- package/src/blocks/hero/hero-11.tsx +4 -9
- package/src/blocks/hero/hero-12.schema.ts +18 -36
- package/src/blocks/hero/hero-12.tsx +3 -6
- package/src/blocks/hero/hero-13.schema.ts +8 -16
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +3 -6
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +28 -56
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +22 -44
- package/src/blocks/hero/hero-4.tsx +16 -27
- package/src/blocks/hero/hero-5.schema.ts +21 -42
- package/src/blocks/hero/hero-5.tsx +15 -18
- package/src/blocks/hero/hero-6.schema.ts +35 -70
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +24 -48
- package/src/blocks/hero/hero-7.tsx +2 -3
- package/src/blocks/hero/hero-8.schema.ts +24 -50
- package/src/blocks/hero/hero-8.tsx +5 -19
- package/src/blocks/hero/hero-9.schema.ts +8 -16
- package/src/blocks/hero/hero-9.tsx +3 -3
- package/src/blocks/index.ts +8 -11
- 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 +53 -113
- 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 +1 -2
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +13 -26
- package/src/blocks/pricing/pricing-1.tsx +20 -44
- package/src/blocks/products/products-listing-1.schema.ts +32 -64
- package/src/blocks/products/products-listing-1.tsx +6 -12
- package/src/blocks/products/products-listing-2.schema.ts +26 -54
- package/src/blocks/products/products-listing-2.tsx +8 -17
- package/src/blocks/products/products-listing-3.schema.ts +25 -52
- package/src/blocks/products/products-listing-3.tsx +87 -93
- package/src/blocks/profile/profile-1.schema.ts +7 -14
- package/src/blocks/profile/profile-1.tsx +2 -8
- package/src/blocks/profile/profile-2.schema.ts +9 -18
- package/src/blocks/profile/profile-2.tsx +4 -6
- package/src/blocks/profile/profile-3.schema.ts +21 -42
- package/src/blocks/profile/profile-3.tsx +18 -40
- 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 +20 -40
- package/src/blocks/services/service-1.tsx +45 -71
- package/src/blocks/services/service-2.schema.ts +8 -16
- package/src/blocks/services/service-2.tsx +4 -6
- package/src/blocks/services/service-3.schema.ts +12 -24
- package/src/blocks/services/service-3.tsx +4 -6
- package/src/blocks/stats/stats-1.tsx +3 -14
- package/src/blocks/stats/stats-2.tsx +3 -14
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +4 -8
- package/src/blocks/tabs/tab-1.tsx +47 -64
- package/src/blocks/tabs/tab-2.schema.ts +13 -26
- package/src/blocks/tabs/tab-2.tsx +14 -15
- package/src/blocks/team/team-1.schema.ts +28 -56
- package/src/blocks/team/team-1.tsx +7 -21
- package/src/blocks/team/team-2.schema.ts +104 -208
- package/src/blocks/team/team-2.tsx +15 -33
- package/src/blocks/team/team-3.schema.ts +24 -48
- package/src/blocks/team/team-3.tsx +8 -14
- package/src/blocks/team/team-4.schema.ts +25 -50
- package/src/blocks/team/team-4.tsx +15 -24
- package/src/blocks/team/team-5.schema.ts +14 -28
- package/src/blocks/team/team-5.tsx +1 -1
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +3 -5
- package/src/blocks/testimonial/testimonial-1.schema.ts +1 -2
- package/src/blocks/testimonial/testimonial-1.tsx +10 -19
- package/src/blocks/testimonial/testimonial-2.schema.ts +16 -32
- package/src/blocks/testimonial/testimonial-2.tsx +17 -36
- package/src/blocks/testimonial/testimonial-3.schema.ts +8 -16
- package/src/blocks/testimonial/testimonial-3.tsx +13 -26
- package/src/blocks/testimonial/testimonial-4.schema.ts +94 -188
- package/src/blocks/testimonial/testimonial-4.tsx +12 -33
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +24 -48
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +4 -8
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +24 -48
- 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 +26 -52
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.tsx +15 -26
- package/src/blocks/timeline/timeline-1.schema.ts +34 -68
- package/src/blocks/timeline/timeline-1.tsx +2 -6
- package/src/blocks/users/edit-profile.tsx +10 -22
- package/src/constants/index.ts +3 -6
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +14 -8
- package/src/schemas/categories.ts +14 -2
|
@@ -6,20 +6,13 @@ const MEDIA_1 = {
|
|
|
6
6
|
kind: "image",
|
|
7
7
|
location: "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU.png",
|
|
8
8
|
srcset: {
|
|
9
|
-
"1080w":
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-320w.webp",
|
|
17
|
-
"640w":
|
|
18
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-640w.webp",
|
|
19
|
-
"750w":
|
|
20
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-750w.webp",
|
|
21
|
-
"828w":
|
|
22
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-828w.webp",
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-828w.webp",
|
|
23
16
|
path: "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1920w.webp 1920w",
|
|
24
17
|
},
|
|
25
18
|
mimetype: "image/png",
|
|
@@ -30,20 +23,13 @@ const MEDIA_2 = {
|
|
|
30
23
|
kind: "image",
|
|
31
24
|
location: "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6.png",
|
|
32
25
|
srcset: {
|
|
33
|
-
"1080w":
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-320w.webp",
|
|
41
|
-
"640w":
|
|
42
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-640w.webp",
|
|
43
|
-
"750w":
|
|
44
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-750w.webp",
|
|
45
|
-
"828w":
|
|
46
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-828w.webp",
|
|
26
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1080w.webp",
|
|
27
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1200w.webp",
|
|
28
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1920w.webp",
|
|
29
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-320w.webp",
|
|
30
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-640w.webp",
|
|
31
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-750w.webp",
|
|
32
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-828w.webp",
|
|
47
33
|
path: "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1920w.webp 1920w",
|
|
48
34
|
},
|
|
49
35
|
mimetype: "image/png",
|
|
@@ -54,20 +40,13 @@ const MEDIA_3 = {
|
|
|
54
40
|
kind: "image",
|
|
55
41
|
location: "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp.png",
|
|
56
42
|
srcset: {
|
|
57
|
-
"1080w":
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-320w.webp",
|
|
65
|
-
"640w":
|
|
66
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-640w.webp",
|
|
67
|
-
"750w":
|
|
68
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-750w.webp",
|
|
69
|
-
"828w":
|
|
70
|
-
"https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-828w.webp",
|
|
43
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1080w.webp",
|
|
44
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1200w.webp",
|
|
45
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1920w.webp",
|
|
46
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-320w.webp",
|
|
47
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-640w.webp",
|
|
48
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-750w.webp",
|
|
49
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-828w.webp",
|
|
71
50
|
path: "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-828w.webp 828w",
|
|
72
51
|
},
|
|
73
52
|
mimetype: "image/png",
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
import {
|
|
3
2
|
Box,
|
|
4
3
|
Button,
|
|
5
4
|
Container,
|
|
6
5
|
Heading,
|
|
6
|
+
type ILevoBlockBaseProps,
|
|
7
7
|
Image,
|
|
8
8
|
Section,
|
|
9
9
|
Typography,
|
|
10
|
-
type ILevoBlockBaseProps,
|
|
11
10
|
} from "@levo-so/studio";
|
|
11
|
+
import type React from "react";
|
|
12
12
|
|
|
13
13
|
import type { IContent1Content } from "./content-1.schema";
|
|
14
14
|
|
|
15
|
-
const Content1: React.FC<ILevoBlockBaseProps<IContent1Content>> = ({
|
|
16
|
-
content,
|
|
17
|
-
}) => (
|
|
15
|
+
const Content1: React.FC<ILevoBlockBaseProps<IContent1Content>> = ({ content }) => (
|
|
18
16
|
<Section elementKey="layout">
|
|
19
17
|
<Container elementKey="container">
|
|
20
18
|
<Box elementKey="header_content">
|
|
@@ -38,18 +36,13 @@ const Content1: React.FC<ILevoBlockBaseProps<IContent1Content>> = ({
|
|
|
38
36
|
<Heading elementKey={`sections.${index}.title`} />
|
|
39
37
|
<Typography elementKey={`sections.${index}.description`} />
|
|
40
38
|
</Box>
|
|
41
|
-
<Box
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
key={buttonIndex}
|
|
49
|
-
elementKey={`sections.${index}.buttons.${buttonIndex}.button`}
|
|
50
|
-
/>
|
|
51
|
-
),
|
|
52
|
-
)}
|
|
39
|
+
<Box elementKey={`sections.${index}.buttons_levoGroup`} data-levo_group>
|
|
40
|
+
{content?.sections?.[index]?.buttons?.map((_: unknown, buttonIndex: number) => (
|
|
41
|
+
<Button
|
|
42
|
+
key={buttonIndex}
|
|
43
|
+
elementKey={`sections.${index}.buttons.${buttonIndex}.button`}
|
|
44
|
+
/>
|
|
45
|
+
))}
|
|
53
46
|
</Box>
|
|
54
47
|
</Box>
|
|
55
48
|
</Box>
|
|
@@ -6,20 +6,13 @@ const MEDIA_1 = {
|
|
|
6
6
|
kind: "image",
|
|
7
7
|
location: "https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ.png",
|
|
8
8
|
srcset: {
|
|
9
|
-
"1080w":
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-320w.webp",
|
|
17
|
-
"640w":
|
|
18
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-640w.webp",
|
|
19
|
-
"750w":
|
|
20
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-750w.webp",
|
|
21
|
-
"828w":
|
|
22
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-828w.webp",
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-828w.webp",
|
|
23
16
|
path: "https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-2-1-QsAH4gZcewLZ-1200w.webp 1200w",
|
|
24
17
|
},
|
|
25
18
|
mimetype: "image/png",
|
|
@@ -30,20 +23,13 @@ const MEDIA_2 = {
|
|
|
30
23
|
kind: "image",
|
|
31
24
|
location: "https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH.png",
|
|
32
25
|
srcset: {
|
|
33
|
-
"1080w":
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-320w.webp",
|
|
41
|
-
"640w":
|
|
42
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-640w.webp",
|
|
43
|
-
"750w":
|
|
44
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-750w.webp",
|
|
45
|
-
"828w":
|
|
46
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-828w.webp",
|
|
26
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-1080w.webp",
|
|
27
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-1200w.webp",
|
|
28
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-1920w.webp",
|
|
29
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-320w.webp",
|
|
30
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-640w.webp",
|
|
31
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-750w.webp",
|
|
32
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-828w.webp",
|
|
47
33
|
path: "https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-2-2-w9fFJutGfOyH-750w.webp 750w",
|
|
48
34
|
},
|
|
49
35
|
mimetype: "image/png",
|
|
@@ -54,20 +40,13 @@ const MEDIA_3 = {
|
|
|
54
40
|
kind: "image",
|
|
55
41
|
location: "https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8.png",
|
|
56
42
|
srcset: {
|
|
57
|
-
"1080w":
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-320w.webp",
|
|
65
|
-
"640w":
|
|
66
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-640w.webp",
|
|
67
|
-
"750w":
|
|
68
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-750w.webp",
|
|
69
|
-
"828w":
|
|
70
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-828w.webp",
|
|
43
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-1080w.webp",
|
|
44
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-1200w.webp",
|
|
45
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-1920w.webp",
|
|
46
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-320w.webp",
|
|
47
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-640w.webp",
|
|
48
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-750w.webp",
|
|
49
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-828w.webp",
|
|
71
50
|
path: "https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-2-3-T71VnwU175V8-828w.webp 828w",
|
|
72
51
|
},
|
|
73
52
|
mimetype: "image/png",
|
|
@@ -78,20 +57,13 @@ const MEDIA_4 = {
|
|
|
78
57
|
kind: "image",
|
|
79
58
|
location: "https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j.png",
|
|
80
59
|
srcset: {
|
|
81
|
-
"1080w":
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-320w.webp",
|
|
89
|
-
"640w":
|
|
90
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-640w.webp",
|
|
91
|
-
"750w":
|
|
92
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-750w.webp",
|
|
93
|
-
"828w":
|
|
94
|
-
"https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-828w.webp",
|
|
60
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-1080w.webp",
|
|
61
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-1200w.webp",
|
|
62
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-1920w.webp",
|
|
63
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-320w.webp",
|
|
64
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-640w.webp",
|
|
65
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-750w.webp",
|
|
66
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-828w.webp",
|
|
95
67
|
path: "https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-2-4-LkpaHvjGtx8j-828w.webp 828w",
|
|
96
68
|
},
|
|
97
69
|
mimetype: "image/png",
|
|
@@ -102,8 +74,7 @@ const DEFAULT_CONTENT = {
|
|
|
102
74
|
container: null,
|
|
103
75
|
header_box: null,
|
|
104
76
|
title: "Our Projects",
|
|
105
|
-
description:
|
|
106
|
-
"Our Projects Our Projects Our Projects Our Projects Our Projects ",
|
|
77
|
+
description: "Our Projects Our Projects Our Projects Our Projects Our Projects ",
|
|
107
78
|
view_more_buttons_levoGroup: null,
|
|
108
79
|
view_more_buttons: [
|
|
109
80
|
{
|
|
@@ -3,17 +3,15 @@ import {
|
|
|
3
3
|
Button,
|
|
4
4
|
Container,
|
|
5
5
|
Heading,
|
|
6
|
+
type ILevoBlockBaseProps,
|
|
6
7
|
Section,
|
|
7
8
|
Typography,
|
|
8
|
-
type ILevoBlockBaseProps,
|
|
9
9
|
} from "@levo-so/studio";
|
|
10
10
|
import React from "react";
|
|
11
11
|
|
|
12
|
-
import {
|
|
12
|
+
import type { IContent3Content } from "./content-3.schema";
|
|
13
13
|
|
|
14
|
-
const Content3: React.FC<ILevoBlockBaseProps<IContent3Content>> = ({
|
|
15
|
-
content,
|
|
16
|
-
}) => (
|
|
14
|
+
const Content3: React.FC<ILevoBlockBaseProps<IContent3Content>> = ({ content }) => (
|
|
17
15
|
<Section elementKey="layout">
|
|
18
16
|
<Container elementKey="container">
|
|
19
17
|
<Box elementKey="header_wrapper">
|
|
@@ -23,39 +21,25 @@ const Content3: React.FC<ILevoBlockBaseProps<IContent3Content>> = ({
|
|
|
23
21
|
<Box elementKey="services_levoGroup" data-levo_group>
|
|
24
22
|
{(content.services ?? []).map((_: any, index: number) => (
|
|
25
23
|
<React.Fragment key={`service-${index}`}>
|
|
26
|
-
<Box
|
|
27
|
-
key={index}
|
|
28
|
-
data-levo_group_item
|
|
29
|
-
elementKey={`services.${index}.service_item`}
|
|
30
|
-
>
|
|
24
|
+
<Box key={index} data-levo_group_item elementKey={`services.${index}.service_item`}>
|
|
31
25
|
<Box elementKey={`services.${index}.number_wrapper`}>
|
|
32
26
|
<Typography elementKey={`services.${index}.number`} />
|
|
33
27
|
</Box>
|
|
34
28
|
{/* <Box elementKey={`services.${index}.content_wrapper`}> */}
|
|
35
29
|
<Heading elementKey={`services.${index}.service_title`} />
|
|
36
|
-
<Typography
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
(_: unknown, buttonIndex: number) => (
|
|
45
|
-
<Button
|
|
46
|
-
key={buttonIndex}
|
|
47
|
-
elementKey={`services.${index}.ctas.${buttonIndex}.cta`}
|
|
48
|
-
/>
|
|
49
|
-
),
|
|
50
|
-
)}
|
|
30
|
+
<Typography elementKey={`services.${index}.service_description`} />
|
|
31
|
+
<Box elementKey={`services.${index}.ctas_levoGroup`} data-levo_group>
|
|
32
|
+
{content?.services?.[index]?.ctas?.map((_: unknown, buttonIndex: number) => (
|
|
33
|
+
<Button
|
|
34
|
+
key={buttonIndex}
|
|
35
|
+
elementKey={`services.${index}.ctas.${buttonIndex}.cta`}
|
|
36
|
+
/>
|
|
37
|
+
))}
|
|
51
38
|
</Box>
|
|
52
39
|
</Box>
|
|
53
40
|
{/* </Box> */}
|
|
54
41
|
{index < (content.services?.length ?? 0) - 1 && (
|
|
55
|
-
<Box
|
|
56
|
-
elementKey={`services.${index}.separator`}
|
|
57
|
-
data-levo_group_item
|
|
58
|
-
/>
|
|
42
|
+
<Box elementKey={`services.${index}.separator`} data-levo_group_item />
|
|
59
43
|
)}
|
|
60
44
|
</React.Fragment>
|
|
61
45
|
))}
|
|
@@ -6,20 +6,13 @@ const MEDIA_1 = {
|
|
|
6
6
|
kind: "image",
|
|
7
7
|
location: "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD.png",
|
|
8
8
|
srcset: {
|
|
9
|
-
"1080w":
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-320w.webp",
|
|
17
|
-
"640w":
|
|
18
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-640w.webp",
|
|
19
|
-
"750w":
|
|
20
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-750w.webp",
|
|
21
|
-
"828w":
|
|
22
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-828w.webp",
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-828w.webp",
|
|
23
16
|
path: "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1920w.webp 1920w",
|
|
24
17
|
},
|
|
25
18
|
mimetype: "image/png",
|
|
@@ -30,20 +23,13 @@ const MEDIA_2 = {
|
|
|
30
23
|
kind: "image",
|
|
31
24
|
location: "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr.png",
|
|
32
25
|
srcset: {
|
|
33
|
-
"1080w":
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-320w.webp",
|
|
41
|
-
"640w":
|
|
42
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-640w.webp",
|
|
43
|
-
"750w":
|
|
44
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-750w.webp",
|
|
45
|
-
"828w":
|
|
46
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-828w.webp",
|
|
26
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1080w.webp",
|
|
27
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1200w.webp",
|
|
28
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1920w.webp",
|
|
29
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-320w.webp",
|
|
30
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-640w.webp",
|
|
31
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-750w.webp",
|
|
32
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-828w.webp",
|
|
47
33
|
path: "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-750w.webp 750w",
|
|
48
34
|
},
|
|
49
35
|
mimetype: "image/png",
|
|
@@ -54,20 +40,13 @@ const MEDIA_3 = {
|
|
|
54
40
|
kind: "image",
|
|
55
41
|
location: "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I.png",
|
|
56
42
|
srcset: {
|
|
57
|
-
"1080w":
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-320w.webp",
|
|
65
|
-
"640w":
|
|
66
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-640w.webp",
|
|
67
|
-
"750w":
|
|
68
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-750w.webp",
|
|
69
|
-
"828w":
|
|
70
|
-
"https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-828w.webp",
|
|
43
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1080w.webp",
|
|
44
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1200w.webp",
|
|
45
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1920w.webp",
|
|
46
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-320w.webp",
|
|
47
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-640w.webp",
|
|
48
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-750w.webp",
|
|
49
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-828w.webp",
|
|
71
50
|
path: "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1200w.webp 1200w",
|
|
72
51
|
},
|
|
73
52
|
mimetype: "image/png",
|
|
@@ -85,8 +64,7 @@ const DEFAULT_CONTENT = {
|
|
|
85
64
|
wrapper: null,
|
|
86
65
|
text_container: null,
|
|
87
66
|
item_title: "Personalized Training Plans",
|
|
88
|
-
description:
|
|
89
|
-
"No one-size-fits-all workouts here. Your goals, your body, your pace.",
|
|
67
|
+
description: "No one-size-fits-all workouts here. Your goals, your body, your pace.",
|
|
90
68
|
image: MEDIA_1,
|
|
91
69
|
},
|
|
92
70
|
{
|
|
@@ -101,8 +79,7 @@ const DEFAULT_CONTENT = {
|
|
|
101
79
|
wrapper: null,
|
|
102
80
|
text_container: null,
|
|
103
81
|
item_title: "Train Anywhere, Anytime",
|
|
104
|
-
description:
|
|
105
|
-
"Access your workouts from anywhere with our mobile-first platform design.",
|
|
82
|
+
description: "Access your workouts from anywhere with our mobile-first platform design.",
|
|
106
83
|
image: MEDIA_3,
|
|
107
84
|
},
|
|
108
85
|
],
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
import {
|
|
3
|
-
|
|
2
|
+
Box,
|
|
3
|
+
Container,
|
|
4
4
|
Heading,
|
|
5
|
+
type ILevoBlockBaseProps,
|
|
5
6
|
Image,
|
|
6
|
-
Typography,
|
|
7
|
-
Container,
|
|
8
7
|
Section,
|
|
9
|
-
|
|
8
|
+
Typography,
|
|
10
9
|
} from "@levo-so/studio";
|
|
10
|
+
import type React from "react";
|
|
11
11
|
|
|
12
12
|
import type { IContent4Content } from "./content-4.schema";
|
|
13
13
|
|
|
14
|
-
const Content4: React.FC<ILevoBlockBaseProps<IContent4Content>> = ({
|
|
15
|
-
content,
|
|
16
|
-
}) => {
|
|
14
|
+
const Content4: React.FC<ILevoBlockBaseProps<IContent4Content>> = ({ content }) => {
|
|
17
15
|
return (
|
|
18
16
|
<Section elementKey="layout">
|
|
19
17
|
<Container elementKey="container">
|
|
@@ -24,19 +22,12 @@ const Content4: React.FC<ILevoBlockBaseProps<IContent4Content>> = ({
|
|
|
24
22
|
|
|
25
23
|
<Box elementKey="items_levoGroup" data-levo_group>
|
|
26
24
|
{(content.items ?? []).map((_, index: number) => (
|
|
27
|
-
<Box
|
|
28
|
-
key={index}
|
|
29
|
-
elementKey={`items.${index}.wrapper`}
|
|
30
|
-
data-levo_group_item
|
|
31
|
-
>
|
|
25
|
+
<Box key={index} elementKey={`items.${index}.wrapper`} data-levo_group_item>
|
|
32
26
|
<Box elementKey={`items.${index}.text_container`}>
|
|
33
27
|
<Heading elementKey={`items.${index}.item_title`} />
|
|
34
28
|
<Typography elementKey={`items.${index}.description`} />
|
|
35
29
|
</Box>
|
|
36
|
-
<Image
|
|
37
|
-
elementKey={`items.${index}.image`}
|
|
38
|
-
alt={`Content item ${index + 1}`}
|
|
39
|
-
/>
|
|
30
|
+
<Image elementKey={`items.${index}.image`} alt={`Content item ${index + 1}`} />
|
|
40
31
|
</Box>
|
|
41
32
|
))}
|
|
42
33
|
</Box>
|
|
@@ -9,10 +9,7 @@ const DEFAULT_CONTENT = {
|
|
|
9
9
|
"More than investors — true partners in growth. The difference that sets our venture studio apart.",
|
|
10
10
|
jobs_levoGroup: null,
|
|
11
11
|
bottom_ctas_levoGroup: null,
|
|
12
|
-
bottom_ctas: [
|
|
13
|
-
{ bottom_cta: "Explore All Job Roles" },
|
|
14
|
-
{ bottom_cta: "View Internships" },
|
|
15
|
-
],
|
|
12
|
+
bottom_ctas: [{ bottom_cta: "Explore All Job Roles" }, { bottom_cta: "View Internships" }],
|
|
16
13
|
jobs: [
|
|
17
14
|
{
|
|
18
15
|
job_item: null,
|
|
@@ -989,11 +986,13 @@ export const Content5: IBlock = {
|
|
|
989
986
|
Typography_Variants: "Small",
|
|
990
987
|
},
|
|
991
988
|
},
|
|
992
|
-
ctas: Array(2)
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
989
|
+
ctas: Array(2)
|
|
990
|
+
.fill(0)
|
|
991
|
+
.map(() => ({
|
|
992
|
+
cta: {
|
|
993
|
+
selectedVariants: {},
|
|
994
|
+
},
|
|
995
|
+
})),
|
|
997
996
|
},
|
|
998
997
|
{
|
|
999
998
|
designation_header: {
|
|
@@ -1011,11 +1010,13 @@ export const Content5: IBlock = {
|
|
|
1011
1010
|
Typography_Variants: "Small",
|
|
1012
1011
|
},
|
|
1013
1012
|
},
|
|
1014
|
-
ctas: Array(2)
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1013
|
+
ctas: Array(2)
|
|
1014
|
+
.fill(0)
|
|
1015
|
+
.map(() => ({
|
|
1016
|
+
cta: {
|
|
1017
|
+
selectedVariants: {},
|
|
1018
|
+
},
|
|
1019
|
+
})),
|
|
1019
1020
|
},
|
|
1020
1021
|
{
|
|
1021
1022
|
designation_header: {
|
|
@@ -1033,11 +1034,13 @@ export const Content5: IBlock = {
|
|
|
1033
1034
|
Typography_Variants: "Small",
|
|
1034
1035
|
},
|
|
1035
1036
|
},
|
|
1036
|
-
ctas: Array(2)
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1037
|
+
ctas: Array(2)
|
|
1038
|
+
.fill(0)
|
|
1039
|
+
.map(() => ({
|
|
1040
|
+
cta: {
|
|
1041
|
+
selectedVariants: {},
|
|
1042
|
+
},
|
|
1043
|
+
})),
|
|
1041
1044
|
},
|
|
1042
1045
|
{
|
|
1043
1046
|
designation_header: {
|
|
@@ -1055,11 +1058,13 @@ export const Content5: IBlock = {
|
|
|
1055
1058
|
Typography_Variants: "Small",
|
|
1056
1059
|
},
|
|
1057
1060
|
},
|
|
1058
|
-
ctas: Array(2)
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1061
|
+
ctas: Array(2)
|
|
1062
|
+
.fill(0)
|
|
1063
|
+
.map(() => ({
|
|
1064
|
+
cta: {
|
|
1065
|
+
selectedVariants: {},
|
|
1066
|
+
},
|
|
1067
|
+
})),
|
|
1063
1068
|
},
|
|
1064
1069
|
],
|
|
1065
1070
|
},
|