@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,132 +1,169 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_DEFAULT = {
4
- id: "MqnWyg8s7L1p",
5
- filename: "hero-1-default.png",
4
+ id: "7453077865651408747",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS.png",
6
+ location: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-default-PzNBMN1YfzZS-750w.webp 750w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
20
26
 
21
27
  const MEDIA_CARD = {
22
- id: "GLULcijQKLWq",
23
- filename: "hero-1-card.png",
28
+ id: "7453077972412839722",
24
29
  kind: "image",
25
- location: "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe.png",
30
+ location: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg",
31
+ mimetype: "image/jpeg",
26
32
  srcset: {
27
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1080w.webp",
28
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1200w.webp",
29
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1920w.webp",
30
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-320w.webp",
31
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-640w.webp",
32
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-750w.webp",
33
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-828w.webp",
34
- path: "https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-qW3I1jcnTXZe-320w.webp 320w",
33
+ "320w":
34
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
35
+ "640w":
36
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
37
+ "750w":
38
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w":
40
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
41
+ "1080w":
42
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
43
+ "1200w":
44
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
45
+ "1920w":
46
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
47
+ 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",
35
48
  },
36
- mimetype: "image/png",
37
49
  };
38
50
 
39
51
  const MEDIA_CARD_LEFT = {
40
- id: "hjBnvKreHz9s",
41
- filename: "hero-1-card-left.png",
52
+ id: "7453077968289977231",
42
53
  kind: "image",
43
- location: "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ.png",
54
+ location: "https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg",
55
+ mimetype: "image/jpeg",
44
56
  srcset: {
45
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1080w.webp",
46
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1200w.webp",
47
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1920w.webp",
48
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-320w.webp",
49
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-640w.webp",
50
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-750w.webp",
51
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-828w.webp",
52
- path: "https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-card-left-1d7jLgEaNCKZ-750w.webp 750w",
57
+ "320w":
58
+ "https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
59
+ "640w":
60
+ "https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
61
+ "750w":
62
+ "https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w":
64
+ "https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
65
+ "1080w":
66
+ "https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
67
+ "1200w":
68
+ "https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
69
+ "1920w":
70
+ "https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ path: "https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/1181408/pexels-photo-1181408.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
53
72
  },
54
- mimetype: "image/png",
55
73
  };
56
74
 
57
75
  const MEDIA_FULL = {
58
- id: "dO4pwFglIOnU",
59
- filename: "hero-1-full.png",
76
+ id: "7453077871395987805",
60
77
  kind: "image",
61
- location: "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s.png",
78
+ location: "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg",
79
+ mimetype: "image/jpeg",
62
80
  srcset: {
63
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1080w.webp",
64
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1200w.webp",
65
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1920w.webp",
66
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-320w.webp",
67
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-640w.webp",
68
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-750w.webp",
69
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-828w.webp",
70
- path: "https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-1-full-LkppHvju5f8s-1920w.webp 1920w",
81
+ "320w":
82
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
83
+ "640w":
84
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
85
+ "750w":
86
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
87
+ "828w":
88
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
89
+ "1080w":
90
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
91
+ "1200w":
92
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
93
+ "1920w":
94
+ "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
95
+ path: "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
71
96
  },
72
- mimetype: "image/png",
73
97
  };
74
98
 
75
99
  const MEDIA_VERTICAL = {
76
- id: "KQ5XQXeVZ3sf",
77
- filename: "hero-1-vertical.png",
100
+ id: "7453077861428258134",
78
101
  kind: "image",
79
- location: "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47.png",
102
+ location: "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg",
103
+ mimetype: "image/jpeg",
80
104
  srcset: {
81
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1080w.webp",
82
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1200w.webp",
83
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1920w.webp",
84
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-320w.webp",
85
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-640w.webp",
86
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-750w.webp",
87
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-828w.webp",
88
- path: "https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-1-vertical-MqnCyg8s7O47-1200w.webp 1200w",
105
+ "320w":
106
+ "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
107
+ "640w":
108
+ "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
109
+ "750w":
110
+ "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
111
+ "828w":
112
+ "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
113
+ "1080w":
114
+ "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
115
+ "1200w":
116
+ "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
117
+ "1920w":
118
+ "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
119
+ path: "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
89
120
  },
90
- mimetype: "image/png",
91
121
  };
92
122
 
93
123
  const DEFAULT_CONTENT = {
94
124
  layout: null,
95
125
  content_wrapper: null,
96
126
  text_wrapper: null,
97
- label: "Portfolio",
98
- title: "Investment Solutions That Work",
127
+ label: "MODERN TEAM OS",
128
+ title: "Operating System for fast-moving teams",
99
129
  description:
100
- "Our comprehensive financial services help you achieve your goals through expert guidance and innovative solutions.",
130
+ "Plan sprints, ship product, and automate the busywork in between. Built for teams that move weekly, not quarterly.",
101
131
  hero_ctas: [
102
132
  {
103
- button: "Learn More",
133
+ button: "Start free trial",
134
+ },
135
+ {
136
+ button: "Book a demo",
104
137
  },
105
138
  ],
106
139
  hero_images: [
107
140
  {
108
- image: {
109
- id: "7141014160938075687",
110
- location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
111
- kind: "image",
112
- mimetype: "image/png",
113
- srcset: {
114
- "1080w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
115
- "1200w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
116
- "1920w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
117
- "320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
118
- "640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
119
- "750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
120
- "828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
121
- path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
122
- },
123
- },
141
+ image: MEDIA_DEFAULT,
124
142
  },
125
143
  ],
126
144
  };
127
145
 
128
146
  export type IHero1Content = typeof DEFAULT_CONTENT;
129
147
 
148
+ /**
149
+ * Branded label treatment — uppercase, tracked, brand-colored.
150
+ * Applied across all layouts so the label reads as a section eyebrow, not a pill.
151
+ */
152
+ const LABEL_BRAND = {
153
+ color: "brand",
154
+ "text-transform": "uppercase",
155
+ "letter-spacing": "0.08em",
156
+ "font-weight": "600",
157
+ "font-size": "xs",
158
+ };
159
+
160
+ /**
161
+ * Hide the unused logo + label_wrapper/horizontal_divider children on layouts
162
+ * that don't render them — the tsx still mounts the elements, leaving empty
163
+ * boxes if we only null the content.
164
+ */
165
+ const HIDE = { display: "none" };
166
+
130
167
  export const Hero1: IBlock = {
131
168
  category_id: "hero",
132
169
  title: "Hero 1",
@@ -268,6 +305,8 @@ export const Hero1: IBlock = {
268
305
  layout: {
269
306
  "row-gap": "3xl",
270
307
  "column-gap": "3xl",
308
+ "padding-top": "5xl",
309
+ "padding-bottom": "5xl",
271
310
  },
272
311
  container: {
273
312
  display: "flex",
@@ -275,7 +314,7 @@ export const Hero1: IBlock = {
275
314
  "flex-direction": "row-reverse",
276
315
  "align-items": "center",
277
316
  "row-gap": "3xl",
278
- "column-gap": "3xl",
317
+ "column-gap": "5xl",
279
318
  mobile: {
280
319
  "flex-direction": "column",
281
320
  },
@@ -287,7 +326,6 @@ export const Hero1: IBlock = {
287
326
  "align-items": "start",
288
327
  "justify-content": "center",
289
328
  "row-gap": "lg",
290
- "column-gap": "lg",
291
329
  mobile: {
292
330
  width: "100%",
293
331
  },
@@ -300,19 +338,20 @@ export const Hero1: IBlock = {
300
338
  "justify-content": "center",
301
339
  "row-gap": "base",
302
340
  },
303
- label: {},
304
- title: {},
341
+ logo: HIDE,
342
+ label_wrapper: { display: "flex" },
343
+ horizontal_divider: HIDE,
344
+ label: LABEL_BRAND,
345
+ title: {
346
+ "text-wrap": "balance",
347
+ },
305
348
  description: {},
306
349
  hero_ctas_levoGroup: {
307
350
  display: "flex",
308
351
  gap: "base",
309
352
  "flex-wrap": "wrap",
310
353
  },
311
- hero_ctas: [
312
- {
313
- button: {},
314
- },
315
- ],
354
+ hero_ctas: [{ button: {} }, { button: {} }],
316
355
  hero_images_levoGroup: {
317
356
  width: "50%",
318
357
  mobile: {
@@ -323,6 +362,8 @@ export const Hero1: IBlock = {
323
362
  {
324
363
  image: {
325
364
  width: "100%",
365
+ "aspect-ratio": "4 / 3",
366
+ "object-fit": "cover",
326
367
  "border-radius": "base",
327
368
  },
328
369
  },
@@ -330,25 +371,19 @@ export const Hero1: IBlock = {
330
371
  },
331
372
  content: {
332
373
  ...DEFAULT_CONTENT,
333
- hero_images: [
334
- {
335
- image: MEDIA_DEFAULT,
336
- },
337
- ],
374
+ hero_images: [{ image: MEDIA_DEFAULT }],
338
375
  },
339
376
  config: {
340
377
  title: {
341
- heading: {
342
- level: 1,
343
- },
344
- selectedVariants: {
345
- Heading_Level: "H1",
346
- },
378
+ heading: { level: 1 },
379
+ selectedVariants: { Heading_Level: "H1" },
347
380
  },
381
+ hero_ctas: [
382
+ { button: { selectedVariants: {} } },
383
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
384
+ ],
348
385
  label: {
349
- selectedVariants: {
350
- Typography_Variants: "Body",
351
- },
386
+ selectedVariants: { Typography_Variants: "Body" },
352
387
  },
353
388
  },
354
389
  },
@@ -359,6 +394,8 @@ export const Hero1: IBlock = {
359
394
  layout: {
360
395
  "row-gap": "3xl",
361
396
  "column-gap": "3xl",
397
+ "padding-top": "3xl",
398
+ "padding-bottom": "3xl",
362
399
  "background-color": "background-1",
363
400
  },
364
401
  container: {
@@ -366,15 +403,19 @@ export const Hero1: IBlock = {
366
403
  "flex-direction": "row",
367
404
  "align-items": "center",
368
405
  "row-gap": "3xl",
369
- "column-gap": "3xl",
406
+ "column-gap": "4xl",
370
407
  "border-radius": "xl",
371
408
  "background-color": "white",
372
409
  "box-shadow": "default",
373
410
  "padding-top": "3xl",
411
+ "padding-right": "3xl",
374
412
  "padding-bottom": "3xl",
413
+ "padding-left": "3xl",
375
414
  tablet: {
376
415
  "padding-top": "2xl",
416
+ "padding-right": "2xl",
377
417
  "padding-bottom": "2xl",
418
+ "padding-left": "2xl",
378
419
  },
379
420
  mobile: {
380
421
  "flex-direction": "column",
@@ -387,7 +428,6 @@ export const Hero1: IBlock = {
387
428
  "align-items": "start",
388
429
  "justify-content": "center",
389
430
  "row-gap": "lg",
390
- "column-gap": "lg",
391
431
  mobile: {
392
432
  width: "100%",
393
433
  },
@@ -400,19 +440,20 @@ export const Hero1: IBlock = {
400
440
  "justify-content": "center",
401
441
  "row-gap": "base",
402
442
  },
403
- label: {},
404
- title: {},
443
+ logo: HIDE,
444
+ label_wrapper: { display: "flex" },
445
+ horizontal_divider: HIDE,
446
+ label: LABEL_BRAND,
447
+ title: {
448
+ "text-wrap": "balance",
449
+ },
405
450
  description: {},
406
451
  hero_ctas_levoGroup: {
407
452
  display: "flex",
408
453
  gap: "base",
409
454
  "flex-wrap": "wrap",
410
455
  },
411
- hero_ctas: [
412
- {
413
- button: {},
414
- },
415
- ],
456
+ hero_ctas: [{ button: {} }, { button: {} }],
416
457
  hero_images_levoGroup: {
417
458
  width: "50%",
418
459
  mobile: {
@@ -423,6 +464,8 @@ export const Hero1: IBlock = {
423
464
  {
424
465
  image: {
425
466
  width: "100%",
467
+ "aspect-ratio": "4 / 3",
468
+ "object-fit": "cover",
426
469
  "border-radius": "base",
427
470
  },
428
471
  },
@@ -430,21 +473,17 @@ export const Hero1: IBlock = {
430
473
  },
431
474
  content: {
432
475
  ...DEFAULT_CONTENT,
433
- hero_images: [
434
- {
435
- image: MEDIA_CARD,
436
- },
437
- ],
476
+ hero_images: [{ image: MEDIA_CARD }],
438
477
  },
439
478
  config: {
440
479
  title: {
441
- heading: {
442
- level: 1,
443
- },
444
- selectedVariants: {
445
- Heading_Level: "H1",
446
- },
480
+ heading: { level: 1 },
481
+ selectedVariants: { Heading_Level: "H1" },
447
482
  },
483
+ hero_ctas: [
484
+ { button: { selectedVariants: {} } },
485
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
486
+ ],
448
487
  },
449
488
  },
450
489
  {
@@ -464,7 +503,7 @@ export const Hero1: IBlock = {
464
503
  "flex-direction": "row-reverse",
465
504
  "align-items": "center",
466
505
  "row-gap": "3xl",
467
- "column-gap": "3xl",
506
+ "column-gap": "4xl",
468
507
  "border-radius": "base",
469
508
  "background-color": "white",
470
509
  "box-shadow": "default",
@@ -489,7 +528,6 @@ export const Hero1: IBlock = {
489
528
  "align-items": "start",
490
529
  "justify-content": "center",
491
530
  "row-gap": "lg",
492
- "column-gap": "lg",
493
531
  mobile: {
494
532
  width: "100%",
495
533
  },
@@ -502,10 +540,12 @@ export const Hero1: IBlock = {
502
540
  "justify-content": "center",
503
541
  "row-gap": "base",
504
542
  },
505
- label: {
506
- color: "text-2",
507
- },
543
+ logo: HIDE,
544
+ label_wrapper: { display: "flex" },
545
+ horizontal_divider: HIDE,
546
+ label: LABEL_BRAND,
508
547
  title: {
548
+ "text-wrap": "balance",
509
549
  color: "text-1",
510
550
  },
511
551
  description: {
@@ -516,11 +556,7 @@ export const Hero1: IBlock = {
516
556
  gap: "base",
517
557
  "flex-wrap": "wrap",
518
558
  },
519
- hero_ctas: [
520
- {
521
- button: {},
522
- },
523
- ],
559
+ hero_ctas: [{ button: {} }, { button: {} }],
524
560
  hero_images_levoGroup: {
525
561
  width: "50%",
526
562
  mobile: {
@@ -531,6 +567,8 @@ export const Hero1: IBlock = {
531
567
  {
532
568
  image: {
533
569
  width: "100%",
570
+ "aspect-ratio": "4 / 3",
571
+ "object-fit": "cover",
534
572
  "border-radius": "base",
535
573
  },
536
574
  },
@@ -538,32 +576,35 @@ export const Hero1: IBlock = {
538
576
  },
539
577
  content: {
540
578
  ...DEFAULT_CONTENT,
541
- hero_images: [
542
- {
543
- image: MEDIA_CARD_LEFT,
544
- },
545
- ],
579
+ hero_images: [{ image: MEDIA_CARD_LEFT }],
546
580
  },
547
581
  config: {
548
582
  title: {
549
- heading: {
550
- level: 1,
551
- },
552
- selectedVariants: {
553
- Heading_Level: "H1",
554
- },
583
+ heading: { level: 1 },
584
+ selectedVariants: { Heading_Level: "H1" },
555
585
  },
586
+ hero_ctas: [
587
+ { button: { selectedVariants: {} } },
588
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
589
+ ],
556
590
  },
557
591
  },
558
592
  {
559
593
  title: "Full Background Image",
560
594
  key: "full_background_image",
561
595
  styles: {
596
+ /*
597
+ * Dark gradient overlay over the hero image so white text stays legible
598
+ * regardless of the underlying photo. Layered via background-image on
599
+ * the layout section — hero_images_levoGroup is absolutely positioned
600
+ * behind the content_wrapper via z-index.
601
+ */
562
602
  layout: {
563
603
  position: "relative",
564
604
  width: "100%",
565
605
  "row-gap": "3xl",
566
606
  "column-gap": "3xl",
607
+ "background-image": "linear-gradient(rgba(10,15,25,0.72), rgba(10,15,25,0.72))",
567
608
  },
568
609
  container: {
569
610
  display: "flex",
@@ -573,15 +614,15 @@ export const Hero1: IBlock = {
573
614
  "align-items": "center",
574
615
  "row-gap": "3xl",
575
616
  "column-gap": "3xl",
576
- "padding-top": "8xl",
577
- "padding-bottom": "8xl",
617
+ "padding-top": "6xl",
618
+ "padding-bottom": "6xl",
578
619
  tablet: {
579
620
  "padding-top": "4xl",
580
621
  "padding-bottom": "4xl",
581
622
  },
582
623
  mobile: {
583
- "padding-top": "2xl",
584
- "padding-bottom": "2xl",
624
+ "padding-top": "3xl",
625
+ "padding-bottom": "3xl",
585
626
  "flex-direction": "column",
586
627
  },
587
628
  },
@@ -590,12 +631,11 @@ export const Hero1: IBlock = {
590
631
  "z-index": "1",
591
632
  display: "flex",
592
633
  width: "100%",
593
- "max-width": "50%",
634
+ "max-width": "600px",
594
635
  "flex-direction": "column",
595
636
  "align-items": "start",
596
637
  "justify-content": "center",
597
638
  "row-gap": "lg",
598
- "column-gap": "lg",
599
639
  mobile: {
600
640
  width: "100%",
601
641
  "max-width": "100%",
@@ -609,10 +649,18 @@ export const Hero1: IBlock = {
609
649
  "justify-content": "center",
610
650
  "row-gap": "base",
611
651
  },
652
+ logo: HIDE,
653
+ label_wrapper: { display: "flex" },
654
+ horizontal_divider: HIDE,
612
655
  label: {
613
656
  color: "white",
657
+ "text-transform": "uppercase",
658
+ "letter-spacing": "0.08em",
659
+ "font-weight": "600",
660
+ "font-size": "xs",
614
661
  },
615
662
  title: {
663
+ "text-wrap": "balance",
616
664
  color: "white",
617
665
  },
618
666
  description: {
@@ -623,20 +671,17 @@ export const Hero1: IBlock = {
623
671
  gap: "base",
624
672
  "flex-wrap": "wrap",
625
673
  },
626
- hero_ctas: [
627
- {
628
- button: {},
629
- },
630
- ],
674
+ hero_ctas: [{ button: {} }, { button: {} }],
631
675
  hero_images_levoGroup: {
632
676
  width: "100%",
633
677
  height: "100%",
634
678
  position: "absolute",
679
+ "z-index": "0",
635
680
  top: "0",
636
681
  left: "0",
637
682
  bottom: "0",
638
683
  right: "0",
639
- padding: "lg",
684
+ "box-shadow": "inset 0 0 0 2000px rgba(6, 12, 24, 0.68)",
640
685
  mobile: {
641
686
  width: "100%",
642
687
  height: "100%",
@@ -645,38 +690,33 @@ export const Hero1: IBlock = {
645
690
  left: "0",
646
691
  bottom: "0",
647
692
  right: "0",
648
- padding: "sm",
649
693
  },
650
694
  },
651
695
  hero_images: [
652
696
  {
653
697
  image: {
654
- "border-radius": "base",
655
698
  width: "100%",
656
699
  height: "100%",
657
700
  "object-fit": "cover",
658
701
  "object-position": "center",
702
+ filter: "brightness(0.5)",
659
703
  },
660
704
  },
661
705
  ],
662
706
  },
663
707
  content: {
664
708
  ...DEFAULT_CONTENT,
665
- hero_images: [
666
- {
667
- image: MEDIA_FULL,
668
- },
669
- ],
709
+ hero_images: [{ image: MEDIA_FULL }],
670
710
  },
671
711
  config: {
672
712
  title: {
673
- heading: {
674
- level: 1,
675
- },
676
- selectedVariants: {
677
- Heading_Level: "H1",
678
- },
713
+ heading: { level: 1 },
714
+ selectedVariants: { Heading_Level: "H1" },
679
715
  },
716
+ hero_ctas: [
717
+ { button: { selectedVariants: {} } },
718
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
719
+ ],
680
720
  },
681
721
  },
682
722
  {
@@ -688,14 +728,17 @@ export const Hero1: IBlock = {
688
728
  width: "100%",
689
729
  "row-gap": "3xl",
690
730
  "column-gap": "3xl",
731
+ "padding-top": "5xl",
732
+ "padding-bottom": "5xl",
733
+ "background-color": "background-1",
691
734
  },
692
735
  container: {
693
736
  display: "flex",
694
737
  flex: "1",
695
738
  "flex-direction": "column",
696
739
  "align-items": "center",
697
- "row-gap": "3xl",
698
- "column-gap": "3xl",
740
+ "row-gap": "2xl",
741
+ "column-gap": "2xl",
699
742
  mobile: {
700
743
  "flex-direction": "column",
701
744
  },
@@ -705,7 +748,7 @@ export const Hero1: IBlock = {
705
748
  "z-index": "1",
706
749
  display: "flex",
707
750
  width: "100%",
708
- "max-width": "50%",
751
+ "max-width": "900px",
709
752
  "flex-direction": "column",
710
753
  "align-items": "center",
711
754
  "row-gap": "lg",
@@ -717,86 +760,73 @@ export const Hero1: IBlock = {
717
760
  display: "flex",
718
761
  width: "100%",
719
762
  "flex-direction": "column",
720
- "align-items": "start",
763
+ "align-items": "center",
721
764
  "justify-content": "center",
722
765
  "text-align": "center",
723
766
  "row-gap": "base",
724
767
  },
725
- label: {},
726
- title: {},
727
- description: {},
768
+ logo: HIDE,
769
+ label_wrapper: {
770
+ display: "flex",
771
+ "justify-content": "center",
772
+ "align-items": "center",
773
+ "flex-direction": "row",
774
+ "column-gap": "sm",
775
+ },
776
+ horizontal_divider: {
777
+ width: "40px",
778
+ height: "2px",
779
+ "background-color": "brand",
780
+ "padding-top": "none",
781
+ "padding-bottom": "none",
782
+ "margin-top": "none",
783
+ "margin-bottom": "none",
784
+ },
785
+ label: LABEL_BRAND,
786
+ title: {
787
+ "text-wrap": "balance",
788
+ },
789
+ description: {
790
+ "max-width": "620px",
791
+ },
728
792
  hero_ctas_levoGroup: {
729
793
  display: "flex",
730
794
  gap: "base",
731
795
  "flex-wrap": "wrap",
732
796
  "justify-content": "center",
733
797
  },
734
- hero_ctas: [
735
- {
736
- button: {},
737
- },
738
- ],
798
+ hero_ctas: [{ button: {} }, { button: {} }],
739
799
  hero_images_levoGroup: {
740
800
  width: "100%",
741
- height: "100%",
742
- position: "absolute",
743
- top: "0",
744
- left: "0",
745
- bottom: "0",
746
- right: "0",
747
- padding: "lg",
801
+ "max-width": "960px",
748
802
  mobile: {
749
803
  width: "100%",
750
- height: "100%",
751
- position: "absolute",
752
- top: "0",
753
- left: "0",
754
- bottom: "0",
755
- right: "0",
756
- padding: "sm",
757
804
  },
758
805
  },
759
806
  hero_images: [
760
807
  {
761
808
  image: {
762
809
  width: "100%",
810
+ "aspect-ratio": "16 / 9",
811
+ "object-fit": "cover",
763
812
  "border-radius": "base",
764
813
  },
765
814
  },
766
815
  ],
767
- label_wrapper: {
768
- display: "flex",
769
- "justify-content": "center",
770
- "align-items": "center",
771
- "flex-direction": "row",
772
- },
773
- horizontal_divider: {
774
- width: "60px",
775
- height: "2px",
776
- "background-color": "brandSecondary",
777
- "padding-top": "none",
778
- "padding-bottom": "none",
779
- "margin-top": "none",
780
- "margin-bottom": "none",
781
- },
782
816
  },
783
817
  content: {
784
818
  ...DEFAULT_CONTENT,
785
- hero_images: [
786
- {
787
- image: MEDIA_VERTICAL,
788
- },
789
- ],
819
+ hero_images: [{ image: MEDIA_VERTICAL }],
790
820
  },
791
821
  config: {
792
822
  title: {
793
- heading: {
794
- level: 1,
795
- },
796
- selectedVariants: {
797
- Heading_Level: "H1",
798
- },
823
+ heading: { level: 1 },
824
+ selectedVariants: { Heading_Level: "H1" },
799
825
  },
826
+ hero_ctas: [
827
+ { button: { selectedVariants: {} } },
828
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
829
+ ],
800
830
  },
801
831
  },
802
832
  ],