@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,33 +1,81 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA = {
4
- id: "CISNrrDGAzAU",
5
- filename: "hero-4-2.png",
4
+ id: "7453077972412329163",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi.png",
6
+ location:
7
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-320w.webp 320w",
10
+ "320w":
11
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ path: "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
25
+ },
26
+ };
27
+
28
+ const ICON_FLASH = {
29
+ kind: "icon" as const,
30
+ data: {
31
+ id: "flash",
32
+ label: "Flash",
33
+ svgCode:
34
+ '<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>',
35
+ },
36
+ };
37
+
38
+ const ICON_ROUTING = {
39
+ kind: "icon" as const,
40
+ data: {
41
+ id: "routing",
42
+ label: "Routing",
43
+ svgCode:
44
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.46967 10.75C4.75967 10.75 4.03967 10.49 3.48967 9.96C1.64967 8.21 0.909667 6.3 1.33967 4.43C1.84967 2.23 3.77967 1.25 5.46967 1.25C7.15967 1.25 9.09967 2.24 9.59967 4.43C10.0297 6.3 9.27967 8.21 7.44967 9.96C6.89967 10.49 6.18967 10.75 5.46967 10.75ZM2.79967 4.77C2.41967 6.44 3.52967 7.92 4.52967 8.87C5.05967 9.38 5.88967 9.37 6.41967 8.87C7.41967 7.92 8.52967 6.44 8.13967 4.76C7.79967 3.28 6.48967 2.75 5.47967 2.75C4.45967 2.75 3.14967 3.28 2.79967 4.77Z" fill="var(--color-icon-primary)"/>\n<path d="M5.50977 6.20001C4.95977 6.20001 4.50977 5.75001 4.50977 5.20001C4.50977 4.65001 4.94977 4.20001 5.50977 4.20001H5.51977C6.06977 4.20001 6.51977 4.65001 6.51977 5.20001C6.51977 5.75001 6.06977 6.20001 5.50977 6.20001Z" fill="var(--color-icon-primary)"/>\n<path d="M18.4904 22.75C17.7804 22.75 17.0604 22.49 16.5004 21.96C14.6504 20.21 13.9004 18.3 14.3404 16.42C14.8504 14.23 16.7904 13.24 18.4904 13.24C20.1904 13.24 22.1304 14.23 22.6404 16.42C23.0704 18.29 22.3204 20.21 20.4704 21.95C19.9204 22.49 19.2104 22.75 18.4904 22.75ZM18.4904 14.75C17.4704 14.75 16.1504 15.28 15.8004 16.77C15.4104 18.44 16.5304 19.93 17.5304 20.88C18.0604 21.39 18.9004 21.39 19.4404 20.88C20.4404 19.93 21.5604 18.45 21.1704 16.78C20.8404 15.28 19.5204 14.75 18.4904 14.75Z" fill="var(--color-icon-primary)"/>\n<path d="M18.5303 18.2C17.9803 18.2 17.5303 17.75 17.5303 17.2C17.5303 16.65 17.9703 16.2 18.5303 16.2H18.5403C19.0903 16.2 19.5403 16.65 19.5403 17.2C19.5403 17.75 19.0803 18.2 18.5303 18.2Z" fill="var(--color-icon-primary)"/>\n<path d="M12.0004 19.75H9.32043C8.16043 19.75 7.15043 19.05 6.75043 17.97C6.34043 16.89 6.64043 15.7 7.51043 14.93L15.5004 7.94C15.9804 7.52 15.9904 6.95 15.8504 6.56C15.7004 6.17 15.3204 5.75 14.6804 5.75H12.0004C11.5904 5.75 11.2504 5.41 11.2504 5C11.2504 4.59 11.5904 4.25 12.0004 4.25H14.6804C15.8404 4.25 16.8504 4.95 17.2504 6.03C17.6604 7.11 17.3604 8.3 16.4904 9.07L8.50043 16.06C8.02043 16.48 8.01043 17.05 8.15043 17.44C8.30043 17.83 8.68043 18.25 9.32043 18.25H12.0004C12.4104 18.25 12.7504 18.59 12.7504 19C12.7504 19.41 12.4104 19.75 12.0004 19.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
45
+ },
46
+ };
47
+
48
+ const ICON_CHART = {
49
+ kind: "icon" as const,
50
+ data: {
51
+ id: "chart-square",
52
+ label: "Chart Square",
53
+ svgCode:
54
+ '<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>',
55
+ },
56
+ };
57
+
58
+ const ICON_SHIELD = {
59
+ kind: "icon" as const,
60
+ data: {
61
+ id: "shield-tick",
62
+ label: "Shield Tick",
63
+ svgCode:
64
+ '<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>',
17
65
  },
18
- mimetype: "image/png",
19
66
  };
20
67
 
21
68
  const DEFAULT_CONTENT = {
22
69
  layout: null,
23
70
  container: null,
24
71
  content_wrapper: null,
25
- title: "World's First Fusion Reactor Powering Clean Energy Singularity",
72
+ caption: "<p>MODERN TEAM OS</p>",
73
+ title: "Operating System for fast-moving teams",
26
74
  description:
27
- "<p>Over 25 years of ERP expertise, delivering 500+ successful implementations worldwide.</p>",
75
+ "<p>One workspace for tasks, docs, and automations—so product teams ship weekly without the Monday-morning status meeting.</p>",
28
76
  cta: [
29
77
  {
30
- button: "Get Started",
78
+ button: "Start free trial",
31
79
  },
32
80
  ],
33
81
  features_levoGroup: null,
@@ -35,81 +83,49 @@ const DEFAULT_CONTENT = {
35
83
  {
36
84
  item_wrapper: null,
37
85
  icon_content_wrapper: null,
38
- icon: {
39
- kind: "icon",
40
- data: {
41
- id: "activity",
42
- label: "Activity",
43
- tags: ["activity", "business", "custom", "directional"],
44
- svgCode:
45
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\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<path d="M7.33011 15.24C7.17011 15.24 7.01011 15.19 6.87011 15.08C6.54011 14.83 6.48011 14.36 6.73011 14.03L9.11011 10.94C9.40011 10.57 9.81011 10.33 10.2801 10.27C10.7401 10.21 11.2101 10.34 11.5801 10.63L13.4101 12.07C13.4801 12.13 13.5501 12.13 13.6001 12.12C13.6401 12.12 13.7101 12.1 13.7701 12.02L16.0801 9.04001C16.3301 8.71001 16.8101 8.65001 17.1301 8.91001C17.4601 9.16001 17.5201 9.63001 17.2601 9.96001L14.9501 12.94C14.6601 13.31 14.2501 13.55 13.7801 13.6C13.3101 13.66 12.8501 13.53 12.4801 13.24L10.6501 11.8C10.5801 11.74 10.5001 11.74 10.4601 11.75C10.4201 11.75 10.3501 11.77 10.2901 11.85L7.91011 14.94C7.78011 15.14 7.56011 15.24 7.33011 15.24Z" fill="var(--color-icon-primary)"/>\n</svg>',
46
- },
47
- },
86
+ icon: ICON_FLASH,
48
87
  content_wrapper: null,
49
- title: "1.8",
50
- description: "<p>CoP</p>",
51
- cta: "Register",
88
+ title: "Fast by default",
89
+ description:
90
+ "<p>Keyboard-first UI and local-first data keep every interaction under 50ms, even on a flaky hotel Wi-Fi.</p>",
91
+ cta: "",
52
92
  separator: null,
53
93
  },
54
94
  {
55
95
  item_wrapper: null,
56
96
  icon_content_wrapper: null,
57
- icon: {
58
- kind: "icon",
59
- data: {
60
- id: "chart-21",
61
- label: "Chart 21",
62
- tags: ["21", "business", "chart", "custom"],
63
- svgCode:
64
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M5.59998 19.75H4C3.04 19.75 2.25 18.96 2.25 18V9.38C2.25 8.42 3.04 7.63 4 7.63H5.59998C6.55998 7.63 7.34998 8.42 7.34998 9.38V18C7.34998 18.96 6.55998 19.75 5.59998 19.75ZM4 9.12C3.86 9.12 3.75 9.23 3.75 9.37V18C3.75 18.14 3.86 18.25 4 18.25H5.59998C5.73998 18.25 5.84998 18.14 5.84998 18V9.38C5.84998 9.24 5.73998 9.13 5.59998 9.13H4V9.12Z" fill="var(--color-icon-primary)"/>\n<path d="M12.8002 19.75H11.2002C10.2402 19.75 9.4502 18.96 9.4502 18V6.19C9.4502 5.23 10.2402 4.44 11.2002 4.44H12.8002C13.7602 4.44 14.5502 5.23 14.5502 6.19V18C14.5502 18.96 13.7602 19.75 12.8002 19.75ZM11.2002 5.94C11.0602 5.94 10.9502 6.05 10.9502 6.19V18C10.9502 18.14 11.0602 18.25 11.2002 18.25H12.8002C12.9402 18.25 13.0502 18.14 13.0502 18V6.19C13.0502 6.05 12.9402 5.94 12.8002 5.94H11.2002Z" fill="var(--color-icon-primary)"/>\n<path d="M20.0004 19.75H18.4004C17.4404 19.75 16.6504 18.96 16.6504 18V3C16.6504 2.04 17.4404 1.25 18.4004 1.25H20.0004C20.9604 1.25 21.7504 2.04 21.7504 3V18C21.7504 18.96 20.9604 19.75 20.0004 19.75ZM18.4004 2.75C18.2604 2.75 18.1504 2.86 18.1504 3V18C18.1504 18.14 18.2604 18.25 18.4004 18.25H20.0004C20.1404 18.25 20.2504 18.14 20.2504 18V3C20.2504 2.86 20.1404 2.75 20.0004 2.75H18.4004Z" fill="var(--color-icon-primary)"/>\n</svg>',
65
- },
66
- },
97
+ icon: ICON_ROUTING,
67
98
  content_wrapper: null,
68
- title: "$3.5M",
69
- description: "<p>Pre-Series A</p>",
70
- cta: "Get Started",
99
+ title: "Automated end-to-end",
100
+ description:
101
+ "<p>Trigger webhooks, sync Slack updates, and route tickets through rules—no glue code, no Zapier tax.</p>",
102
+ cta: "",
71
103
  separator: null,
72
104
  },
73
105
  {
74
106
  item_wrapper: null,
75
107
  icon_content_wrapper: null,
76
- icon: {
77
- kind: "icon",
78
- data: {
79
- id: "personalcard",
80
- label: "Personalcard",
81
- tags: ["business", "custom", "personalcard"],
82
- svgCode:
83
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17 21.75H7C2.59 21.75 1.25 20.41 1.25 16V8C1.25 3.59 2.59 2.25 7 2.25H17C21.41 2.25 22.75 3.59 22.75 8V16C22.75 20.41 21.41 21.75 17 21.75ZM7 3.75C3.42 3.75 2.75 4.43 2.75 8V16C2.75 19.57 3.42 20.25 7 20.25H17C20.58 20.25 21.25 19.57 21.25 16V8C21.25 4.43 20.58 3.75 17 3.75H7Z" fill="var(--color-icon-primary)"/>\n<path d="M19 8.75H14C13.59 8.75 13.25 8.41 13.25 8C13.25 7.59 13.59 7.25 14 7.25H19C19.41 7.25 19.75 7.59 19.75 8C19.75 8.41 19.41 8.75 19 8.75Z" fill="var(--color-icon-primary)"/>\n<path d="M19 12.75H15C14.59 12.75 14.25 12.41 14.25 12C14.25 11.59 14.59 11.25 15 11.25H19C19.41 11.25 19.75 11.59 19.75 12C19.75 12.41 19.41 12.75 19 12.75Z" fill="var(--color-icon-primary)"/>\n<path d="M19 16.75H17C16.59 16.75 16.25 16.41 16.25 16C16.25 15.59 16.59 15.25 17 15.25H19C19.41 15.25 19.75 15.59 19.75 16C19.75 16.41 19.41 16.75 19 16.75Z" fill="var(--color-icon-primary)"/>\n<path d="M8.50043 12.04C7.09043 12.04 5.94043 10.89 5.94043 9.48001C5.94043 8.07001 7.09043 6.92001 8.50043 6.92001C9.91043 6.92001 11.0604 8.07001 11.0604 9.48001C11.0604 10.89 9.91043 12.04 8.50043 12.04ZM8.50043 8.42001C7.92043 8.42001 7.44043 8.90001 7.44043 9.48001C7.44043 10.06 7.92043 10.54 8.50043 10.54C9.08043 10.54 9.56043 10.06 9.56043 9.48001C9.56043 8.90001 9.08043 8.42001 8.50043 8.42001Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9999 17.08C11.6199 17.08 11.2899 16.79 11.2499 16.4C11.1399 15.32 10.2699 14.45 9.17991 14.35C8.71991 14.31 8.25991 14.31 7.79991 14.35C6.70991 14.45 5.83991 15.31 5.72991 16.4C5.68991 16.81 5.31991 17.12 4.90991 17.07C4.49991 17.03 4.19991 16.66 4.23991 16.25C4.41991 14.45 5.84991 13.02 7.65991 12.86C8.20991 12.81 8.76991 12.81 9.31991 12.86C11.1199 13.03 12.5599 14.46 12.7399 16.25C12.7799 16.66 12.4799 17.03 12.0699 17.07C12.0499 17.08 12.0199 17.08 11.9999 17.08Z" fill="var(--color-icon-primary)"/>\n</svg>',
84
- },
85
- },
108
+ icon: ICON_CHART,
86
109
  content_wrapper: null,
87
- title: "9",
88
- description: "<p>Scientists</p>",
89
- cta: "Join Today",
110
+ title: "Insights in real time",
111
+ description:
112
+ "<p>Cycle time, WIP, and velocity dashboards refresh live—no CSV exports into a spreadsheet on Friday.</p>",
113
+ cta: "",
90
114
  separator: null,
91
115
  },
92
116
  {
93
117
  item_wrapper: null,
94
118
  icon_content_wrapper: null,
95
- icon: {
96
- kind: "icon",
97
- data: {
98
- id: "archive-book",
99
- label: "Archive Book",
100
- tags: ["archive", "book", "content-edit", "custom", "directional"],
101
- svgCode:
102
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V7C2.25 3.35 4.35 1.25 8 1.25H16C19.65 1.25 21.75 3.35 21.75 7V17C21.75 20.65 19.65 22.75 16 22.75ZM8 2.75C5.14 2.75 3.75 4.14 3.75 7V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V7C20.25 4.14 18.86 2.75 16 2.75H8Z" fill="var(--color-icon-primary)"/>\n<path d="M9 11.11C8.83 11.11 8.66 11.08 8.5 11.01C8.04 10.81 7.75 10.36 7.75 9.87V2C7.75 1.59 8.09 1.25 8.5 1.25H15.5C15.91 1.25 16.25 1.59 16.25 2V9.85999C16.25 10.36 15.96 10.81 15.5 11C15.05 11.2 14.52 11.11 14.15 10.77L12 8.79999L9.84998 10.78C9.60998 11 9.31 11.11 9 11.11ZM12 7.21002C12.3 7.21002 12.61 7.31998 12.85 7.53998L14.75 9.28998V2.75H9.25V9.28998L11.15 7.53998C11.39 7.31998 11.7 7.21002 12 7.21002Z" fill="var(--color-icon-primary)"/>\n<path d="M17.5 14.75H13.25C12.84 14.75 12.5 14.41 12.5 14C12.5 13.59 12.84 13.25 13.25 13.25H17.5C17.91 13.25 18.25 13.59 18.25 14C18.25 14.41 17.91 14.75 17.5 14.75Z" fill="var(--color-icon-primary)"/>\n<path d="M17.5 18.75H9C8.59 18.75 8.25 18.41 8.25 18C8.25 17.59 8.59 17.25 9 17.25H17.5C17.91 17.25 18.25 17.59 18.25 18C18.25 18.41 17.91 18.75 17.5 18.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
103
- },
104
- },
119
+ icon: ICON_SHIELD,
105
120
  content_wrapper: null,
106
- title: "3",
107
- description: "<p>Ongoing MoUs</p>",
108
- cta: "Donate Now",
121
+ title: "Secure by design",
122
+ description:
123
+ "<p>SOC 2 Type II, SAML SSO, and row-level permissions ship on every plan—security is never an upsell.</p>",
124
+ cta: "",
109
125
  separator: null,
110
126
  },
111
127
  ],
112
- caption: null,
128
+ img: MEDIA,
113
129
  };
114
130
 
115
131
  export type IHero11Content = typeof DEFAULT_CONTENT;
@@ -120,7 +136,7 @@ export const Hero11: IBlock = {
120
136
  key: "hero-11",
121
137
  version: "v1",
122
138
  prompt_description:
123
- "Hero section with title, description, CTA, and horizontal features layout with icons, titles, descriptions, and CTAs.",
139
+ "Hero section with branded caption, title, description, primary CTA, and a 4-up feature row with icons, titles, and descriptions.",
124
140
  content_schema: [
125
141
  {
126
142
  key: "layout",
@@ -149,6 +165,17 @@ export const Hero11: IBlock = {
149
165
  "Wrapper that contains all hero content with proper spacing and alignment.",
150
166
  },
151
167
  },
168
+ {
169
+ key: "caption",
170
+ label: "Caption",
171
+ field_interface: "TypographyWidget",
172
+ hint: {
173
+ prompt_description:
174
+ "Short branded label displayed above the title. Uppercase, tracked-out.",
175
+ min_characters: 8,
176
+ max_characters: 40,
177
+ },
178
+ },
152
179
  {
153
180
  key: "title",
154
181
  label: "Title",
@@ -156,7 +183,7 @@ export const Hero11: IBlock = {
156
183
  hint: {
157
184
  prompt_description: "Main heading for the hero section",
158
185
  min_characters: 24,
159
- max_characters: 48,
186
+ max_characters: 60,
160
187
  },
161
188
  },
162
189
  {
@@ -166,17 +193,7 @@ export const Hero11: IBlock = {
166
193
  hint: {
167
194
  prompt_description: "Supporting description text",
168
195
  min_characters: 80,
169
- max_characters: 180,
170
- },
171
- },
172
- {
173
- key: "caption",
174
- label: "Caption",
175
- field_interface: "TypographyWidget",
176
- hint: {
177
- prompt_description: "Caption text",
178
- min_characters: 80,
179
- max_characters: 180,
196
+ max_characters: 200,
180
197
  },
181
198
  },
182
199
  {
@@ -239,7 +256,7 @@ export const Hero11: IBlock = {
239
256
  field_interface: "BoxWidget",
240
257
  hint: {
241
258
  prompt_description:
242
- "Container for the text content (title, description, CTA) with proper spacing.",
259
+ "Container for the text content (title, description) with proper spacing.",
243
260
  },
244
261
  },
245
262
  {
@@ -250,7 +267,7 @@ export const Hero11: IBlock = {
250
267
  prompt_description:
251
268
  "Feature title displayed prominently. Use clear, action-oriented language (2-4 words).",
252
269
  min_characters: 8,
253
- max_characters: 24,
270
+ max_characters: 30,
254
271
  },
255
272
  },
256
273
  {
@@ -259,12 +276,11 @@ export const Hero11: IBlock = {
259
276
  field_interface: "TypographyWidget",
260
277
  hint: {
261
278
  prompt_description:
262
- "Brief description explaining the feature benefit. Keep it concise and engaging (1-2 sentences).",
279
+ "Brief description explaining the feature benefit. Keep it concise (1-2 sentences, ~18-22 words).",
263
280
  min_characters: 20,
264
- max_characters: 80,
281
+ max_characters: 140,
265
282
  },
266
283
  },
267
-
268
284
  {
269
285
  key: "separator",
270
286
  label: "Separator",
@@ -277,7 +293,7 @@ export const Hero11: IBlock = {
277
293
  ],
278
294
  hint: {
279
295
  prompt_description:
280
- "Collection of 4 features displayed horizontally in a row with icons, titles, descriptions, and CTAs. Include separators between items for visual clarity.",
296
+ "Collection of 4 features displayed horizontally in a row with icons, titles and descriptions. Thin separators sit between items.",
281
297
  min_items: 4,
282
298
  max_items: 4,
283
299
  },
@@ -295,27 +311,39 @@ export const Hero11: IBlock = {
295
311
  title: "Default",
296
312
  styles: {
297
313
  layout: {
298
- "background-image": `url("${MEDIA?.location}")`,
314
+ "background-image": `linear-gradient(rgba(10,15,25,0.72), rgba(10,15,25,0.72)), url("${MEDIA.location}")`,
299
315
  "background-position": "50% 50%",
300
316
  "background-size": "cover",
317
+ "padding-top": "5xl",
318
+ "padding-bottom": "5xl",
301
319
  },
302
320
  container: {},
303
321
  content_wrapper: {
304
322
  display: "flex",
305
323
  "flex-direction": "column",
306
324
  "align-items": "center",
307
- "row-gap": "3xl",
325
+ "row-gap": "2xl",
308
326
  "text-align": "center",
309
327
  width: "100%",
310
328
  mobile: {
311
- "row-gap": "2xl",
329
+ "row-gap": "xl",
312
330
  },
313
331
  },
332
+ caption: {
333
+ color: "brand",
334
+ "text-transform": "uppercase",
335
+ "letter-spacing": "0.08em",
336
+ "font-weight": 600,
337
+ "font-size": "xs",
338
+ },
314
339
  title: {
315
- "max-width": "700px",
340
+ "text-wrap": "balance",
341
+ "max-width": "760px",
342
+ color: "background-2",
316
343
  },
317
344
  description: {
318
345
  "max-width": "600px",
346
+ color: "background-2",
319
347
  },
320
348
  cta_levoGroup: {
321
349
  display: "flex",
@@ -333,14 +361,14 @@ export const Hero11: IBlock = {
333
361
  features_levoGroup: {
334
362
  display: "flex",
335
363
  width: "100%",
336
- "align-items": "center",
364
+ "align-items": "stretch",
337
365
  "justify-content": "space-between",
338
-
366
+ "margin-top": "2xl",
339
367
  tablet: {
340
368
  display: "grid",
341
369
  "column-gap": "none",
342
370
  "flex-direction": "row",
343
- "row-gap": "3xl",
371
+ "row-gap": "2xl",
344
372
  },
345
373
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
346
374
  "grid-template-rows": "repeat(1, minmax(0, 1fr))",
@@ -349,480 +377,280 @@ export const Hero11: IBlock = {
349
377
  "column-gap": "xs",
350
378
  },
351
379
  },
352
- features: [
353
- {
354
- item_wrapper: {
355
- display: "flex",
356
- "align-items": "end",
357
- "flex-grow": "1",
358
- mobile: {
359
- "flex-direction": "column",
360
- width: "100%",
361
-
362
- "border-bottom": "1px s",
363
- "justify-content": "start",
364
- "align-items": "start",
365
- },
366
- tablet: {
367
- "justify-content": "center",
368
- "align-items": "center",
369
- "margin-right": "3xl",
370
- },
371
- "justify-content": "center",
372
- },
373
- icon_content_wrapper: {
374
- display: "flex",
375
- "align-items": "center",
376
- "column-gap": "base",
377
- "text-align": "left",
378
- mobile: {
379
- "flex-direction": "row",
380
- "row-gap": "sm",
381
- "text-align": "center",
382
-
383
- "column-gap": "base",
384
- "justify-content": "center",
385
- "align-items": "center",
386
- },
387
-
388
- "justify-content": "start",
389
- tablet: {
390
- "justify-content": "start",
391
- "align-items": "start",
392
- },
393
- },
394
- icon: {
395
- width: "48px",
396
- height: "48px",
397
- "flex-shrink": "0",
398
- mobile: {
399
- width: "40px",
400
- height: "40px",
401
- },
402
- },
403
- content_wrapper: {
404
- display: "flex",
380
+ features_levoGroupItem: {
381
+ item_wrapper: {
382
+ display: "flex",
383
+ "align-items": "center",
384
+ "flex-grow": "1",
385
+ height: "100%",
386
+ mobile: {
405
387
  "flex-direction": "column",
406
- "row-gap": "none",
407
-
388
+ width: "100%",
408
389
  "justify-content": "start",
409
390
  "align-items": "start",
410
- mobile: {
411
- "justify-content": "start",
412
- "align-items": "start",
413
- },
414
- },
415
- title: {
416
- mobile: {
417
- "text-align": "center",
418
- },
419
- "font-weight": 600,
420
- },
421
- description: {
422
- "max-width": "200px",
423
- mobile: {
424
- "max-width": "180px",
425
- "text-align": "left",
426
- },
427
391
  },
428
- cta: {
429
- "background-color": "white",
430
- color: "text-1",
431
- "padding-top": "xs",
432
- "padding-bottom": "xs",
433
- "padding-left": "none",
434
- "padding-right": "sm",
435
- "border-radius": "base",
436
- "border-width": "1px",
437
- "border-color": "border",
438
- "text-decoration": "none",
439
- "margin-top": "xs",
440
- mobile: {
441
- "padding-top": "xs",
442
- "padding-bottom": "xs",
443
- "padding-left": "base",
444
- "padding-right": "base",
445
- },
446
-
447
- tablet: {
448
- "margin-top": "none",
449
- "padding-top": "none",
450
- "padding-bottom": "none",
451
- },
452
- },
453
- separator: {
454
- width: "1px",
455
- height: "100px",
456
- "background-color": "var(--color-border)",
457
- "margin-left": "xl",
458
- "margin-right": "xl",
459
- mobile: {
460
- display: "none",
461
- },
462
-
463
- tablet: {
464
- display: "none",
465
- height: "80px",
466
- "margin-left": "none",
467
- "margin-right": "none",
468
- },
469
- },
470
- },
471
- {
472
- item_wrapper: {
473
- display: "flex",
474
- "align-items": "end",
475
- "flex-grow": "1",
476
- mobile: {
477
- "flex-direction": "column",
478
- width: "100%",
479
-
480
- "border-bottom": "1px s",
481
- "justify-content": "start",
482
- "align-items": "start",
483
- },
484
- tablet: {
485
- "justify-content": "center",
486
- "align-items": "center",
487
- "margin-right": "3xl",
488
- },
392
+ tablet: {
489
393
  "justify-content": "center",
490
- },
491
- icon_content_wrapper: {
492
- display: "flex",
493
394
  "align-items": "center",
494
- "column-gap": "base",
395
+ "margin-right": "2xl",
396
+ },
397
+ "justify-content": "center",
398
+ },
399
+ icon_content_wrapper: {
400
+ display: "flex",
401
+ "align-items": "center",
402
+ "column-gap": "base",
403
+ "text-align": "left",
404
+ "justify-content": "start",
405
+ mobile: {
406
+ "flex-direction": "row",
407
+ "row-gap": "sm",
495
408
  "text-align": "left",
496
- mobile: {
497
- "flex-direction": "row",
498
- "row-gap": "sm",
499
- "text-align": "center",
500
-
501
- "column-gap": "base",
502
- "justify-content": "center",
503
- "align-items": "center",
504
- },
505
-
409
+ "column-gap": "base",
506
410
  "justify-content": "start",
507
- tablet: {
508
- "justify-content": "start",
509
- "align-items": "start",
510
- },
511
- },
512
- icon: {
513
- width: "48px",
514
- height: "48px",
515
- "flex-shrink": "0",
516
- mobile: {
517
- width: "40px",
518
- height: "40px",
519
- },
411
+ "align-items": "center",
520
412
  },
521
- content_wrapper: {
522
- display: "flex",
523
- "flex-direction": "column",
524
- "row-gap": "none",
525
-
413
+ tablet: {
526
414
  "justify-content": "start",
527
415
  "align-items": "start",
528
- mobile: {
529
- "justify-content": "start",
530
- "align-items": "start",
531
- },
532
- },
533
- title: {
534
- mobile: {
535
- "text-align": "center",
536
- },
537
- "font-weight": 600,
538
- },
539
- description: {
540
- "max-width": "200px",
541
- mobile: {
542
- "max-width": "180px",
543
- "text-align": "left",
544
- },
545
- },
546
- cta: {
547
- "background-color": "white",
548
- color: "text-1",
549
- "padding-top": "xs",
550
- "padding-bottom": "xs",
551
- "padding-left": "none",
552
- "padding-right": "sm",
553
- "border-radius": "base",
554
- "border-width": "1px",
555
- "border-color": "border",
556
- "text-decoration": "none",
557
- "margin-top": "xs",
558
- mobile: {
559
- "padding-top": "xs",
560
- "padding-bottom": "xs",
561
- "padding-left": "base",
562
- "padding-right": "base",
563
- },
564
-
565
- tablet: {
566
- "margin-top": "none",
567
- "padding-top": "none",
568
- "padding-bottom": "none",
569
- },
570
- },
571
- separator: {
572
- width: "1px",
573
- height: "100px",
574
- "background-color": "var(--color-border)",
575
- "margin-left": "xl",
576
- "margin-right": "xl",
577
- mobile: {
578
- display: "none",
579
- },
580
-
581
- tablet: {
582
- display: "none",
583
- height: "80px",
584
- "margin-left": "none",
585
- "margin-right": "none",
586
- },
587
416
  },
588
417
  },
589
- {
590
- item_wrapper: {
591
- display: "flex",
592
- "align-items": "end",
593
- "flex-grow": "1",
594
- mobile: {
595
- "flex-direction": "column",
596
- width: "100%",
597
-
598
- "border-bottom": "1px s",
599
- "justify-content": "start",
600
- "align-items": "start",
601
- },
602
- tablet: {
603
- "justify-content": "center",
604
- "align-items": "center",
605
- "margin-right": "3xl",
606
- },
607
- "justify-content": "center",
608
- },
609
- icon_content_wrapper: {
610
- display: "flex",
611
- "align-items": "center",
612
- "column-gap": "base",
613
- "text-align": "left",
614
- mobile: {
615
- "flex-direction": "row",
616
- "row-gap": "sm",
617
- "text-align": "center",
618
-
619
- "column-gap": "base",
620
- "justify-content": "center",
621
- "align-items": "center",
622
- },
623
-
624
- "justify-content": "start",
625
- tablet: {
626
- "justify-content": "start",
627
- "align-items": "start",
628
- },
418
+ icon: {
419
+ width: "40px",
420
+ height: "40px",
421
+ "font-size": "24px",
422
+ "flex-shrink": "0",
423
+ filter: "brightness(0) invert(1)",
424
+ mobile: {
425
+ width: "36px",
426
+ height: "36px",
427
+ "font-size": "22px",
629
428
  },
630
- icon: {
631
- width: "48px",
632
- height: "48px",
633
- "flex-shrink": "0",
634
- mobile: {
635
- width: "40px",
636
- height: "40px",
637
- },
638
- },
639
- content_wrapper: {
640
- display: "flex",
641
- "flex-direction": "column",
642
- "row-gap": "none",
643
-
429
+ },
430
+ content_wrapper: {
431
+ display: "flex",
432
+ "flex-direction": "column",
433
+ "row-gap": "2xs",
434
+ "justify-content": "start",
435
+ "align-items": "start",
436
+ mobile: {
644
437
  "justify-content": "start",
645
438
  "align-items": "start",
646
- mobile: {
647
- "justify-content": "start",
648
- "align-items": "start",
649
- },
650
- },
651
- title: {
652
- mobile: {
653
- "text-align": "center",
654
- },
655
- "font-weight": 600,
656
- },
657
- description: {
658
- "max-width": "200px",
659
- mobile: {
660
- "max-width": "180px",
661
- "text-align": "left",
662
- },
663
- },
664
- cta: {
665
- "background-color": "white",
666
- color: "text-1",
667
- "padding-top": "xs",
668
- "padding-bottom": "xs",
669
- "padding-left": "none",
670
- "padding-right": "sm",
671
- "border-radius": "base",
672
- "border-width": "1px",
673
- "border-color": "border",
674
- "text-decoration": "none",
675
- "margin-top": "xs",
676
- mobile: {
677
- "padding-top": "xs",
678
- "padding-bottom": "xs",
679
- "padding-left": "base",
680
- "padding-right": "base",
681
- },
682
-
683
- tablet: {
684
- "margin-top": "none",
685
- "padding-top": "none",
686
- "padding-bottom": "none",
687
- },
688
- },
689
- separator: {
690
- width: "1px",
691
- height: "100px",
692
- "background-color": "var(--color-border)",
693
- "margin-left": "xl",
694
- "margin-right": "xl",
695
- mobile: {
696
- display: "none",
697
- },
698
-
699
- tablet: {
700
- display: "none",
701
- height: "80px",
702
- "margin-left": "none",
703
- "margin-right": "none",
704
- },
705
439
  },
706
440
  },
707
- {
708
- item_wrapper: {
709
- display: "flex",
710
- "align-items": "end",
711
- "flex-grow": "1",
712
- mobile: {
713
- "flex-direction": "column",
714
- width: "100%",
715
-
716
- "border-bottom": "1px s",
717
- "justify-content": "start",
718
- "align-items": "start",
719
- },
720
- tablet: {
721
- "justify-content": "center",
722
- "align-items": "center",
723
- "margin-right": "3xl",
724
- },
725
- "justify-content": "center",
441
+ title: {
442
+ "font-weight": 600,
443
+ color: "background-2",
444
+ mobile: {
445
+ "text-align": "left",
726
446
  },
727
- icon_content_wrapper: {
728
- display: "flex",
729
- "align-items": "center",
730
- "column-gap": "base",
447
+ },
448
+ description: {
449
+ "max-width": "220px",
450
+ color: "background-2",
451
+ mobile: {
452
+ "max-width": "220px",
731
453
  "text-align": "left",
732
- mobile: {
733
- "flex-direction": "row",
734
- "row-gap": "sm",
735
- "text-align": "center",
736
-
737
- "column-gap": "base",
738
- "justify-content": "center",
739
- "align-items": "center",
740
- },
741
-
742
- "justify-content": "start",
743
- tablet: {
744
- "justify-content": "start",
745
- "align-items": "start",
746
- },
747
454
  },
748
- icon: {
749
- width: "48px",
750
- height: "48px",
751
- "flex-shrink": "0",
752
- mobile: {
753
- width: "40px",
754
- height: "40px",
755
- },
455
+ },
456
+ cta: {
457
+ display: "none",
458
+ },
459
+ separator: {
460
+ width: "1px",
461
+ height: "80px",
462
+ "background-color": "rgba(255,255,255,0.18)",
463
+ "margin-left": "xl",
464
+ "margin-right": "xl",
465
+ mobile: {
466
+ display: "none",
756
467
  },
757
- content_wrapper: {
758
- display: "flex",
759
- "flex-direction": "column",
760
- "row-gap": "none",
761
-
762
- "justify-content": "start",
763
- "align-items": "start",
764
- mobile: {
765
- "justify-content": "start",
766
- "align-items": "start",
767
- },
468
+ tablet: {
469
+ display: "none",
470
+ height: "80px",
471
+ "margin-left": "none",
472
+ "margin-right": "none",
768
473
  },
474
+ },
475
+ },
476
+ features: [{}, {}, {}, {}],
477
+ },
478
+ content: DEFAULT_CONTENT,
479
+ config: {
480
+ title: {
481
+ heading: {
482
+ level: 1,
483
+ },
484
+ },
485
+ features: [
486
+ {
487
+ description: { selectedVariants: {} },
488
+ item_wrapper: { selectedVariants: {} },
769
489
  title: {
770
- mobile: {
771
- "text-align": "center",
772
- },
773
- "font-weight": 600,
490
+ heading: { level: "4" },
491
+ selectedVariants: { Heading_Level: "H5" },
774
492
  },
775
- description: {
776
- "max-width": "200px",
777
- mobile: {
778
- "max-width": "180px",
779
- "text-align": "left",
780
- },
493
+ content_wrapper: { selectedVariants: {} },
494
+ icon_content_wrapper: { selectedVariants: {} },
495
+ },
496
+ {
497
+ description: { selectedVariants: {} },
498
+ item_wrapper: { selectedVariants: {} },
499
+ title: {
500
+ heading: { level: "4" },
501
+ selectedVariants: { Heading_Level: "H5" },
781
502
  },
782
- cta: {
783
- "background-color": "white",
784
- color: "text-1",
785
- "padding-top": "xs",
786
- "padding-bottom": "xs",
787
- "padding-left": "none",
788
- "padding-right": "sm",
789
- "border-radius": "base",
790
- "border-width": "1px",
791
- "border-color": "border",
792
- "text-decoration": "none",
793
- "margin-top": "xs",
794
- mobile: {
795
- "padding-top": "xs",
796
- "padding-bottom": "xs",
797
- "padding-left": "base",
798
- "padding-right": "base",
799
- },
800
-
801
- tablet: {
802
- "margin-top": "none",
803
- "padding-top": "none",
804
- "padding-bottom": "none",
805
- },
503
+ content_wrapper: { selectedVariants: {} },
504
+ icon_content_wrapper: { selectedVariants: {} },
505
+ },
506
+ {
507
+ description: { selectedVariants: {} },
508
+ item_wrapper: { selectedVariants: {} },
509
+ title: {
510
+ heading: { level: "4" },
511
+ selectedVariants: { Heading_Level: "H5" },
806
512
  },
807
- separator: {
808
- width: "1px",
809
- height: "100px",
810
- "background-color": "var(--color-border)",
811
- "margin-left": "xl",
812
- "margin-right": "xl",
813
- mobile: {
814
- display: "none",
815
- },
816
-
817
- tablet: {
818
- display: "none",
819
- height: "80px",
820
- "margin-left": "none",
821
- "margin-right": "none",
822
- },
513
+ content_wrapper: { selectedVariants: {} },
514
+ icon_content_wrapper: { selectedVariants: {} },
515
+ },
516
+ {
517
+ description: { selectedVariants: {} },
518
+ item_wrapper: { selectedVariants: {} },
519
+ title: {
520
+ heading: { level: "4" },
521
+ selectedVariants: { Heading_Level: "H5" },
823
522
  },
523
+ content_wrapper: { selectedVariants: {} },
524
+ icon_content_wrapper: { selectedVariants: {} },
824
525
  },
825
526
  ],
527
+ description: {
528
+ selectedVariants: {
529
+ Typography_Variants: "Large",
530
+ },
531
+ },
532
+ },
533
+ },
534
+ {
535
+ key: "features_grid",
536
+ title: "Features Grid",
537
+ styles: {
538
+ layout: {
539
+ "background-image": `linear-gradient(rgba(10,15,25,0.72), rgba(10,15,25,0.72)), url("${MEDIA.location}")`,
540
+ "background-position": "50% 50%",
541
+ "background-size": "cover",
542
+ "padding-top": "5xl",
543
+ "padding-bottom": "5xl",
544
+ },
545
+ container: {},
546
+ content_wrapper: {
547
+ display: "flex",
548
+ "flex-direction": "column",
549
+ "align-items": "center",
550
+ "row-gap": "2xl",
551
+ "text-align": "center",
552
+ width: "100%",
553
+ mobile: {
554
+ "row-gap": "xl",
555
+ },
556
+ },
557
+ caption: {
558
+ color: "brand",
559
+ "text-transform": "uppercase",
560
+ "letter-spacing": "0.08em",
561
+ "font-weight": 600,
562
+ "font-size": "xs",
563
+ },
564
+ title: {
565
+ "text-wrap": "balance",
566
+ "max-width": "760px",
567
+ color: "background-2",
568
+ },
569
+ description: {
570
+ "max-width": "600px",
571
+ color: "background-2",
572
+ },
573
+ cta_levoGroup: {
574
+ display: "flex",
575
+ "column-gap": "base",
576
+ "row-gap": "base",
577
+ mobile: {
578
+ "flex-direction": "column",
579
+ },
580
+ },
581
+ cta: [
582
+ {
583
+ button: {},
584
+ },
585
+ ],
586
+ features_levoGroup: {
587
+ display: "grid",
588
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
589
+ "column-gap": "base",
590
+ "row-gap": "base",
591
+ width: "100%",
592
+ "margin-top": "2xl",
593
+ tablet: {
594
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
595
+ },
596
+ mobile: {
597
+ "grid-template-columns": "1fr",
598
+ "row-gap": "base",
599
+ },
600
+ },
601
+ features_levoGroupItem: {
602
+ item_wrapper: {
603
+ display: "flex",
604
+ "flex-direction": "column",
605
+ "align-items": "start",
606
+ "justify-content": "start",
607
+ "background-color": "rgba(255,255,255,0.06)",
608
+ "padding-top": "xl",
609
+ "padding-bottom": "xl",
610
+ "padding-left": "xl",
611
+ "padding-right": "xl",
612
+ "border-radius": "lg",
613
+ "border-width": "1px",
614
+ "border-color": "rgba(255,255,255,0.12)",
615
+ "row-gap": "base",
616
+ height: "100%",
617
+ },
618
+ icon_content_wrapper: {
619
+ display: "flex",
620
+ "flex-direction": "column",
621
+ "align-items": "start",
622
+ "row-gap": "base",
623
+ "text-align": "left",
624
+ },
625
+ icon: {
626
+ width: "44px",
627
+ height: "44px",
628
+ "font-size": "28px",
629
+ "flex-shrink": "0",
630
+ filter: "brightness(0) invert(1)",
631
+ },
632
+ content_wrapper: {
633
+ display: "flex",
634
+ "flex-direction": "column",
635
+ "align-items": "start",
636
+ "row-gap": "2xs",
637
+ "text-align": "left",
638
+ },
639
+ title: {
640
+ "font-weight": 600,
641
+ color: "background-2",
642
+ },
643
+ description: {
644
+ color: "background-2",
645
+ },
646
+ cta: {
647
+ display: "none",
648
+ },
649
+ separator: {
650
+ display: "none",
651
+ },
652
+ },
653
+ features: [{}, {}, {}, {}],
826
654
  },
827
655
  content: DEFAULT_CONTENT,
828
656
  config: {
@@ -833,92 +661,391 @@ export const Hero11: IBlock = {
833
661
  },
834
662
  features: [
835
663
  {
836
- description: {
837
- selectedVariants: {},
838
- },
839
- item_wrapper: {
840
- selectedVariants: {},
841
- },
664
+ description: { selectedVariants: {} },
665
+ item_wrapper: { selectedVariants: {} },
842
666
  title: {
843
- heading: {
844
- level: "4",
845
- },
846
- selectedVariants: {
847
- Heading_Level: "H5",
848
- },
849
- },
850
- content_wrapper: {
851
- selectedVariants: {},
852
- },
853
- icon_content_wrapper: {
854
- selectedVariants: {},
667
+ heading: { level: "4" },
668
+ selectedVariants: { Heading_Level: "H5" },
855
669
  },
670
+ content_wrapper: { selectedVariants: {} },
671
+ icon_content_wrapper: { selectedVariants: {} },
856
672
  },
857
673
  {
858
- description: {
859
- selectedVariants: {},
860
- },
861
- item_wrapper: {
862
- selectedVariants: {},
863
- },
674
+ description: { selectedVariants: {} },
675
+ item_wrapper: { selectedVariants: {} },
864
676
  title: {
865
- selectedVariants: {
866
- Heading_Level: "H5",
867
- },
868
- heading: {
869
- level: "4",
870
- },
871
- },
872
- content_wrapper: {
873
- selectedVariants: {},
677
+ heading: { level: "4" },
678
+ selectedVariants: { Heading_Level: "H5" },
874
679
  },
875
- icon_content_wrapper: {
876
- selectedVariants: {},
680
+ content_wrapper: { selectedVariants: {} },
681
+ icon_content_wrapper: { selectedVariants: {} },
682
+ },
683
+ {
684
+ description: { selectedVariants: {} },
685
+ item_wrapper: { selectedVariants: {} },
686
+ title: {
687
+ heading: { level: "4" },
688
+ selectedVariants: { Heading_Level: "H5" },
877
689
  },
690
+ content_wrapper: { selectedVariants: {} },
691
+ icon_content_wrapper: { selectedVariants: {} },
878
692
  },
879
693
  {
880
- description: {
881
- selectedVariants: {},
694
+ description: { selectedVariants: {} },
695
+ item_wrapper: { selectedVariants: {} },
696
+ title: {
697
+ heading: { level: "4" },
698
+ selectedVariants: { Heading_Level: "H5" },
882
699
  },
883
- item_wrapper: {
884
- selectedVariants: {},
700
+ content_wrapper: { selectedVariants: {} },
701
+ icon_content_wrapper: { selectedVariants: {} },
702
+ },
703
+ ],
704
+ description: {
705
+ selectedVariants: {
706
+ Typography_Variants: "Large",
707
+ },
708
+ },
709
+ },
710
+ },
711
+ {
712
+ key: "no_background",
713
+ title: "No Background",
714
+ styles: {
715
+ layout: {
716
+ "background-color": "background-1",
717
+ "padding-top": "5xl",
718
+ "padding-bottom": "5xl",
719
+ },
720
+ container: {},
721
+ content_wrapper: {
722
+ display: "flex",
723
+ "flex-direction": "column",
724
+ "align-items": "center",
725
+ "row-gap": "2xl",
726
+ "text-align": "center",
727
+ width: "100%",
728
+ mobile: {
729
+ "row-gap": "xl",
730
+ },
731
+ },
732
+ caption: {
733
+ color: "brand",
734
+ "text-transform": "uppercase",
735
+ "letter-spacing": "0.08em",
736
+ "font-weight": 600,
737
+ "font-size": "xs",
738
+ },
739
+ title: {
740
+ "text-wrap": "balance",
741
+ "max-width": "760px",
742
+ color: "text-1",
743
+ },
744
+ description: {
745
+ "max-width": "600px",
746
+ color: "text-2",
747
+ },
748
+ cta_levoGroup: {
749
+ display: "flex",
750
+ "column-gap": "base",
751
+ "row-gap": "base",
752
+ mobile: {
753
+ "flex-direction": "column",
754
+ },
755
+ },
756
+ cta: [
757
+ {
758
+ button: {},
759
+ },
760
+ ],
761
+ features_levoGroup: {
762
+ display: "grid",
763
+ width: "100%",
764
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
765
+ "column-gap": "xl",
766
+ "row-gap": "xl",
767
+ "margin-top": "2xl",
768
+ tablet: {
769
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
770
+ },
771
+ mobile: {
772
+ "grid-template-columns": "1fr",
773
+ },
774
+ },
775
+ features_levoGroupItem: {
776
+ item_wrapper: {
777
+ display: "flex",
778
+ "flex-direction": "column",
779
+ "align-items": "flex-start",
780
+ "justify-content": "flex-start",
781
+ height: "100%",
782
+ "row-gap": "base",
783
+ },
784
+ icon_content_wrapper: {
785
+ display: "flex",
786
+ "flex-direction": "column",
787
+ "align-items": "flex-start",
788
+ "row-gap": "base",
789
+ "text-align": "left",
790
+ },
791
+ icon: {
792
+ width: "44px",
793
+ height: "44px",
794
+ "font-size": "26px",
795
+ "flex-shrink": "0",
796
+ "background-color": "background-2",
797
+ "border-radius": "lg",
798
+ "padding-top": "sm",
799
+ "padding-bottom": "sm",
800
+ "padding-left": "sm",
801
+ "padding-right": "sm",
802
+ },
803
+ content_wrapper: {
804
+ display: "flex",
805
+ "flex-direction": "column",
806
+ "row-gap": "2xs",
807
+ "justify-content": "start",
808
+ "align-items": "start",
809
+ "text-align": "left",
810
+ },
811
+ title: {
812
+ "font-weight": 600,
813
+ color: "text-1",
814
+ },
815
+ description: {
816
+ color: "text-2",
817
+ },
818
+ cta: {
819
+ display: "none",
820
+ },
821
+ separator: {
822
+ display: "none",
823
+ },
824
+ },
825
+ features: [{}, {}, {}, {}],
826
+ },
827
+ content: DEFAULT_CONTENT,
828
+ config: {
829
+ title: {
830
+ heading: {
831
+ level: 1,
832
+ },
833
+ },
834
+ features: [
835
+ {
836
+ description: { selectedVariants: {} },
837
+ item_wrapper: { selectedVariants: {} },
838
+ title: {
839
+ heading: { level: "4" },
840
+ selectedVariants: { Heading_Level: "H5" },
885
841
  },
842
+ content_wrapper: { selectedVariants: {} },
843
+ icon_content_wrapper: { selectedVariants: {} },
844
+ },
845
+ {
846
+ description: { selectedVariants: {} },
847
+ item_wrapper: { selectedVariants: {} },
886
848
  title: {
887
- selectedVariants: {
888
- Heading_Level: "H5",
889
- },
890
- heading: {
891
- level: "4",
892
- },
849
+ heading: { level: "4" },
850
+ selectedVariants: { Heading_Level: "H5" },
893
851
  },
894
- content_wrapper: {
895
- selectedVariants: {},
852
+ content_wrapper: { selectedVariants: {} },
853
+ icon_content_wrapper: { selectedVariants: {} },
854
+ },
855
+ {
856
+ description: { selectedVariants: {} },
857
+ item_wrapper: { selectedVariants: {} },
858
+ title: {
859
+ heading: { level: "4" },
860
+ selectedVariants: { Heading_Level: "H5" },
896
861
  },
897
- icon_content_wrapper: {
898
- selectedVariants: {},
862
+ content_wrapper: { selectedVariants: {} },
863
+ icon_content_wrapper: { selectedVariants: {} },
864
+ },
865
+ {
866
+ description: { selectedVariants: {} },
867
+ item_wrapper: { selectedVariants: {} },
868
+ title: {
869
+ heading: { level: "4" },
870
+ selectedVariants: { Heading_Level: "H5" },
899
871
  },
872
+ content_wrapper: { selectedVariants: {} },
873
+ icon_content_wrapper: { selectedVariants: {} },
874
+ },
875
+ ],
876
+ description: {
877
+ selectedVariants: {
878
+ Typography_Variants: "Large",
900
879
  },
880
+ },
881
+ },
882
+ },
883
+ {
884
+ key: "compact_features",
885
+ title: "Compact Features",
886
+ styles: {
887
+ layout: {
888
+ "background-image": `linear-gradient(rgba(10,15,25,0.72), rgba(10,15,25,0.72)), url("${MEDIA.location}")`,
889
+ "background-position": "50% 50%",
890
+ "background-size": "cover",
891
+ "padding-top": "5xl",
892
+ "padding-bottom": "5xl",
893
+ },
894
+ container: {},
895
+ content_wrapper: {
896
+ display: "flex",
897
+ "flex-direction": "column",
898
+ "align-items": "center",
899
+ "row-gap": "xl",
900
+ "text-align": "center",
901
+ width: "100%",
902
+ "max-width": "720px",
903
+ "margin-left": "auto",
904
+ "margin-right": "auto",
905
+ mobile: {
906
+ "row-gap": "xl",
907
+ },
908
+ },
909
+ caption: {
910
+ color: "brand",
911
+ "text-transform": "uppercase",
912
+ "letter-spacing": "0.08em",
913
+ "font-weight": 600,
914
+ "font-size": "xs",
915
+ },
916
+ title: {
917
+ "text-wrap": "balance",
918
+ "max-width": "620px",
919
+ color: "background-2",
920
+ },
921
+ description: {
922
+ "max-width": "540px",
923
+ color: "background-2",
924
+ },
925
+ cta_levoGroup: {
926
+ display: "flex",
927
+ "column-gap": "base",
928
+ "row-gap": "base",
929
+ mobile: {
930
+ "flex-direction": "column",
931
+ },
932
+ },
933
+ cta: [
901
934
  {
902
- description: {
903
- selectedVariants: {},
935
+ button: {},
936
+ },
937
+ ],
938
+ features_levoGroup: {
939
+ display: "flex",
940
+ "flex-direction": "column",
941
+ width: "100%",
942
+ "row-gap": "none",
943
+ "margin-top": "xl",
944
+ },
945
+ features_levoGroupItem: {
946
+ item_wrapper: {
947
+ display: "flex",
948
+ "flex-direction": "row",
949
+ "align-items": "center",
950
+ "column-gap": "base",
951
+ width: "100%",
952
+ "padding-top": "base",
953
+ "padding-bottom": "base",
954
+ mobile: {
955
+ "column-gap": "sm",
904
956
  },
905
- item_wrapper: {
906
- selectedVariants: {},
957
+ },
958
+ icon_content_wrapper: {
959
+ display: "flex",
960
+ "align-items": "center",
961
+ "column-gap": "base",
962
+ "text-align": "left",
963
+ width: "100%",
964
+ "justify-content": "start",
965
+ },
966
+ icon: {
967
+ width: "36px",
968
+ height: "36px",
969
+ "font-size": "20px",
970
+ "flex-shrink": "0",
971
+ filter: "brightness(0) invert(1)",
972
+ mobile: { width: "32px", height: "32px" },
973
+ },
974
+ content_wrapper: {
975
+ display: "flex",
976
+ "flex-direction": "column",
977
+ "row-gap": "2xs",
978
+ "justify-content": "start",
979
+ "align-items": "start",
980
+ "text-align": "left",
981
+ },
982
+ title: {
983
+ "font-weight": 600,
984
+ color: "background-2",
985
+ },
986
+ description: {
987
+ color: "background-2",
988
+ },
989
+ cta: {
990
+ display: "none",
991
+ },
992
+ separator: {
993
+ width: "100%",
994
+ height: "1px",
995
+ "background-color": "rgba(255,255,255,0.12)",
996
+ "margin-left": "none",
997
+ "margin-right": "none",
998
+ },
999
+ },
1000
+ features: [{}, {}, {}, {}],
1001
+ },
1002
+ content: DEFAULT_CONTENT,
1003
+ config: {
1004
+ title: {
1005
+ heading: {
1006
+ level: 1,
1007
+ },
1008
+ },
1009
+ features: [
1010
+ {
1011
+ description: { selectedVariants: {} },
1012
+ item_wrapper: { selectedVariants: {} },
1013
+ title: {
1014
+ heading: { level: "4" },
1015
+ selectedVariants: { Heading_Level: "H5" },
907
1016
  },
1017
+ content_wrapper: { selectedVariants: {} },
1018
+ icon_content_wrapper: { selectedVariants: {} },
1019
+ },
1020
+ {
1021
+ description: { selectedVariants: {} },
1022
+ item_wrapper: { selectedVariants: {} },
908
1023
  title: {
909
- selectedVariants: {
910
- Heading_Level: "H5",
911
- },
912
- heading: {
913
- level: "4",
914
- },
1024
+ heading: { level: "4" },
1025
+ selectedVariants: { Heading_Level: "H5" },
915
1026
  },
916
- content_wrapper: {
917
- selectedVariants: {},
1027
+ content_wrapper: { selectedVariants: {} },
1028
+ icon_content_wrapper: { selectedVariants: {} },
1029
+ },
1030
+ {
1031
+ description: { selectedVariants: {} },
1032
+ item_wrapper: { selectedVariants: {} },
1033
+ title: {
1034
+ heading: { level: "4" },
1035
+ selectedVariants: { Heading_Level: "H5" },
918
1036
  },
919
- icon_content_wrapper: {
920
- selectedVariants: {},
1037
+ content_wrapper: { selectedVariants: {} },
1038
+ icon_content_wrapper: { selectedVariants: {} },
1039
+ },
1040
+ {
1041
+ description: { selectedVariants: {} },
1042
+ item_wrapper: { selectedVariants: {} },
1043
+ title: {
1044
+ heading: { level: "4" },
1045
+ selectedVariants: { Heading_Level: "H5" },
921
1046
  },
1047
+ content_wrapper: { selectedVariants: {} },
1048
+ icon_content_wrapper: { selectedVariants: {} },
922
1049
  },
923
1050
  ],
924
1051
  description: {