@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.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/blocks/about-us/about-us-1.schema.ts +26 -12
  3. package/src/blocks/about-us/about-us-2.schema.ts +269 -0
  4. package/src/blocks/about-us/about-us-2.tsx +47 -0
  5. package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
  6. package/src/blocks/blogs/blog-listing-1.tsx +79 -56
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
  8. package/src/blocks/blogs/blog-listing-2.tsx +16 -11
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
  10. package/src/blocks/blogs/blog-listing-3.tsx +84 -0
  11. package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
  12. package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
  13. package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
  14. package/src/blocks/blogs/blog-post-3.tsx +58 -0
  15. package/src/blocks/cards/cards-10.schema.ts +579 -0
  16. package/src/blocks/cards/cards-10.tsx +2 -0
  17. package/src/blocks/cards/cards-11.schema.ts +514 -36
  18. package/src/blocks/cards/cards-13.schema.ts +615 -0
  19. package/src/blocks/cards/cards-13.tsx +67 -0
  20. package/src/blocks/cards/cards-2.schema.ts +14 -17
  21. package/src/blocks/cards/cards-3.schema.ts +15 -25
  22. package/src/blocks/cards/cards-4.schema.ts +22 -44
  23. package/src/blocks/cards/cards-4.tsx +39 -39
  24. package/src/blocks/cards/cards-5.schema.ts +15 -34
  25. package/src/blocks/cards/cards-6.schema.ts +1500 -0
  26. package/src/blocks/cards/cards-6.tsx +11 -7
  27. package/src/blocks/cards/cards-7.schema.ts +1772 -27
  28. package/src/blocks/cards/cards-7.tsx +32 -0
  29. package/src/blocks/cards/cards-8.schema.ts +9 -9
  30. package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
  31. package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
  32. package/src/blocks/content/content-1.schema.ts +45 -67
  33. package/src/blocks/content/content-2.schema.ts +14 -11
  34. package/src/blocks/content/content-3.schema.ts +17 -115
  35. package/src/blocks/content/content-3.tsx +1 -0
  36. package/src/blocks/content/content-5.tsx +1 -0
  37. package/src/blocks/content/content-6.tsx +1 -0
  38. package/src/blocks/content/content-7.schema.ts +723 -0
  39. package/src/blocks/content/content-7.tsx +53 -0
  40. package/src/blocks/cta/cta-1.schema.ts +18 -26
  41. package/src/blocks/cta/cta-3.schema.ts +60 -0
  42. package/src/blocks/event/event-details.schema.ts +30 -35
  43. package/src/blocks/event/event-details.tsx +74 -79
  44. package/src/blocks/event/event-listing-2.schema.ts +85 -26
  45. package/src/blocks/event/event-listing-2.tsx +76 -52
  46. package/src/blocks/event/event-listing-3.schema.ts +58 -42
  47. package/src/blocks/event/event-listing-3.tsx +4 -9
  48. package/src/blocks/event/event-listing-4.schema.ts +3528 -0
  49. package/src/blocks/event/event-listing-4.tsx +97 -0
  50. package/src/blocks/event/event-listing.schema.ts +81 -86
  51. package/src/blocks/event/event-listing.tsx +1 -3
  52. package/src/blocks/faq/faq-1.schema.ts +13 -10
  53. package/src/blocks/faq/faq-2.schema.ts +12 -10
  54. package/src/blocks/features/features-1/variants/default.ts +12 -3
  55. package/src/blocks/features/features-2.schema.ts +192 -59
  56. package/src/blocks/features/features-3.schema.ts +11 -25
  57. package/src/blocks/features/features-4.schema.ts +20 -35
  58. package/src/blocks/features/features-5.schema.ts +18 -37
  59. package/src/blocks/footer/footer-1.schema.ts +28 -5
  60. package/src/blocks/footer/footer-2.schema.ts +18 -3
  61. package/src/blocks/footer/footer-3.schema.ts +85 -160
  62. package/src/blocks/footer/footer-3.tsx +1 -2
  63. package/src/blocks/footer/footer-4.schema.ts +10 -5
  64. package/src/blocks/footer/footer-4.tsx +1 -1
  65. package/src/blocks/footer/footer-5.schema.ts +10 -0
  66. package/src/blocks/footer/footer-5.tsx +11 -3
  67. package/src/blocks/footer/footer-6.schema.ts +730 -0
  68. package/src/blocks/footer/footer-6.tsx +100 -0
  69. package/src/blocks/hero/hero-1.schema.ts +165 -185
  70. package/src/blocks/hero/hero-10.schema.ts +175 -0
  71. package/src/blocks/hero/hero-10.tsx +35 -0
  72. package/src/blocks/hero/hero-2.schema.ts +60 -104
  73. package/src/blocks/hero/hero-2.tsx +11 -3
  74. package/src/blocks/hero/hero-3.schema.ts +68 -64
  75. package/src/blocks/hero/hero-4.schema.ts +148 -48
  76. package/src/blocks/hero/hero-5.schema.ts +29 -23
  77. package/src/blocks/hero/hero-6.schema.ts +28 -66
  78. package/src/blocks/hero/hero-7.schema.ts +34 -37
  79. package/src/blocks/hero/hero-8.schema.ts +5 -1
  80. package/src/blocks/index.ts +11 -0
  81. package/src/blocks/logos/logos-1.schema.ts +10 -4
  82. package/src/blocks/navbar/navbar-1.schema.ts +3 -5
  83. package/src/blocks/navbar/navbar-1.tsx +5 -19
  84. package/src/blocks/navbar/navbar-2.schema.ts +2 -4
  85. package/src/blocks/navbar/navbar-2.tsx +4 -18
  86. package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
  87. package/src/blocks/navbar/navbar-3.tsx +551 -0
  88. package/src/blocks/pricing/pricing-1.schema.ts +23 -37
  89. package/src/blocks/products/products-listing-1.schema.ts +73 -76
  90. package/src/blocks/profile/profile-1.schema.ts +399 -0
  91. package/src/blocks/profile/profile-1.tsx +64 -0
  92. package/src/blocks/stats/stats-1.schema.ts +34 -3
  93. package/src/blocks/stats/variants/default.ts +0 -1
  94. package/src/blocks/stats/variants/hero.ts +2 -13
  95. package/src/blocks/team/team-1.schema.ts +50 -22
  96. package/src/blocks/team/team-1.tsx +9 -3
  97. package/src/blocks/team/team-2.schema.ts +96 -167
  98. package/src/blocks/team/team-3.schema.ts +32 -49
  99. package/src/blocks/team/team-4.schema.ts +551 -0
  100. package/src/blocks/team/team-4.tsx +59 -0
  101. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
  102. package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
  103. package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
  104. package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
  105. package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
  106. package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
  107. package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
  108. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
  109. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
  110. package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
  111. package/src/blocks/testimonial/testimonial-5.tsx +32 -8
  112. package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
  113. package/src/blocks/testimonial/testimonial-6.tsx +107 -57
  114. package/src/schemas/blocks.ts +22 -0
  115. package/src/schemas/categories.ts +6 -0
@@ -2,7 +2,6 @@ import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const DEFAULT_CONTENT = {
4
4
  layout: null,
5
- container: null,
6
5
  header_wrapper: null,
7
6
  badge_wrapper: null,
8
7
  badge_icon: {
@@ -224,7 +223,40 @@ export const Hero3: IBlock = {
224
223
  {
225
224
  key: "default",
226
225
  title: "Default",
227
- config: {},
226
+ config: {
227
+ title: {
228
+ heading: {
229
+ level: 1,
230
+ },
231
+ selectedVariants: {
232
+ Heading_Level: "H1",
233
+ },
234
+ },
235
+ "features.0.title": {
236
+ heading: {
237
+ level: 1,
238
+ },
239
+ selectedVariants: {
240
+ Heading_Level: "H1",
241
+ },
242
+ },
243
+ "features.1.title": {
244
+ heading: {
245
+ level: 1,
246
+ },
247
+ selectedVariants: {
248
+ Heading_Level: "H1",
249
+ },
250
+ },
251
+ "features.2.title": {
252
+ heading: {
253
+ level: 1,
254
+ },
255
+ selectedVariants: {
256
+ Heading_Level: "H1",
257
+ },
258
+ },
259
+ },
228
260
  content: DEFAULT_CONTENT,
229
261
  styles: {
230
262
  container: {
@@ -233,59 +265,46 @@ export const Hero3: IBlock = {
233
265
  "margin-right": "auto",
234
266
  "padding-left": "base",
235
267
  "padding-right": "base",
236
- "padding-top": "10xl",
237
- "padding-bottom": "10xl",
238
- "background-color": "white",
268
+ "padding-top": "4xl",
269
+ "padding-bottom": "4xl",
270
+ "background-color": "background-1",
239
271
  },
240
272
  header_wrapper: {
241
- "margin-bottom": "7xl",
273
+ "margin-bottom": "3xl",
242
274
  },
243
275
  badge_wrapper: {
244
276
  display: "inline-flex",
245
277
  "align-items": "center",
246
278
  gap: "xs",
247
- "font-size": "sm",
248
- "font-weight": "500",
249
- color: "brand",
279
+ color: "text-2",
250
280
  },
251
281
  badge_icon: {
252
- color: "brand",
282
+ "border-radius": "base",
253
283
  },
254
284
  headings_wrapper: {
255
- "margin-top": "4xl",
285
+ "margin-top": "2xl",
256
286
  display: "flex",
257
287
  "flex-direction": "row",
258
288
  "justify-content": "space-between",
259
289
  "align-items": "start",
260
- gap: "xl",
290
+ gap: "lg",
261
291
  mobile: {
262
292
  "flex-direction": "column",
263
293
  },
264
294
  },
265
295
  title: {
266
- "font-size": "4xl",
267
- "font-weight": "700",
268
296
  color: "text-1",
269
- "line-height": "1.2",
270
297
  "max-width": "36rem",
271
- mobile: {
272
- "font-size": "3xl",
273
- },
274
298
  },
275
299
  description: {
276
300
  color: "text-2",
277
- "font-size": "sm",
278
301
  "max-width": "28rem",
279
- "margin-top": "3xs",
280
- mobile: {
281
- "font-size": "base",
282
- "margin-top": "xs",
283
- },
302
+ "margin-top": "xs",
284
303
  },
285
304
  features_levoGroup: {
286
305
  display: "grid",
287
306
  "grid-template-columns": "repeat(3, minmax(0, 1fr))",
288
- gap: "xl",
307
+ gap: "lg",
289
308
  tablet: {
290
309
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
291
310
  },
@@ -296,17 +315,15 @@ export const Hero3: IBlock = {
296
315
  features: [
297
316
  {
298
317
  card: {
299
- "background-color": "white",
300
- "border-radius": "xl",
318
+ "background-color": "background-1",
319
+ "border-radius": "base",
301
320
  border: "1px solid",
302
- "border-color": "background-3",
303
- "box-shadow": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
304
- padding: "xl",
321
+ "border-color": "border",
322
+ "box-shadow": "default",
323
+ padding: "lg",
305
324
  display: "flex",
306
325
  "flex-direction": "column",
307
326
  "align-items": "start",
308
- transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
309
- mobile: {},
310
327
  },
311
328
  icon_wrapper: {
312
329
  display: "flex",
@@ -314,37 +331,32 @@ export const Hero3: IBlock = {
314
331
  "justify-content": "center",
315
332
  height: "3rem",
316
333
  width: "3rem",
317
- "border-radius": "full",
334
+ "border-radius": "base",
318
335
  "background-color": "background-2",
319
- "margin-bottom": "lg",
336
+ "margin-bottom": "base",
320
337
  },
321
338
  icon: {
322
339
  color: "brand",
323
340
  },
324
341
  title: {
325
- "font-weight": "600",
326
- "font-size": "lg",
327
342
  color: "text-1",
328
- "margin-bottom": "base",
343
+ "margin-bottom": "xs",
329
344
  },
330
345
  description: {
331
346
  color: "text-2",
332
- "font-size": "sm",
333
347
  },
334
348
  },
335
349
  {
336
350
  card: {
337
- "background-color": "white",
338
- "border-radius": "xl",
351
+ "background-color": "background-1",
352
+ "border-radius": "base",
339
353
  border: "1px solid",
340
- "border-color": "background-3",
341
- "box-shadow": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
342
- padding: "xl",
354
+ "border-color": "border",
355
+ "box-shadow": "default",
356
+ padding: "lg",
343
357
  display: "flex",
344
358
  "flex-direction": "column",
345
359
  "align-items": "start",
346
- transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
347
- mobile: {},
348
360
  },
349
361
  icon_wrapper: {
350
362
  display: "flex",
@@ -352,37 +364,32 @@ export const Hero3: IBlock = {
352
364
  "justify-content": "center",
353
365
  height: "3rem",
354
366
  width: "3rem",
355
- "border-radius": "full",
367
+ "border-radius": "base",
356
368
  "background-color": "background-2",
357
- "margin-bottom": "lg",
369
+ "margin-bottom": "base",
358
370
  },
359
371
  icon: {
360
372
  color: "brand",
361
373
  },
362
374
  title: {
363
- "font-weight": "600",
364
- "font-size": "lg",
365
375
  color: "text-1",
366
- "margin-bottom": "base",
376
+ "margin-bottom": "xs",
367
377
  },
368
378
  description: {
369
379
  color: "text-2",
370
- "font-size": "sm",
371
380
  },
372
381
  },
373
382
  {
374
383
  card: {
375
- "background-color": "white",
376
- "border-radius": "xl",
384
+ "background-color": "background-1",
385
+ "border-radius": "base",
377
386
  border: "1px solid",
378
- "border-color": "background-3",
379
- "box-shadow": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
380
- padding: "xl",
387
+ "border-color": "border",
388
+ "box-shadow": "default",
389
+ padding: "lg",
381
390
  display: "flex",
382
391
  "flex-direction": "column",
383
392
  "align-items": "start",
384
- transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
385
- mobile: {},
386
393
  },
387
394
  icon_wrapper: {
388
395
  display: "flex",
@@ -390,22 +397,19 @@ export const Hero3: IBlock = {
390
397
  "justify-content": "center",
391
398
  height: "3rem",
392
399
  width: "3rem",
393
- "border-radius": "full",
400
+ "border-radius": "base",
394
401
  "background-color": "background-2",
395
- "margin-bottom": "lg",
402
+ "margin-bottom": "base",
396
403
  },
397
404
  icon: {
398
405
  color: "brand",
399
406
  },
400
407
  title: {
401
- "font-weight": "600",
402
- "font-size": "lg",
403
408
  color: "text-1",
404
- "margin-bottom": "base",
409
+ "margin-bottom": "xs",
405
410
  },
406
411
  description: {
407
412
  color: "text-2",
408
- "font-size": "sm",
409
413
  },
410
414
  },
411
415
  ],
@@ -22,7 +22,6 @@ const DEFAULT_IMAGE = {
22
22
 
23
23
  const DEFAULT_CONTENT = {
24
24
  layout: null,
25
- container: null,
26
25
  slider_dots: null,
27
26
  slider_dot: null,
28
27
  slides: [
@@ -125,20 +124,19 @@ export const Hero4: IBlock = {
125
124
  title: "Default",
126
125
  styles: {
127
126
  layout: {
128
- "padding-left": "3xl",
129
- "padding-right": "3xl",
130
- "padding-top": "7xl",
131
- "padding-bottom": "5xl",
127
+ "padding-left": "2xl",
128
+ "padding-right": "2xl",
129
+ "padding-top": "4xl",
130
+ "padding-bottom": "3xl",
132
131
  mobile: {
133
- "padding-top": "none",
134
- "padding-left": "none",
135
- "padding-right": "none",
136
- "padding-bottom": "none",
132
+ "padding-top": "2xl",
133
+ "padding-left": "base",
134
+ "padding-right": "base",
135
+ "padding-bottom": "2xl",
137
136
  },
138
137
  },
139
138
  container: {
140
139
  position: "relative",
141
- "max-width": "72rem",
142
140
  "margin-left": "auto",
143
141
  "margin-right": "auto",
144
142
  },
@@ -148,15 +146,14 @@ export const Hero4: IBlock = {
148
146
  left: "50%",
149
147
  transform: "translateX(-50%)",
150
148
  display: "flex",
151
- "column-gap": "2xs",
149
+ "column-gap": "xs",
152
150
  "align-items": "center",
153
151
  "z-index": "20",
154
- "padding-top": "4xs",
155
- "padding-right": "4xs",
156
- "padding-bottom": "4xs",
157
- "padding-left": "4xs",
158
- "background-color": "text-2",
159
- "border-radius": "3xl",
152
+ "padding-top": "xs",
153
+ "padding-right": "xs",
154
+ "padding-bottom": "xs",
155
+ "padding-left": "xs",
156
+ "border-radius": "base",
160
157
  tablet: {
161
158
  bottom: "20px",
162
159
  },
@@ -167,8 +164,8 @@ export const Hero4: IBlock = {
167
164
  slider_dot: {
168
165
  width: "8px",
169
166
  height: "8px",
170
- "border-radius": "50%",
171
- "background-color": "var(--color-brand-secondary)",
167
+ "border-radius": "base",
168
+ "background-color": "text-1",
172
169
  },
173
170
  slides_levoGroup: {
174
171
  width: "100%",
@@ -180,44 +177,54 @@ export const Hero4: IBlock = {
180
177
  display: "flex",
181
178
  "align-items": "end",
182
179
  "justify-content": "space-between",
180
+ "margin-bottom": "lg",
183
181
  mobile: {
184
182
  "flex-direction": "column",
185
183
  "align-items": "center",
186
184
  "justify-content": "center",
187
- "padding-left": "6xs",
188
- "padding-top": "6xs",
189
- "padding-right": "6xs",
190
- "row-gap": "4xs",
185
+ "padding-left": "sm",
186
+ "padding-top": "sm",
187
+ "padding-right": "sm",
188
+ "row-gap": "md",
189
+ "margin-bottom": "md",
191
190
  },
192
191
  tablet: {
193
192
  "flex-direction": "column",
194
193
  "align-items": "center",
195
- "row-gap": "sm",
194
+ "row-gap": "lg",
195
+ "margin-bottom": "lg",
196
196
  },
197
197
  },
198
198
  title: {
199
- "font-size": "4xl",
200
- "font-weight": "600",
201
- "line-height": "1.2",
202
199
  "max-width": "42rem",
203
- mobile: {
204
- "font-size": "3xl",
205
- },
200
+ color: "text-1",
201
+ "margin-bottom": "md",
206
202
  tablet: {
207
203
  "text-align": "center",
208
- "font-size": "3xl",
204
+ },
205
+ mobile: {
206
+ "text-align": "center",
209
207
  },
210
208
  },
209
+ cta: {
210
+ "box-shadow": "default",
211
+ },
211
212
  image: {
212
213
  width: "100%",
213
214
  height: "100%",
214
215
  "object-fit": "cover",
215
216
  "object-position": "center",
217
+ "border-radius": "base",
216
218
  },
217
219
  wrapper: {
218
220
  display: "flex",
219
221
  "flex-direction": "column",
220
- "row-gap": "base",
222
+ "row-gap": "md",
223
+ padding: "lg",
224
+ mobile: {
225
+ padding: "md",
226
+ "row-gap": "sm",
227
+ },
221
228
  },
222
229
  },
223
230
  {
@@ -225,31 +232,51 @@ export const Hero4: IBlock = {
225
232
  display: "flex",
226
233
  "align-items": "end",
227
234
  "justify-content": "space-between",
235
+ "margin-bottom": "lg",
228
236
  mobile: {
229
237
  "flex-direction": "column",
230
238
  "align-items": "center",
231
239
  "justify-content": "center",
240
+ "row-gap": "md",
241
+ "margin-bottom": "md",
242
+ },
243
+ tablet: {
244
+ "flex-direction": "column",
245
+ "align-items": "center",
246
+ "row-gap": "lg",
247
+ "margin-bottom": "lg",
232
248
  },
233
249
  },
234
250
  title: {
235
- "font-size": "4xl",
236
- "font-weight": "600",
237
- "line-height": "1.2",
238
251
  "max-width": "42rem",
252
+ color: "text-1",
253
+ "margin-bottom": "md",
254
+ tablet: {
255
+ "text-align": "center",
256
+ },
239
257
  mobile: {
240
- "font-size": "3xl",
258
+ "text-align": "center",
241
259
  },
242
260
  },
261
+ cta: {
262
+ "box-shadow": "default",
263
+ },
243
264
  image: {
244
265
  width: "100%",
245
266
  height: "100%",
246
267
  "object-fit": "cover",
247
268
  "object-position": "center",
269
+ "border-radius": "base",
248
270
  },
249
271
  wrapper: {
250
272
  display: "flex",
251
273
  "flex-direction": "column",
252
- "row-gap": "base",
274
+ "row-gap": "md",
275
+ padding: "lg",
276
+ mobile: {
277
+ padding: "md",
278
+ "row-gap": "sm",
279
+ },
253
280
  },
254
281
  },
255
282
  {
@@ -257,31 +284,51 @@ export const Hero4: IBlock = {
257
284
  display: "flex",
258
285
  "align-items": "end",
259
286
  "justify-content": "space-between",
287
+ "margin-bottom": "lg",
260
288
  mobile: {
261
289
  "flex-direction": "column",
262
290
  "align-items": "center",
263
291
  "justify-content": "center",
292
+ "row-gap": "md",
293
+ "margin-bottom": "md",
294
+ },
295
+ tablet: {
296
+ "flex-direction": "column",
297
+ "align-items": "center",
298
+ "row-gap": "lg",
299
+ "margin-bottom": "lg",
264
300
  },
265
301
  },
266
302
  title: {
267
- "font-size": "4xl",
268
- "font-weight": "600",
269
- "line-height": "1.2",
270
303
  "max-width": "42rem",
304
+ color: "text-1",
305
+ "margin-bottom": "md",
306
+ tablet: {
307
+ "text-align": "center",
308
+ },
271
309
  mobile: {
272
- "font-size": "3xl",
310
+ "text-align": "center",
273
311
  },
274
312
  },
313
+ cta: {
314
+ "box-shadow": "default",
315
+ },
275
316
  image: {
276
317
  width: "100%",
277
318
  height: "100%",
278
319
  "object-fit": "cover",
279
320
  "object-position": "center",
321
+ "border-radius": "base",
280
322
  },
281
323
  wrapper: {
282
324
  display: "flex",
283
325
  "flex-direction": "column",
284
- "row-gap": "base",
326
+ "row-gap": "md",
327
+ padding: "lg",
328
+ mobile: {
329
+ padding: "md",
330
+ "row-gap": "sm",
331
+ },
285
332
  },
286
333
  },
287
334
  {
@@ -289,37 +336,90 @@ export const Hero4: IBlock = {
289
336
  display: "flex",
290
337
  "align-items": "end",
291
338
  "justify-content": "space-between",
339
+ "margin-bottom": "lg",
292
340
  mobile: {
293
341
  "flex-direction": "column",
294
342
  "align-items": "center",
295
343
  "justify-content": "center",
344
+ "row-gap": "md",
345
+ "margin-bottom": "md",
346
+ },
347
+ tablet: {
348
+ "flex-direction": "column",
349
+ "align-items": "center",
350
+ "row-gap": "lg",
351
+ "margin-bottom": "lg",
296
352
  },
297
353
  },
298
354
  title: {
299
- "font-size": "4xl",
300
- "font-weight": "600",
301
- "line-height": "1.2",
302
355
  "max-width": "42rem",
356
+ color: "text-1",
357
+ "margin-bottom": "md",
358
+ tablet: {
359
+ "text-align": "center",
360
+ },
303
361
  mobile: {
304
- "font-size": "3xl",
362
+ "text-align": "center",
305
363
  },
306
364
  },
365
+ cta: {
366
+ "box-shadow": "default",
367
+ },
307
368
  image: {
308
369
  width: "100%",
309
370
  height: "100%",
310
371
  "object-fit": "cover",
311
372
  "object-position": "center",
373
+ "border-radius": "base",
312
374
  },
313
375
  wrapper: {
314
376
  display: "flex",
315
377
  "flex-direction": "column",
316
- "row-gap": "base",
378
+ "row-gap": "md",
379
+ padding: "lg",
380
+ mobile: {
381
+ padding: "md",
382
+ "row-gap": "sm",
383
+ },
317
384
  },
318
385
  },
319
386
  ],
320
387
  },
321
388
  content: DEFAULT_CONTENT,
322
- config: {},
389
+ config: {
390
+ "slides.0.title": {
391
+ heading: {
392
+ level: 1,
393
+ },
394
+ selectedVariants: {
395
+ Heading_Level: "H1",
396
+ },
397
+ },
398
+ "slides.1.title": {
399
+ heading: {
400
+ level: 1,
401
+ },
402
+ selectedVariants: {
403
+ Heading_Level: "H1",
404
+ },
405
+ },
406
+ "slides.2.title": {
407
+ heading: {
408
+ level: 1,
409
+ },
410
+ selectedVariants: {
411
+ Heading_Level: "H1",
412
+ },
413
+ },
414
+ "slides.3.title": {
415
+ heading: {
416
+ level: 1,
417
+ },
418
+ selectedVariants: {
419
+ Heading_Level: "H1",
420
+ },
421
+ },
422
+ },
323
423
  },
324
424
  ],
325
425
  };