@levo-so/blocks 0.1.101 → 0.1.102

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 (159) hide show
  1. package/package.json +6 -5
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,157 +1,190 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_1 = {
4
- id: "5AQSZ4zrkJAF",
5
- filename: "hero-6-1.png",
4
+ id: "7453077972413023935",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt.png",
6
+ location: "https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-6-1-NczcX5FeWjRt-640w.webp 640w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7691694/pexels-photo-7691694.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
26
+
20
27
  const MEDIA_2 = {
21
- id: "YhE1TcDV6rlf",
22
- filename: "hero-6-2.png",
28
+ id: "7453077867479971422",
23
29
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa.png",
30
+ location: "https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg",
31
+ mimetype: "image/jpeg",
25
32
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-6-2-xlonCSMe3qGa-640w.webp 640w",
33
+ "320w":
34
+ "https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
35
+ "640w":
36
+ "https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
37
+ "750w":
38
+ "https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w":
40
+ "https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
41
+ "1080w":
42
+ "https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
43
+ "1200w":
44
+ "https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
45
+ "1920w":
46
+ "https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
47
+ path: "https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/31343630/pexels-photo-31343630.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
34
48
  },
35
- mimetype: "image/png",
36
49
  };
50
+
37
51
  const MEDIA_3 = {
38
- id: "oilerpqXNmvq",
39
- filename: "hero-6-3.png",
52
+ id: "7453077865651412170",
40
53
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh.png",
54
+ location: "https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg",
55
+ mimetype: "image/jpeg",
42
56
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-6-3-CISLrrD9tvFh-828w.webp 828w",
57
+ "320w":
58
+ "https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
59
+ "640w":
60
+ "https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
61
+ "750w":
62
+ "https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w":
64
+ "https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
65
+ "1080w":
66
+ "https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
67
+ "1200w":
68
+ "https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
69
+ "1920w":
70
+ "https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ path: "https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5789879/pexels-photo-5789879.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
51
72
  },
52
- mimetype: "image/png",
53
73
  };
74
+
54
75
  const MEDIA_4 = {
55
- id: "6HgwxxyDOBTm",
56
- filename: "hero-6-4.png",
76
+ id: "7453077975190548418",
57
77
  kind: "image",
58
- location: "https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0.png",
78
+ location: "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg",
79
+ mimetype: "image/jpeg",
59
80
  srcset: {
60
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-1080w.webp",
61
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-1200w.webp",
62
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-1920w.webp",
63
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-320w.webp",
64
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-640w.webp",
65
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-750w.webp",
66
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-828w.webp",
67
- path: "https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-6-4-rSC4lLkxUMq0-1920w.webp 1920w",
81
+ "320w":
82
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
83
+ "640w":
84
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
85
+ "750w":
86
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
87
+ "828w":
88
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
89
+ "1080w":
90
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
91
+ "1200w":
92
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
93
+ "1920w":
94
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
95
+ path: "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
68
96
  },
69
- mimetype: "image/png",
70
97
  };
98
+
71
99
  const MEDIA_5 = {
72
- id: "R6eeNbOMpSQY",
73
- filename: "hero-6-5.png",
100
+ id: "7453077871395987805",
74
101
  kind: "image",
75
- location: "https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI.png",
102
+ location: "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg",
103
+ mimetype: "image/jpeg",
76
104
  srcset: {
77
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-1080w.webp",
78
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-1200w.webp",
79
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-1920w.webp",
80
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-320w.webp",
81
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-640w.webp",
82
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-750w.webp",
83
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-828w.webp",
84
- path: "https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-6-5-hjBMvKrO8fHI-1920w.webp 1920w",
105
+ "320w":
106
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
107
+ "640w":
108
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
109
+ "750w":
110
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
111
+ "828w":
112
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
113
+ "1080w":
114
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
115
+ "1200w":
116
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
117
+ "1920w":
118
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
119
+ path: "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
85
120
  },
86
- mimetype: "image/png",
87
121
  };
88
122
 
89
123
  const DEFAULT_CONTENT = {
90
124
  layout: null,
91
125
  content_wrapper: null,
92
- label: "About Us",
93
- title: "Trusted Healthcare Solutions, Tailored for Your Unique Needs",
126
+ label: "MODERN TEAM OS",
127
+ title: "Operating System for fast-moving teams",
94
128
  description:
95
- "Access trusted medical professionals, modern treatments, and compassionate care—all in one place.",
129
+ "Plan, ship, and scale product work in one workspace. Real-time sync, webhooks, and a 99.99% uptime SLA built in.",
96
130
  stats: [
97
131
  {
98
132
  stat_wrapper: null,
99
- value: "2010",
100
- label: "Founded Year",
133
+ value: "12,000+",
134
+ label: "Teams shipping weekly",
101
135
  },
102
136
  {
103
137
  stat_wrapper: null,
104
- value: "100+",
105
- label: "Team Members",
138
+ value: "99.99%",
139
+ label: "Uptime SLA",
106
140
  },
107
141
  {
108
142
  stat_wrapper: null,
109
- value: "350+",
110
- label: "Patient Served",
143
+ value: "4M+",
144
+ label: "Workflows per day",
111
145
  },
112
146
  {
113
147
  stat_wrapper: null,
114
- value: "15+",
115
- label: "Years of Experience",
148
+ value: "SOC 2",
149
+ label: "Type II certified",
116
150
  },
117
151
  ],
118
152
  media_collage: [
119
- {
120
- image: MEDIA_1,
121
- },
122
- {
123
- image: MEDIA_2,
124
- },
125
- {
126
- image: MEDIA_3,
127
- },
128
- {
129
- image: MEDIA_4,
130
- },
131
- {
132
- image: MEDIA_5,
133
- },
134
- {
135
- image: MEDIA_1,
136
- },
137
- {
138
- image: MEDIA_2,
139
- },
140
- {
141
- image: MEDIA_3,
142
- },
153
+ { image: MEDIA_1 },
154
+ { image: MEDIA_2 },
155
+ { image: MEDIA_3 },
156
+ { image: MEDIA_4 },
157
+ { image: MEDIA_5 },
143
158
  ],
144
159
  };
145
160
 
146
161
  export type IHero6Content = typeof DEFAULT_CONTENT;
147
162
 
163
+ const STATS_CONFIG = [
164
+ {
165
+ value: {
166
+ heading: { level: "2" },
167
+ selectedVariants: { Heading_Level: "H2" },
168
+ },
169
+ },
170
+ {
171
+ value: { selectedVariants: { Heading_Level: "H2" } },
172
+ },
173
+ {
174
+ value: { selectedVariants: { Heading_Level: "H2" } },
175
+ },
176
+ {
177
+ value: { selectedVariants: { Heading_Level: "H2" } },
178
+ },
179
+ ];
180
+
148
181
  export const Hero6: IBlock = {
149
182
  category_id: "hero",
150
183
  title: "Hero 6",
151
184
  key: "hero-6",
152
185
  version: "v1",
153
186
  prompt_description:
154
- "A centered hero section with label, large headline, description, statistics grid displaying key metrics, and a collage of professional images below.",
187
+ "A centered hero section with branded label, large headline, description, statistics grid displaying key SaaS metrics, and a carousel collage of professional images below.",
155
188
  content_schema: [
156
189
  {
157
190
  key: "layout",
@@ -186,9 +219,9 @@ export const Hero6: IBlock = {
186
219
  field_interface: "TypographyWidget",
187
220
  hint: {
188
221
  prompt_description:
189
- "A small section identifier or category label that appears above the main title, providing context for the hero section.",
222
+ "A small branded, uppercase category label appearing above the main title, providing product positioning context.",
190
223
  min_characters: 5,
191
- max_characters: 20,
224
+ max_characters: 30,
192
225
  },
193
226
  },
194
227
  {
@@ -198,7 +231,7 @@ export const Hero6: IBlock = {
198
231
  hint: {
199
232
  prompt_description:
200
233
  "Large, prominent headline that communicates the main value proposition. Should be clear, impactful, and industry-specific.",
201
- min_characters: 40,
234
+ min_characters: 30,
202
235
  max_characters: 80,
203
236
  },
204
237
  },
@@ -240,9 +273,9 @@ export const Hero6: IBlock = {
240
273
  field_interface: "HeadingWidget",
241
274
  hint: {
242
275
  prompt_description:
243
- "The numerical value or metric (e.g., '2010', '100+', '350+') that represents an achievement or key data point.",
276
+ "The numerical value or metric (e.g., '12,000+', '99.99%', '4M+', 'SOC 2') that represents an achievement or key data point.",
244
277
  min_characters: 2,
245
- max_characters: 8,
278
+ max_characters: 10,
246
279
  },
247
280
  },
248
281
  {
@@ -251,9 +284,9 @@ export const Hero6: IBlock = {
251
284
  field_interface: "TypographyWidget",
252
285
  hint: {
253
286
  prompt_description:
254
- "Descriptive text that explains what the statistic represents (e.g., 'Founded Year', 'Team Members').",
287
+ "Descriptive text that explains what the statistic represents (e.g., 'Teams shipping weekly', 'Uptime SLA').",
255
288
  min_characters: 8,
256
- max_characters: 25,
289
+ max_characters: 30,
257
290
  },
258
291
  },
259
292
  ],
@@ -265,7 +298,7 @@ export const Hero6: IBlock = {
265
298
  kind: "group",
266
299
  hint: {
267
300
  prompt_description:
268
- "A collection of professional images arranged as a visual collage, typically showing team members, work environment, or industry-related imagery.",
301
+ "A collection of professional images arranged as a horizontal collage, showing teams, workspace, code, and infrastructure.",
269
302
  min_items: 5,
270
303
  max_items: 5,
271
304
  },
@@ -292,12 +325,8 @@ export const Hero6: IBlock = {
292
325
  content: DEFAULT_CONTENT,
293
326
  config: {
294
327
  title: {
295
- heading: {
296
- level: 1,
297
- },
298
- selectedVariants: {
299
- Heading_Level: "H1",
300
- },
328
+ heading: { level: 1 },
329
+ selectedVariants: { Heading_Level: "H1" },
301
330
  },
302
331
  media_collage_levoGroup: {
303
332
  carousel: {
@@ -307,39 +336,7 @@ export const Hero6: IBlock = {
307
336
  autoPlay: false,
308
337
  },
309
338
  },
310
- stats: [
311
- {
312
- value: {
313
- heading: {
314
- level: "2",
315
- },
316
- selectedVariants: {
317
- Heading_Level: "H2",
318
- },
319
- },
320
- },
321
- {
322
- value: {
323
- selectedVariants: {
324
- Heading_Level: "H2",
325
- },
326
- },
327
- },
328
- {
329
- value: {
330
- selectedVariants: {
331
- Heading_Level: "H2",
332
- },
333
- },
334
- },
335
- {
336
- value: {
337
- selectedVariants: {
338
- Heading_Level: "H2",
339
- },
340
- },
341
- },
342
- ],
339
+ stats: STATS_CONFIG,
343
340
  },
344
341
  styles: {
345
342
  layout: {
@@ -360,23 +357,18 @@ export const Hero6: IBlock = {
360
357
  "max-width": "800px",
361
358
  },
362
359
  label: {
363
- "background-color": "brandSecondary",
364
- "padding-top": "2xs",
365
- "padding-bottom": "2xs",
366
- "padding-left": "base",
367
- "padding-right": "base",
368
- "border-radius": "base",
369
- color: "brandSecondaryForeground",
360
+ color: "brand",
361
+ "text-transform": "uppercase",
362
+ "letter-spacing": "0.08em",
363
+ "font-weight": "600",
364
+ "font-size": "xs",
370
365
  },
371
366
  title: {
372
- tablet: {
373
- "max-width": "650px",
374
- },
367
+ "text-wrap": "balance",
368
+ tablet: { "max-width": "650px" },
375
369
  },
376
370
  description: {
377
- tablet: {
378
- "max-width": "500px",
379
- },
371
+ "max-width": "600px",
380
372
  },
381
373
  stats_levoGroup: {
382
374
  display: "grid",
@@ -384,6 +376,7 @@ export const Hero6: IBlock = {
384
376
  "column-gap": "lg",
385
377
  "row-gap": "base",
386
378
  width: "100%",
379
+ "margin-top": "sm",
387
380
  tablet: {
388
381
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
389
382
  "column-gap": "base",
@@ -392,133 +385,329 @@ export const Hero6: IBlock = {
392
385
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
393
386
  "column-gap": "base",
394
387
  },
395
- "margin-top": "xs",
396
388
  },
397
- "stats.*.stat_wrapper": {
389
+ media_collage_levoGroup: {
390
+ number_of_slides: 5,
391
+ "margin-top": "xl",
392
+ tablet: { number_of_slides: 2 },
393
+ mobile: { number_of_slides: 1 },
394
+ height: "auto",
395
+ },
396
+ stats_levoGroupItem: {
397
+ stat_wrapper: {
398
+ display: "flex",
399
+ "flex-direction": "column",
400
+ "align-items": "center",
401
+ "text-align": "center",
402
+ "row-gap": "3xs",
403
+ },
404
+ value: {},
405
+ },
406
+ stats: [{}, {}, {}, {}],
407
+ media_collage_levoGroupItem: {
408
+ image: {
409
+ height: "320px",
410
+ width: "260px",
411
+ "object-fit": "cover",
412
+ "border-radius": "base",
413
+ },
414
+ },
415
+ media_collage: [{}, {}, {}, {}, {}],
416
+ },
417
+ },
418
+ {
419
+ title: "Left Aligned",
420
+ key: "left_aligned",
421
+ content: DEFAULT_CONTENT,
422
+ config: {
423
+ title: {
424
+ heading: { level: 1 },
425
+ selectedVariants: { Heading_Level: "H1" },
426
+ },
427
+ media_collage_levoGroup: {
428
+ carousel: {
429
+ loop: true,
430
+ autoScroll: true,
431
+ speed: 2,
432
+ autoPlay: false,
433
+ },
434
+ },
435
+ stats: STATS_CONFIG,
436
+ },
437
+ styles: {
438
+ layout: {
439
+ "background-color": "background-1",
440
+ },
441
+ container: {
398
442
  display: "flex",
399
443
  "flex-direction": "column",
400
- "align-items": "center",
401
- "text-align": "center",
402
- "row-gap": "xs",
444
+ "align-items": "flex-start",
445
+ "row-gap": "2xl",
446
+ },
447
+ content_wrapper: {
448
+ display: "flex",
449
+ "flex-direction": "column",
450
+ "align-items": "flex-start",
451
+ "text-align": "left",
452
+ "row-gap": "base",
453
+ "max-width": "800px",
403
454
  },
404
- "stats.*.value": {
405
- color: "text-1",
455
+ label: {
456
+ color: "brand",
457
+ "text-transform": "uppercase",
458
+ "letter-spacing": "0.08em",
459
+ "font-weight": "600",
460
+ "font-size": "xs",
406
461
  },
407
- "stats.*.label": {
408
- color: "text-2",
462
+ title: {},
463
+ description: {
464
+ "max-width": "620px",
409
465
  },
410
- media_collage_levoGroup: {
411
- number_of_slides: 5,
412
- "margin-top": "xl",
466
+ stats_levoGroup: {
467
+ display: "flex",
468
+ "flex-direction": "row",
469
+ "column-gap": "2xl",
470
+ "row-gap": "base",
471
+ "margin-top": "sm",
413
472
  tablet: {
414
- number_of_slides: 2,
473
+ "flex-wrap": "wrap",
474
+ "column-gap": "lg",
415
475
  },
416
476
  mobile: {
417
- number_of_slides: 1,
477
+ "flex-wrap": "wrap",
478
+ "column-gap": "lg",
418
479
  },
419
-
480
+ },
481
+ media_collage_levoGroup: {
482
+ number_of_slides: 5,
483
+ "margin-top": "xl",
484
+ tablet: { number_of_slides: 2 },
485
+ mobile: { number_of_slides: 1 },
420
486
  height: "auto",
421
487
  },
422
- "media_collage.*.image": {
423
- width: "100%",
424
- height: "350px",
425
- "object-fit": "cover",
426
- "border-radius": "base",
427
- tablet: {
428
- height: "300px",
429
- },
430
- mobile: {
431
- height: "250px",
432
- },
488
+ stats_levoGroupItem: {
489
+ stat_wrapper: {
490
+ display: "flex",
491
+ "flex-direction": "column",
492
+ "align-items": "flex-start",
493
+ "row-gap": "3xs",
494
+ },
495
+ value: {},
433
496
  },
434
- stats: [
435
- {
436
- value: {},
497
+ stats: [{}, {}, {}, {}],
498
+ media_collage_levoGroupItem: {
499
+ image: {
500
+ height: "320px",
501
+ width: "260px",
502
+ "object-fit": "cover",
503
+ "border-radius": "base",
437
504
  },
438
- {
439
- value: {},
505
+ },
506
+ media_collage: [{}, {}, {}, {}, {}],
507
+ },
508
+ },
509
+ {
510
+ title: "Split Stats",
511
+ key: "split_stats",
512
+ content: DEFAULT_CONTENT,
513
+ config: {
514
+ title: {
515
+ heading: { level: 1 },
516
+ selectedVariants: { Heading_Level: "H1" },
517
+ },
518
+ media_collage_levoGroup: {
519
+ carousel: {
520
+ loop: true,
521
+ autoScroll: true,
522
+ speed: 2,
523
+ autoPlay: false,
440
524
  },
441
- {
442
- value: {},
525
+ },
526
+ stats: STATS_CONFIG,
527
+ },
528
+ styles: {
529
+ layout: {
530
+ "background-color": "background-1",
531
+ },
532
+ container: {
533
+ display: "flex",
534
+ "flex-direction": "column",
535
+ "row-gap": "2xl",
536
+ },
537
+ content_wrapper: {
538
+ display: "grid",
539
+ "grid-template-columns": "1fr 45%",
540
+ "column-gap": "2xl",
541
+ "row-gap": "base",
542
+ "align-items": "center",
543
+ tablet: {
544
+ display: "flex",
545
+ "flex-direction": "column",
546
+ "row-gap": "xl",
443
547
  },
444
- {
445
- value: {},
548
+ mobile: {
549
+ display: "flex",
550
+ "flex-direction": "column",
551
+ "row-gap": "xl",
446
552
  },
447
- ],
448
- media_collage: [
449
- {
450
- image: {
451
- height: "350px",
452
- "object-fit": "cover",
453
- "border-radius": "base",
454
- width: "260px",
455
- },
553
+ },
554
+ label: {
555
+ color: "brand",
556
+ "text-transform": "uppercase",
557
+ "letter-spacing": "0.08em",
558
+ "font-weight": "600",
559
+ "font-size": "xs",
560
+ "grid-column": "1",
561
+ },
562
+ title: {
563
+ "text-wrap": "balance",
564
+ "grid-column": "1",
565
+ "min-width": "0",
566
+ },
567
+ description: {
568
+ "grid-column": "1",
569
+ "min-width": "0",
570
+ },
571
+ stats_levoGroup: {
572
+ display: "grid",
573
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
574
+ "column-gap": "lg",
575
+ "row-gap": "lg",
576
+ "grid-column": "2",
577
+ "grid-row": "1 / span 3",
578
+ "align-self": "center",
579
+ tablet: {
580
+ width: "100%",
581
+ "grid-column": "unset",
582
+ "grid-row": "unset",
456
583
  },
457
- {
458
- image: {
459
- width: "260px",
460
- height: "350px",
461
- "object-fit": "cover",
462
- "border-radius": "base",
463
- },
584
+ mobile: {
585
+ width: "100%",
464
586
  },
465
- {
466
- image: {
467
- height: "350px",
468
- "object-fit": "cover",
469
- "border-radius": "base",
470
- width: "260px",
471
- },
587
+ },
588
+ media_collage_levoGroup: {
589
+ number_of_slides: 5,
590
+ "margin-top": "xl",
591
+ tablet: { number_of_slides: 2 },
592
+ mobile: { number_of_slides: 1 },
593
+ height: "auto",
594
+ },
595
+ stats_levoGroupItem: {
596
+ stat_wrapper: {
597
+ display: "flex",
598
+ "flex-direction": "column",
599
+ "align-items": "flex-start",
600
+ "row-gap": "3xs",
601
+ },
602
+ value: {},
603
+ },
604
+ stats: [{}, {}, {}, {}],
605
+ media_collage_levoGroupItem: {
606
+ image: {
607
+ height: "320px",
608
+ width: "260px",
609
+ "object-fit": "cover",
610
+ "border-radius": "base",
472
611
  },
473
- {
474
- image: {
475
- height: "350px",
476
- "object-fit": "cover",
477
- "border-radius": "base",
478
- width: "260px",
479
- },
612
+ },
613
+ media_collage: [{}, {}, {}, {}, {}],
614
+ },
615
+ },
616
+ {
617
+ title: "Minimal",
618
+ key: "minimal",
619
+ content: DEFAULT_CONTENT,
620
+ config: {
621
+ title: {
622
+ heading: { level: 1 },
623
+ selectedVariants: { Heading_Level: "H1" },
624
+ },
625
+ media_collage_levoGroup: {
626
+ carousel: {
627
+ loop: true,
628
+ autoScroll: true,
629
+ speed: 2,
630
+ autoPlay: false,
480
631
  },
481
- {
482
- image: {
483
- height: "350px",
484
- "object-fit": "cover",
485
- "border-radius": "base",
486
- width: "260px",
487
- },
632
+ },
633
+ stats: STATS_CONFIG,
634
+ },
635
+ styles: {
636
+ layout: {
637
+ "background-color": "background-1",
638
+ },
639
+ container: {
640
+ display: "flex",
641
+ "flex-direction": "column",
642
+ "align-items": "center",
643
+ "row-gap": "xl",
644
+ },
645
+ content_wrapper: {
646
+ display: "flex",
647
+ "flex-direction": "column",
648
+ "align-items": "center",
649
+ "text-align": "center",
650
+ "row-gap": "sm",
651
+ "max-width": "700px",
652
+ },
653
+ label: {
654
+ display: "none",
655
+ },
656
+ title: {
657
+ "text-wrap": "balance",
658
+ tablet: { "max-width": "600px" },
659
+ },
660
+ description: {
661
+ "max-width": "520px",
662
+ },
663
+ stats_levoGroup: {
664
+ display: "flex",
665
+ "flex-direction": "row",
666
+ "align-items": "center",
667
+ "justify-content": "center",
668
+ "column-gap": "2xl",
669
+ "row-gap": "base",
670
+ "margin-top": "sm",
671
+ tablet: {
672
+ "flex-wrap": "wrap",
673
+ "justify-content": "center",
674
+ "column-gap": "xl",
488
675
  },
489
- {
490
- image: {
491
- height: "350px",
492
- "object-fit": "cover",
493
- "border-radius": "base",
494
- width: "260px",
495
- },
676
+ mobile: {
677
+ "flex-wrap": "wrap",
678
+ "justify-content": "center",
679
+ "column-gap": "lg",
496
680
  },
497
- {
498
- image: {
499
- height: "350px",
500
- "object-fit": "cover",
501
- "border-radius": "base",
502
- width: "260px",
503
- },
681
+ },
682
+ media_collage_levoGroup: {
683
+ number_of_slides: 5,
684
+ "margin-top": "base",
685
+ tablet: { number_of_slides: 2 },
686
+ mobile: { number_of_slides: 1 },
687
+ height: "auto",
688
+ },
689
+ stats_levoGroupItem: {
690
+ stat_wrapper: {
691
+ display: "flex",
692
+ "flex-direction": "column",
693
+ "align-items": "center",
694
+ "text-align": "center",
695
+ "row-gap": "3xs",
504
696
  },
505
- {
506
- image: {
507
- height: "350px",
508
- "object-fit": "cover",
509
- "border-radius": "base",
510
- width: "260px",
511
- },
697
+ value: {
698
+ "white-space": "nowrap",
512
699
  },
513
- {
514
- image: {
515
- height: "350px",
516
- "object-fit": "cover",
517
- "border-radius": "base",
518
- width: "260px",
519
- },
700
+ },
701
+ stats: [{}, {}, {}, {}],
702
+ media_collage_levoGroupItem: {
703
+ image: {
704
+ height: "240px",
705
+ width: "260px",
706
+ "object-fit": "cover",
707
+ "border-radius": "base",
520
708
  },
521
- ],
709
+ },
710
+ media_collage: [{}, {}, {}, {}, {}],
522
711
  },
523
712
  },
524
713
  ],