@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
@@ -22,7 +22,6 @@ const DEFAULT_IMAGE = {
22
22
 
23
23
  const DEFAULT_CONTENT = {
24
24
  layout: null,
25
- container: null,
26
25
  headerWrapper: null,
27
26
  title: "Your Trusted Partner in Financial Excellence",
28
27
  cta: "Get Started",
@@ -111,18 +110,18 @@ export const Hero5: IBlock = {
111
110
  "max-width": "1280px",
112
111
  "margin-left": "auto",
113
112
  "margin-right": "auto",
114
- "padding-top": "10xl",
115
- "padding-bottom": "10xl",
113
+ "padding-top": "4xl",
114
+ "padding-bottom": "4xl",
116
115
  tablet: {
117
- "padding-bottom": "5xl",
118
- "padding-left": "5xl",
119
- "padding-right": "5xl",
120
- "padding-top": "5xl",
116
+ "padding-bottom": "3xl",
117
+ "padding-left": "2xl",
118
+ "padding-right": "2xl",
119
+ "padding-top": "3xl",
121
120
  },
122
121
  mobile: {
123
122
  "padding-bottom": "2xl",
124
- "padding-left": "2xl",
125
- "padding-right": "2xl",
123
+ "padding-left": "base",
124
+ "padding-right": "base",
126
125
  "padding-top": "2xl",
127
126
  },
128
127
  },
@@ -132,15 +131,14 @@ export const Hero5: IBlock = {
132
131
  left: "50%",
133
132
  transform: "translateX(-50%)",
134
133
  display: "flex",
135
- "column-gap": "2xs",
134
+ "column-gap": "xs",
136
135
  "align-items": "center",
137
136
  "z-index": "20",
138
- "padding-top": "4xs",
139
- "padding-right": "4xs",
140
- "padding-bottom": "4xs",
141
- "padding-left": "4xs",
142
- "background-color": "text-2",
143
- "border-radius": "3xl",
137
+ "padding-top": "xs",
138
+ "padding-right": "xs",
139
+ "padding-bottom": "xs",
140
+ "padding-left": "xs",
141
+ "border-radius": "base",
144
142
  tablet: {
145
143
  bottom: "70px",
146
144
  },
@@ -151,8 +149,8 @@ export const Hero5: IBlock = {
151
149
  slider_dot: {
152
150
  width: "8px",
153
151
  height: "8px",
154
- "border-radius": "50%",
155
- "background-color": "var(--color-brand-secondary)",
152
+ "border-radius": "base",
153
+ "background-color": "text-1",
156
154
  },
157
155
  slides_levoGroup: {
158
156
  width: "100%",
@@ -162,17 +160,16 @@ export const Hero5: IBlock = {
162
160
  display: "flex",
163
161
  "align-items": "center",
164
162
  "justify-content": "space-between",
165
- "margin-bottom": "7xl",
163
+ "margin-bottom": "3xl",
166
164
  tablet: {
167
165
  "flex-direction": "column",
168
166
  "row-gap": "base",
169
- "margin-bottom": "3xl",
167
+ "margin-bottom": "2xl",
170
168
  },
171
169
  },
172
170
  title: {
173
- "font-size": "4xl",
171
+ color: "text-1",
174
172
  tablet: {
175
- "font-size": "3xl",
176
173
  "text-align": "center",
177
174
  },
178
175
  },
@@ -186,7 +183,16 @@ export const Hero5: IBlock = {
186
183
  },
187
184
  },
188
185
  content: DEFAULT_CONTENT,
189
- config: {},
186
+ config: {
187
+ title: {
188
+ heading: {
189
+ level: 1,
190
+ },
191
+ selectedVariants: {
192
+ Heading_Level: "H1",
193
+ },
194
+ },
195
+ },
190
196
  },
191
197
  ],
192
198
  };
@@ -22,7 +22,6 @@ const DUMMY_IMAGE = {
22
22
 
23
23
  const DEFAULT_CONTENT = {
24
24
  layout: null,
25
- container: null,
26
25
  content_wrapper: null,
27
26
  label: "About Us",
28
27
  title: "Trusted Healthcare Solutions, Tailored for Your Unique Needs",
@@ -427,6 +426,14 @@ export const Hero6: IBlock = {
427
426
  key: "default",
428
427
  content: DEFAULT_CONTENT,
429
428
  config: {
429
+ title: {
430
+ heading: {
431
+ level: 1,
432
+ },
433
+ selectedVariants: {
434
+ Heading_Level: "H1",
435
+ },
436
+ },
430
437
  media_collage_levoGroup: {
431
438
  carousel: {
432
439
  loop: true,
@@ -463,10 +470,7 @@ export const Hero6: IBlock = {
463
470
  display: "flex",
464
471
  "flex-direction": "column",
465
472
  "align-items": "center",
466
- "row-gap": "3xl",
467
- filter: "none",
468
- "padding-left": "none",
469
- "padding-right": "none",
473
+ "row-gap": "2xl",
470
474
  },
471
475
  content_wrapper: {
472
476
  display: "flex",
@@ -475,63 +479,42 @@ export const Hero6: IBlock = {
475
479
  "text-align": "center",
476
480
  "row-gap": "base",
477
481
  "max-width": "800px",
478
- filter: "none",
479
482
  },
480
483
  label: {
481
- "font-size": "xs",
482
- "font-weight": "500",
483
- color: "white",
484
+ color: "text-2",
484
485
  "background-color": "background-2",
485
486
  "padding-top": "2xs",
486
487
  "padding-bottom": "2xs",
487
488
  "padding-left": "base",
488
489
  "padding-right": "base",
489
- "border-radius": "3xl",
490
- filter: "none",
490
+ "border-radius": "base",
491
491
  },
492
492
  title: {
493
- "font-size": "5xl",
494
- "font-weight": "700",
495
493
  color: "text-1",
496
- "line-height": "1.2",
497
494
  tablet: {
498
- "font-size": "3xl",
499
- filter: "none",
500
495
  "max-width": "650px",
501
496
  },
502
- mobile: {
503
- "font-size": "2xl",
504
- },
505
- filter: "none",
506
497
  },
507
498
  description: {
508
- "font-size": "lg",
509
499
  color: "text-2",
510
- "line-height": "1.6",
511
500
  tablet: {
512
- "font-size": "base",
513
- filter: "none",
514
501
  "max-width": "500px",
515
502
  },
516
- mobile: {
517
- filter: "none",
518
- },
519
503
  },
520
504
  stats_levoGroup: {
521
505
  display: "grid",
522
506
  "grid-template-columns": "repeat(4, minmax(0, 1fr))",
523
- "column-gap": "2xl",
524
- "row-gap": "xl",
507
+ "column-gap": "lg",
508
+ "row-gap": "base",
525
509
  width: "100%",
526
510
  tablet: {
527
511
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
528
- "column-gap": "xl",
512
+ "column-gap": "base",
529
513
  },
530
514
  mobile: {
531
515
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
532
516
  "column-gap": "base",
533
517
  },
534
- filter: "none",
535
518
  "margin-top": "xs",
536
519
  },
537
520
  "stats.*.stat_wrapper": {
@@ -542,23 +525,10 @@ export const Hero6: IBlock = {
542
525
  "row-gap": "xs",
543
526
  },
544
527
  "stats.*.value": {
545
- "font-size": "3xl",
546
- "font-weight": "700",
547
528
  color: "text-1",
548
- tablet: {
549
- "font-size": "2xl",
550
- },
551
- mobile: {
552
- "font-size": "xl",
553
- },
554
529
  },
555
530
  "stats.*.label": {
556
- "font-size": "sm",
557
- "font-weight": "500",
558
531
  color: "text-2",
559
- mobile: {
560
- "font-size": "xs",
561
- },
562
532
  },
563
533
  media_collage_levoGroup: {
564
534
  number_of_slides: 5,
@@ -576,7 +546,7 @@ export const Hero6: IBlock = {
576
546
  width: "100%",
577
547
  height: "350px",
578
548
  "object-fit": "cover",
579
- "border-radius": "2xl",
549
+ "border-radius": "base",
580
550
  tablet: {
581
551
  height: "300px",
582
552
  },
@@ -587,30 +557,22 @@ export const Hero6: IBlock = {
587
557
  stats: [
588
558
  {
589
559
  value: {
590
- filter: "none",
591
- "font-size": "4xl",
592
- "font-weight": 700,
560
+ color: "text-1",
593
561
  },
594
562
  },
595
563
  {
596
564
  value: {
597
- filter: "none",
598
- "font-size": "4xl",
599
- "font-weight": 700,
565
+ color: "text-1",
600
566
  },
601
567
  },
602
568
  {
603
569
  value: {
604
- filter: "none",
605
- "font-size": "4xl",
606
- "font-weight": 700,
570
+ color: "text-1",
607
571
  },
608
572
  },
609
573
  {
610
574
  value: {
611
- filter: "none",
612
- "font-size": "4xl",
613
- "font-weight": 700,
575
+ color: "text-1",
614
576
  },
615
577
  },
616
578
  ],
@@ -620,7 +582,7 @@ export const Hero6: IBlock = {
620
582
  filter: "none",
621
583
  height: "350px",
622
584
  "object-fit": "cover",
623
- "border-radius": "2xl",
585
+ "border-radius": "base",
624
586
  width: "260px",
625
587
  },
626
588
  },
@@ -630,7 +592,7 @@ export const Hero6: IBlock = {
630
592
  width: "260px",
631
593
  height: "350px",
632
594
  "object-fit": "cover",
633
- "border-radius": "2xl",
595
+ "border-radius": "base",
634
596
  },
635
597
  },
636
598
  {
@@ -638,7 +600,7 @@ export const Hero6: IBlock = {
638
600
  filter: "none",
639
601
  height: "350px",
640
602
  "object-fit": "cover",
641
- "border-radius": "2xl",
603
+ "border-radius": "base",
642
604
  width: "260px",
643
605
  },
644
606
  },
@@ -647,7 +609,7 @@ export const Hero6: IBlock = {
647
609
  filter: "none",
648
610
  height: "350px",
649
611
  "object-fit": "cover",
650
- "border-radius": "2xl",
612
+ "border-radius": "base",
651
613
  width: "260px",
652
614
  },
653
615
  },
@@ -656,7 +618,7 @@ export const Hero6: IBlock = {
656
618
  filter: "none",
657
619
  height: "350px",
658
620
  "object-fit": "cover",
659
- "border-radius": "2xl",
621
+ "border-radius": "base",
660
622
  width: "260px",
661
623
  },
662
624
  },
@@ -665,7 +627,7 @@ export const Hero6: IBlock = {
665
627
  filter: "none",
666
628
  height: "350px",
667
629
  "object-fit": "cover",
668
- "border-radius": "2xl",
630
+ "border-radius": "base",
669
631
  width: "260px",
670
632
  },
671
633
  },
@@ -674,7 +636,7 @@ export const Hero6: IBlock = {
674
636
  filter: "none",
675
637
  height: "350px",
676
638
  "object-fit": "cover",
677
- "border-radius": "2xl",
639
+ "border-radius": "base",
678
640
  width: "260px",
679
641
  },
680
642
  },
@@ -683,7 +645,7 @@ export const Hero6: IBlock = {
683
645
  filter: "none",
684
646
  height: "350px",
685
647
  "object-fit": "cover",
686
- "border-radius": "2xl",
648
+ "border-radius": "base",
687
649
  width: "260px",
688
650
  },
689
651
  },
@@ -692,7 +654,7 @@ export const Hero6: IBlock = {
692
654
  filter: "none",
693
655
  height: "350px",
694
656
  "object-fit": "cover",
695
- "border-radius": "2xl",
657
+ "border-radius": "base",
696
658
  width: "260px",
697
659
  },
698
660
  },
@@ -35,7 +35,6 @@ const DEFAULT_SLIDES_COUNT = 3;
35
35
 
36
36
  const DEFAULT_CONTENT = {
37
37
  layout: null,
38
- container: null,
39
38
  slider_dots: null,
40
39
  slider_dot: null,
41
40
 
@@ -311,9 +310,9 @@ export const Hero7: IBlock = {
311
310
  slider_dot: {
312
311
  width: "12px",
313
312
  height: "12px",
314
- "border-radius": "50%",
313
+ "border-radius": "base",
315
314
  cursor: "pointer",
316
- "background-color": "rgba(255, 255, 255, 0.5)",
315
+ "background-color": "background-2",
317
316
  },
318
317
  slides_levoGroup: {
319
318
  number_of_slides: 1,
@@ -387,9 +386,7 @@ export const Hero7: IBlock = {
387
386
  filter: "brightness(0) invert(1)",
388
387
  },
389
388
  date: {
390
- "font-size": "sm",
391
- "font-weight": "500",
392
- color: "rgba(255, 255, 255, 0.9)",
389
+ color: "white",
393
390
  "text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
394
391
  },
395
392
  time_wrapper: {
@@ -403,33 +400,17 @@ export const Hero7: IBlock = {
403
400
  filter: "brightness(0) invert(1)",
404
401
  },
405
402
  time: {
406
- "font-size": "sm",
407
- "font-weight": "500",
408
- color: "rgba(255, 255, 255, 0.9)",
403
+ color: "white",
409
404
  "text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
410
405
  },
411
406
  title: {
412
- "font-size": "4xl",
413
- "font-weight": "700",
414
- "line-height": "1.1",
415
407
  color: "white",
416
408
  "text-shadow": "0 2px 4px rgba(0, 0, 0, 0.3)",
417
409
  "margin-top": "base",
418
- tablet: {
419
- "font-size": "3xl",
420
- },
421
- mobile: {
422
- "font-size": "2xl",
423
- },
424
410
  },
425
411
  description: {
426
- "font-size": "lg",
427
- "line-height": "1.6",
428
- color: "rgba(255, 255, 255, 0.9)",
412
+ color: "white",
429
413
  "text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
430
- tablet: {
431
- "font-size": "base",
432
- },
433
414
  },
434
415
  author_wrapper: {
435
416
  display: "flex",
@@ -440,16 +421,14 @@ export const Hero7: IBlock = {
440
421
  avatar: {
441
422
  width: "40px",
442
423
  height: "40px",
443
- "border-radius": "50%",
424
+ "border-radius": "base",
444
425
  "object-fit": "cover",
445
426
  "border-width": "2px",
446
427
  "border-style": "solid",
447
428
  "border-color": "rgba(255, 255, 255, 0.2)",
448
429
  },
449
430
  author_name: {
450
- "font-size": "base",
451
- "font-weight": "500",
452
- color: "rgba(255, 255, 255, 0.9)",
431
+ color: "white",
453
432
  "text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
454
433
  },
455
434
  ctas_wrapper: {
@@ -465,14 +444,11 @@ export const Hero7: IBlock = {
465
444
  },
466
445
  primary_cta: {
467
446
  "background-color": "white",
468
- color: "var(--color-text-1)",
447
+ color: "text-1",
469
448
  "padding-top": "base",
470
449
  "padding-bottom": "base",
471
450
  "padding-left": "2xl",
472
451
  "padding-right": "2xl",
473
- "border-radius": "6px",
474
- "font-weight": "600",
475
- "font-size": "base",
476
452
  "border-width": "2px",
477
453
  "border-style": "solid",
478
454
  "border-color": "white",
@@ -484,9 +460,6 @@ export const Hero7: IBlock = {
484
460
  "padding-bottom": "base",
485
461
  "padding-left": "2xl",
486
462
  "padding-right": "2xl",
487
- "border-radius": "6px",
488
- "font-weight": "600",
489
- "font-size": "base",
490
463
  "border-width": "2px",
491
464
  "border-style": "solid",
492
465
  "border-color": "white",
@@ -495,10 +468,34 @@ export const Hero7: IBlock = {
495
468
  },
496
469
  content: DEFAULT_CONTENT,
497
470
  config: {
471
+ "slides.0.title": {
472
+ heading: {
473
+ level: 1,
474
+ },
475
+ selectedVariants: {
476
+ Heading_Level: "H1",
477
+ },
478
+ },
479
+ "slides.1.title": {
480
+ heading: {
481
+ level: 1,
482
+ },
483
+ selectedVariants: {
484
+ Heading_Level: "H1",
485
+ },
486
+ },
487
+ "slides.2.title": {
488
+ heading: {
489
+ level: 1,
490
+ },
491
+ selectedVariants: {
492
+ Heading_Level: "H1",
493
+ },
494
+ },
498
495
  slides_levoGroup: {
499
496
  carousel: {
500
- loop: true,
501
- autoScroll: true,
497
+ loop: false,
498
+ autoScroll: false,
502
499
  speed: 4,
503
500
  },
504
501
  },
@@ -227,7 +227,6 @@ export const Hero8: IBlock = {
227
227
  layout: {
228
228
  "padding-top": "3xl",
229
229
  "padding-bottom": "3xl",
230
- "background-color": "background-1",
231
230
  },
232
231
  container: {
233
232
  "max-width": "1280px",
@@ -358,6 +357,11 @@ export const Hero8: IBlock = {
358
357
  },
359
358
  content: DEFAULT_CONTENT,
360
359
  config: {
360
+ slides_levoGroup: {
361
+ carousel: {
362
+ speed: 2,
363
+ },
364
+ },
361
365
  title: {
362
366
  heading: {
363
367
  level: 1,
@@ -2,11 +2,14 @@ import type { BlockComponent } from "@levo-so/studio";
2
2
  import { lazy } from "react";
3
3
 
4
4
  export const blocks: Record<string, BlockComponent> = {
5
+ "about-us-2:v1": lazy(() => import("./about-us/about-us-2")),
5
6
  "about-us-1:v1": lazy(() => import("./about-us/about-us-1")),
6
7
  "blog-listing-1:v1": lazy(() => import("./blogs/blog-listing-1")),
7
8
  "blog-listing-2:v1": lazy(() => import("./blogs/blog-listing-2")),
9
+ "blog-listing-3:v1": lazy(() => import("./blogs/blog-listing-3")),
8
10
  "blog-post-1:v1": lazy(() => import("./blogs/blog-post-1")),
9
11
  "blog-post-2:v1": lazy(() => import("./blogs/blog-post-2")),
12
+ "blog-post-3:v1": lazy(() => import("./blogs/blog-post-3")),
10
13
  "cards-2:v1": lazy(() => import("./cards/cards-2")),
11
14
  "cards-3:v1": lazy(() => import("./cards/cards-3")),
12
15
  "cards-4:v1": lazy(() => import("./cards/cards-4")),
@@ -17,6 +20,7 @@ export const blocks: Record<string, BlockComponent> = {
17
20
  "cards-10:v1": lazy(() => import("./cards/cards-10")),
18
21
  "cards-11:v1": lazy(() => import("./cards/cards-11")),
19
22
  "cards-12:v1": lazy(() => import("./cards/cards-12")),
23
+ "cards-13:v1": lazy(() => import("./cards/cards-13")),
20
24
  "contact-us-1:v1": lazy(() => import("./contact-us/contact-us-1")),
21
25
  "contact-us-2:v1": lazy(() => import("./contact-us/contact-us-2")),
22
26
  "content-1:v1": lazy(() => import("./content/content-1")),
@@ -25,6 +29,7 @@ export const blocks: Record<string, BlockComponent> = {
25
29
  "content-4:v1": lazy(() => import("./content/content-4")),
26
30
  "content-5:v1": lazy(() => import("./content/content-5")),
27
31
  "content-6:v1": lazy(() => import("./content/content-6")),
32
+ "content-7:v1": lazy(() => import("./content/content-7")),
28
33
  "cta-1:v1": lazy(() => import("./cta/cta-1")),
29
34
  "cta-2:v1": lazy(() => import("./cta/cta-2")),
30
35
  "cta-3:v1": lazy(() => import("./cta/cta-3")),
@@ -32,6 +37,7 @@ export const blocks: Record<string, BlockComponent> = {
32
37
  "event-listing:v1": lazy(() => import("./event/event-listing")),
33
38
  "event-listing-2:v1": lazy(() => import("./event/event-listing-2")),
34
39
  "event-listing-3:v1": lazy(() => import("./event/event-listing-3")),
40
+ "event-listing-4:v1": lazy(() => import("./event/event-listing-4")),
35
41
  "event-details:v1": lazy(() => import("./event/event-details")),
36
42
  "faq-1:v1": lazy(() => import("./faq/faq-1")),
37
43
  "faq-2:v1": lazy(() => import("./faq/faq-2")),
@@ -47,6 +53,7 @@ export const blocks: Record<string, BlockComponent> = {
47
53
  "footer-3:v1": lazy(() => import("./footer/footer-3")),
48
54
  "footer-4:v1": lazy(() => import("./footer/footer-4")),
49
55
  "footer-5:v1": lazy(() => import("./footer/footer-5")),
56
+ "footer-6:v1": lazy(() => import("./footer/footer-6")),
50
57
  "hero-1:v1": lazy(() => import("./hero/hero-1")),
51
58
  "hero-2:v1": lazy(() => import("./hero/hero-2")),
52
59
  "hero-4:v1": lazy(() => import("./hero/hero-4")),
@@ -55,9 +62,11 @@ export const blocks: Record<string, BlockComponent> = {
55
62
  "hero-7:v1": lazy(() => import("./hero/hero-7")),
56
63
  "hero-8:v1": lazy(() => import("./hero/hero-8")),
57
64
  "hero-9:v1": lazy(() => import("./hero/hero-9")),
65
+ "hero-10:v1": lazy(() => import("./hero/hero-10")),
58
66
  "logos-1:v1": lazy(() => import("./logos/logos-1")),
59
67
  "navbar-1:v1": lazy(() => import("./navbar/navbar-1")),
60
68
  "navbar-2:v1": lazy(() => import("./navbar/navbar-2")),
69
+ "navbar-3:v1": lazy(() => import("./navbar/navbar-3")),
61
70
  "pricing-1:v1": lazy(() => import("./pricing/pricing-1")),
62
71
  "products-listing-1:v1": lazy(() => import("./products/products-listing-1")),
63
72
  "stats-1:v1": lazy(() => import("./stats/stats-1")),
@@ -65,6 +74,7 @@ export const blocks: Record<string, BlockComponent> = {
65
74
  "team-1:v1": lazy(() => import("./team/team-1")),
66
75
  "team-2:v1": lazy(() => import("./team/team-2")),
67
76
  "team-3:v1": lazy(() => import("./team/team-3")),
77
+ "team-4:v1": lazy(() => import("./team/team-4")),
68
78
  "testimonial-1:v1": lazy(() => import("./testimonial/testimonial-1")),
69
79
  "testimonial-2:v1": lazy(() => import("./testimonial/testimonial-2")),
70
80
  "testimonial-3:v1": lazy(() => import("./testimonial/testimonial-3")),
@@ -75,4 +85,5 @@ export const blocks: Record<string, BlockComponent> = {
75
85
  () => import("./termsAndPrivacy/terms-and-conditions-1"),
76
86
  ),
77
87
  "carousel-1:v1": lazy(() => import("./carousel/carousel-1")),
88
+ "profile-1:v1": lazy(() => import("./profile/profile-1")),
78
89
  };
@@ -229,13 +229,11 @@ export const Logos1: IBlock = {
229
229
  },
230
230
  title: {
231
231
  "text-align": "center",
232
- "font-size": "3xl",
233
- tablet: {
234
- "font-size": "2xl",
235
- },
232
+ color: "text-1",
236
233
  },
237
234
  description: {
238
235
  "text-align": "center",
236
+ color: "text-2",
239
237
  },
240
238
  container: {
241
239
  display: "flex",
@@ -251,6 +249,14 @@ export const Logos1: IBlock = {
251
249
  },
252
250
  content: DEFAULT_CONTENT,
253
251
  config: {
252
+ title: {
253
+ heading: {
254
+ level: 2,
255
+ },
256
+ selectedVariants: {
257
+ Heading_Level: "H2",
258
+ },
259
+ },
254
260
  logos_levoGroup: {
255
261
  carousel: {
256
262
  loop: true,
@@ -307,7 +307,7 @@ export const Navbar1: IBlock = {
307
307
  {
308
308
  key: "sub-item-icon",
309
309
  label: "Sub Item Icon",
310
- field_interface: "ImageWidget",
310
+ field_interface: "IconWidget",
311
311
  },
312
312
  {
313
313
  key: "sub-item-text-container",
@@ -556,8 +556,7 @@ export const Navbar1: IBlock = {
556
556
  "column-gap": "2xs",
557
557
  "justify-content": "flex-start",
558
558
  width: "100%",
559
- "font-size": "lg",
560
- "font-weight": 600,
559
+
561
560
  color: "text-1",
562
561
  },
563
562
  "nav-item-dropdown-container": {
@@ -853,8 +852,7 @@ export const Navbar1: IBlock = {
853
852
  "column-gap": "2xs",
854
853
  "justify-content": "flex-start",
855
854
  width: "100%",
856
- "font-size": "lg",
857
- "font-weight": 600,
855
+
858
856
  color: "text-1",
859
857
  },
860
858
  "nav-item-dropdown-container": {