@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
|
@@ -18,23 +18,23 @@ const TEAM_MEMBERS = [
|
|
|
18
18
|
id: "xlooCAaCdgpc",
|
|
19
19
|
filename: "image.png",
|
|
20
20
|
kind: "image",
|
|
21
|
-
location: "https://
|
|
21
|
+
location: "https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ.png",
|
|
22
22
|
srcset: {
|
|
23
23
|
"1080w":
|
|
24
|
-
"https://
|
|
24
|
+
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1080w.webp",
|
|
25
25
|
"1200w":
|
|
26
|
-
"https://
|
|
26
|
+
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1200w.webp",
|
|
27
27
|
"1920w":
|
|
28
|
-
"https://
|
|
28
|
+
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1920w.webp",
|
|
29
29
|
"320w":
|
|
30
|
-
"https://
|
|
30
|
+
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-320w.webp",
|
|
31
31
|
"640w":
|
|
32
|
-
"https://
|
|
32
|
+
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-640w.webp",
|
|
33
33
|
"750w":
|
|
34
|
-
"https://
|
|
34
|
+
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-750w.webp",
|
|
35
35
|
"828w":
|
|
36
|
-
"https://
|
|
37
|
-
path: "https://
|
|
36
|
+
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-828w.webp",
|
|
37
|
+
path: "https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-320w.webp 320w",
|
|
38
38
|
},
|
|
39
39
|
mimetype: "image/png",
|
|
40
40
|
},
|
|
@@ -67,23 +67,23 @@ const TEAM_MEMBERS = [
|
|
|
67
67
|
id: "c2uUarJdpXVL",
|
|
68
68
|
filename: "image.png",
|
|
69
69
|
kind: "image",
|
|
70
|
-
location: "https://
|
|
70
|
+
location: "https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc.png",
|
|
71
71
|
srcset: {
|
|
72
72
|
"1080w":
|
|
73
|
-
"https://
|
|
73
|
+
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1080w.webp",
|
|
74
74
|
"1200w":
|
|
75
|
-
"https://
|
|
75
|
+
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1200w.webp",
|
|
76
76
|
"1920w":
|
|
77
|
-
"https://
|
|
77
|
+
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1920w.webp",
|
|
78
78
|
"320w":
|
|
79
|
-
"https://
|
|
79
|
+
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-320w.webp",
|
|
80
80
|
"640w":
|
|
81
|
-
"https://
|
|
81
|
+
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-640w.webp",
|
|
82
82
|
"750w":
|
|
83
|
-
"https://
|
|
83
|
+
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-750w.webp",
|
|
84
84
|
"828w":
|
|
85
|
-
"https://
|
|
86
|
-
path: "https://
|
|
85
|
+
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-828w.webp",
|
|
86
|
+
path: "https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-750w.webp 750w",
|
|
87
87
|
},
|
|
88
88
|
mimetype: "image/png",
|
|
89
89
|
},
|
|
@@ -116,23 +116,23 @@ const TEAM_MEMBERS = [
|
|
|
116
116
|
id: "74djDExbsDoS",
|
|
117
117
|
filename: "image.png",
|
|
118
118
|
kind: "image",
|
|
119
|
-
location: "https://
|
|
119
|
+
location: "https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH.png",
|
|
120
120
|
srcset: {
|
|
121
121
|
"1080w":
|
|
122
|
-
"https://
|
|
122
|
+
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1080w.webp",
|
|
123
123
|
"1200w":
|
|
124
|
-
"https://
|
|
124
|
+
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1200w.webp",
|
|
125
125
|
"1920w":
|
|
126
|
-
"https://
|
|
126
|
+
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1920w.webp",
|
|
127
127
|
"320w":
|
|
128
|
-
"https://
|
|
128
|
+
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-320w.webp",
|
|
129
129
|
"640w":
|
|
130
|
-
"https://
|
|
130
|
+
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-640w.webp",
|
|
131
131
|
"750w":
|
|
132
|
-
"https://
|
|
132
|
+
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-750w.webp",
|
|
133
133
|
"828w":
|
|
134
|
-
"https://
|
|
135
|
-
path: "https://
|
|
134
|
+
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-828w.webp",
|
|
135
|
+
path: "https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-320w.webp 320w",
|
|
136
136
|
},
|
|
137
137
|
mimetype: "image/png",
|
|
138
138
|
},
|
|
@@ -165,23 +165,23 @@ const TEAM_MEMBERS = [
|
|
|
165
165
|
id: "bMZ6nDjbOAKI",
|
|
166
166
|
filename: "image.png",
|
|
167
167
|
kind: "image",
|
|
168
|
-
location: "https://
|
|
168
|
+
location: "https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP.png",
|
|
169
169
|
srcset: {
|
|
170
170
|
"1080w":
|
|
171
|
-
"https://
|
|
171
|
+
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1080w.webp",
|
|
172
172
|
"1200w":
|
|
173
|
-
"https://
|
|
173
|
+
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1200w.webp",
|
|
174
174
|
"1920w":
|
|
175
|
-
"https://
|
|
175
|
+
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1920w.webp",
|
|
176
176
|
"320w":
|
|
177
|
-
"https://
|
|
177
|
+
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-320w.webp",
|
|
178
178
|
"640w":
|
|
179
|
-
"https://
|
|
179
|
+
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-640w.webp",
|
|
180
180
|
"750w":
|
|
181
|
-
"https://
|
|
181
|
+
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-750w.webp",
|
|
182
182
|
"828w":
|
|
183
|
-
"https://
|
|
184
|
-
path: "https://
|
|
183
|
+
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-828w.webp",
|
|
184
|
+
path: "https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-320w.webp 320w",
|
|
185
185
|
},
|
|
186
186
|
mimetype: "image/png",
|
|
187
187
|
},
|
|
@@ -247,23 +247,24 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
247
247
|
id: "CISGrrPalUCt",
|
|
248
248
|
filename: "image.png",
|
|
249
249
|
kind: "image",
|
|
250
|
-
location:
|
|
250
|
+
location:
|
|
251
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11.png",
|
|
251
252
|
srcset: {
|
|
252
253
|
"1080w":
|
|
253
|
-
"https://
|
|
254
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp",
|
|
254
255
|
"1200w":
|
|
255
|
-
"https://
|
|
256
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp",
|
|
256
257
|
"1920w":
|
|
257
|
-
"https://
|
|
258
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp",
|
|
258
259
|
"320w":
|
|
259
|
-
"https://
|
|
260
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp",
|
|
260
261
|
"640w":
|
|
261
|
-
"https://
|
|
262
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp",
|
|
262
263
|
"750w":
|
|
263
|
-
"https://
|
|
264
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp",
|
|
264
265
|
"828w":
|
|
265
|
-
"https://
|
|
266
|
-
path: "https://
|
|
266
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp",
|
|
267
|
+
path: "https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp 1920w",
|
|
267
268
|
},
|
|
268
269
|
mimetype: "image/png",
|
|
269
270
|
},
|
|
@@ -316,23 +317,24 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
316
317
|
id: "CISGrrPalUCt",
|
|
317
318
|
filename: "image.png",
|
|
318
319
|
kind: "image",
|
|
319
|
-
location:
|
|
320
|
+
location:
|
|
321
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11.png",
|
|
320
322
|
srcset: {
|
|
321
323
|
"1080w":
|
|
322
|
-
"https://
|
|
324
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp",
|
|
323
325
|
"1200w":
|
|
324
|
-
"https://
|
|
326
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp",
|
|
325
327
|
"1920w":
|
|
326
|
-
"https://
|
|
328
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp",
|
|
327
329
|
"320w":
|
|
328
|
-
"https://
|
|
330
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp",
|
|
329
331
|
"640w":
|
|
330
|
-
"https://
|
|
332
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp",
|
|
331
333
|
"750w":
|
|
332
|
-
"https://
|
|
334
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp",
|
|
333
335
|
"828w":
|
|
334
|
-
"https://
|
|
335
|
-
path: "https://
|
|
336
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp",
|
|
337
|
+
path: "https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp 1920w",
|
|
336
338
|
},
|
|
337
339
|
mimetype: "image/png",
|
|
338
340
|
},
|
|
@@ -385,23 +387,24 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
385
387
|
id: "CISGrrPalUCt",
|
|
386
388
|
filename: "image.png",
|
|
387
389
|
kind: "image",
|
|
388
|
-
location:
|
|
390
|
+
location:
|
|
391
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11.png",
|
|
389
392
|
srcset: {
|
|
390
393
|
"1080w":
|
|
391
|
-
"https://
|
|
394
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp",
|
|
392
395
|
"1200w":
|
|
393
|
-
"https://
|
|
396
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp",
|
|
394
397
|
"1920w":
|
|
395
|
-
"https://
|
|
398
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp",
|
|
396
399
|
"320w":
|
|
397
|
-
"https://
|
|
400
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp",
|
|
398
401
|
"640w":
|
|
399
|
-
"https://
|
|
402
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp",
|
|
400
403
|
"750w":
|
|
401
|
-
"https://
|
|
404
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp",
|
|
402
405
|
"828w":
|
|
403
|
-
"https://
|
|
404
|
-
path: "https://
|
|
406
|
+
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp",
|
|
407
|
+
path: "https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp 1920w",
|
|
405
408
|
},
|
|
406
409
|
mimetype: "image/png",
|
|
407
410
|
},
|
|
@@ -620,19 +623,10 @@ export const Team2: IBlock = {
|
|
|
620
623
|
{
|
|
621
624
|
key: "default",
|
|
622
625
|
title: "Default",
|
|
623
|
-
config: {
|
|
624
|
-
cta: {
|
|
625
|
-
button_icons: {
|
|
626
|
-
right: {
|
|
627
|
-
enabled: true,
|
|
628
|
-
},
|
|
629
|
-
},
|
|
630
|
-
},
|
|
631
|
-
},
|
|
626
|
+
config: {},
|
|
632
627
|
content: DEFAULT_CONTENT,
|
|
633
628
|
styles: {
|
|
634
629
|
layout: {
|
|
635
|
-
"background-color": "background-1",
|
|
636
630
|
"padding-top": "4xl",
|
|
637
631
|
"padding-bottom": "4xl",
|
|
638
632
|
mobile: {
|
|
@@ -644,7 +638,6 @@ export const Team2: IBlock = {
|
|
|
644
638
|
display: "none",
|
|
645
639
|
},
|
|
646
640
|
container: {
|
|
647
|
-
"max-width": "1280px",
|
|
648
641
|
"margin-left": "auto",
|
|
649
642
|
"margin-right": "auto",
|
|
650
643
|
"padding-left": "xl",
|
|
@@ -660,24 +653,12 @@ export const Team2: IBlock = {
|
|
|
660
653
|
filter: "none",
|
|
661
654
|
},
|
|
662
655
|
"accent-title": {
|
|
663
|
-
"font-size": "sm",
|
|
664
|
-
"font-weight": "600",
|
|
665
656
|
color: "text-2",
|
|
666
657
|
"text-transform": "uppercase",
|
|
667
|
-
"letter-spacing": "0.1em",
|
|
668
658
|
"margin-bottom": "xs",
|
|
669
659
|
},
|
|
670
660
|
title: {
|
|
671
|
-
"font-size": "4xl",
|
|
672
|
-
"font-weight": "700",
|
|
673
661
|
color: "text-1",
|
|
674
|
-
"line-height": "1.2",
|
|
675
|
-
tablet: {
|
|
676
|
-
"font-size": "2xl",
|
|
677
|
-
},
|
|
678
|
-
mobile: {
|
|
679
|
-
"font-size": "xl",
|
|
680
|
-
},
|
|
681
662
|
filter: "none",
|
|
682
663
|
"max-width": "600px",
|
|
683
664
|
"text-align": "center",
|
|
@@ -704,11 +685,10 @@ export const Team2: IBlock = {
|
|
|
704
685
|
team: [
|
|
705
686
|
{
|
|
706
687
|
card: {
|
|
707
|
-
"
|
|
708
|
-
"border-radius": "lg",
|
|
688
|
+
"border-radius": "base",
|
|
709
689
|
padding: "lg",
|
|
710
690
|
"text-align": "center",
|
|
711
|
-
"box-shadow": "
|
|
691
|
+
"box-shadow": "default",
|
|
712
692
|
filter: "none",
|
|
713
693
|
display: "block",
|
|
714
694
|
"flex-direction": "column",
|
|
@@ -720,7 +700,7 @@ export const Team2: IBlock = {
|
|
|
720
700
|
image: {
|
|
721
701
|
width: "120px",
|
|
722
702
|
height: "120px",
|
|
723
|
-
"border-radius": "
|
|
703
|
+
"border-radius": "base",
|
|
724
704
|
"object-fit": "cover",
|
|
725
705
|
"margin-left": "auto",
|
|
726
706
|
"margin-right": "auto",
|
|
@@ -735,13 +715,10 @@ export const Team2: IBlock = {
|
|
|
735
715
|
filter: "none",
|
|
736
716
|
},
|
|
737
717
|
name: {
|
|
738
|
-
"font-size": "lg",
|
|
739
|
-
"font-weight": "600",
|
|
740
718
|
color: "text-1",
|
|
741
719
|
"margin-bottom": "2xs",
|
|
742
720
|
},
|
|
743
721
|
position: {
|
|
744
|
-
"font-size": "sm",
|
|
745
722
|
color: "text-2",
|
|
746
723
|
"margin-bottom": "sm",
|
|
747
724
|
},
|
|
@@ -754,32 +731,24 @@ export const Team2: IBlock = {
|
|
|
754
731
|
social: [
|
|
755
732
|
{
|
|
756
733
|
icon: {
|
|
757
|
-
width: "32px",
|
|
758
|
-
height: "32px",
|
|
759
734
|
"object-fit": "contain",
|
|
760
735
|
filter: "none",
|
|
761
736
|
},
|
|
762
737
|
},
|
|
763
738
|
{
|
|
764
739
|
icon: {
|
|
765
|
-
width: "32px",
|
|
766
|
-
height: "32px",
|
|
767
740
|
"object-fit": "contain",
|
|
768
741
|
filter: "none",
|
|
769
742
|
},
|
|
770
743
|
},
|
|
771
744
|
{
|
|
772
745
|
icon: {
|
|
773
|
-
width: "32px",
|
|
774
|
-
height: "32px",
|
|
775
746
|
"object-fit": "contain",
|
|
776
747
|
filter: "none",
|
|
777
748
|
},
|
|
778
749
|
},
|
|
779
750
|
{
|
|
780
751
|
icon: {
|
|
781
|
-
width: "32px",
|
|
782
|
-
height: "32px",
|
|
783
752
|
"object-fit": "contain",
|
|
784
753
|
filter: "none",
|
|
785
754
|
},
|
|
@@ -788,11 +757,10 @@ export const Team2: IBlock = {
|
|
|
788
757
|
},
|
|
789
758
|
{
|
|
790
759
|
card: {
|
|
791
|
-
"
|
|
792
|
-
"border-radius": "lg",
|
|
760
|
+
"border-radius": "base",
|
|
793
761
|
padding: "lg",
|
|
794
762
|
"text-align": "center",
|
|
795
|
-
"box-shadow": "
|
|
763
|
+
"box-shadow": "default",
|
|
796
764
|
filter: "none",
|
|
797
765
|
"padding-top": "5xl",
|
|
798
766
|
"padding-bottom": "5xl",
|
|
@@ -800,7 +768,7 @@ export const Team2: IBlock = {
|
|
|
800
768
|
image: {
|
|
801
769
|
width: "120px",
|
|
802
770
|
height: "120px",
|
|
803
|
-
"border-radius": "
|
|
771
|
+
"border-radius": "base",
|
|
804
772
|
"object-fit": "cover",
|
|
805
773
|
"margin-left": "auto",
|
|
806
774
|
"margin-right": "auto",
|
|
@@ -815,13 +783,10 @@ export const Team2: IBlock = {
|
|
|
815
783
|
filter: "none",
|
|
816
784
|
},
|
|
817
785
|
name: {
|
|
818
|
-
"font-size": "lg",
|
|
819
|
-
"font-weight": "600",
|
|
820
786
|
color: "text-1",
|
|
821
787
|
"margin-bottom": "2xs",
|
|
822
788
|
},
|
|
823
789
|
position: {
|
|
824
|
-
"font-size": "sm",
|
|
825
790
|
color: "text-2",
|
|
826
791
|
"margin-bottom": "sm",
|
|
827
792
|
},
|
|
@@ -867,11 +832,10 @@ export const Team2: IBlock = {
|
|
|
867
832
|
},
|
|
868
833
|
{
|
|
869
834
|
card: {
|
|
870
|
-
"
|
|
871
|
-
"border-radius": "lg",
|
|
835
|
+
"border-radius": "base",
|
|
872
836
|
padding: "lg",
|
|
873
837
|
"text-align": "center",
|
|
874
|
-
"box-shadow": "
|
|
838
|
+
"box-shadow": "default",
|
|
875
839
|
filter: "none",
|
|
876
840
|
"padding-top": "5xl",
|
|
877
841
|
"padding-bottom": "5xl",
|
|
@@ -879,7 +843,7 @@ export const Team2: IBlock = {
|
|
|
879
843
|
image: {
|
|
880
844
|
width: "120px",
|
|
881
845
|
height: "120px",
|
|
882
|
-
"border-radius": "
|
|
846
|
+
"border-radius": "base",
|
|
883
847
|
"object-fit": "cover",
|
|
884
848
|
"margin-left": "auto",
|
|
885
849
|
"margin-right": "auto",
|
|
@@ -894,13 +858,10 @@ export const Team2: IBlock = {
|
|
|
894
858
|
filter: "none",
|
|
895
859
|
},
|
|
896
860
|
name: {
|
|
897
|
-
"font-size": "lg",
|
|
898
|
-
"font-weight": "600",
|
|
899
861
|
color: "text-1",
|
|
900
862
|
"margin-bottom": "2xs",
|
|
901
863
|
},
|
|
902
864
|
position: {
|
|
903
|
-
"font-size": "sm",
|
|
904
865
|
color: "text-2",
|
|
905
866
|
"margin-bottom": "sm",
|
|
906
867
|
},
|
|
@@ -946,11 +907,10 @@ export const Team2: IBlock = {
|
|
|
946
907
|
},
|
|
947
908
|
{
|
|
948
909
|
card: {
|
|
949
|
-
"
|
|
950
|
-
"border-radius": "lg",
|
|
910
|
+
"border-radius": "base",
|
|
951
911
|
padding: "lg",
|
|
952
912
|
"text-align": "center",
|
|
953
|
-
"box-shadow": "
|
|
913
|
+
"box-shadow": "default",
|
|
954
914
|
filter: "none",
|
|
955
915
|
"padding-top": "5xl",
|
|
956
916
|
"padding-bottom": "5xl",
|
|
@@ -958,7 +918,7 @@ export const Team2: IBlock = {
|
|
|
958
918
|
image: {
|
|
959
919
|
width: "120px",
|
|
960
920
|
height: "120px",
|
|
961
|
-
"border-radius": "
|
|
921
|
+
"border-radius": "base",
|
|
962
922
|
"object-fit": "cover",
|
|
963
923
|
"margin-left": "auto",
|
|
964
924
|
"margin-right": "auto",
|
|
@@ -973,13 +933,10 @@ export const Team2: IBlock = {
|
|
|
973
933
|
filter: "none",
|
|
974
934
|
},
|
|
975
935
|
name: {
|
|
976
|
-
"font-size": "lg",
|
|
977
|
-
"font-weight": "600",
|
|
978
936
|
color: "text-1",
|
|
979
937
|
"margin-bottom": "2xs",
|
|
980
938
|
},
|
|
981
939
|
position: {
|
|
982
|
-
"font-size": "sm",
|
|
983
940
|
color: "text-2",
|
|
984
941
|
"margin-bottom": "sm",
|
|
985
942
|
},
|
|
@@ -1038,10 +995,19 @@ export const Team2: IBlock = {
|
|
|
1038
995
|
},
|
|
1039
996
|
},
|
|
1040
997
|
},
|
|
998
|
+
"accent-title": {
|
|
999
|
+
selectedVariants: {
|
|
1000
|
+
Heading_Level: "H3",
|
|
1001
|
+
},
|
|
1002
|
+
},
|
|
1003
|
+
title: {
|
|
1004
|
+
selectedVariants: {
|
|
1005
|
+
Heading_Level: "H5",
|
|
1006
|
+
},
|
|
1007
|
+
},
|
|
1041
1008
|
},
|
|
1042
1009
|
styles: {
|
|
1043
1010
|
layout: {
|
|
1044
|
-
"background-color": "background-1",
|
|
1045
1011
|
"padding-top": "4xl",
|
|
1046
1012
|
"padding-bottom": "4xl",
|
|
1047
1013
|
mobile: {
|
|
@@ -1079,11 +1045,8 @@ export const Team2: IBlock = {
|
|
|
1079
1045
|
},
|
|
1080
1046
|
},
|
|
1081
1047
|
"accent-title": {
|
|
1082
|
-
"font-size": "3xl",
|
|
1083
|
-
"font-weight": 600,
|
|
1084
1048
|
color: "text-2",
|
|
1085
1049
|
"text-transform": "uppercase",
|
|
1086
|
-
"letter-spacing": "0.1em",
|
|
1087
1050
|
"margin-bottom": "xs",
|
|
1088
1051
|
filter: "none",
|
|
1089
1052
|
tablet: {
|
|
@@ -1094,17 +1057,12 @@ export const Team2: IBlock = {
|
|
|
1094
1057
|
},
|
|
1095
1058
|
},
|
|
1096
1059
|
title: {
|
|
1097
|
-
"font-size": "lg",
|
|
1098
|
-
"font-weight": 400,
|
|
1099
1060
|
color: "background-3",
|
|
1100
|
-
"line-height": "1.2",
|
|
1101
1061
|
tablet: {
|
|
1102
|
-
"font-size": "lg",
|
|
1103
1062
|
filter: "none",
|
|
1104
1063
|
"text-align": "center",
|
|
1105
1064
|
},
|
|
1106
1065
|
mobile: {
|
|
1107
|
-
"font-size": "sm",
|
|
1108
1066
|
filter: "none",
|
|
1109
1067
|
},
|
|
1110
1068
|
filter: "none",
|
|
@@ -1126,38 +1084,28 @@ export const Team2: IBlock = {
|
|
|
1126
1084
|
ctas: [
|
|
1127
1085
|
{
|
|
1128
1086
|
button: {
|
|
1129
|
-
"background-color": "background-2",
|
|
1130
|
-
color: "white",
|
|
1131
1087
|
"padding-top": "2xs",
|
|
1132
1088
|
"padding-bottom": "2xs",
|
|
1133
1089
|
"padding-left": "base",
|
|
1134
1090
|
"padding-right": "base",
|
|
1135
|
-
"border-radius": "
|
|
1091
|
+
"border-radius": "base",
|
|
1136
1092
|
"border-width": "1px",
|
|
1137
1093
|
"border-color": "border",
|
|
1138
|
-
"font-size": "base",
|
|
1139
|
-
"font-weight": "500",
|
|
1140
1094
|
display: "flex",
|
|
1141
|
-
width: "fit-content",
|
|
1142
1095
|
filter: "none",
|
|
1143
1096
|
"column-gap": "xs",
|
|
1144
1097
|
},
|
|
1145
1098
|
},
|
|
1146
1099
|
{
|
|
1147
1100
|
button: {
|
|
1148
|
-
"background-color": "transparent",
|
|
1149
|
-
color: "text-1",
|
|
1150
1101
|
"padding-top": "2xs",
|
|
1151
1102
|
"padding-bottom": "2xs",
|
|
1152
1103
|
"padding-left": "base",
|
|
1153
1104
|
"padding-right": "base",
|
|
1154
|
-
"border-radius": "
|
|
1105
|
+
"border-radius": "base",
|
|
1155
1106
|
"border-width": "1px",
|
|
1156
1107
|
"border-color": "border",
|
|
1157
|
-
"font-size": "base",
|
|
1158
|
-
"font-weight": "500",
|
|
1159
1108
|
display: "flex",
|
|
1160
|
-
width: "fit-content",
|
|
1161
1109
|
filter: "none",
|
|
1162
1110
|
"column-gap": "xs",
|
|
1163
1111
|
},
|
|
@@ -1186,7 +1134,7 @@ export const Team2: IBlock = {
|
|
|
1186
1134
|
"border-radius": "lg",
|
|
1187
1135
|
padding: "none",
|
|
1188
1136
|
"text-align": "center",
|
|
1189
|
-
"box-shadow": "
|
|
1137
|
+
"box-shadow": "default",
|
|
1190
1138
|
"border-width": "1px",
|
|
1191
1139
|
"border-color": "border",
|
|
1192
1140
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25))",
|
|
@@ -1229,18 +1177,13 @@ export const Team2: IBlock = {
|
|
|
1229
1177
|
},
|
|
1230
1178
|
},
|
|
1231
1179
|
name: {
|
|
1232
|
-
"font-size": "xl",
|
|
1233
|
-
"font-weight": "700",
|
|
1234
|
-
color: "text-1",
|
|
1235
1180
|
"margin-bottom": "2xs",
|
|
1236
1181
|
filter: "none",
|
|
1237
1182
|
},
|
|
1238
1183
|
position: {
|
|
1239
|
-
"font-size": "base",
|
|
1240
1184
|
color: "text-2",
|
|
1241
1185
|
"margin-bottom": "none",
|
|
1242
1186
|
filter: "none",
|
|
1243
|
-
"font-weight": 400,
|
|
1244
1187
|
},
|
|
1245
1188
|
social_levoGroup: {
|
|
1246
1189
|
display: "none",
|
|
@@ -1254,7 +1197,7 @@ export const Team2: IBlock = {
|
|
|
1254
1197
|
"border-radius": "lg",
|
|
1255
1198
|
padding: "none",
|
|
1256
1199
|
"text-align": "center",
|
|
1257
|
-
"box-shadow": "
|
|
1200
|
+
"box-shadow": "default",
|
|
1258
1201
|
"border-width": "1px",
|
|
1259
1202
|
"border-color": "border",
|
|
1260
1203
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25))",
|
|
@@ -1289,18 +1232,13 @@ export const Team2: IBlock = {
|
|
|
1289
1232
|
},
|
|
1290
1233
|
},
|
|
1291
1234
|
name: {
|
|
1292
|
-
"font-size": "xl",
|
|
1293
|
-
"font-weight": "700",
|
|
1294
|
-
color: "text-1",
|
|
1295
1235
|
"margin-bottom": "2xs",
|
|
1296
1236
|
filter: "none",
|
|
1297
1237
|
},
|
|
1298
1238
|
position: {
|
|
1299
|
-
"font-size": "base",
|
|
1300
1239
|
color: "text-2",
|
|
1301
1240
|
"margin-bottom": "none",
|
|
1302
1241
|
filter: "none",
|
|
1303
|
-
"font-weight": 400,
|
|
1304
1242
|
},
|
|
1305
1243
|
social_levoGroup: {
|
|
1306
1244
|
display: "none",
|
|
@@ -1395,7 +1333,7 @@ export const Team2: IBlock = {
|
|
|
1395
1333
|
"border-radius": "lg",
|
|
1396
1334
|
padding: "none",
|
|
1397
1335
|
"text-align": "center",
|
|
1398
|
-
"box-shadow": "
|
|
1336
|
+
"box-shadow": "default",
|
|
1399
1337
|
"border-width": "1px",
|
|
1400
1338
|
"border-color": "border",
|
|
1401
1339
|
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25))",
|
|
@@ -1425,9 +1363,6 @@ export const Team2: IBlock = {
|
|
|
1425
1363
|
padding: "lg",
|
|
1426
1364
|
},
|
|
1427
1365
|
name: {
|
|
1428
|
-
"font-size": "xl",
|
|
1429
|
-
"font-weight": "700",
|
|
1430
|
-
color: "text-1",
|
|
1431
1366
|
"margin-bottom": "2xs",
|
|
1432
1367
|
filter: "none",
|
|
1433
1368
|
},
|
|
@@ -1536,7 +1471,7 @@ export const Team2: IBlock = {
|
|
|
1536
1471
|
"border-radius": "lg",
|
|
1537
1472
|
padding: "none",
|
|
1538
1473
|
"text-align": "center",
|
|
1539
|
-
"box-shadow": "
|
|
1474
|
+
"box-shadow": "default",
|
|
1540
1475
|
"border-width": "1px",
|
|
1541
1476
|
"border-color": "border",
|
|
1542
1477
|
filter: "none",
|
|
@@ -1562,8 +1497,6 @@ export const Team2: IBlock = {
|
|
|
1562
1497
|
padding: "lg",
|
|
1563
1498
|
},
|
|
1564
1499
|
name: {
|
|
1565
|
-
"font-size": "xl",
|
|
1566
|
-
"font-weight": "700",
|
|
1567
1500
|
color: "text-1",
|
|
1568
1501
|
"margin-bottom": "2xs",
|
|
1569
1502
|
},
|
|
@@ -1700,8 +1633,6 @@ export const Team2: IBlock = {
|
|
|
1700
1633
|
},
|
|
1701
1634
|
},
|
|
1702
1635
|
name: {
|
|
1703
|
-
"font-size": "xl",
|
|
1704
|
-
"font-weight": "700",
|
|
1705
1636
|
color: "text-1",
|
|
1706
1637
|
"margin-bottom": "2xs",
|
|
1707
1638
|
},
|
|
@@ -1808,7 +1739,7 @@ export const Team2: IBlock = {
|
|
|
1808
1739
|
"border-radius": "lg",
|
|
1809
1740
|
padding: "none",
|
|
1810
1741
|
"text-align": "center",
|
|
1811
|
-
"box-shadow": "
|
|
1742
|
+
"box-shadow": "default",
|
|
1812
1743
|
"border-width": "1px",
|
|
1813
1744
|
"border-color": "border",
|
|
1814
1745
|
filter: "none",
|
|
@@ -1836,8 +1767,6 @@ export const Team2: IBlock = {
|
|
|
1836
1767
|
padding: "lg",
|
|
1837
1768
|
},
|
|
1838
1769
|
name: {
|
|
1839
|
-
"font-size": "xl",
|
|
1840
|
-
"font-weight": "700",
|
|
1841
1770
|
color: "text-1",
|
|
1842
1771
|
"margin-bottom": "2xs",
|
|
1843
1772
|
},
|