@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,119 +1,112 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_1 = {
4
- id: "R6e60NbOMtalw",
5
- filename: "features-1-1.png",
4
+ id: "7452776366358791093",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p.png",
6
+ location: "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-320w.webp 320w",
9
+ "320w": "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
10
+ "640w": "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
11
+ "750w": "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
12
+ "828w": "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
13
+ "1080w": "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
14
+ "1200w": "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
15
+ "1920w": "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
16
+ path: "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
17
  },
18
- mimetype: "image/png",
19
18
  };
20
19
  const MEDIA_2 = {
21
- id: "jfwWnpeTXvRds",
22
- filename: "features-1-2.png",
20
+ id: "7452776368058402200",
23
21
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI.png",
22
+ location: "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg",
23
+ mimetype: "image/jpeg",
25
24
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-640w.webp 640w",
25
+ "320w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
26
+ "640w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
27
+ "750w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
28
+ "828w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
29
+ "1080w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
30
+ "1200w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
31
+ "1920w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
32
+ path: "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
34
33
  },
35
- mimetype: "image/png",
36
34
  };
37
35
  const MEDIA_3 = {
38
- id: "zucCxwW4c368T",
39
- filename: "features-1-3.png",
36
+ id: "7452776366357455582",
40
37
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF.png",
38
+ location: "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg",
39
+ mimetype: "image/jpeg",
42
40
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1200w.webp 1200w",
41
+ "320w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
42
+ "640w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
43
+ "750w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
44
+ "828w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
45
+ "1080w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
46
+ "1200w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
47
+ "1920w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
48
+ path: "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
51
49
  },
52
- mimetype: "image/png",
53
50
  };
54
51
  const MEDIA_4 = {
55
- id: "mox8S3I3oM9Gz",
56
- filename: "features-1-4.png",
52
+ id: "7452776369342052341",
57
53
  kind: "image",
58
- location: "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr.png",
54
+ location: "https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg",
55
+ mimetype: "image/jpeg",
59
56
  srcset: {
60
- "1080w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1080w.webp",
61
- "1200w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1200w.webp",
62
- "1920w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1920w.webp",
63
- "320w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-320w.webp",
64
- "640w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-640w.webp",
65
- "750w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-750w.webp",
66
- "828w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-828w.webp",
67
- path: "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-828w.webp 828w",
57
+ "320w": "https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
58
+ "640w": "https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
59
+ "750w": "https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
60
+ "828w": "https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
61
+ "1080w": "https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
62
+ "1200w": "https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
63
+ "1920w": "https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
64
+ path: "https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7640739/pexels-photo-7640739.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
68
65
  },
69
- mimetype: "image/png",
70
66
  };
71
67
 
72
- // Array of features content
68
+ // Four distinct cloud-services capabilities, parallel title structure,
69
+ // ~22-word descriptions each with a concrete mechanism from the shared fact bank.
73
70
  const FEATURES_CONTENT = [
74
71
  {
75
72
  card: null,
76
73
  image: MEDIA_1,
77
74
  content_wrapper: null,
78
- number: null,
79
75
  text_wrapper: null,
80
76
  label: "01",
81
- title: "AI-Powered Website Development",
77
+ title: "Secure by design",
82
78
  description:
83
- "Transform your digital banking with secure, scalable AI websites and client portals.",
79
+ "Hardware-backed KMS keys rotated hourly, fine-grained IAM with just-in-time access, and SOC 2 Type II plus ISO 27001 attestations.",
84
80
  },
85
81
  {
86
82
  card: null,
87
83
  image: MEDIA_2,
88
84
  content_wrapper: null,
89
- number: null,
90
85
  text_wrapper: null,
91
86
  label: "02",
92
- title: "Automated Client Services",
87
+ title: "Automated by default",
93
88
  description:
94
- "Streamline operations with AI chatbots, analytics, and automated compliance reporting.",
89
+ "Terraform modules for every service and prebuilt CI/CD pipelines ship blue-green deploys with zero-downtime rollbacks across every runtime.",
95
90
  },
96
91
  {
97
92
  card: null,
98
93
  image: MEDIA_3,
99
94
  content_wrapper: null,
100
- number: null,
101
95
  text_wrapper: null,
102
96
  label: "03",
103
- title: "SEO & Digital Growth",
97
+ title: "Observable end-to-end",
104
98
  description:
105
- "Increase brand authority and drive client acquisition with targeted financial marketing.",
99
+ "OpenTelemetry traces, metrics, and logs in one pane, with cost anomaly alerts attributed to the exact service that spiked.",
106
100
  },
107
101
  {
108
102
  card: null,
109
103
  image: MEDIA_4,
110
104
  content_wrapper: null,
111
- number: null,
112
105
  text_wrapper: null,
113
106
  label: "04",
114
- title: "Advanced Analytics",
107
+ title: "Resilient at scale",
115
108
  description:
116
- "Gain deep insights into customer behavior and optimize your financial services with AI-driven analytics.",
109
+ "Multi-region failover in under 30 seconds, 99.99% uptime across three regions, and a P1 SLA that responds inside 15 minutes.",
117
110
  },
118
111
  ];
119
112
 
@@ -122,55 +115,18 @@ const DEFAULT_CONTENT = {
122
115
  container: null,
123
116
  header_wrapper: null,
124
117
  headline_wrapper: null,
125
- title: "AI-Driven Solutions for Financial Excellence",
118
+ title: "Cloud services built around your roadmap",
126
119
  cta_wrapper: null,
127
120
  description:
128
- "Empower your financial institution with advanced AI solutions for optimized growth, security, and client satisfaction.",
121
+ "A managed platform for migrations, SRE, FinOps, and observability delivered with Terraform modules, blue-green deploys, and a P1 SLA under 15 minutes.",
129
122
  cta_buttons_levoGroup: null,
130
- cta_buttons: [{ cta_button: "Request a Demo" }, { cta_button: "Learn More" }],
123
+ cta_buttons: [{ cta_button: "Book a demo" }],
131
124
  features_levoGroup: null,
132
125
  features: FEATURES_CONTENT,
133
126
  };
134
127
 
135
128
  export type IFeatures2Content = typeof DEFAULT_CONTENT;
136
129
 
137
- // Feature field styles
138
- const FEATURE_STYLE = {
139
- card: {
140
- display: "flex",
141
- "flex-direction": "column",
142
- gap: "xl",
143
- },
144
- image: {
145
- width: "100%",
146
- height: "12rem",
147
- "object-fit": "cover",
148
- "border-radius": "base",
149
- },
150
- content_wrapper: {
151
- display: "flex",
152
- "align-items": "start",
153
- gap: "lg",
154
- },
155
- number: {
156
- color: "text-1",
157
- },
158
- text_wrapper: {
159
- flex: "1 1 0%",
160
- },
161
- label: {
162
- color: "text-1",
163
- "min-width": "4rem",
164
- },
165
- title: {
166
- color: "text-1",
167
- "margin-bottom": "xs",
168
- },
169
- description: {
170
- color: "text-2",
171
- },
172
- };
173
-
174
130
  export const Features2: IBlock = {
175
131
  category_id: "features",
176
132
  title: "Features 2",
@@ -251,7 +207,6 @@ export const Features2: IBlock = {
251
207
  label: "Content Wrapper",
252
208
  field_interface: "BoxWidget",
253
209
  },
254
-
255
210
  {
256
211
  key: "text_wrapper",
257
212
  label: "Text Wrapper",
@@ -286,7 +241,8 @@ export const Features2: IBlock = {
286
241
  "flex-direction": "row",
287
242
  "align-items": "center",
288
243
  "justify-content": "space-between",
289
- gap: "2xl",
244
+ "column-gap": "2xl",
245
+ "row-gap": "xl",
290
246
  tablet: {
291
247
  "align-items": "start",
292
248
  gap: "3xl",
@@ -298,16 +254,21 @@ export const Features2: IBlock = {
298
254
  },
299
255
  },
300
256
  headline_wrapper: {
257
+ "max-width": "640px",
301
258
  tablet: {
302
259
  flex: "1 1 0%",
303
260
  },
304
261
  },
305
262
  title: {},
263
+ description: {
264
+ "margin-top": "md",
265
+ color: "text-2",
266
+ },
306
267
  cta_wrapper: {
307
268
  display: "flex",
308
269
  "flex-direction": "row",
309
270
  "align-items": "center",
310
- shrink: "0",
271
+ "flex-shrink": "0",
311
272
  tablet: {
312
273
  "flex-direction": "column",
313
274
  "align-items": "start",
@@ -321,10 +282,9 @@ export const Features2: IBlock = {
321
282
  "align-items": "center",
322
283
  "column-gap": "sm",
323
284
  },
324
- cta_buttons: Array(2).map(() => ({})),
325
285
  features_levoGroup: {
326
286
  number_of_slides: 2.5,
327
- "margin-top": "7xl",
287
+ "margin-top": "4xl",
328
288
  tablet: {
329
289
  number_of_slides: 2,
330
290
  },
@@ -332,136 +292,47 @@ export const Features2: IBlock = {
332
292
  number_of_slides: 1,
333
293
  },
334
294
  },
335
- features: [
336
- {
337
- card: {
338
- display: "flex",
339
- "flex-direction": "column",
340
- gap: "xl",
341
- },
342
- image: {
343
- width: "100%",
344
- height: "12rem",
345
- "object-fit": "cover",
346
- "border-radius": "base",
347
- },
348
- content_wrapper: {
349
- display: "flex",
350
- "align-items": "start",
351
- gap: "lg",
352
- },
353
- number: {
354
- "font-size": "3xl",
355
- "font-weight": "700",
356
- color: "text-1",
357
- },
358
- text_wrapper: {
359
- flex: "1 1 0%",
360
- },
361
- label: {
362
- "min-width": "4rem",
363
- },
364
- title: {
365
- "font-weight": 700,
366
- },
295
+ features_levoGroupItem: {
296
+ card: {
297
+ display: "flex",
298
+ "flex-direction": "column",
299
+ "row-gap": "lg",
300
+ height: "100%",
367
301
  },
368
- {
369
- card: {
370
- display: "flex",
371
- "flex-direction": "column",
372
- gap: "xl",
373
- },
374
- image: {
375
- width: "100%",
376
- height: "12rem",
377
- "object-fit": "cover",
378
- "border-radius": "base",
379
- },
380
- content_wrapper: {
381
- display: "flex",
382
- "align-items": "start",
383
- gap: "lg",
384
- },
385
- number: {
386
- "font-size": "3xl",
387
- "font-weight": "700",
388
- color: "text-1",
389
- },
390
- text_wrapper: {
391
- flex: "1 1 0%",
392
- },
393
- label: {
394
- "min-width": "4rem",
395
- },
396
- title: {
397
- "font-weight": 700,
398
- },
302
+ image: {
303
+ width: "100%",
304
+ height: "14rem",
305
+ "aspect-ratio": "3 / 2",
306
+ "object-fit": "cover",
307
+ "border-radius": "base",
399
308
  },
400
- {
401
- card: {
402
- display: "flex",
403
- "flex-direction": "column",
404
- gap: "xl",
405
- },
406
- image: {
407
- width: "100%",
408
- height: "12rem",
409
- "object-fit": "cover",
410
- "border-radius": "base",
411
- },
412
- content_wrapper: {
413
- display: "flex",
414
- "align-items": "start",
415
- gap: "lg",
416
- },
417
- number: {
418
- "font-size": "3xl",
419
- "font-weight": "700",
420
- color: "text-1",
421
- },
422
- text_wrapper: {
423
- flex: "1 1 0%",
424
- },
425
- label: {
426
- "min-width": "4rem",
427
- },
428
- title: {
429
- "font-weight": 700,
430
- },
309
+ content_wrapper: {
310
+ display: "flex",
311
+ "align-items": "start",
312
+ "column-gap": "lg",
431
313
  },
432
- {
433
- card: {
434
- display: "flex",
435
- "flex-direction": "column",
436
- gap: "xl",
437
- },
438
- image: {
439
- width: "100%",
440
- height: "12rem",
441
- "object-fit": "cover",
442
- "border-radius": "base",
443
- },
444
- content_wrapper: {
445
- display: "flex",
446
- "align-items": "start",
447
- gap: "lg",
448
- },
449
- number: {
450
- "font-size": "3xl",
451
- "font-weight": "700",
452
- color: "text-1",
453
- },
454
- text_wrapper: {
455
- flex: "1 1 0%",
456
- },
457
- label: {
458
- "min-width": "4rem",
459
- },
460
- title: {
461
- "font-weight": 700,
462
- },
314
+ text_wrapper: {
315
+ flex: "1 1 0%",
316
+ display: "flex",
317
+ "flex-direction": "column",
318
+ "row-gap": "xs",
463
319
  },
464
- ],
320
+ label: {
321
+ // Branded numeric label: upper-case letter-spacing reads as intentional,
322
+ // not a plain grey counter.
323
+ color: "brand",
324
+ "font-weight": 600,
325
+ "letter-spacing": "0.08em",
326
+ "min-width": "3rem",
327
+ },
328
+ title: {
329
+ "font-weight": 700,
330
+ },
331
+ description: {
332
+ color: "text-2",
333
+ },
334
+ },
335
+ features: [{}, {}, {}, {}],
465
336
  },
466
337
  content: DEFAULT_CONTENT,
467
338
  config: {
@@ -479,93 +350,304 @@ export const Features2: IBlock = {
479
350
  heading: {
480
351
  level: 2,
481
352
  },
482
- features: [
483
- {
484
- title: {
485
- selectedVariants: {
486
- Heading_Level: "H5",
487
- },
488
- },
489
- },
490
- {
491
- title: {
492
- selectedVariants: {
493
- Heading_Level: "H5",
494
- },
495
- },
496
- },
497
- {
498
- title: {
499
- selectedVariants: {
500
- Heading_Level: "H5",
501
- },
502
- },
503
- },
504
- {
505
- title: {
506
- selectedVariants: {
507
- Heading_Level: "H5",
508
- },
509
- },
510
- },
511
- ],
512
353
  },
354
+ cta_buttons: [{ cta_button: { selectedVariants: {} } }],
513
355
  features: [
514
356
  {
515
357
  title: {
516
- heading: {
517
- level: "4",
518
- },
519
- selectedVariants: {
520
- Heading_Level: "H4",
521
- },
358
+ heading: { level: "4" },
359
+ selectedVariants: { Heading_Level: "H4" },
522
360
  },
523
361
  label: {
524
- heading: {
525
- level: "4",
526
- },
527
- selectedVariants: {
528
- Heading_Level: "H3",
529
- },
362
+ heading: { level: "4" },
363
+ selectedVariants: { Heading_Level: "H3" },
530
364
  },
531
365
  },
532
366
  {
533
- title: {
534
- selectedVariants: {
535
- Heading_Level: "H4",
536
- },
367
+ title: { selectedVariants: { Heading_Level: "H4" } },
368
+ label: { selectedVariants: { Heading_Level: "H3" } },
369
+ },
370
+ {
371
+ title: { selectedVariants: { Heading_Level: "H4" } },
372
+ label: { selectedVariants: { Heading_Level: "H3" } },
373
+ },
374
+ {
375
+ title: { selectedVariants: { Heading_Level: "H4" } },
376
+ label: { selectedVariants: { Heading_Level: "H3" } },
377
+ },
378
+ ],
379
+ },
380
+ },
381
+ {
382
+ key: "stacked",
383
+ title: "Stacked",
384
+ styles: {
385
+ container: {},
386
+ header_wrapper: {
387
+ display: "flex",
388
+ "flex-direction": "row",
389
+ "align-items": "center",
390
+ "justify-content": "space-between",
391
+ "column-gap": "2xl",
392
+ "row-gap": "xl",
393
+ tablet: {
394
+ "align-items": "start",
395
+ gap: "3xl",
396
+ },
397
+ mobile: {
398
+ "flex-direction": "column",
399
+ "align-items": "start",
400
+ gap: "xl",
401
+ },
402
+ },
403
+ headline_wrapper: {
404
+ "max-width": "640px",
405
+ tablet: {
406
+ flex: "1 1 0%",
407
+ },
408
+ },
409
+ title: {},
410
+ description: {
411
+ "margin-top": "md",
412
+ color: "text-2",
413
+ },
414
+ cta_wrapper: {
415
+ display: "flex",
416
+ "flex-direction": "row",
417
+ "align-items": "center",
418
+ "flex-shrink": "0",
419
+ tablet: {
420
+ "flex-direction": "column",
421
+ "align-items": "start",
422
+ gap: "xl",
423
+ width: "50%",
424
+ },
425
+ },
426
+ cta_buttons_levoGroup: {
427
+ display: "flex",
428
+ "flex-direction": "row",
429
+ "align-items": "center",
430
+ "column-gap": "sm",
431
+ },
432
+ features_levoGroup: {
433
+ display: "flex",
434
+ "flex-direction": "column",
435
+ "row-gap": "2xl",
436
+ "margin-top": "4xl",
437
+ },
438
+ features_levoGroupItem: {
439
+ card: {
440
+ display: "flex",
441
+ "flex-direction": "row",
442
+ "column-gap": "2xl",
443
+ "align-items": "center",
444
+ mobile: {
445
+ "flex-direction": "column",
446
+ "row-gap": "lg",
537
447
  },
538
- label: {
539
- selectedVariants: {
540
- Heading_Level: "H3",
541
- },
448
+ },
449
+ image: {
450
+ width: "22rem",
451
+ height: "14rem",
452
+ "aspect-ratio": "3 / 2",
453
+ "object-fit": "cover",
454
+ "border-radius": "base",
455
+ "flex-shrink": "0",
456
+ mobile: {
457
+ width: "100%",
542
458
  },
543
459
  },
544
- {
460
+ content_wrapper: {
461
+ display: "flex",
462
+ "align-items": "start",
463
+ "column-gap": "lg",
464
+ flex: "1 1 0%",
465
+ },
466
+ text_wrapper: {
467
+ flex: "1 1 0%",
468
+ display: "flex",
469
+ "flex-direction": "column",
470
+ "row-gap": "xs",
471
+ },
472
+ label: {
473
+ color: "brand",
474
+ "font-weight": 600,
475
+ "letter-spacing": "0.08em",
476
+ "min-width": "3rem",
477
+ },
478
+ title: {
479
+ "font-weight": 700,
480
+ },
481
+ description: {
482
+ color: "text-2",
483
+ },
484
+ },
485
+ features: [{}, {}, {}, {}],
486
+ },
487
+ content: DEFAULT_CONTENT,
488
+ config: {
489
+ title: {
490
+ heading: {
491
+ level: 2,
492
+ },
493
+ selectedVariants: {
494
+ Heading_Level: "H2",
495
+ },
496
+ },
497
+ cta_buttons: [{ cta_button: { selectedVariants: {} } }],
498
+ features: Array(4)
499
+ .fill(0)
500
+ .map((_, i) => ({
545
501
  title: {
502
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
546
503
  selectedVariants: {
547
504
  Heading_Level: "H4",
548
505
  },
549
506
  },
550
507
  label: {
508
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
551
509
  selectedVariants: {
552
510
  Heading_Level: "H3",
553
511
  },
554
512
  },
513
+ })),
514
+ },
515
+ },
516
+ {
517
+ key: "centered",
518
+ title: "Centered",
519
+ // Centered header variant — single CTA so the axis stays clean at narrow
520
+ // widths. Both title and description share the same centered axis.
521
+ styles: {
522
+ container: {},
523
+ header_wrapper: {
524
+ display: "flex",
525
+ "flex-direction": "column",
526
+ "align-items": "center",
527
+ "text-align": "center",
528
+ "row-gap": "xl",
529
+ },
530
+ headline_wrapper: {
531
+ display: "flex",
532
+ "flex-direction": "column",
533
+ "align-items": "center",
534
+ "text-align": "center",
535
+ "row-gap": "md",
536
+ "max-width": "720px",
537
+ },
538
+ title: {
539
+ "text-align": "center",
540
+ },
541
+ description: {
542
+ "text-align": "center",
543
+ color: "text-2",
544
+ "max-width": "640px",
545
+ },
546
+ cta_wrapper: {
547
+ display: "flex",
548
+ "flex-direction": "row",
549
+ "align-items": "center",
550
+ "justify-content": "center",
551
+ },
552
+ cta_buttons_levoGroup: {
553
+ display: "flex",
554
+ "flex-direction": "row",
555
+ "align-items": "center",
556
+ "justify-content": "center",
557
+ "column-gap": "sm",
558
+ },
559
+ features_levoGroup: {
560
+ number_of_slides: 3,
561
+ "margin-top": "4xl",
562
+ tablet: {
563
+ number_of_slides: 2,
555
564
  },
556
- {
565
+ mobile: {
566
+ number_of_slides: 1,
567
+ },
568
+ },
569
+ features_levoGroupItem: {
570
+ card: {
571
+ display: "flex",
572
+ "flex-direction": "column",
573
+ "row-gap": "lg",
574
+ "text-align": "center",
575
+ "align-items": "center",
576
+ height: "100%",
577
+ },
578
+ image: {
579
+ width: "100%",
580
+ height: "12rem",
581
+ "aspect-ratio": "3 / 2",
582
+ "object-fit": "cover",
583
+ "border-radius": "base",
584
+ },
585
+ content_wrapper: {
586
+ display: "flex",
587
+ "flex-direction": "column",
588
+ "align-items": "center",
589
+ "row-gap": "sm",
590
+ },
591
+ text_wrapper: {
592
+ display: "flex",
593
+ "flex-direction": "column",
594
+ "align-items": "center",
595
+ "row-gap": "xs",
596
+ },
597
+ label: {
598
+ color: "brand",
599
+ "font-weight": 600,
600
+ "letter-spacing": "0.08em",
601
+ "min-width": "3rem",
602
+ },
603
+ title: {
604
+ "font-weight": 700,
605
+ },
606
+ description: {
607
+ color: "text-2",
608
+ },
609
+ },
610
+ features: [{}, {}, {}, {}],
611
+ },
612
+ // Centered variant overrides cta_buttons to a single button — two CTAs
613
+ // fight for space on a centered axis and break the visual rhythm.
614
+ content: {
615
+ ...DEFAULT_CONTENT,
616
+ cta_buttons: [{ cta_button: "Book a demo" }],
617
+ },
618
+ config: {
619
+ features_levoGroup: {
620
+ carousel: {
621
+ loop: true,
622
+ autoScroll: false,
623
+ speed: 2,
624
+ },
625
+ },
626
+ title: {
627
+ heading: {
628
+ level: 2,
629
+ },
630
+ selectedVariants: {
631
+ Heading_Level: "H2",
632
+ },
633
+ },
634
+ cta_buttons: [{ cta_button: { selectedVariants: {} } }],
635
+ features: Array(4)
636
+ .fill(0)
637
+ .map((_, i) => ({
557
638
  title: {
639
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
558
640
  selectedVariants: {
559
641
  Heading_Level: "H4",
560
642
  },
561
643
  },
562
644
  label: {
645
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
563
646
  selectedVariants: {
564
647
  Heading_Level: "H3",
565
648
  },
566
649
  },
567
- },
568
- ],
650
+ })),
569
651
  },
570
652
  },
571
653
  ],