@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
  content_wrapper: null,
7
6
  text_wrapper: null,
8
7
  label: "Portfolio",
@@ -180,17 +179,17 @@ export const Hero1: IBlock = {
180
179
  styles: {
181
180
  layout: {
182
181
  width: "100%",
183
- "row-gap": "5xl",
184
- "column-gap": "5xl",
185
- "padding-top": "5xl",
186
- "padding-right": "8xl",
187
- "padding-bottom": "5xl",
188
- "padding-left": "8xl",
182
+ "row-gap": "3xl",
183
+ "column-gap": "3xl",
184
+ "padding-top": "3xl",
185
+ "padding-right": "4xl",
186
+ "padding-bottom": "3xl",
187
+ "padding-left": "4xl",
189
188
  tablet: {
190
- "padding-top": "3xl",
191
- "padding-right": "4xl",
192
- "padding-bottom": "3xl",
193
- "padding-left": "4xl",
189
+ "padding-top": "2xl",
190
+ "padding-right": "2xl",
191
+ "padding-bottom": "2xl",
192
+ "padding-left": "2xl",
194
193
  },
195
194
  },
196
195
  container: {
@@ -199,9 +198,9 @@ export const Hero1: IBlock = {
199
198
  display: "flex",
200
199
  flex: "1",
201
200
  "flex-direction": "row-reverse",
202
- "align-items": "start",
203
- "row-gap": "5xl",
204
- "column-gap": "5xl",
201
+ "align-items": "center",
202
+ "row-gap": "3xl",
203
+ "column-gap": "3xl",
205
204
  mobile: {
206
205
  "flex-direction": "column",
207
206
  },
@@ -212,8 +211,8 @@ export const Hero1: IBlock = {
212
211
  "flex-direction": "column",
213
212
  "align-items": "start",
214
213
  "justify-content": "center",
215
- "row-gap": "xl",
216
- "column-gap": "xl",
214
+ "row-gap": "lg",
215
+ "column-gap": "lg",
217
216
  mobile: {
218
217
  width: "100%",
219
218
  },
@@ -224,28 +223,16 @@ export const Hero1: IBlock = {
224
223
  "flex-direction": "column",
225
224
  "align-items": "start",
226
225
  "justify-content": "center",
226
+ "row-gap": "base",
227
227
  },
228
228
  label: {
229
- "font-size": "sm",
230
- "font-weight": "500",
231
229
  color: "text-2",
232
230
  },
233
231
  title: {
234
- "font-size": "5xl",
235
- "font-weight": "700",
236
- "margin-bottom": "lg",
237
- tablet: {
238
- "font-size": "4xl",
239
- },
240
- mobile: {
241
- "margin-bottom": "xs",
242
- },
232
+ color: "text-1",
243
233
  },
244
234
  description: {
245
- "margin-bottom": "lg",
246
- mobile: {
247
- "margin-bottom": "xs",
248
- },
235
+ color: "text-2",
249
236
  },
250
237
  hero_ctas_levoGroup: {
251
238
  display: "flex",
@@ -267,12 +254,22 @@ export const Hero1: IBlock = {
267
254
  {
268
255
  image: {
269
256
  width: "100%",
257
+ "border-radius": "base",
270
258
  },
271
259
  },
272
260
  ],
273
261
  },
274
262
  content: DEFAULT_CONTENT,
275
- config: {},
263
+ config: {
264
+ title: {
265
+ heading: {
266
+ level: 1,
267
+ },
268
+ selectedVariants: {
269
+ Heading_Level: "H1",
270
+ },
271
+ },
272
+ },
276
273
  },
277
274
  {
278
275
  title: "Card",
@@ -280,8 +277,8 @@ export const Hero1: IBlock = {
280
277
  styles: {
281
278
  layout: {
282
279
  width: "100%",
283
- "row-gap": "5xl",
284
- "column-gap": "5xl",
280
+ "row-gap": "3xl",
281
+ "column-gap": "3xl",
285
282
  padding: "base",
286
283
  "background-color": "background-1",
287
284
  },
@@ -290,20 +287,21 @@ export const Hero1: IBlock = {
290
287
  "margin-right": "auto",
291
288
  display: "flex",
292
289
  "flex-direction": "row",
293
- "align-items": "start",
294
- "row-gap": "5xl",
295
- "column-gap": "5xl",
296
- "border-radius": "2xl",
290
+ "align-items": "center",
291
+ "row-gap": "3xl",
292
+ "column-gap": "3xl",
293
+ "border-radius": "base",
297
294
  "background-color": "white",
298
- "padding-top": "5xl",
299
- "padding-right": "8xl",
300
- "padding-bottom": "5xl",
301
- "padding-left": "8xl",
295
+ "box-shadow": "default",
296
+ "padding-top": "3xl",
297
+ "padding-right": "4xl",
298
+ "padding-bottom": "3xl",
299
+ "padding-left": "4xl",
302
300
  tablet: {
303
- "padding-top": "3xl",
304
- "padding-right": "4xl",
305
- "padding-bottom": "3xl",
306
- "padding-left": "4xl",
301
+ "padding-top": "2xl",
302
+ "padding-right": "2xl",
303
+ "padding-bottom": "2xl",
304
+ "padding-left": "2xl",
307
305
  },
308
306
  mobile: {
309
307
  "flex-direction": "column",
@@ -315,8 +313,8 @@ export const Hero1: IBlock = {
315
313
  "flex-direction": "column",
316
314
  "align-items": "start",
317
315
  "justify-content": "center",
318
- "row-gap": "xl",
319
- "column-gap": "xl",
316
+ "row-gap": "lg",
317
+ "column-gap": "lg",
320
318
  mobile: {
321
319
  width: "100%",
322
320
  },
@@ -327,28 +325,16 @@ export const Hero1: IBlock = {
327
325
  "flex-direction": "column",
328
326
  "align-items": "start",
329
327
  "justify-content": "center",
328
+ "row-gap": "base",
330
329
  },
331
330
  label: {
332
- "font-size": "sm",
333
- "font-weight": "500",
334
331
  color: "text-2",
335
332
  },
336
333
  title: {
337
- "font-size": "5xl",
338
- "font-weight": "700",
339
- "margin-bottom": "lg",
340
- tablet: {
341
- "font-size": "4xl",
342
- },
343
- mobile: {
344
- "margin-bottom": "xs",
345
- },
334
+ color: "text-1",
346
335
  },
347
336
  description: {
348
- "margin-bottom": "lg",
349
- mobile: {
350
- "margin-bottom": "xs",
351
- },
337
+ color: "text-2",
352
338
  },
353
339
  hero_ctas_levoGroup: {
354
340
  display: "flex",
@@ -370,12 +356,22 @@ export const Hero1: IBlock = {
370
356
  {
371
357
  image: {
372
358
  width: "100%",
359
+ "border-radius": "base",
373
360
  },
374
361
  },
375
362
  ],
376
363
  },
377
364
  content: DEFAULT_CONTENT,
378
- config: {},
365
+ config: {
366
+ title: {
367
+ heading: {
368
+ level: 1,
369
+ },
370
+ selectedVariants: {
371
+ Heading_Level: "H1",
372
+ },
373
+ },
374
+ },
379
375
  },
380
376
  {
381
377
  title: "Card Image Left",
@@ -383,31 +379,32 @@ export const Hero1: IBlock = {
383
379
  styles: {
384
380
  layout: {
385
381
  width: "100%",
386
- "row-gap": "5xl",
387
- "column-gap": "5xl",
382
+ "row-gap": "3xl",
383
+ "column-gap": "3xl",
388
384
  padding: "base",
389
385
  "background-color": "background-1",
390
386
  },
391
387
  container: {
392
388
  "margin-left": "auto",
393
- margin_right: "auto",
389
+ "margin-right": "auto",
394
390
  display: "flex",
395
391
  flex: "1",
396
392
  "flex-direction": "row-reverse",
397
- "align-items": "start",
398
- "row-gap": "5xl",
399
- "column-gap": "5xl",
400
- "border-radius": "2xl",
393
+ "align-items": "center",
394
+ "row-gap": "3xl",
395
+ "column-gap": "3xl",
396
+ "border-radius": "base",
401
397
  "background-color": "white",
402
- "padding-top": "5xl",
403
- "padding-right": "8xl",
404
- "padding-bottom": "5xl",
405
- "padding-left": "8xl",
406
- "media:max:768px": {
407
- "padding-top": "3xl",
408
- "padding-right": "4xl",
409
- "padding-bottom": "3xl",
410
- "padding-left": "4xl",
398
+ "box-shadow": "default",
399
+ "padding-top": "3xl",
400
+ "padding-right": "4xl",
401
+ "padding-bottom": "3xl",
402
+ "padding-left": "4xl",
403
+ tablet: {
404
+ "padding-top": "2xl",
405
+ "padding-right": "2xl",
406
+ "padding-bottom": "2xl",
407
+ "padding-left": "2xl",
411
408
  },
412
409
  mobile: {
413
410
  "flex-direction": "column",
@@ -419,8 +416,8 @@ export const Hero1: IBlock = {
419
416
  "flex-direction": "column",
420
417
  "align-items": "start",
421
418
  "justify-content": "center",
422
- "row-gap": "xl",
423
- "column-gap": "xl",
419
+ "row-gap": "lg",
420
+ "column-gap": "lg",
424
421
  mobile: {
425
422
  width: "100%",
426
423
  },
@@ -431,28 +428,16 @@ export const Hero1: IBlock = {
431
428
  "flex-direction": "column",
432
429
  "align-items": "start",
433
430
  "justify-content": "center",
431
+ "row-gap": "base",
434
432
  },
435
433
  label: {
436
- "font-size": "sm",
437
- "font-weight": "500",
438
434
  color: "text-2",
439
435
  },
440
436
  title: {
441
- "font-size": "5xl",
442
- "font-weight": "700",
443
- "margin-bottom": "lg",
444
- tablet: {
445
- "font-size": "4xl",
446
- },
447
- mobile: {
448
- "margin-bottom": "xs",
449
- },
437
+ color: "text-1",
450
438
  },
451
439
  description: {
452
- "margin-bottom": "lg",
453
- mobile: {
454
- "margin-bottom": "xs",
455
- },
440
+ color: "text-2",
456
441
  },
457
442
  hero_ctas_levoGroup: {
458
443
  display: "flex",
@@ -474,12 +459,22 @@ export const Hero1: IBlock = {
474
459
  {
475
460
  image: {
476
461
  width: "100%",
462
+ "border-radius": "base",
477
463
  },
478
464
  },
479
465
  ],
480
466
  },
481
467
  content: DEFAULT_CONTENT,
482
- config: {},
468
+ config: {
469
+ title: {
470
+ heading: {
471
+ level: 1,
472
+ },
473
+ selectedVariants: {
474
+ Heading_Level: "H1",
475
+ },
476
+ },
477
+ },
483
478
  },
484
479
  {
485
480
  title: "Full Background Image",
@@ -488,17 +483,17 @@ export const Hero1: IBlock = {
488
483
  layout: {
489
484
  position: "relative",
490
485
  width: "100%",
491
- "row-gap": "5xl",
492
- "column-gap": "5xl",
493
- "padding-top": "5xl",
494
- "padding-right": "8xl",
495
- "padding-bottom": "5xl",
496
- "padding-left": "8xl",
486
+ "row-gap": "3xl",
487
+ "column-gap": "3xl",
488
+ "padding-top": "3xl",
489
+ "padding-right": "4xl",
490
+ "padding-bottom": "3xl",
491
+ "padding-left": "4xl",
497
492
  tablet: {
498
- "padding-top": "3xl",
499
- "padding-right": "4xl",
500
- "padding-bottom": "3xl",
501
- "padding-left": "4xl",
493
+ "padding-top": "2xl",
494
+ "padding-right": "2xl",
495
+ "padding-bottom": "2xl",
496
+ "padding-left": "2xl",
502
497
  },
503
498
  },
504
499
  container: {
@@ -508,21 +503,21 @@ export const Hero1: IBlock = {
508
503
  flex: "1",
509
504
  "flex-direction": "row",
510
505
  "justify-content": "flex-start",
511
- "align-items": "start",
512
- "row-gap": "5xl",
513
- "column-gap": "5xl",
514
- "padding-left": "10xl",
515
- "padding-top": "16xl",
516
- "padding-bottom": "16xl",
506
+ "align-items": "center",
507
+ "row-gap": "3xl",
508
+ "column-gap": "3xl",
509
+ "padding-left": "4xl",
510
+ "padding-top": "8xl",
511
+ "padding-bottom": "8xl",
517
512
  tablet: {
518
- "padding-left": "5xl",
519
- "padding-top": "8xl",
520
- "padding-bottom": "8xl",
513
+ "padding-left": "2xl",
514
+ "padding-top": "4xl",
515
+ "padding-bottom": "4xl",
521
516
  },
522
517
  mobile: {
523
518
  "padding-left": "lg",
524
- "padding-top": "4xl",
525
- "padding-bottom": "4xl",
519
+ "padding-top": "2xl",
520
+ "padding-bottom": "2xl",
526
521
  "flex-direction": "column",
527
522
  },
528
523
  },
@@ -535,10 +530,11 @@ export const Hero1: IBlock = {
535
530
  "flex-direction": "column",
536
531
  "align-items": "start",
537
532
  "justify-content": "center",
538
- "row-gap": "xl",
539
- "column-gap": "xl",
533
+ "row-gap": "lg",
534
+ "column-gap": "lg",
540
535
  mobile: {
541
536
  width: "100%",
537
+ "max-width": "100%",
542
538
  },
543
539
  },
544
540
  text_wrapper: {
@@ -547,23 +543,16 @@ export const Hero1: IBlock = {
547
543
  "flex-direction": "column",
548
544
  "align-items": "start",
549
545
  "justify-content": "center",
550
- "row-gap": "xl",
546
+ "row-gap": "base",
551
547
  },
552
548
  label: {
553
- "font-size": "sm",
554
- "font-weight": "500",
555
- color: "text-2",
549
+ color: "white",
556
550
  },
557
551
  title: {
558
- "font-size": "5xl",
559
- "font-weight": "700",
560
- tablet: {
561
- "font-size": "4xl",
562
- },
563
- mobile: {},
552
+ color: "white",
564
553
  },
565
554
  description: {
566
- mobile: {},
555
+ color: "white",
567
556
  },
568
557
  hero_ctas_levoGroup: {
569
558
  display: "flex",
@@ -598,7 +587,7 @@ export const Hero1: IBlock = {
598
587
  hero_images: [
599
588
  {
600
589
  image: {
601
- "border-radius": "lg",
590
+ "border-radius": "base",
602
591
  width: "100%",
603
592
  height: "100%",
604
593
  "object-fit": "cover",
@@ -608,7 +597,16 @@ export const Hero1: IBlock = {
608
597
  ],
609
598
  },
610
599
  content: DEFAULT_CONTENT,
611
- config: {},
600
+ config: {
601
+ title: {
602
+ heading: {
603
+ level: 1,
604
+ },
605
+ selectedVariants: {
606
+ Heading_Level: "H1",
607
+ },
608
+ },
609
+ },
612
610
  },
613
611
  {
614
612
  title: "Vertical Content",
@@ -617,17 +615,17 @@ export const Hero1: IBlock = {
617
615
  layout: {
618
616
  position: "relative",
619
617
  width: "100%",
620
- "row-gap": "5xl",
621
- "column-gap": "5xl",
622
- "padding-top": "5xl",
623
- "padding-right": "8xl",
624
- "padding-bottom": "5xl",
625
- "padding-left": "8xl",
618
+ "row-gap": "3xl",
619
+ "column-gap": "3xl",
620
+ "padding-top": "3xl",
621
+ "padding-right": "4xl",
622
+ "padding-bottom": "3xl",
623
+ "padding-left": "4xl",
626
624
  tablet: {
627
- "padding-top": "3xl",
628
- "padding-right": "4xl",
629
- "padding-bottom": "3xl",
630
- "padding-left": "4xl",
625
+ "padding-top": "2xl",
626
+ "padding-right": "2xl",
627
+ "padding-bottom": "2xl",
628
+ "padding-left": "2xl",
631
629
  },
632
630
  },
633
631
  container: {
@@ -635,19 +633,10 @@ export const Hero1: IBlock = {
635
633
  "margin-right": "auto",
636
634
  display: "flex",
637
635
  flex: "1",
638
- "flex-direction": "row",
639
- "justify-content": "flex-start",
640
- "align-items": "start",
641
- "row-gap": "5xl",
642
- "column-gap": "5xl",
643
- "padding-left": "10xl",
644
- "padding-top": "16xl",
645
- "padding-bottom": "16xl",
646
- tablet: {
647
- "padding-left": "5xl",
648
- "padding-top": "8xl",
649
- "padding-bottom": "8xl",
650
- },
636
+ "flex-direction": "column",
637
+ "align-items": "center",
638
+ "row-gap": "3xl",
639
+ "column-gap": "3xl",
651
640
  mobile: {
652
641
  "padding-left": "lg",
653
642
  "padding-top": "4xl",
@@ -662,10 +651,8 @@ export const Hero1: IBlock = {
662
651
  width: "100%",
663
652
  "max-width": "50%",
664
653
  "flex-direction": "column",
665
- "align-items": "start",
666
- "justify-content": "center",
667
- "row-gap": "xl",
668
- "column-gap": "xl",
654
+ "align-items": "center",
655
+ "row-gap": "lg",
669
656
  mobile: {
670
657
  width: "100%",
671
658
  },
@@ -676,36 +663,23 @@ export const Hero1: IBlock = {
676
663
  "flex-direction": "column",
677
664
  "align-items": "start",
678
665
  "justify-content": "center",
679
- "row-gap": "xl",
666
+ "text-align": "center",
667
+ "row-gap": "base",
680
668
  },
681
669
  label: {
682
- "font-size": "xl",
683
- "font-weight": "600",
684
- color: "text-1",
685
- "margin-bottom": "base",
686
- "padding-top": "none",
687
- "padding-bottom": "none",
688
- "padding-left": "base",
689
- "padding-right": "base",
690
- "border-radius": "100px",
691
- display: "inline-block",
692
- "margin-top": "xs",
670
+ color: "text-2",
693
671
  },
694
672
  title: {
695
- "font-size": "5xl",
696
- "font-weight": "700",
697
- tablet: {
698
- "font-size": "4xl",
699
- },
700
- mobile: {},
673
+ color: "text-1",
701
674
  },
702
675
  description: {
703
- mobile: {},
676
+ color: "text-2",
704
677
  },
705
678
  hero_ctas_levoGroup: {
706
679
  display: "flex",
707
680
  gap: "base",
708
681
  "flex-wrap": "wrap",
682
+ "justify-content": "center",
709
683
  },
710
684
  hero_ctas: [
711
685
  {
@@ -735,11 +709,8 @@ export const Hero1: IBlock = {
735
709
  hero_images: [
736
710
  {
737
711
  image: {
738
- "border-radius": "lg",
739
712
  width: "100%",
740
- height: "100%",
741
- "object-fit": "cover",
742
- "object-position": "center",
713
+ "border-radius": "base",
743
714
  },
744
715
  },
745
716
  ],
@@ -760,7 +731,16 @@ export const Hero1: IBlock = {
760
731
  },
761
732
  },
762
733
  content: DEFAULT_CONTENT,
763
- config: {},
734
+ config: {
735
+ title: {
736
+ heading: {
737
+ level: 1,
738
+ },
739
+ selectedVariants: {
740
+ Heading_Level: "H1",
741
+ },
742
+ },
743
+ },
764
744
  },
765
745
  ],
766
746
  };