@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,21 +1,68 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_1 = {
4
- id: "oilXrpqcLCr5",
5
- filename: "hero-12.png",
4
+ id: "7453077865651408747",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H.png",
6
+ location:
7
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-12-qW3Y1jckiw1H-640w.webp 640w",
10
+ "320w":
11
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
25
+ },
26
+ };
27
+
28
+ const ICON_PEOPLE = {
29
+ kind: "icon" as const,
30
+ data: {
31
+ id: "profile-2user",
32
+ label: "Profile 2user",
33
+ svgCode:
34
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.15957 11.62C9.12957 11.62 9.10957 11.62 9.07957 11.62C9.02957 11.61 8.95957 11.61 8.89957 11.62C5.99957 11.53 3.80957 9.25 3.80957 6.44C3.80957 3.58 6.13957 1.25 8.99957 1.25C11.8596 1.25 14.1896 3.58 14.1896 6.44C14.1796 9.25 11.9796 11.53 9.18957 11.62C9.17957 11.62 9.16957 11.62 9.15957 11.62ZM8.99957 2.75C6.96957 2.75 5.30957 4.41 5.30957 6.44C5.30957 8.44 6.86957 10.05 8.85957 10.12C8.91957 10.11 9.04957 10.11 9.17957 10.12C11.1396 10.03 12.6796 8.42 12.6896 6.44C12.6896 4.41 11.0296 2.75 8.99957 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16.5394 11.75C16.5094 11.75 16.4794 11.75 16.4494 11.74C16.0394 11.78 15.6194 11.49 15.5794 11.08C15.5394 10.67 15.7894 10.3 16.1994 10.25C16.3194 10.24 16.4494 10.24 16.5594 10.24C18.0194 10.16 19.1594 8.96 19.1594 7.49C19.1594 5.97 17.9294 4.74 16.4094 4.74C15.9994 4.75 15.6594 4.41 15.6594 4C15.6594 3.59 15.9994 3.25 16.4094 3.25C18.7494 3.25 20.6594 5.16 20.6594 7.5C20.6594 9.8 18.8594 11.66 16.5694 11.75C16.5594 11.75 16.5494 11.75 16.5394 11.75Z" fill="var(--color-icon-primary)"/>\n<path d="M9.16961 22.55C7.20961 22.55 5.23961 22.05 3.74961 21.05C2.35961 20.13 1.59961 18.87 1.59961 17.5C1.59961 16.13 2.35961 14.86 3.74961 13.93C6.74961 11.94 11.6096 11.94 14.5896 13.93C15.9696 14.85 16.7396 16.11 16.7396 17.48C16.7396 18.85 15.9796 20.12 14.5896 21.05C13.0896 22.05 11.1296 22.55 9.16961 22.55ZM4.57961 15.19C3.61961 15.83 3.09961 16.65 3.09961 17.51C3.09961 18.36 3.62961 19.18 4.57961 19.81C7.06961 21.48 11.2696 21.48 13.7596 19.81C14.7196 19.17 15.2396 18.35 15.2396 17.49C15.2396 16.64 14.7096 15.82 13.7596 15.19C11.2696 13.53 7.06961 13.53 4.57961 15.19Z" fill="var(--color-icon-primary)"/>\n<path d="M18.3392 20.75C17.9892 20.75 17.6792 20.51 17.6092 20.15C17.5292 19.74 17.7892 19.35 18.1892 19.26C18.8192 19.13 19.3992 18.88 19.8492 18.53C20.4192 18.1 20.7292 17.56 20.7292 16.99C20.7292 16.42 20.4192 15.88 19.8592 15.46C19.4192 15.12 18.8692 14.88 18.2192 14.73C17.8192 14.64 17.5592 14.24 17.6492 13.83C17.7392 13.43 18.1392 13.17 18.5492 13.26C19.4092 13.45 20.1592 13.79 20.7692 14.26C21.6992 14.96 22.2292 15.95 22.2292 16.99C22.2292 18.03 21.6892 19.02 20.7592 19.73C20.1392 20.21 19.3592 20.56 18.4992 20.73C18.4392 20.75 18.3892 20.75 18.3392 20.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
35
+ },
36
+ };
37
+
38
+ const ICON_SHIELD = {
39
+ kind: "icon" as const,
40
+ data: {
41
+ id: "shield-tick",
42
+ label: "Shield Tick",
43
+ svgCode:
44
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z" fill="var(--color-icon-primary)"/>\n<path d="M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z" fill="var(--color-icon-primary)"/>\n</svg>',
45
+ },
46
+ };
47
+
48
+ const ICON_FLASH = {
49
+ kind: "icon" as const,
50
+ data: {
51
+ id: "flash",
52
+ label: "Flash",
53
+ svgCode:
54
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.98959 22.75C9.78959 22.75 9.62959 22.71 9.50959 22.66C9.10959 22.51 8.42959 22.02 8.42959 20.47V14.02H6.08959C4.74959 14.02 4.26959 13.39 4.09959 13.02C3.92959 12.64 3.77959 11.87 4.65959 10.86L12.2296 2.26001C13.2496 1.10001 14.0796 1.18001 14.4796 1.33001C14.8796 1.48001 15.5596 1.97001 15.5596 3.52001V9.97001H17.8996C19.2396 9.97001 19.7196 10.6 19.8896 10.97C20.0596 11.35 20.2096 12.12 19.3296 13.13L11.7596 21.73C11.0496 22.54 10.4296 22.75 9.98959 22.75ZM13.9296 2.74001C13.8996 2.78001 13.6896 2.88001 13.3596 3.26001L5.78959 11.86C5.50959 12.18 5.46959 12.38 5.46959 12.42C5.48959 12.43 5.66959 12.53 6.08959 12.53H9.17959C9.58959 12.53 9.92959 12.87 9.92959 13.28V20.48C9.92959 20.98 10.0196 21.2 10.0596 21.26C10.0896 21.22 10.2996 21.12 10.6296 20.74L18.1996 12.14C18.4796 11.82 18.5196 11.62 18.5196 11.58C18.4996 11.57 18.3196 11.47 17.8996 11.47H14.8096C14.3996 11.47 14.0596 11.13 14.0596 10.72V3.52001C14.0696 3.02001 13.9696 2.81001 13.9296 2.74001Z" fill="var(--color-icon-primary)"/>\n</svg>',
55
+ },
56
+ };
57
+
58
+ const ICON_CHART = {
59
+ kind: "icon" as const,
60
+ data: {
61
+ id: "chart-square",
62
+ label: "Chart Square",
63
+ svgCode:
64
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M10.1103 18.15H6.32031C5.91031 18.15 5.57031 17.81 5.57031 17.4V12.28C5.57031 11.24 6.4203 10.39 7.4603 10.39H10.1103C10.5203 10.39 10.8603 10.73 10.8603 11.14V17.39C10.8603 17.81 10.5203 18.15 10.1103 18.15ZM7.07031 16.65H9.36029V11.9H7.4603C7.2503 11.9 7.07031 12.07 7.07031 12.29V16.65Z" fill="var(--color-icon-primary)"/>\n<path d="M13.8896 18.15H10.0996C9.68961 18.15 9.34961 17.81 9.34961 17.4V7.73999C9.34961 6.69999 10.1996 5.84998 11.2396 5.84998H12.7596C13.7996 5.84998 14.6496 6.69999 14.6496 7.73999V17.4C14.6396 17.81 14.3096 18.15 13.8896 18.15ZM10.8596 16.65H13.1496V7.73999C13.1496 7.52999 12.9796 7.34998 12.7596 7.34998H11.2396C11.0296 7.34998 10.8496 7.51999 10.8496 7.73999V16.65H10.8596Z" fill="var(--color-icon-primary)"/>\n<path d="M17.6806 18.15H13.8906C13.4806 18.15 13.1406 17.81 13.1406 17.4V12.85C13.1406 12.44 13.4806 12.1 13.8906 12.1H16.5406C17.5806 12.1 18.4306 12.95 18.4306 13.99V17.4C18.4306 17.81 18.1006 18.15 17.6806 18.15ZM14.6406 16.65H16.9306V13.99C16.9306 13.78 16.7606 13.6 16.5406 13.6H14.6406V16.65Z" fill="var(--color-icon-primary)"/>\n<path d="M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n</svg>',
17
65
  },
18
- mimetype: "image/png",
19
66
  };
20
67
 
21
68
  const DEFAULT_CONTENT = {
@@ -23,10 +70,10 @@ const DEFAULT_CONTENT = {
23
70
  container: null,
24
71
  content_wrapper: null,
25
72
  left_section: null,
26
- label: "About Us",
27
- title: "25 Years of NetSuite Expertise Across Worldwide",
73
+ label: "TRUSTED BY 12,000+ TEAMS",
74
+ title: "Operating System for fast-moving teams",
28
75
  description:
29
- "With offices worldwide, we help you assess, upgrade, or adopt tailored solutions. From discovery to implementation, training, and supportwe're with you every step.",
76
+ "One workspace for planning, shipping, and running the business. Built on real-time sync, 99.99% uptime, and SOC 2 Type II so every team ships on the same page.",
30
77
  team_image_wrapper: null,
31
78
  images_levoGroup: null,
32
79
  images: [
@@ -34,85 +81,125 @@ const DEFAULT_CONTENT = {
34
81
  image_wrapper: null,
35
82
  image: MEDIA_1,
36
83
  },
37
- {
38
- image_wrapper: null,
39
- image: MEDIA_1,
40
- },
41
84
  ],
42
85
  stats_levoGroup: null,
43
86
  stats: [
44
87
  {
45
88
  stat_box: null,
46
- number: "25+",
47
- label: "Years of Experience",
48
- icon: {
49
- kind: "icon",
50
- data: {
51
- id: "arrow-circle-up",
52
- label: "Arrow Circle Up",
53
- tags: ["arrow", "circle", "custom", "directional", "up"],
54
- svgCode:
55
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5302 14.01C15.3402 14.01 15.1502 13.94 15.0002 13.79L12.0002 10.79L9.00016 13.79C8.71016 14.08 8.23016 14.08 7.94016 13.79C7.65016 13.5 7.65016 13.02 7.94016 12.73L11.4702 9.19998C11.7602 8.90998 12.2402 8.90998 12.5302 9.19998L16.0602 12.73C16.3502 13.02 16.3502 13.5 16.0602 13.79C15.9102 13.94 15.7202 14.01 15.5302 14.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
56
- },
57
- },
89
+ number_container: null,
90
+ number: "12,000+",
91
+ label: "Teams Shipping",
92
+ icon: ICON_PEOPLE,
58
93
  },
59
94
  {
60
95
  stat_box: null,
61
- number: "25+",
62
- label: "Years of Experience",
63
- icon: {
64
- kind: "icon",
65
- data: {
66
- id: "arrow-circle-up",
67
- label: "Arrow Circle Up",
68
- tags: ["arrow", "circle", "custom", "directional", "up"],
69
- svgCode:
70
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5302 14.01C15.3402 14.01 15.1502 13.94 15.0002 13.79L12.0002 10.79L9.00016 13.79C8.71016 14.08 8.23016 14.08 7.94016 13.79C7.65016 13.5 7.65016 13.02 7.94016 12.73L11.4702 9.19998C11.7602 8.90998 12.2402 8.90998 12.5302 9.19998L16.0602 12.73C16.3502 13.02 16.3502 13.5 16.0602 13.79C15.9102 13.94 15.7202 14.01 15.5302 14.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
71
- },
72
- },
96
+ number_container: null,
97
+ number: "99.99%",
98
+ label: "Uptime SLA",
99
+ icon: ICON_SHIELD,
73
100
  },
74
101
  {
75
102
  stat_box: null,
76
- number: "25+",
77
- label: "Years of Experience",
78
- icon: {
79
- kind: "icon",
80
- data: {
81
- id: "arrow-circle-up",
82
- label: "Arrow Circle Up",
83
- tags: ["arrow", "circle", "custom", "directional", "up"],
84
- svgCode:
85
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5302 14.01C15.3402 14.01 15.1502 13.94 15.0002 13.79L12.0002 10.79L9.00016 13.79C8.71016 14.08 8.23016 14.08 7.94016 13.79C7.65016 13.5 7.65016 13.02 7.94016 12.73L11.4702 9.19998C11.7602 8.90998 12.2402 8.90998 12.5302 9.19998L16.0602 12.73C16.3502 13.02 16.3502 13.5 16.0602 13.79C15.9102 13.94 15.7202 14.01 15.5302 14.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
86
- },
87
- },
103
+ number_container: null,
104
+ number: "4M+",
105
+ label: "Workflows Run",
106
+ icon: ICON_FLASH,
88
107
  },
89
108
  {
90
109
  stat_box: null,
91
- number: "25+",
92
- label: "Years of Experience",
93
- icon: {
94
- kind: "icon",
95
- data: {
96
- id: "arrow-circle-up",
97
- label: "Arrow Circle Up",
98
- tags: ["arrow", "circle", "custom", "directional", "up"],
99
- svgCode:
100
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5302 14.01C15.3402 14.01 15.1502 13.94 15.0002 13.79L12.0002 10.79L9.00016 13.79C8.71016 14.08 8.23016 14.08 7.94016 13.79C7.65016 13.5 7.65016 13.02 7.94016 12.73L11.4702 9.19998C11.7602 8.90998 12.2402 8.90998 12.5302 9.19998L16.0602 12.73C16.3502 13.02 16.3502 13.5 16.0602 13.79C15.9102 13.94 15.7202 14.01 15.5302 14.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
101
- },
102
- },
110
+ number_container: null,
111
+ number: "SOC 2",
112
+ label: "Type II Certified",
113
+ icon: ICON_CHART,
103
114
  },
104
115
  ],
105
116
  };
106
117
 
107
118
  export type IHero12Content = typeof DEFAULT_CONTENT;
108
119
 
120
+ const STATS_CONFIG = [
121
+ {
122
+ number: { selectedVariants: {} },
123
+ label: { selectedVariants: { Typography_Variants: "Small" } },
124
+ stat_box: { selectedVariants: {} },
125
+ number_container: { selectedVariants: {} },
126
+ },
127
+ {
128
+ number: { selectedVariants: {} },
129
+ label: { selectedVariants: { Typography_Variants: "Small" } },
130
+ stat_box: { selectedVariants: {} },
131
+ number_container: { selectedVariants: {} },
132
+ },
133
+ {
134
+ number: { selectedVariants: {} },
135
+ label: { selectedVariants: { Typography_Variants: "Small" } },
136
+ stat_box: { selectedVariants: {} },
137
+ number_container: { selectedVariants: {} },
138
+ },
139
+ {
140
+ number: { selectedVariants: {} },
141
+ label: { selectedVariants: { Typography_Variants: "Small" } },
142
+ stat_box: { selectedVariants: {} },
143
+ number_container: { selectedVariants: {} },
144
+ },
145
+ ];
146
+
147
+ // Branded label styling — uppercase, brand-colored, tracked
148
+ const BRANDED_LABEL = {
149
+ color: "brand",
150
+ "text-transform": "uppercase",
151
+ "letter-spacing": "0.08em",
152
+ "font-weight": 600,
153
+ "font-size": "xs",
154
+ };
155
+
156
+ // Shared stat item styles — icon sized explicit, number/label hierarchy
157
+ const STAT_ITEM_GRID = {
158
+ stat_box: {
159
+ display: "flex",
160
+ "flex-direction": "column",
161
+ "align-items": "center",
162
+ "justify-content": "center",
163
+ "padding-top": "2rem",
164
+ "padding-bottom": "2rem",
165
+ "padding-left": "1.5rem",
166
+ "padding-right": "1.5rem",
167
+ height: "100%",
168
+ "row-gap": "0.25rem",
169
+ },
170
+ number: {
171
+ color: "brand",
172
+ "font-size": "4xl",
173
+ "font-weight": 600,
174
+ },
175
+ label: {
176
+ color: "#6b7280",
177
+ "text-transform": "uppercase",
178
+ "letter-spacing": "0.05em",
179
+ "text-align": "center",
180
+ },
181
+ number_container: {
182
+ display: "flex",
183
+ "justify-content": "center",
184
+ "align-items": "center",
185
+ "column-gap": "0.5rem",
186
+ "margin-bottom": "0.25rem",
187
+ },
188
+ icon: {
189
+ height: "28px",
190
+ width: "28px",
191
+ "font-size": "28px",
192
+ "flex-shrink": 0,
193
+ },
194
+ };
195
+
109
196
  export const Hero12: IBlock = {
110
197
  category_id: "hero",
111
198
  title: "Hero 12",
112
199
  key: "hero-12",
113
200
  version: "v1",
114
201
  prompt_description:
115
- "Two-column hero section with left content including label, title, description and team image, and right stats grid with 4 numbered statistics.",
202
+ "Hero section with branded label, bold headline, description, a team collaboration image, and a 4-up stats grid showing scale, reliability, throughput, and compliance.",
116
203
  content_schema: [
117
204
  {
118
205
  key: "layout",
@@ -137,7 +224,8 @@ export const Hero12: IBlock = {
137
224
  label: "Content Wrapper",
138
225
  field_interface: "BoxWidget",
139
226
  hint: {
140
- prompt_description: "Wrapper that contains all hero content with proper spacing.",
227
+ prompt_description:
228
+ "Wrapper that contains all hero content with proper spacing.",
141
229
  },
142
230
  },
143
231
  {
@@ -154,7 +242,8 @@ export const Hero12: IBlock = {
154
242
  label: "Title Container",
155
243
  field_interface: "ContainerWidget",
156
244
  hint: {
157
- prompt_description: "Container specifically for the label and title elements.",
245
+ prompt_description:
246
+ "Container specifically for the label and title elements.",
158
247
  },
159
248
  },
160
249
  {
@@ -172,9 +261,9 @@ export const Hero12: IBlock = {
172
261
  label: "Label",
173
262
  field_interface: "TypographyWidget",
174
263
  hint: {
175
- prompt_description: "Small section label shown above the title (e.g., 'About Us')",
264
+ prompt_description: "Short branded label shown above the title",
176
265
  min_characters: 3,
177
- max_characters: 20,
266
+ max_characters: 30,
178
267
  },
179
268
  },
180
269
  {
@@ -192,7 +281,8 @@ export const Hero12: IBlock = {
192
281
  label: "Description",
193
282
  field_interface: "TypographyWidget",
194
283
  hint: {
195
- prompt_description: "Supporting description text explaining the company or service",
284
+ prompt_description:
285
+ "Supporting description text explaining the product value",
196
286
  min_characters: 80,
197
287
  max_characters: 200,
198
288
  },
@@ -202,7 +292,8 @@ export const Hero12: IBlock = {
202
292
  label: "Bottom Container",
203
293
  field_interface: "BoxWidget",
204
294
  hint: {
205
- prompt_description: "Container for the bottom section with image and stats grid.",
295
+ prompt_description:
296
+ "Container for the bottom section with image and stats grid.",
206
297
  },
207
298
  },
208
299
 
@@ -217,7 +308,8 @@ export const Hero12: IBlock = {
217
308
  label: "Image",
218
309
  field_interface: "ImageWidget",
219
310
  hint: {
220
- prompt_description: "Team photo displayed in the carousel",
311
+ prompt_description:
312
+ "Hero image showing the product, team, or workspace in action",
221
313
  orientation: "landscape",
222
314
  size: "large",
223
315
  usecase: "hero",
@@ -245,7 +337,8 @@ export const Hero12: IBlock = {
245
337
  label: "Number Container",
246
338
  field_interface: "BoxWidget",
247
339
  hint: {
248
- prompt_description: "Container that holds the icon and number together.",
340
+ prompt_description:
341
+ "Container that holds the icon and number together.",
249
342
  },
250
343
  },
251
344
  {
@@ -253,7 +346,8 @@ export const Hero12: IBlock = {
253
346
  label: "Icon",
254
347
  field_interface: "IconWidget",
255
348
  hint: {
256
- prompt_description: "Small icon displayed alongside the statistic number.",
349
+ prompt_description:
350
+ "Small icon displayed alongside the statistic number.",
257
351
  size: "icon",
258
352
  orientation: "square",
259
353
  usecase: "icon",
@@ -264,7 +358,8 @@ export const Hero12: IBlock = {
264
358
  label: "Number",
265
359
  field_interface: "HeadingWidget",
266
360
  hint: {
267
- prompt_description: "Large statistic number with plus sign (e.g., '25+', '600+')",
361
+ prompt_description:
362
+ "Large statistic number (e.g., '12,000+', '99.99%')",
268
363
  min_characters: 2,
269
364
  max_characters: 10,
270
365
  },
@@ -275,15 +370,15 @@ export const Hero12: IBlock = {
275
370
  field_interface: "TypographyWidget",
276
371
  hint: {
277
372
  prompt_description:
278
- "Small uppercase label describing the statistic (e.g., 'Years of Experience')",
279
- min_characters: 10,
373
+ "Short uppercase label describing the statistic (e.g., 'Teams Shipping')",
374
+ min_characters: 8,
280
375
  max_characters: 30,
281
376
  },
282
377
  },
283
378
  ],
284
379
  hint: {
285
380
  prompt_description:
286
- "Collection of 4 statistics displayed in a 2x2 grid with icons, numbers and descriptive labels.",
381
+ "Collection of 4 statistics displayed in a 2x2 or 4-col grid with icons, numbers and labels.",
287
382
  min_items: 4,
288
383
  max_items: 4,
289
384
  },
@@ -297,253 +392,413 @@ export const Hero12: IBlock = {
297
392
  styles: {
298
393
  layout: {
299
394
  "background-color": "background-3",
395
+ "padding-top": "3xl",
396
+ "padding-bottom": "3xl",
300
397
  },
301
398
  container: {},
302
399
  content_wrapper: {
303
- display: "block",
304
- "flex-direction": "row",
305
- "column-gap": "3rem",
306
- "align-items": "flex-start",
307
- tablet: {
308
- "flex-direction": "column",
309
- "row-gap": "3rem",
310
- },
311
- },
312
- left_section: {
313
- "flex-grow": "1",
314
400
  display: "flex",
315
401
  "flex-direction": "column",
402
+ "row-gap": "2.5rem",
403
+ },
404
+ left_section: {
405
+ display: "none",
316
406
  },
317
- label: {},
407
+ label: BRANDED_LABEL,
318
408
  title: {
409
+ "text-wrap": "balance",
319
410
  "margin-bottom": "1rem",
320
411
  },
321
412
  description: {
322
- "margin-bottom": "2.5rem",
413
+ "margin-bottom": "0",
414
+ "max-width": "640px",
323
415
  },
324
416
  team_image_wrapper: {
325
- "border-radius": "1rem",
326
- overflow: "hidden",
327
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
328
- "border-width": "1px",
329
- "border-color": "#e5e7eb",
417
+ display: "none",
330
418
  },
331
419
  images_levoGroup: {
332
420
  width: "50%",
421
+ "aspect-ratio": "4 / 3",
422
+ "border-radius": "1rem",
423
+ overflow: "hidden",
424
+ "box-shadow":
425
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
333
426
  tablet: {
334
427
  width: "100%",
335
428
  },
336
429
  },
337
- images: [
338
- {
339
- image_wrapper: {
340
- "border-radius": "1rem",
341
- overflow: "hidden",
342
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
343
- "border-width": "1px",
344
- "border-color": "#e5e7eb",
345
- width: "100%",
346
- height: "100%",
347
- },
348
- image: {
349
- "object-fit": "cover",
350
- width: "100%",
351
- height: "100%",
352
- },
430
+ images_levoGroupItem: {
431
+ image: {
432
+ "object-fit": "cover",
433
+ "object-position": "center 70%",
434
+ width: "100%",
435
+ height: "100%",
436
+ display: "block",
353
437
  },
354
- ],
438
+ },
439
+ images: [{}],
355
440
  stats_levoGroup: {
356
441
  display: "grid",
357
442
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
358
443
  "grid-template-rows": "repeat(2, minmax(0, 1fr))",
359
444
  "flex-grow": "1",
360
445
  "background-color": "white",
361
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
446
+ "box-shadow":
447
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
362
448
  overflow: "hidden",
363
449
  tablet: {
364
450
  "max-width": "100%",
365
451
  },
366
452
  "border-radius": "base",
367
453
  },
368
- stats: [
369
- {
370
- stat_box: {
371
- display: "flex",
372
- "flex-direction": "column",
373
- "align-items": "center",
374
- "justify-content": "center",
375
- "padding-top": "2rem",
376
- "padding-bottom": "2rem",
377
- "padding-left": "2rem",
378
- "padding-right": "2rem",
379
- "border-right-width": "1px",
380
- "border-bottom-width": "1px",
381
- "border-color": "#e5e7eb",
382
- },
383
- number: {
384
- color: "brand",
385
- "font-size": "4xl",
386
- "font-weight": 600,
387
- },
388
- label: {
389
- color: "#6b7280",
390
- "text-transform": "uppercase",
391
- "letter-spacing": "0.05em",
392
- },
393
- number_container: {
394
- display: "flex",
395
- "justify-content": "center",
396
- "align-items": "center",
397
- "column-gap": "2xs",
398
- "margin-bottom": "0.5rem",
399
- },
400
- icon: {
401
- height: "32px",
402
- width: "32px",
403
- "font-size": "32px",
404
- },
454
+ stats_levoGroupItem: STAT_ITEM_GRID,
455
+ stats: [{}, {}, {}, {}],
456
+ header_container: {
457
+ display: "flex",
458
+ "flex-direction": "column",
459
+ "row-gap": "1rem",
460
+ },
461
+ bottom_container: {
462
+ display: "flex",
463
+ "column-gap": "3rem",
464
+ "align-items": "center",
465
+ tablet: {
466
+ "flex-direction": "column",
467
+ "row-gap": "2.5rem",
405
468
  },
406
- {
407
- stat_box: {
408
- display: "flex",
409
- "flex-direction": "column",
410
- "align-items": "center",
411
- "justify-content": "center",
412
- "padding-top": "2rem",
413
- "padding-bottom": "2rem",
414
- "padding-left": "2rem",
415
- "padding-right": "2rem",
416
- "border-right-width": "1px",
417
- "border-bottom-width": "1px",
418
- "border-color": "#e5e7eb",
419
- },
420
- number: {
421
- color: "brand",
422
- "font-size": "4xl",
423
- "font-weight": 600,
424
- },
425
- label: {
426
- color: "#6b7280",
427
- "text-transform": "uppercase",
428
- "letter-spacing": "0.05em",
429
- },
430
- number_container: {
431
- display: "flex",
432
- "justify-content": "center",
433
- "align-items": "center",
434
- "column-gap": "2xs",
435
- "margin-bottom": "0.5rem",
436
- },
437
- icon: {
438
- height: "32px",
439
- width: "32px",
440
- "font-size": "32px",
441
- },
469
+ },
470
+ label_divider: {
471
+ height: "2px",
472
+ width: "28px",
473
+ "background-color": "brand",
474
+ },
475
+ label_container: {
476
+ display: "flex",
477
+ "justify-content": "start",
478
+ "align-items": "center",
479
+ "column-gap": "0.75rem",
480
+ "margin-bottom": "0.5rem",
481
+ },
482
+ title_container: {
483
+ tablet: {
484
+ "padding-left": "none",
485
+ "padding-right": "none",
442
486
  },
443
- {
444
- stat_box: {
445
- display: "flex",
446
- "flex-direction": "column",
447
- "align-items": "center",
448
- "justify-content": "center",
449
- "padding-top": "2rem",
450
- "padding-bottom": "2rem",
451
- "padding-left": "2rem",
452
- "padding-right": "2rem",
453
- "border-right-width": "1px",
454
- "border-bottom-width": "1px",
455
- "border-color": "#e5e7eb",
456
- },
457
- number: {
458
- color: "brand",
459
- "font-size": "4xl",
460
- "font-weight": 600,
461
- },
462
- label: {
463
- color: "#6b7280",
464
- "text-transform": "uppercase",
465
- "letter-spacing": "0.05em",
466
- },
467
- number_container: {
468
- display: "flex",
469
- "justify-content": "center",
470
- "align-items": "center",
471
- "column-gap": "2xs",
472
- "margin-bottom": "0.5rem",
473
- },
474
- icon: {
475
- height: "32px",
476
- width: "32px",
477
- "font-size": "32px",
478
- },
487
+ },
488
+ },
489
+ content: DEFAULT_CONTENT,
490
+ config: {
491
+ title: {
492
+ heading: {
493
+ level: 1,
479
494
  },
495
+ },
496
+ stats: STATS_CONFIG,
497
+ },
498
+ },
499
+ {
500
+ key: "stats_top",
501
+ title: "Stats Top",
502
+ styles: {
503
+ layout: {
504
+ "background-color": "background-3",
505
+ "padding-top": "3xl",
506
+ "padding-bottom": "3xl",
507
+ },
508
+ container: {},
509
+ content_wrapper: {
510
+ display: "flex",
511
+ "flex-direction": "column",
512
+ "align-items": "center",
513
+ "row-gap": "2.5rem",
514
+ },
515
+ left_section: {
516
+ display: "none",
517
+ },
518
+ label: {
519
+ ...BRANDED_LABEL,
520
+ "text-align": "center",
521
+ },
522
+ title: {
523
+ "text-wrap": "balance",
524
+ "text-align": "center",
525
+ "margin-bottom": "1rem",
526
+ },
527
+ description: {
528
+ "text-align": "center",
529
+ "max-width": "640px",
530
+ "margin-left": "auto",
531
+ "margin-right": "auto",
532
+ },
533
+ team_image_wrapper: {
534
+ display: "none",
535
+ },
536
+ images_levoGroup: {
537
+ width: "100%",
538
+ "aspect-ratio": "16 / 7",
539
+ "border-radius": "1rem",
540
+ overflow: "hidden",
541
+ },
542
+ images_levoGroupItem: {
543
+ image: {
544
+ "object-fit": "cover",
545
+ "object-position": "center 70%",
546
+ width: "100%",
547
+ height: "100%",
548
+ display: "block",
549
+ },
550
+ },
551
+ images: [{}],
552
+ stats_levoGroup: {
553
+ display: "grid",
554
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
555
+ width: "100%",
556
+ "background-color": "white",
557
+ "box-shadow":
558
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
559
+ overflow: "hidden",
560
+ "border-radius": "base",
561
+ tablet: {
562
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
563
+ },
564
+ },
565
+ stats_levoGroupItem: STAT_ITEM_GRID,
566
+ stats: [{}, {}, {}, {}],
567
+ header_container: {
568
+ display: "flex",
569
+ "flex-direction": "column",
570
+ "align-items": "center",
571
+ "text-align": "center",
572
+ "row-gap": "1rem",
573
+ },
574
+ bottom_container: {
575
+ display: "flex",
576
+ "flex-direction": "column-reverse",
577
+ "row-gap": "2.5rem",
578
+ width: "100%",
579
+ },
580
+ label_divider: {
581
+ display: "none",
582
+ },
583
+ label_container: {
584
+ display: "flex",
585
+ "justify-content": "center",
586
+ "align-items": "center",
587
+ "margin-bottom": "0.5rem",
588
+ },
589
+ title_container: {
590
+ "text-align": "center",
591
+ },
592
+ },
593
+ content: DEFAULT_CONTENT,
594
+ config: {
595
+ title: {
596
+ heading: {
597
+ level: 1,
598
+ },
599
+ },
600
+ stats: STATS_CONFIG,
601
+ },
602
+ },
603
+ {
604
+ key: "centered",
605
+ title: "Centered",
606
+ styles: {
607
+ layout: {
608
+ "background-color": "background-3",
609
+ "padding-top": "3xl",
610
+ "padding-bottom": "3xl",
611
+ },
612
+ container: {},
613
+ content_wrapper: {
614
+ display: "flex",
615
+ "flex-direction": "column",
616
+ "align-items": "center",
617
+ "row-gap": "2.5rem",
618
+ },
619
+ left_section: {
620
+ display: "none",
621
+ },
622
+ label: {
623
+ ...BRANDED_LABEL,
624
+ "text-align": "center",
625
+ },
626
+ title: {
627
+ "text-wrap": "balance",
628
+ "text-align": "center",
629
+ "margin-bottom": "1rem",
630
+ },
631
+ description: {
632
+ "text-align": "center",
633
+ "max-width": "640px",
634
+ "margin-left": "auto",
635
+ "margin-right": "auto",
636
+ "margin-bottom": "0",
637
+ },
638
+ team_image_wrapper: {
639
+ display: "none",
640
+ },
641
+ images_levoGroup: {
642
+ display: "none",
643
+ },
644
+ images: [
480
645
  {
481
- stat_box: {
482
- display: "flex",
483
- "flex-direction": "column",
484
- "align-items": "center",
485
- "justify-content": "center",
486
- "padding-top": "2rem",
487
- "padding-bottom": "2rem",
488
- "padding-left": "2rem",
489
- "padding-right": "2rem",
490
- "border-right-width": "1px",
491
- "border-bottom-width": "1px",
492
- "border-color": "#e5e7eb",
493
- },
494
- number: {
495
- color: "brand",
496
- "font-size": "4xl",
497
- "font-weight": 600,
498
- },
499
- label: {
500
- color: "#6b7280",
501
- "text-transform": "uppercase",
502
- "letter-spacing": "0.05em",
503
- },
504
- number_container: {
505
- display: "flex",
506
- "justify-content": "center",
507
- "align-items": "center",
508
- "column-gap": "2xs",
509
- "margin-bottom": "0.5rem",
646
+ image_wrapper: {
647
+ display: "none",
510
648
  },
511
- icon: {
512
- height: "32px",
513
- width: "32px",
514
- "font-size": "32px",
649
+ image: {
650
+ display: "none",
515
651
  },
516
652
  },
517
653
  ],
654
+ stats_levoGroup: {
655
+ display: "grid",
656
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
657
+ width: "100%",
658
+ "background-color": "white",
659
+ "box-shadow":
660
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
661
+ overflow: "hidden",
662
+ "border-radius": "base",
663
+ tablet: {
664
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
665
+ },
666
+ },
667
+ stats_levoGroupItem: STAT_ITEM_GRID,
668
+ stats: [{}, {}, {}, {}],
518
669
  header_container: {
670
+ display: "flex",
671
+ "flex-direction": "column",
672
+ "align-items": "center",
673
+ "text-align": "center",
674
+ "row-gap": "1rem",
675
+ },
676
+ bottom_container: {
677
+ display: "flex",
678
+ "flex-direction": "column",
679
+ "align-items": "center",
680
+ "row-gap": "2.5rem",
681
+ width: "100%",
682
+ },
683
+ label_divider: {
684
+ display: "none",
685
+ },
686
+ label_container: {
519
687
  display: "flex",
520
688
  "justify-content": "center",
521
689
  "align-items": "center",
690
+ "margin-bottom": "0.5rem",
691
+ },
692
+ title_container: {
693
+ "text-align": "center",
694
+ },
695
+ },
696
+ content: DEFAULT_CONTENT,
697
+ config: {
698
+ title: {
699
+ heading: {
700
+ level: 1,
701
+ },
702
+ },
703
+ stats: STATS_CONFIG,
704
+ },
705
+ },
706
+ {
707
+ key: "reversed_split",
708
+ title: "Reversed Split",
709
+ styles: {
710
+ layout: {
711
+ "background-color": "background-3",
712
+ "padding-top": "3xl",
713
+ "padding-bottom": "3xl",
714
+ },
715
+ container: {},
716
+ content_wrapper: {
717
+ display: "flex",
718
+ "flex-direction": "column",
719
+ "row-gap": "2.5rem",
720
+ },
721
+ left_section: {
722
+ display: "none",
723
+ },
724
+ label: BRANDED_LABEL,
725
+ title: {
726
+ "text-wrap": "balance",
727
+ "margin-bottom": "1rem",
728
+ },
729
+ description: {
730
+ "margin-bottom": "0",
731
+ "max-width": "640px",
732
+ },
733
+ team_image_wrapper: {
734
+ display: "none",
735
+ },
736
+ images_levoGroup: {
737
+ width: "45%",
738
+ "aspect-ratio": "4 / 3",
739
+ "border-radius": "1rem",
740
+ overflow: "hidden",
741
+ "box-shadow":
742
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
522
743
  tablet: {
523
- "flex-direction": "column",
524
- "justify-content": "start",
525
- "align-items": "start",
744
+ width: "100%",
745
+ },
746
+ },
747
+ images_levoGroupItem: {
748
+ image: {
749
+ "object-fit": "cover",
750
+ "object-position": "center 70%",
751
+ width: "100%",
752
+ height: "100%",
753
+ display: "block",
754
+ },
755
+ },
756
+ images: [{}],
757
+ stats_levoGroup: {
758
+ display: "grid",
759
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
760
+ "grid-template-rows": "repeat(2, minmax(0, 1fr))",
761
+ "flex-grow": "1",
762
+ "background-color": "white",
763
+ "box-shadow":
764
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
765
+ overflow: "hidden",
766
+ "border-radius": "base",
767
+ order: "-1",
768
+ width: "55%",
769
+ tablet: {
770
+ "max-width": "100%",
771
+ width: "100%",
772
+ order: "0",
526
773
  },
527
774
  },
775
+ stats_levoGroupItem: STAT_ITEM_GRID,
776
+ stats: [{}, {}, {}, {}],
777
+ header_container: {
778
+ display: "flex",
779
+ "flex-direction": "column",
780
+ "row-gap": "1rem",
781
+ },
528
782
  bottom_container: {
529
783
  display: "flex",
530
- "column-gap": "5xl",
531
- "margin-top": "5xl",
784
+ "column-gap": "3rem",
785
+ "align-items": "center",
532
786
  tablet: {
533
787
  "flex-direction": "column",
534
- "row-gap": "5xl",
788
+ "row-gap": "2.5rem",
535
789
  },
536
790
  },
537
791
  label_divider: {
538
792
  height: "2px",
539
- width: "30px",
540
- background: "red",
793
+ width: "28px",
794
+ "background-color": "brand",
541
795
  },
542
796
  label_container: {
543
797
  display: "flex",
544
798
  "justify-content": "start",
545
799
  "align-items": "center",
546
- "column-gap": "4xs",
800
+ "column-gap": "0.75rem",
801
+ "margin-bottom": "0.5rem",
547
802
  },
548
803
  title_container: {
549
804
  tablet: {
@@ -559,72 +814,7 @@ export const Hero12: IBlock = {
559
814
  level: 1,
560
815
  },
561
816
  },
562
- stats: [
563
- {
564
- number: {
565
- selectedVariants: {},
566
- },
567
- label: {
568
- selectedVariants: {
569
- Typography_Variants: "Small",
570
- },
571
- },
572
- stat_box: {
573
- selectedVariants: {},
574
- },
575
- number_container: {
576
- selectedVariants: {},
577
- },
578
- },
579
- {
580
- number: {
581
- selectedVariants: {},
582
- },
583
- label: {
584
- selectedVariants: {
585
- Typography_Variants: "Small",
586
- },
587
- },
588
- stat_box: {
589
- selectedVariants: {},
590
- },
591
- number_container: {
592
- selectedVariants: {},
593
- },
594
- },
595
- {
596
- number: {
597
- selectedVariants: {},
598
- },
599
- label: {
600
- selectedVariants: {
601
- Typography_Variants: "Small",
602
- },
603
- },
604
- stat_box: {
605
- selectedVariants: {},
606
- },
607
- number_container: {
608
- selectedVariants: {},
609
- },
610
- },
611
- {
612
- number: {
613
- selectedVariants: {},
614
- },
615
- label: {
616
- selectedVariants: {
617
- Typography_Variants: "Small",
618
- },
619
- },
620
- stat_box: {
621
- selectedVariants: {},
622
- },
623
- number_container: {
624
- selectedVariants: {},
625
- },
626
- },
627
- ],
817
+ stats: STATS_CONFIG,
628
818
  },
629
819
  },
630
820
  ],