@levo-so/blocks 0.1.100 → 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 +5 -4
  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 = {
4
- id: "fF9hWpVJEq8H",
5
- filename: "hero-9-default.jpg",
4
+ id: "7453077972412839722",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5.jpg",
6
+ location:
7
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1920w.webp 1920w",
10
+ "320w":
11
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ path: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.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: "people",
32
+ label: "People",
33
+ svgCode:
34
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M18.0003 7.91002C17.9703 7.91002 17.9503 7.91002 17.9203 7.91002H17.8703C15.9803 7.85002 14.5703 6.39001 14.5703 4.59001C14.5703 2.75001 16.0703 1.26001 17.9003 1.26001C19.7303 1.26001 21.2303 2.76001 21.2303 4.59001C21.2203 6.40001 19.8103 7.86001 18.0103 7.92001C18.0103 7.91001 18.0103 7.91002 18.0003 7.91002ZM17.9003 2.75002C16.8903 2.75002 16.0703 3.57002 16.0703 4.58002C16.0703 5.57002 16.8403 6.37002 17.8303 6.41002C17.8403 6.40002 17.9203 6.40002 18.0103 6.41002C18.9803 6.36002 19.7303 5.56002 19.7403 4.58002C19.7403 3.57002 18.9203 2.75002 17.9003 2.75002Z" fill="var(--color-icon-primary)"/>\n<path d="M18.0105 15.28C17.6205 15.28 17.2305 15.25 16.8405 15.18C16.4305 15.11 16.1605 14.72 16.2305 14.31C16.3005 13.9 16.6905 13.63 17.1005 13.7C18.3305 13.91 19.6305 13.68 20.5005 13.1C20.9705 12.79 21.2205 12.4 21.2205 12.01C21.2205 11.62 20.9605 11.24 20.5005 10.93C19.6305 10.35 18.3105 10.12 17.0705 10.34C16.6605 10.42 16.2705 10.14 16.2005 9.73002C16.1305 9.32002 16.4005 8.93003 16.8105 8.86003C18.4405 8.57003 20.1305 8.88002 21.3305 9.68002C22.2105 10.27 22.7205 11.11 22.7205 12.01C22.7205 12.9 22.2205 13.75 21.3305 14.35C20.4205 14.95 19.2405 15.28 18.0105 15.28Z" fill="var(--color-icon-primary)"/>\n<path d="M5.97047 7.91C5.96047 7.91 5.95047 7.91 5.95047 7.91C4.15047 7.85 2.74047 6.39 2.73047 4.59C2.73047 2.75 4.23047 1.25 6.06047 1.25C7.89047 1.25 9.39047 2.75 9.39047 4.58C9.39047 6.39 7.98047 7.85 6.18047 7.91L5.97047 7.16L6.04047 7.91C6.02047 7.91 5.99047 7.91 5.97047 7.91ZM6.07047 6.41C6.13047 6.41 6.18047 6.41 6.24047 6.42C7.13047 6.38 7.91047 5.58 7.91047 4.59C7.91047 3.58 7.09047 2.75999 6.08047 2.75999C5.07047 2.75999 4.25047 3.58 4.25047 4.59C4.25047 5.57 5.01047 6.36 5.98047 6.42C5.99047 6.41 6.03047 6.41 6.07047 6.41Z" fill="var(--color-icon-primary)"/>\n<path d="M5.96 15.28C4.73 15.28 3.55 14.95 2.64 14.35C1.76 13.76 1.25 12.91 1.25 12.01C1.25 11.12 1.76 10.27 2.64 9.68002C3.84 8.88002 5.53 8.57003 7.16 8.86003C7.57 8.93003 7.84 9.32002 7.77 9.73002C7.7 10.14 7.31 10.42 6.9 10.34C5.66 10.12 4.35 10.35 3.47 10.93C3 11.24 2.75 11.62 2.75 12.01C2.75 12.4 3.01 12.79 3.47 13.1C4.34 13.68 5.64 13.91 6.87 13.7C7.28 13.63 7.67 13.91 7.74 14.31C7.81 14.72 7.54 15.11 7.13 15.18C6.74 15.25 6.35 15.28 5.96 15.28Z" fill="var(--color-icon-primary)"/>\n<path d="M12.0003 15.38C11.9703 15.38 11.9503 15.38 11.9203 15.38H11.8703C9.98031 15.32 8.57031 13.86 8.57031 12.06C8.57031 10.22 10.0703 8.72998 11.9003 8.72998C13.7303 8.72998 15.2303 10.23 15.2303 12.06C15.2203 13.87 13.8103 15.33 12.0103 15.39C12.0103 15.38 12.0103 15.38 12.0003 15.38ZM11.9003 10.22C10.8903 10.22 10.0703 11.04 10.0703 12.05C10.0703 13.04 10.8403 13.84 11.8303 13.88C11.8403 13.87 11.9203 13.87 12.0103 13.88C12.9803 13.83 13.7303 13.03 13.7403 12.05C13.7403 11.05 12.9203 10.22 11.9003 10.22Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9993 22.76C10.7993 22.76 9.5993 22.45 8.6693 21.82C7.7893 21.23 7.2793 20.39 7.2793 19.49C7.2793 18.6 7.7793 17.74 8.6693 17.15C10.5393 15.91 13.4693 15.91 15.3293 17.15C16.2093 17.74 16.7193 18.58 16.7193 19.48C16.7193 20.37 16.2193 21.23 15.3293 21.82C14.3993 22.44 13.1993 22.76 11.9993 22.76ZM9.4993 18.41C9.0293 18.72 8.7793 19.11 8.7793 19.5C8.7793 19.89 9.0393 20.27 9.4993 20.58C10.8493 21.49 13.1393 21.49 14.4893 20.58C14.9593 20.27 15.2093 19.88 15.2093 19.49C15.2093 19.1 14.9493 18.72 14.4893 18.41C13.1493 17.5 10.8593 17.51 9.4993 18.41Z" fill="var(--color-icon-primary)"/>\n</svg>',
35
+ },
36
+ };
37
+
38
+ const ICON_FLASH = {
39
+ kind: "icon" as const,
40
+ data: {
41
+ id: "flash",
42
+ label: "Flash",
43
+ svgCode:
44
+ '<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>',
45
+ },
46
+ };
47
+
48
+ const ICON_SHIELD = {
49
+ kind: "icon" as const,
50
+ data: {
51
+ id: "shield-tick",
52
+ label: "Shield Tick",
53
+ svgCode:
54
+ '<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>',
55
+ },
56
+ };
57
+
58
+ const ICON_CLOCK = {
59
+ kind: "icon" as const,
60
+ data: {
61
+ id: "clock-watch",
62
+ label: "Clock Watch",
63
+ svgCode:
64
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13.4 14.6C13.21 14.6 13.02 14.53 12.87 14.38L11.47 12.98C11.33 12.84 11.25 12.65 11.25 12.45V9.66003C11.25 9.25003 11.59 8.91003 12 8.91003C12.41 8.91003 12.75 9.25003 12.75 9.66003V12.14L13.93 13.32C14.22 13.61 14.22 14.09 13.93 14.38C13.78 14.53 13.59 14.6 13.4 14.6Z" fill="var(--color-icon-primary)"/>\n<path d="M12 19.25C10.41 19.25 8.91 18.75 7.65 17.8C7.62 17.78 7.6 17.77 7.57 17.75C5.78 16.36 4.75 14.26 4.75 12C4.75 8 8 4.75 12 4.75C16 4.75 19.25 8 19.25 12C19.25 14.25 18.23 16.33 16.46 17.72C16.43 17.74 16.41 17.76 16.38 17.78C15.11 18.74 13.6 19.25 12 19.25ZM8.43 16.51C8.46 16.53 8.48 16.54 8.5 16.56C10.53 18.13 13.51 18.12 15.53 16.54C15.55 16.52 15.58 16.5 15.6 16.49C16.97 15.39 17.75 13.76 17.75 12C17.75 8.83 15.17 6.25 12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 13.77 7.04 15.41 8.43 16.51Z" fill="var(--color-icon-primary)"/>\n<path d="M12.5496 22.75H11.4596C9.49959 22.75 8.29959 21.78 7.78959 19.77L7.28959 17.3C7.24959 17.08 7.29959 16.85 7.44959 16.68C7.59959 16.51 7.80959 16.41 8.02959 16.41H8.03959C8.20959 16.41 8.36959 16.46 8.49959 16.57C10.5296 18.14 13.5096 18.13 15.5296 16.55C15.8396 16.31 16.3296 16.36 16.5796 16.67C16.7196 16.84 16.7796 17.07 16.7396 17.29L16.2296 19.76C15.6996 21.78 14.4996 22.75 12.5496 22.75ZM9.08959 18.64L9.24959 19.44C9.62959 20.94 10.4096 21.25 11.4596 21.25H12.5496C13.5896 21.25 14.3696 20.94 14.7596 19.42L14.9196 18.64C13.1096 19.44 10.9096 19.45 9.08959 18.64Z" fill="var(--color-icon-primary)"/>\n<path d="M16.0003 7.62C15.8303 7.62 15.6603 7.56 15.5303 7.46C13.5103 5.88 10.5303 5.87 8.50025 7.44C8.19025 7.68 7.70025 7.63 7.46025 7.33C7.32025 7.16 7.26025 6.93 7.30025 6.71L7.79025 4.27C8.30025 2.22 9.50025 1.25 11.4603 1.25H12.5503C14.5003 1.25 15.7002 2.22 16.2102 4.21L16.7303 6.72C16.7803 6.94 16.7203 7.17 16.5803 7.34C16.4403 7.52 16.2303 7.62 16.0003 7.62ZM12.0003 4.75C13.0303 4.75 14.0103 4.96 14.9203 5.36L14.7503 4.55C14.3603 3.07 13.5903 2.75 12.5503 2.75H11.4603C10.4103 2.75 9.63025 3.06 9.25025 4.6L9.09025 5.36C10.0003 4.96 10.9803 4.75 12.0003 4.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
17
65
  },
18
- mimetype: "image/jpeg",
19
66
  };
20
67
 
21
68
  const DEFAULT_CONTENT = {
@@ -24,35 +71,44 @@ const DEFAULT_CONTENT = {
24
71
  main_wrapper: null,
25
72
  left_container: null,
26
73
  content_wrapper: null,
27
- label: "About Us",
28
- title: "Care That Feels Like Family",
74
+ label: "MODERN TEAM OS",
75
+ title: "Ship product, not process",
29
76
  description:
30
- "Dignified, personalized senior care that keeps your loved ones safe, happy, and independent right where they belong.",
77
+ "Operating System for fast-moving teams real-time sync, webhooks, and automations that replace the status meeting. Built for teams that ship weekly.",
31
78
  ctas_levoGroup: null,
32
79
  ctas: [
33
80
  {
34
- cta: "Contact Us",
81
+ cta: "Start free trial",
35
82
  },
36
83
  {
37
- cta: "Learn More",
84
+ cta: "Book a demo",
38
85
  },
39
86
  ],
40
87
  stats_container: null,
41
88
  stats: [
42
89
  {
43
90
  stat_wrapper: null,
44
- value: "95%",
45
- label: "Client Satisfaction",
91
+ icon: ICON_PEOPLE,
92
+ value: "12,000+",
93
+ label: "Teams shipping weekly",
46
94
  },
47
95
  {
48
96
  stat_wrapper: null,
49
- value: "150+",
50
- label: "Trained Caregivers",
97
+ icon: ICON_FLASH,
98
+ value: "3.2x",
99
+ label: "Faster release cycles",
51
100
  },
52
101
  {
53
102
  stat_wrapper: null,
54
- value: "80+",
55
- label: "Families Served",
103
+ icon: ICON_SHIELD,
104
+ value: "SOC 2",
105
+ label: "Type II certified",
106
+ },
107
+ {
108
+ stat_wrapper: null,
109
+ icon: ICON_CLOCK,
110
+ value: "99.99%",
111
+ label: "Uptime SLA",
56
112
  },
57
113
  ],
58
114
  right_container: null,
@@ -61,6 +117,60 @@ const DEFAULT_CONTENT = {
61
117
 
62
118
  export type IHero9Content = typeof DEFAULT_CONTENT;
63
119
 
120
+ const STAT_CONFIG_4 = [
121
+ {
122
+ value: { selectedVariants: { Heading_Level: "H2" } },
123
+ label: { selectedVariants: {} },
124
+ stat_wrapper: { selectedVariants: {} },
125
+ },
126
+ {
127
+ value: { selectedVariants: { Heading_Level: "H2" } },
128
+ label: { selectedVariants: {} },
129
+ stat_wrapper: { selectedVariants: {} },
130
+ },
131
+ {
132
+ value: { selectedVariants: { Heading_Level: "H2" } },
133
+ label: { selectedVariants: {} },
134
+ stat_wrapper: { selectedVariants: {} },
135
+ },
136
+ {
137
+ value: { selectedVariants: { Heading_Level: "H2" } },
138
+ label: { selectedVariants: {} },
139
+ stat_wrapper: { selectedVariants: {} },
140
+ },
141
+ ];
142
+
143
+ const STAT_WRAPPER_ROW = {
144
+ display: "flex",
145
+ "flex-direction": "column",
146
+ "row-gap": "2xs",
147
+ };
148
+
149
+ const STAT_WRAPPER_CENTER = {
150
+ display: "flex",
151
+ "flex-direction": "column",
152
+ "align-items": "center",
153
+ "text-align": "center",
154
+ "row-gap": "2xs",
155
+ };
156
+
157
+ const STAT_ICON = {
158
+ width: "24px",
159
+ height: "24px",
160
+ "font-size": "24px",
161
+ "flex-shrink": "0",
162
+ "margin-bottom": "4xs",
163
+ };
164
+
165
+ const LABEL_BRAND = {
166
+ color: "brand",
167
+ "text-transform": "uppercase",
168
+ "letter-spacing": "0.08em",
169
+ "font-weight": "600",
170
+ "font-size": "xs",
171
+ width: "fit-content",
172
+ };
173
+
64
174
  export const Hero9: IBlock = {
65
175
  category_id: "hero",
66
176
  title: "Hero 9",
@@ -125,8 +235,8 @@ export const Hero9: IBlock = {
125
235
  field_interface: "HeadingWidget",
126
236
  hint: {
127
237
  prompt_description:
128
- "Main hero headline that communicates the primary value proposition. Should be compelling and emotional.",
129
- min_characters: 30,
238
+ "Main hero headline that communicates the primary value proposition. Should be compelling and specific.",
239
+ min_characters: 20,
130
240
  max_characters: 60,
131
241
  },
132
242
  },
@@ -138,7 +248,7 @@ export const Hero9: IBlock = {
138
248
  prompt_description:
139
249
  "Supporting text that elaborates on the main headline, providing additional context and benefits.",
140
250
  min_characters: 80,
141
- max_characters: 200,
251
+ max_characters: 220,
142
252
  },
143
253
  },
144
254
  {
@@ -201,9 +311,9 @@ export const Hero9: IBlock = {
201
311
  field_interface: "HeadingWidget",
202
312
  hint: {
203
313
  prompt_description:
204
- "The numerical value or percentage that represents the achievement or metric (e.g., '95%', '150+').",
314
+ "The numerical value or percentage that represents the achievement or metric (e.g., '12,000+', '99.99%').",
205
315
  min_characters: 2,
206
- max_characters: 8,
316
+ max_characters: 10,
207
317
  },
208
318
  },
209
319
  {
@@ -212,7 +322,7 @@ export const Hero9: IBlock = {
212
322
  field_interface: "TypographyWidget",
213
323
  hint: {
214
324
  prompt_description:
215
- "Descriptive text explaining what the statistic represents (e.g., 'Client Satisfaction', 'Trained Caregivers').",
325
+ "Descriptive text explaining what the statistic represents (e.g., 'Teams shipping weekly', 'Uptime SLA').",
216
326
  min_characters: 10,
217
327
  max_characters: 30,
218
328
  },
@@ -234,7 +344,7 @@ export const Hero9: IBlock = {
234
344
  field_interface: "ImageWidget",
235
345
  hint: {
236
346
  prompt_description:
237
- "Large, high-quality image that visually represents the service or creates emotional connection with the audience.",
347
+ "Large, high-quality image that visually represents the product or creates connection with the audience.",
238
348
  },
239
349
  },
240
350
  ],
@@ -269,17 +379,17 @@ export const Hero9: IBlock = {
269
379
  "row-gap": "lg",
270
380
  },
271
381
  label: {
272
- "background-color": "brand",
382
+ color: "brand",
383
+ "text-transform": "uppercase",
384
+ "letter-spacing": "0.08em",
385
+ "font-weight": "600",
386
+ "font-size": "xs",
273
387
  width: "fit-content",
274
- "border-radius": "3xl",
275
- "padding-left": "2xs",
276
- "padding-right": "2xs",
277
- "padding-top": "4xs",
278
- "padding-bottom": "4xs",
279
- color: "brandForeground",
280
388
  },
281
389
  title: {},
282
- description: {},
390
+ description: {
391
+ "max-width": "560px",
392
+ },
283
393
  ctas_levoGroup: {
284
394
  display: "flex",
285
395
  "flex-direction": "row",
@@ -288,13 +398,282 @@ export const Hero9: IBlock = {
288
398
  "flex-wrap": "wrap",
289
399
  "align-items": "center",
290
400
  },
291
- ctas: Array(2)
292
- .fill(0)
293
- .map(() => ({
401
+ ctas_levoGroupItem: {
402
+ cta: {
403
+ width: "fit-content",
404
+ },
405
+ },
406
+ ctas: [{}, {}],
407
+ stats_container: {
408
+ display: "flex",
409
+ "flex-direction": "column",
410
+ "row-gap": "base",
411
+ },
412
+ stats_levoGroup: {
413
+ display: "flex",
414
+ "column-gap": "2xl",
415
+ "flex-wrap": "wrap",
416
+ "row-gap": "lg",
417
+ mobile: {
418
+ "flex-direction": "column",
419
+ "row-gap": "base",
420
+ },
421
+ },
422
+ right_container: {
423
+ flex: "1",
424
+ },
425
+ hero_image: {
426
+ width: "100%",
427
+ "aspect-ratio": "4/3",
428
+ "object-fit": "cover",
429
+ "border-radius": "base",
430
+ },
431
+ stats_levoGroupItem: {
432
+ stat_wrapper: {
433
+ display: "flex",
434
+ "flex-direction": "column",
435
+ "row-gap": "2xs",
436
+ },
437
+ icon: {
438
+ width: "24px",
439
+ height: "24px",
440
+ "font-size": "24px",
441
+ "flex-shrink": "0",
442
+ "margin-bottom": "4xs",
443
+ },
444
+ value: {},
445
+ label: {},
446
+ },
447
+ stats: [{}, {}, {}],
448
+ },
449
+ content: {
450
+ layout: null,
451
+ container: null,
452
+ main_wrapper: null,
453
+ left_container: null,
454
+ content_wrapper: null,
455
+ label: "MODERN TEAM OS",
456
+ title: "Ship product, not process",
457
+ description:
458
+ "Operating System for fast-moving teams — real-time sync, webhooks, and automations that replace the status meeting. Built for teams that ship weekly.",
459
+ ctas_levoGroup: null,
460
+ ctas: [
461
+ {
462
+ cta: "Start free trial",
463
+ },
464
+ {
465
+ cta: "Book a demo",
466
+ },
467
+ ],
468
+ stats_container: null,
469
+ stats: [
470
+ {
471
+ stat_wrapper: null,
472
+ icon: {
473
+ kind: "icon",
474
+ data: {
475
+ id: "flash",
476
+ label: "Flash",
477
+ svgCode:
478
+ '<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>',
479
+ },
480
+ },
481
+ value: "3.2x",
482
+ label: "Faster release cycles",
483
+ },
484
+ {
485
+ stat_wrapper: null,
486
+ icon: {
487
+ kind: "icon",
488
+ data: {
489
+ id: "shield-tick",
490
+ label: "Shield Tick",
491
+ svgCode:
492
+ '<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>',
493
+ },
494
+ },
495
+ value: "SOC 2",
496
+ label: "Type II certified",
497
+ },
498
+ {
499
+ stat_wrapper: null,
500
+ icon: {
501
+ kind: "icon",
502
+ data: {
503
+ id: "clock-watch",
504
+ label: "Clock Watch",
505
+ svgCode:
506
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13.4 14.6C13.21 14.6 13.02 14.53 12.87 14.38L11.47 12.98C11.33 12.84 11.25 12.65 11.25 12.45V9.66003C11.25 9.25003 11.59 8.91003 12 8.91003C12.41 8.91003 12.75 9.25003 12.75 9.66003V12.14L13.93 13.32C14.22 13.61 14.22 14.09 13.93 14.38C13.78 14.53 13.59 14.6 13.4 14.6Z" fill="var(--color-icon-primary)"/>\n<path d="M12 19.25C10.41 19.25 8.91 18.75 7.65 17.8C7.62 17.78 7.6 17.77 7.57 17.75C5.78 16.36 4.75 14.26 4.75 12C4.75 8 8 4.75 12 4.75C16 4.75 19.25 8 19.25 12C19.25 14.25 18.23 16.33 16.46 17.72C16.43 17.74 16.41 17.76 16.38 17.78C15.11 18.74 13.6 19.25 12 19.25ZM8.43 16.51C8.46 16.53 8.48 16.54 8.5 16.56C10.53 18.13 13.51 18.12 15.53 16.54C15.55 16.52 15.58 16.5 15.6 16.49C16.97 15.39 17.75 13.76 17.75 12C17.75 8.83 15.17 6.25 12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 13.77 7.04 15.41 8.43 16.51Z" fill="var(--color-icon-primary)"/>\n<path d="M12.5496 22.75H11.4596C9.49959 22.75 8.29959 21.78 7.78959 19.77L7.28959 17.3C7.24959 17.08 7.29959 16.85 7.44959 16.68C7.59959 16.51 7.80959 16.41 8.02959 16.41H8.03959C8.20959 16.41 8.36959 16.46 8.49959 16.57C10.5296 18.14 13.5096 18.13 15.5296 16.55C15.8396 16.31 16.3296 16.36 16.5796 16.67C16.7196 16.84 16.7796 17.07 16.7396 17.29L16.2296 19.76C15.6996 21.78 14.4996 22.75 12.5496 22.75ZM9.08959 18.64L9.24959 19.44C9.62959 20.94 10.4096 21.25 11.4596 21.25H12.5496C13.5896 21.25 14.3696 20.94 14.7596 19.42L14.9196 18.64C13.1096 19.44 10.9096 19.45 9.08959 18.64Z" fill="var(--color-icon-primary)"/>\n<path d="M16.0003 7.62C15.8303 7.62 15.6603 7.56 15.5303 7.46C13.5103 5.88 10.5303 5.87 8.50025 7.44C8.19025 7.68 7.70025 7.63 7.46025 7.33C7.32025 7.16 7.26025 6.93 7.30025 6.71L7.79025 4.27C8.30025 2.22 9.50025 1.25 11.4603 1.25H12.5503C14.5003 1.25 15.7002 2.22 16.2102 4.21L16.7303 6.72C16.7803 6.94 16.7203 7.17 16.5803 7.34C16.4403 7.52 16.2303 7.62 16.0003 7.62ZM12.0003 4.75C13.0303 4.75 14.0103 4.96 14.9203 5.36L14.7503 4.55C14.3603 3.07 13.5903 2.75 12.5503 2.75H11.4603C10.4103 2.75 9.63025 3.06 9.25025 4.6L9.09025 5.36C10.0003 4.96 10.9803 4.75 12.0003 4.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
507
+ },
508
+ },
509
+ value: "99.99%",
510
+ label: "Uptime SLA",
511
+ },
512
+ ],
513
+ right_container: null,
514
+ hero_image: {
515
+ id: "7453077972412839722",
516
+ kind: "image",
517
+ location:
518
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg",
519
+ mimetype: "image/jpeg",
520
+ srcset: {
521
+ "320w":
522
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
523
+ "640w":
524
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
525
+ "750w":
526
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
527
+ "828w":
528
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
529
+ "1080w":
530
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
531
+ "1200w":
532
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
533
+ "1920w":
534
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
535
+ path: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
536
+ },
537
+ },
538
+ },
539
+ config: {
540
+ title: {
541
+ heading: {
542
+ level: 1,
543
+ },
544
+ selectedVariants: {
545
+ Heading_Level: "H1",
546
+ },
547
+ },
548
+ cta: {
549
+ selectedVariants: {
550
+ Button_Variants: "Primary",
551
+ },
552
+ },
553
+ ctas: [
554
+ {
555
+ cta: {},
556
+ },
557
+ {
294
558
  cta: {
295
- width: "fit-content",
559
+ selectedVariants: {
560
+ Button_Variants: "Secondary",
561
+ },
562
+ },
563
+ },
564
+ ],
565
+ stats: [
566
+ {
567
+ value: {
568
+ selectedVariants: {
569
+ Heading_Level: "H2",
570
+ },
571
+ },
572
+ label: {
573
+ selectedVariants: {},
574
+ },
575
+ stat_wrapper: {
576
+ selectedVariants: {},
577
+ },
578
+ },
579
+ {
580
+ value: {
581
+ selectedVariants: {
582
+ Heading_Level: "H2",
583
+ },
584
+ },
585
+ label: {
586
+ selectedVariants: {},
587
+ },
588
+ stat_wrapper: {
589
+ selectedVariants: {},
590
+ },
591
+ },
592
+ {
593
+ value: {
594
+ selectedVariants: {
595
+ Heading_Level: "H2",
596
+ },
597
+ },
598
+ label: {
599
+ selectedVariants: {},
600
+ },
601
+ stat_wrapper: {
602
+ selectedVariants: {},
603
+ },
604
+ },
605
+ {
606
+ value: {
607
+ selectedVariants: {
608
+ Heading_Level: "H2",
609
+ },
296
610
  },
297
- })),
611
+ label: {
612
+ selectedVariants: {},
613
+ },
614
+ stat_wrapper: {
615
+ selectedVariants: {},
616
+ },
617
+ },
618
+ ],
619
+ },
620
+ },
621
+ {
622
+ title: "Reversed",
623
+ key: "reversed",
624
+ styles: {
625
+ layout: {},
626
+ container: {},
627
+ main_wrapper: {
628
+ display: "flex",
629
+ "flex-direction": "row-reverse",
630
+ "align-items": "center",
631
+ "column-gap": "4xl",
632
+ tablet: {
633
+ "column-gap": "3xl",
634
+ },
635
+ mobile: {
636
+ "flex-direction": "column",
637
+ "row-gap": "3xl",
638
+ },
639
+ },
640
+ left_container: {
641
+ flex: "1",
642
+ display: "flex",
643
+ "flex-direction": "column",
644
+ "row-gap": "3xl",
645
+ },
646
+ content_wrapper: {
647
+ display: "flex",
648
+ "flex-direction": "column",
649
+ "row-gap": "lg",
650
+ },
651
+ label: {
652
+ color: "brand",
653
+ "text-transform": "uppercase",
654
+ "letter-spacing": "0.08em",
655
+ "font-weight": "600",
656
+ "font-size": "xs",
657
+ width: "fit-content",
658
+ },
659
+ title: {},
660
+ description: {
661
+ "max-width": "560px",
662
+ },
663
+ ctas_levoGroup: {
664
+ display: "flex",
665
+ "flex-direction": "row",
666
+ "column-gap": "md",
667
+ "row-gap": "md",
668
+ "flex-wrap": "wrap",
669
+ "align-items": "center",
670
+ },
671
+ ctas_levoGroupItem: {
672
+ cta: {
673
+ width: "fit-content",
674
+ },
675
+ },
676
+ ctas: [{}, {}],
298
677
  stats_container: {
299
678
  display: "flex",
300
679
  "flex-direction": "column",
@@ -303,6 +682,8 @@ export const Hero9: IBlock = {
303
682
  stats_levoGroup: {
304
683
  display: "flex",
305
684
  "column-gap": "2xl",
685
+ "flex-wrap": "wrap",
686
+ "row-gap": "lg",
306
687
  mobile: {
307
688
  "flex-direction": "column",
308
689
  "row-gap": "base",
@@ -317,37 +698,481 @@ export const Hero9: IBlock = {
317
698
  "object-fit": "cover",
318
699
  "border-radius": "base",
319
700
  },
701
+ stats_levoGroupItem: {
702
+ stat_wrapper: {
703
+ display: "flex",
704
+ "flex-direction": "column",
705
+ "row-gap": "2xs",
706
+ },
707
+ icon: {
708
+ width: "24px",
709
+ height: "24px",
710
+ "font-size": "24px",
711
+ "flex-shrink": "0",
712
+ "margin-bottom": "4xs",
713
+ },
714
+ value: {},
715
+ label: {},
716
+ },
717
+ stats: [{}, {}, {}],
718
+ },
719
+ content: {
720
+ layout: null,
721
+ container: null,
722
+ main_wrapper: null,
723
+ left_container: null,
724
+ content_wrapper: null,
725
+ label: "MODERN TEAM OS",
726
+ title: "Ship product, not process",
727
+ description:
728
+ "Operating System for fast-moving teams — real-time sync, webhooks, and automations that replace the status meeting. Built for teams that ship weekly.",
729
+ ctas_levoGroup: null,
730
+ ctas: [
731
+ {
732
+ cta: "Start free trial",
733
+ },
734
+ {
735
+ cta: "Book a demo",
736
+ },
737
+ ],
738
+ stats_container: null,
320
739
  stats: [
321
740
  {
741
+ stat_wrapper: null,
742
+ icon: {
743
+ kind: "icon",
744
+ data: {
745
+ id: "flash",
746
+ label: "Flash",
747
+ svgCode:
748
+ '<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>',
749
+ },
750
+ },
751
+ value: "3.2x",
752
+ label: "Faster release cycles",
753
+ },
754
+ {
755
+ stat_wrapper: null,
756
+ icon: {
757
+ kind: "icon",
758
+ data: {
759
+ id: "shield-tick",
760
+ label: "Shield Tick",
761
+ svgCode:
762
+ '<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>',
763
+ },
764
+ },
765
+ value: "SOC 2",
766
+ label: "Type II certified",
767
+ },
768
+ {
769
+ stat_wrapper: null,
770
+ icon: {
771
+ kind: "icon",
772
+ data: {
773
+ id: "clock-watch",
774
+ label: "Clock Watch",
775
+ svgCode:
776
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13.4 14.6C13.21 14.6 13.02 14.53 12.87 14.38L11.47 12.98C11.33 12.84 11.25 12.65 11.25 12.45V9.66003C11.25 9.25003 11.59 8.91003 12 8.91003C12.41 8.91003 12.75 9.25003 12.75 9.66003V12.14L13.93 13.32C14.22 13.61 14.22 14.09 13.93 14.38C13.78 14.53 13.59 14.6 13.4 14.6Z" fill="var(--color-icon-primary)"/>\n<path d="M12 19.25C10.41 19.25 8.91 18.75 7.65 17.8C7.62 17.78 7.6 17.77 7.57 17.75C5.78 16.36 4.75 14.26 4.75 12C4.75 8 8 4.75 12 4.75C16 4.75 19.25 8 19.25 12C19.25 14.25 18.23 16.33 16.46 17.72C16.43 17.74 16.41 17.76 16.38 17.78C15.11 18.74 13.6 19.25 12 19.25ZM8.43 16.51C8.46 16.53 8.48 16.54 8.5 16.56C10.53 18.13 13.51 18.12 15.53 16.54C15.55 16.52 15.58 16.5 15.6 16.49C16.97 15.39 17.75 13.76 17.75 12C17.75 8.83 15.17 6.25 12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 13.77 7.04 15.41 8.43 16.51Z" fill="var(--color-icon-primary)"/>\n<path d="M12.5496 22.75H11.4596C9.49959 22.75 8.29959 21.78 7.78959 19.77L7.28959 17.3C7.24959 17.08 7.29959 16.85 7.44959 16.68C7.59959 16.51 7.80959 16.41 8.02959 16.41H8.03959C8.20959 16.41 8.36959 16.46 8.49959 16.57C10.5296 18.14 13.5096 18.13 15.5296 16.55C15.8396 16.31 16.3296 16.36 16.5796 16.67C16.7196 16.84 16.7796 17.07 16.7396 17.29L16.2296 19.76C15.6996 21.78 14.4996 22.75 12.5496 22.75ZM9.08959 18.64L9.24959 19.44C9.62959 20.94 10.4096 21.25 11.4596 21.25H12.5496C13.5896 21.25 14.3696 20.94 14.7596 19.42L14.9196 18.64C13.1096 19.44 10.9096 19.45 9.08959 18.64Z" fill="var(--color-icon-primary)"/>\n<path d="M16.0003 7.62C15.8303 7.62 15.6603 7.56 15.5303 7.46C13.5103 5.88 10.5303 5.87 8.50025 7.44C8.19025 7.68 7.70025 7.63 7.46025 7.33C7.32025 7.16 7.26025 6.93 7.30025 6.71L7.79025 4.27C8.30025 2.22 9.50025 1.25 11.4603 1.25H12.5503C14.5003 1.25 15.7002 2.22 16.2102 4.21L16.7303 6.72C16.7803 6.94 16.7203 7.17 16.5803 7.34C16.4403 7.52 16.2303 7.62 16.0003 7.62ZM12.0003 4.75C13.0303 4.75 14.0103 4.96 14.9203 5.36L14.7503 4.55C14.3603 3.07 13.5903 2.75 12.5503 2.75H11.4603C10.4103 2.75 9.63025 3.06 9.25025 4.6L9.09025 5.36C10.0003 4.96 10.9803 4.75 12.0003 4.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
777
+ },
778
+ },
779
+ value: "99.99%",
780
+ label: "Uptime SLA",
781
+ },
782
+ ],
783
+ right_container: null,
784
+ hero_image: {
785
+ id: "7453077972412839722",
786
+ kind: "image",
787
+ location:
788
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg",
789
+ mimetype: "image/jpeg",
790
+ srcset: {
791
+ "320w":
792
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
793
+ "640w":
794
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
795
+ "750w":
796
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
797
+ "828w":
798
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
799
+ "1080w":
800
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
801
+ "1200w":
802
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
803
+ "1920w":
804
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
805
+ path: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
806
+ },
807
+ },
808
+ },
809
+ config: {
810
+ title: {
811
+ heading: {
812
+ level: 1,
813
+ },
814
+ selectedVariants: {
815
+ Heading_Level: "H1",
816
+ },
817
+ },
818
+ cta: {
819
+ selectedVariants: {
820
+ Button_Variants: "Primary",
821
+ },
822
+ },
823
+ ctas: [
824
+ {
825
+ cta: {},
826
+ },
827
+ {
828
+ cta: {
829
+ selectedVariants: {
830
+ Button_Variants: "Secondary",
831
+ },
832
+ },
833
+ },
834
+ ],
835
+ stats: [
836
+ {
837
+ value: {
838
+ selectedVariants: {
839
+ Heading_Level: "H2",
840
+ },
841
+ },
842
+ label: {
843
+ selectedVariants: {},
844
+ },
322
845
  stat_wrapper: {
323
- display: "flex",
324
- "flex-direction": "column",
325
- "row-gap": "6xs",
846
+ selectedVariants: {},
326
847
  },
327
- value: {},
328
- label: {},
329
848
  },
330
849
  {
850
+ value: {
851
+ selectedVariants: {
852
+ Heading_Level: "H2",
853
+ },
854
+ },
855
+ label: {
856
+ selectedVariants: {},
857
+ },
331
858
  stat_wrapper: {
332
- display: "flex",
333
- "flex-direction": "column",
334
- "row-gap": "6xs",
859
+ selectedVariants: {},
860
+ },
861
+ },
862
+ {
863
+ value: {
864
+ selectedVariants: {
865
+ Heading_Level: "H2",
866
+ },
867
+ },
868
+ label: {
869
+ selectedVariants: {},
870
+ },
871
+ stat_wrapper: {
872
+ selectedVariants: {},
335
873
  },
336
- value: {},
337
- label: {},
338
874
  },
339
875
  {
876
+ value: {
877
+ selectedVariants: {
878
+ Heading_Level: "H2",
879
+ },
880
+ },
881
+ label: {
882
+ selectedVariants: {},
883
+ },
340
884
  stat_wrapper: {
341
- display: "flex",
342
- "flex-direction": "column",
343
- "row-gap": "6xs",
885
+ selectedVariants: {},
344
886
  },
345
- value: {},
346
- label: {},
347
887
  },
348
888
  ],
349
889
  },
890
+ },
891
+ {
892
+ title: "Stacked Center",
893
+ key: "stacked_center",
894
+ styles: {
895
+ layout: {},
896
+ container: {},
897
+ main_wrapper: {
898
+ display: "flex",
899
+ "flex-direction": "column",
900
+ "align-items": "center",
901
+ "row-gap": "3xl",
902
+ },
903
+ left_container: {
904
+ display: "flex",
905
+ "flex-direction": "column",
906
+ "align-items": "center",
907
+ "row-gap": "3xl",
908
+ "text-align": "center",
909
+ },
910
+ content_wrapper: {
911
+ display: "flex",
912
+ "flex-direction": "column",
913
+ "align-items": "center",
914
+ "row-gap": "lg",
915
+ },
916
+ label: {
917
+ ...LABEL_BRAND,
918
+ "text-align": "center",
919
+ },
920
+ title: {
921
+ "text-wrap": "balance",
922
+ "text-align": "center",
923
+ },
924
+ description: {
925
+ "text-align": "center",
926
+ "max-width": "640px",
927
+ },
928
+ ctas_levoGroup: {
929
+ display: "flex",
930
+ "flex-direction": "row",
931
+ "column-gap": "md",
932
+ "row-gap": "md",
933
+ "flex-wrap": "wrap",
934
+ "justify-content": "center",
935
+ "align-items": "center",
936
+ },
937
+ ctas_levoGroupItem: {
938
+ cta: {
939
+ width: "fit-content",
940
+ },
941
+ },
942
+ ctas: [{}, {}],
943
+ stats_container: {
944
+ display: "flex",
945
+ "flex-direction": "column",
946
+ "row-gap": "base",
947
+ },
948
+ stats_levoGroup: {
949
+ display: "flex",
950
+ "column-gap": "2xl",
951
+ "justify-content": "center",
952
+ "flex-wrap": "wrap",
953
+ "row-gap": "lg",
954
+ mobile: {
955
+ "flex-direction": "column",
956
+ "row-gap": "base",
957
+ "align-items": "center",
958
+ },
959
+ },
960
+ right_container: {
961
+ width: "100%",
962
+ order: "-1",
963
+ },
964
+ hero_image: {
965
+ width: "100%",
966
+ "max-height": "420px",
967
+ "object-fit": "cover",
968
+ "border-radius": "base",
969
+ },
970
+ stats_levoGroupItem: {
971
+ stat_wrapper: STAT_WRAPPER_CENTER,
972
+ icon: STAT_ICON,
973
+ value: {},
974
+ label: {},
975
+ },
976
+ stats: [{}, {}, {}, {}],
977
+ },
350
978
  content: DEFAULT_CONTENT,
979
+ config: {
980
+ title: {
981
+ heading: { level: 1 },
982
+ selectedVariants: { Heading_Level: "H1" },
983
+ },
984
+ cta: {
985
+ selectedVariants: { Button_Variants: "Primary" },
986
+ },
987
+ ctas: [
988
+ { cta: {} },
989
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
990
+ ],
991
+ stats: STAT_CONFIG_4,
992
+ },
993
+ },
994
+ {
995
+ title: "Minimal",
996
+ key: "minimal",
997
+ styles: {
998
+ layout: {},
999
+ container: {},
1000
+ main_wrapper: {
1001
+ display: "flex",
1002
+ "align-items": "center",
1003
+ "column-gap": "4xl",
1004
+ tablet: {
1005
+ "column-gap": "3xl",
1006
+ },
1007
+ mobile: {
1008
+ "flex-direction": "column",
1009
+ "row-gap": "3xl",
1010
+ },
1011
+ },
1012
+ left_container: {
1013
+ flex: "1",
1014
+ display: "flex",
1015
+ "flex-direction": "column",
1016
+ "row-gap": "3xl",
1017
+ },
1018
+ content_wrapper: {
1019
+ display: "flex",
1020
+ "flex-direction": "column",
1021
+ "row-gap": "lg",
1022
+ },
1023
+ label: {
1024
+ display: "none",
1025
+ },
1026
+ title: {},
1027
+ description: {
1028
+ "max-width": "560px",
1029
+ },
1030
+ ctas_levoGroup: {
1031
+ display: "flex",
1032
+ "flex-direction": "row",
1033
+ "column-gap": "md",
1034
+ "row-gap": "md",
1035
+ "flex-wrap": "wrap",
1036
+ "align-items": "center",
1037
+ },
1038
+ ctas_levoGroupItem: {
1039
+ cta: {
1040
+ width: "fit-content",
1041
+ },
1042
+ },
1043
+ ctas: [{}, {}],
1044
+ stats_container: {
1045
+ display: "flex",
1046
+ "flex-direction": "column",
1047
+ "row-gap": "base",
1048
+ },
1049
+ stats_levoGroup: {
1050
+ display: "flex",
1051
+ "column-gap": "2xl",
1052
+ "flex-wrap": "wrap",
1053
+ "row-gap": "lg",
1054
+ mobile: {
1055
+ "flex-direction": "column",
1056
+ "row-gap": "base",
1057
+ },
1058
+ },
1059
+ right_container: {
1060
+ flex: "1",
1061
+ },
1062
+ hero_image: {
1063
+ width: "100%",
1064
+ "aspect-ratio": "4/3",
1065
+ "object-fit": "cover",
1066
+ "border-radius": "base",
1067
+ },
1068
+ stats_levoGroupItem: {
1069
+ stat_wrapper: {
1070
+ display: "flex",
1071
+ "flex-direction": "column",
1072
+ "row-gap": "2xs",
1073
+ },
1074
+ icon: {
1075
+ width: "24px",
1076
+ height: "24px",
1077
+ "font-size": "24px",
1078
+ "flex-shrink": "0",
1079
+ "margin-bottom": "4xs",
1080
+ },
1081
+ value: {},
1082
+ label: {},
1083
+ },
1084
+ stats: [{}, {}, {}],
1085
+ },
1086
+ content: {
1087
+ layout: null,
1088
+ container: null,
1089
+ main_wrapper: null,
1090
+ left_container: null,
1091
+ content_wrapper: null,
1092
+ label: "MODERN TEAM OS",
1093
+ title: "Ship product, not process",
1094
+ description:
1095
+ "Operating System for fast-moving teams — real-time sync, webhooks, and automations that replace the status meeting. Built for teams that ship weekly.",
1096
+ ctas_levoGroup: null,
1097
+ ctas: [
1098
+ {
1099
+ cta: "Start free trial",
1100
+ },
1101
+ {
1102
+ cta: "Book a demo",
1103
+ },
1104
+ ],
1105
+ stats_container: null,
1106
+ stats: [
1107
+ {
1108
+ stat_wrapper: null,
1109
+ icon: {
1110
+ kind: "icon",
1111
+ data: {
1112
+ id: "flash",
1113
+ label: "Flash",
1114
+ svgCode:
1115
+ '<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>',
1116
+ },
1117
+ },
1118
+ value: "3.2x",
1119
+ label: "Faster release cycles",
1120
+ },
1121
+ {
1122
+ stat_wrapper: null,
1123
+ icon: {
1124
+ kind: "icon",
1125
+ data: {
1126
+ id: "shield-tick",
1127
+ label: "Shield Tick",
1128
+ svgCode:
1129
+ '<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>',
1130
+ },
1131
+ },
1132
+ value: "SOC 2",
1133
+ label: "Type II certified",
1134
+ },
1135
+ {
1136
+ stat_wrapper: null,
1137
+ icon: {
1138
+ kind: "icon",
1139
+ data: {
1140
+ id: "clock-watch",
1141
+ label: "Clock Watch",
1142
+ svgCode:
1143
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13.4 14.6C13.21 14.6 13.02 14.53 12.87 14.38L11.47 12.98C11.33 12.84 11.25 12.65 11.25 12.45V9.66003C11.25 9.25003 11.59 8.91003 12 8.91003C12.41 8.91003 12.75 9.25003 12.75 9.66003V12.14L13.93 13.32C14.22 13.61 14.22 14.09 13.93 14.38C13.78 14.53 13.59 14.6 13.4 14.6Z" fill="var(--color-icon-primary)"/>\n<path d="M12 19.25C10.41 19.25 8.91 18.75 7.65 17.8C7.62 17.78 7.6 17.77 7.57 17.75C5.78 16.36 4.75 14.26 4.75 12C4.75 8 8 4.75 12 4.75C16 4.75 19.25 8 19.25 12C19.25 14.25 18.23 16.33 16.46 17.72C16.43 17.74 16.41 17.76 16.38 17.78C15.11 18.74 13.6 19.25 12 19.25ZM8.43 16.51C8.46 16.53 8.48 16.54 8.5 16.56C10.53 18.13 13.51 18.12 15.53 16.54C15.55 16.52 15.58 16.5 15.6 16.49C16.97 15.39 17.75 13.76 17.75 12C17.75 8.83 15.17 6.25 12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 13.77 7.04 15.41 8.43 16.51Z" fill="var(--color-icon-primary)"/>\n<path d="M12.5496 22.75H11.4596C9.49959 22.75 8.29959 21.78 7.78959 19.77L7.28959 17.3C7.24959 17.08 7.29959 16.85 7.44959 16.68C7.59959 16.51 7.80959 16.41 8.02959 16.41H8.03959C8.20959 16.41 8.36959 16.46 8.49959 16.57C10.5296 18.14 13.5096 18.13 15.5296 16.55C15.8396 16.31 16.3296 16.36 16.5796 16.67C16.7196 16.84 16.7796 17.07 16.7396 17.29L16.2296 19.76C15.6996 21.78 14.4996 22.75 12.5496 22.75ZM9.08959 18.64L9.24959 19.44C9.62959 20.94 10.4096 21.25 11.4596 21.25H12.5496C13.5896 21.25 14.3696 20.94 14.7596 19.42L14.9196 18.64C13.1096 19.44 10.9096 19.45 9.08959 18.64Z" fill="var(--color-icon-primary)"/>\n<path d="M16.0003 7.62C15.8303 7.62 15.6603 7.56 15.5303 7.46C13.5103 5.88 10.5303 5.87 8.50025 7.44C8.19025 7.68 7.70025 7.63 7.46025 7.33C7.32025 7.16 7.26025 6.93 7.30025 6.71L7.79025 4.27C8.30025 2.22 9.50025 1.25 11.4603 1.25H12.5503C14.5003 1.25 15.7002 2.22 16.2102 4.21L16.7303 6.72C16.7803 6.94 16.7203 7.17 16.5803 7.34C16.4403 7.52 16.2303 7.62 16.0003 7.62ZM12.0003 4.75C13.0303 4.75 14.0103 4.96 14.9203 5.36L14.7503 4.55C14.3603 3.07 13.5903 2.75 12.5503 2.75H11.4603C10.4103 2.75 9.63025 3.06 9.25025 4.6L9.09025 5.36C10.0003 4.96 10.9803 4.75 12.0003 4.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
1144
+ },
1145
+ },
1146
+ value: "99.99%",
1147
+ label: "Uptime SLA",
1148
+ },
1149
+ ],
1150
+ right_container: null,
1151
+ hero_image: {
1152
+ id: "7453077972412839722",
1153
+ kind: "image",
1154
+ location:
1155
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg",
1156
+ mimetype: "image/jpeg",
1157
+ srcset: {
1158
+ "320w":
1159
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
1160
+ "640w":
1161
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
1162
+ "750w":
1163
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
1164
+ "828w":
1165
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
1166
+ "1080w":
1167
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
1168
+ "1200w":
1169
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
1170
+ "1920w":
1171
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
1172
+ path: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
1173
+ },
1174
+ },
1175
+ },
351
1176
  config: {
352
1177
  title: {
353
1178
  heading: {
@@ -362,6 +1187,18 @@ export const Hero9: IBlock = {
362
1187
  Button_Variants: "Primary",
363
1188
  },
364
1189
  },
1190
+ ctas: [
1191
+ {
1192
+ cta: {},
1193
+ },
1194
+ {
1195
+ cta: {
1196
+ selectedVariants: {
1197
+ Button_Variants: "Secondary",
1198
+ },
1199
+ },
1200
+ },
1201
+ ],
365
1202
  stats: [
366
1203
  {
367
1204
  value: {
@@ -402,6 +1239,19 @@ export const Hero9: IBlock = {
402
1239
  selectedVariants: {},
403
1240
  },
404
1241
  },
1242
+ {
1243
+ value: {
1244
+ selectedVariants: {
1245
+ Heading_Level: "H2",
1246
+ },
1247
+ },
1248
+ label: {
1249
+ selectedVariants: {},
1250
+ },
1251
+ stat_wrapper: {
1252
+ selectedVariants: {},
1253
+ },
1254
+ },
405
1255
  ],
406
1256
  },
407
1257
  },