@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,72 +1,99 @@
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":
10
+ "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/17489153/pexels-photo-17489153.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ 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
24
  },
18
- mimetype: "image/png",
19
25
  };
26
+
20
27
  const MEDIA_2 = {
21
- id: "jfwWnpeTXvRds",
22
- filename: "features-1-2.png",
28
+ id: "7452776367490246025",
23
29
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI.png",
30
+ location: "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg",
31
+ mimetype: "image/jpeg",
25
32
  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",
33
+ "320w":
34
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
35
+ "640w":
36
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
37
+ "750w":
38
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w":
40
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
41
+ "1080w":
42
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
43
+ "1200w":
44
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
45
+ "1920w":
46
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
47
+ path: "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
34
48
  },
35
- mimetype: "image/png",
36
49
  };
50
+
37
51
  const MEDIA_3 = {
38
- id: "zucCxwW4c368T",
39
- filename: "features-1-3.png",
52
+ id: "7452776366357455582",
40
53
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF.png",
54
+ location: "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg",
55
+ mimetype: "image/jpeg",
42
56
  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",
57
+ "320w":
58
+ "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
59
+ "640w":
60
+ "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
61
+ "750w":
62
+ "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w":
64
+ "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
65
+ "1080w":
66
+ "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
67
+ "1200w":
68
+ "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
69
+ "1920w":
70
+ "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ 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
72
  },
52
- mimetype: "image/png",
53
73
  };
74
+
54
75
  const MEDIA_4 = {
55
- id: "mox8S3I3oM9Gz",
56
- filename: "features-1-4.png",
76
+ id: "7452776368058402200",
57
77
  kind: "image",
58
- location: "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr.png",
78
+ location: "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg",
79
+ mimetype: "image/jpeg",
59
80
  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",
81
+ "320w":
82
+ "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
83
+ "640w":
84
+ "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
85
+ "750w":
86
+ "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
87
+ "828w":
88
+ "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
89
+ "1080w":
90
+ "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
91
+ "1200w":
92
+ "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
93
+ "1920w":
94
+ "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
95
+ 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",
68
96
  },
69
- mimetype: "image/png",
70
97
  };
71
98
 
72
99
  const DEFAULT_CONTENT = {
@@ -74,60 +101,60 @@ const DEFAULT_CONTENT = {
74
101
  container: null,
75
102
  header_wrapper: null,
76
103
  headline_wrapper: null,
77
- title: "AI-Driven Solutions for Financial Excellence",
104
+ title: "Cloud services built around your roadmap",
78
105
  cta_wrapper: null,
79
106
  description:
80
- "Empower your financial institution with advanced AI solutions for optimized growth, security, and client satisfaction.",
107
+ "From migration to Day-2 operations prebuilt Terraform modules, observability defaults, and SOC 2-ready guardrails ship with every engagement.",
81
108
  cta_buttons_levoGroup: null,
82
- cta_buttons: [{ cta_button: "Request a Demo" }, { cta_button: "Learn More" }],
109
+ cta_buttons: [{ cta_button: "See architecture" }, { cta_button: "Book a demo" }],
83
110
  services: [
84
111
  {
85
112
  card: null,
86
113
  image: MEDIA_1,
87
114
  content_wrapper: null,
88
115
  text_wrapper: null,
89
- label: "01",
90
- title: "Custom Financial Platforms",
116
+ label: "Infrastructure",
117
+ title: "Zero-touch migration",
91
118
  description:
92
- "We build secure, scalable online banking and finance platforms tailored for institutional excellence.",
119
+ "Lift workloads onto managed Kubernetes with Terraform modules, blue-green deploys, and rollback in under 30 seconds.",
93
120
  ctas_levoGroup: null,
94
- ctas: [{ cta: "Request Demo" }, { cta: "Learn More" }],
121
+ ctas: [{ cta: "See architecture" }],
95
122
  },
96
123
  {
97
124
  card: null,
98
125
  image: MEDIA_2,
99
126
  content_wrapper: null,
100
127
  text_wrapper: null,
101
- label: "02",
102
- title: "AI Automation in Finance",
128
+ label: "Security",
129
+ title: "Secure by design",
103
130
  description:
104
- "Automate client services, compliance, and reporting with advanced AI tailored for financial institutions.",
131
+ "Hardware-backed KMS keys rotated hourly, SOC 2 Type II and ISO 27001 audits, plus just-in-time IAM on every environment.",
105
132
  ctas_levoGroup: null,
106
- ctas: [{ cta: "See How" }, { cta: "View Demo" }],
133
+ ctas: [{ cta: "Read trust report" }],
107
134
  },
108
135
  {
109
136
  card: null,
110
137
  image: MEDIA_3,
111
138
  content_wrapper: null,
112
139
  text_wrapper: null,
113
- label: "03",
114
- title: "Branded Client Portals",
140
+ label: "Observability",
141
+ title: "One pane of glass",
115
142
  description:
116
- "Deliver seamless, secure digital experiences with bespoke UI/UX for your clients and investors.",
143
+ "OpenTelemetry traces, metrics, and logs flow into a single console with P1 alerting under 15 minutes around the clock.",
117
144
  ctas_levoGroup: null,
118
- ctas: [{ cta: "Explore More" }, { cta: "Get Started" }],
145
+ ctas: [{ cta: "View benchmarks" }],
119
146
  },
120
147
  {
121
148
  card: null,
122
149
  image: MEDIA_4,
123
150
  content_wrapper: null,
124
151
  text_wrapper: null,
125
- label: "04",
126
- title: "Enterprise Security Solutions",
152
+ label: "Automation",
153
+ title: "Ship on autopilot",
127
154
  description:
128
- "Implement robust security measures and compliance frameworks designed for enterprise-level financial operations.",
155
+ "Prebuilt CI/CD pipelines for every runtime, cost anomaly alerts with service attribution, and spot-instance placement per workload.",
129
156
  ctas_levoGroup: null,
130
- ctas: [{ cta: "Learn More" }, { cta: "Contact Us" }],
157
+ ctas: [{ cta: "View docs" }],
131
158
  },
132
159
  ],
133
160
  };
@@ -301,7 +328,6 @@ export const Features3: IBlock = {
301
328
  "align-items": "center",
302
329
  gap: "sm",
303
330
  },
304
- cta_buttons: Array(2).map(() => ({})),
305
331
  description: {
306
332
  "margin-bottom": "0",
307
333
  "margin-right": "2xl",
@@ -317,186 +343,201 @@ export const Features3: IBlock = {
317
343
  services_levoGroup: {
318
344
  display: "grid",
319
345
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
320
- "column-gap": "7xl",
321
- "row-gap": "7xl",
322
- "margin-top": "12xl",
346
+ "column-gap": "5xl",
347
+ "row-gap": "5xl",
348
+ "margin-top": "7xl",
323
349
  mobile: {
324
350
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
325
351
  },
326
352
  },
327
- services: [
328
- {
329
- card: {
330
- display: "flex",
331
- "flex-direction": "column",
332
- "row-gap": "base",
333
- },
334
- image: {
335
- width: "100%",
336
- height: "18rem",
337
- "object-fit": "cover",
338
- "border-radius": "base",
339
- },
340
- header: {
341
- display: "flex",
342
- "align-items": "center",
343
- "column-gap": "3xs",
344
- },
345
- label: {
346
- "font-weight": 700,
347
- },
348
- title: {
349
- "margin-bottom": "2xs",
350
- "font-weight": 700,
351
- },
352
- description: {
353
- "margin-bottom": "2xs",
354
- },
355
- ctas_levoGroup: {
356
- display: "flex",
357
- "flex-direction": "row",
358
- "column-gap": "md",
359
- "row-gap": "md",
360
- "flex-wrap": "wrap",
361
- "align-items": "center",
362
- },
363
- ctas: Array(2)
364
- .fill(0)
365
- .map(() => ({ cta: {} })),
366
- content_wrapper: {
367
- display: "flex",
368
- "column-gap": "base",
369
- },
353
+ services_levoGroupItem: {
354
+ card: {
355
+ display: "flex",
356
+ "flex-direction": "column",
357
+ "row-gap": "base",
358
+ height: "100%",
370
359
  },
371
- {
372
- card: {
373
- display: "flex",
374
- "flex-direction": "column",
375
- "row-gap": "base",
376
- },
377
- image: {
378
- width: "100%",
379
- height: "18rem",
380
- "object-fit": "cover",
381
- "border-radius": "base",
382
- },
383
- header: {
384
- display: "flex",
385
- "align-items": "center",
386
- "column-gap": "3xs",
387
- },
388
- label: {
389
- "font-weight": 700,
390
- },
391
- title: {
392
- "margin-bottom": "2xs",
393
- "font-weight": 700,
394
- },
395
- description: {
396
- "margin-bottom": "2xs",
397
- },
398
- ctas_levoGroup: {
399
- display: "flex",
400
- "flex-direction": "row",
401
- "column-gap": "md",
402
- "row-gap": "md",
403
- "flex-wrap": "wrap",
404
- "align-items": "center",
405
- },
406
- ctas: Array(2)
407
- .fill(0)
408
- .map(() => ({ cta: {} })),
409
- content_wrapper: {
410
- display: "flex",
411
- "column-gap": "base",
412
- },
360
+ image: {
361
+ width: "100%",
362
+ height: "18rem",
363
+ "object-fit": "cover",
364
+ "border-radius": "base",
413
365
  },
414
- {
415
- card: {
416
- display: "flex",
417
- "flex-direction": "column",
418
- "row-gap": "base",
419
- },
420
- image: {
421
- width: "100%",
422
- height: "18rem",
423
- "object-fit": "cover",
424
- "border-radius": "base",
425
- },
426
- header: {
427
- display: "flex",
428
- "align-items": "center",
429
- "column-gap": "3xs",
430
- },
431
- label: {
432
- "font-weight": 700,
433
- },
366
+ header: {
367
+ display: "flex",
368
+ "align-items": "center",
369
+ "column-gap": "3xs",
370
+ },
371
+ label: {
372
+ color: "brand",
373
+ "text-transform": "uppercase",
374
+ "letter-spacing": "0.08em",
375
+ "font-weight": 600,
376
+ "font-size": "xs",
377
+ },
378
+ title: {
379
+ "margin-bottom": "2xs",
380
+ "font-weight": 700,
381
+ },
382
+ description: {
383
+ "margin-bottom": "2xs",
384
+ },
385
+ ctas_levoGroup: {
386
+ display: "flex",
387
+ "flex-direction": "row",
388
+ "column-gap": "md",
389
+ "row-gap": "md",
390
+ "flex-wrap": "wrap",
391
+ "align-items": "center",
392
+ "margin-top": "auto",
393
+ },
394
+ ctas_levoGroupItem: { cta: {} },
395
+ ctas: [{}],
396
+ content_wrapper: {
397
+ display: "flex",
398
+ "flex-direction": "column",
399
+ "row-gap": "2xs",
400
+ flex: "1 1 0%",
401
+ },
402
+ },
403
+ services: [{}, {}, {}, {}],
404
+ },
405
+ content: DEFAULT_CONTENT,
406
+ config: {
407
+ title: {
408
+ heading: {
409
+ level: 2,
410
+ },
411
+ selectedVariants: {
412
+ Heading_Level: "H2",
413
+ },
414
+ },
415
+ cta_buttons: [
416
+ { cta_button: { selectedVariants: {} } },
417
+ { cta_button: { selectedVariants: { Button_Variants: "Secondary" } } },
418
+ ],
419
+ services: Array(4)
420
+ .fill(0)
421
+ .map((_, i) => ({
434
422
  title: {
435
- "margin-bottom": "2xs",
436
- "font-weight": 700,
423
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
424
+ selectedVariants: {
425
+ Heading_Level: "H4",
426
+ },
437
427
  },
438
428
  description: {
439
- "margin-bottom": "2xs",
440
- },
441
- ctas_levoGroup: {
442
- display: "flex",
443
- "flex-direction": "row",
444
- "column-gap": "md",
445
- "row-gap": "md",
446
- "flex-wrap": "wrap",
447
- "align-items": "center",
429
+ selectedVariants: {},
448
430
  },
449
- ctas: Array(2)
450
- .fill(0)
451
- .map(() => ({ cta: {} })),
452
- content_wrapper: {
453
- display: "flex",
454
- "column-gap": "base",
431
+ ctas: [{ cta: { selectedVariants: {} } }],
432
+ label: {
433
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
434
+ selectedVariants: {
435
+ Heading_Level: "H4",
436
+ },
455
437
  },
438
+ })),
439
+ },
440
+ },
441
+ {
442
+ key: "alternating",
443
+ title: "Alternating",
444
+ styles: {
445
+ container: {},
446
+ header_wrapper: {
447
+ display: "flex",
448
+ "flex-direction": "column",
449
+ "align-items": "center",
450
+ "text-align": "center",
451
+ gap: "xl",
452
+ mobile: {
453
+ "align-items": "start",
454
+ "text-align": "left",
456
455
  },
457
- {
458
- card: {
459
- display: "flex",
456
+ },
457
+ headline_wrapper: {},
458
+ title: {},
459
+ cta_wrapper: {
460
+ display: "flex",
461
+ "flex-direction": "row",
462
+ "align-items": "center",
463
+ "justify-content": "center",
464
+ },
465
+ cta_buttons_levoGroup: {
466
+ display: "flex",
467
+ "flex-direction": "row",
468
+ "align-items": "center",
469
+ gap: "sm",
470
+ },
471
+ description: {
472
+ "margin-bottom": "0",
473
+ "max-width": "40rem",
474
+ },
475
+ services_levoGroup: {
476
+ display: "flex",
477
+ "flex-direction": "column",
478
+ "row-gap": "5xl",
479
+ "margin-top": "7xl",
480
+ },
481
+ services_levoGroupItem: {
482
+ card: {
483
+ display: "flex",
484
+ "column-gap": "5xl",
485
+ "align-items": "center",
486
+ mobile: {
460
487
  "flex-direction": "column",
461
- "row-gap": "base",
488
+ "row-gap": "xl",
462
489
  },
463
- image: {
490
+ },
491
+ image: {
492
+ width: "50%",
493
+ height: "22rem",
494
+ "object-fit": "cover",
495
+ "border-radius": "base",
496
+ mobile: {
464
497
  width: "100%",
465
- height: "18rem",
466
- "object-fit": "cover",
467
- "border-radius": "base",
468
- },
469
- header: {
470
- display: "flex",
471
- "align-items": "center",
472
- "column-gap": "3xs",
473
- },
474
- label: {
475
- "font-weight": 700,
476
- },
477
- title: {
478
- "margin-bottom": "2xs",
479
- "font-weight": 700,
480
- },
481
- description: {
482
- "margin-bottom": "2xs",
483
- },
484
- ctas_levoGroup: {
485
- display: "flex",
486
- "flex-direction": "row",
487
- "column-gap": "md",
488
- "row-gap": "md",
489
- "flex-wrap": "wrap",
490
- "align-items": "center",
491
- },
492
- ctas: Array(2)
493
- .fill(0)
494
- .map(() => ({ cta: {} })),
495
- content_wrapper: {
496
- display: "flex",
497
- "column-gap": "base",
498
498
  },
499
499
  },
500
+ header: {
501
+ display: "flex",
502
+ "align-items": "center",
503
+ "column-gap": "3xs",
504
+ },
505
+ label: {
506
+ color: "brand",
507
+ "text-transform": "uppercase",
508
+ "letter-spacing": "0.08em",
509
+ "font-weight": 600,
510
+ "font-size": "xs",
511
+ },
512
+ title: {
513
+ "margin-bottom": "2xs",
514
+ "font-weight": 700,
515
+ },
516
+ description: {
517
+ "margin-bottom": "2xs",
518
+ },
519
+ ctas_levoGroup: {
520
+ display: "flex",
521
+ "flex-direction": "row",
522
+ "column-gap": "md",
523
+ "row-gap": "md",
524
+ "flex-wrap": "wrap",
525
+ "align-items": "center",
526
+ },
527
+ ctas_levoGroupItem: { cta: {} },
528
+ ctas: [{}],
529
+ content_wrapper: {
530
+ display: "flex",
531
+ "flex-direction": "column",
532
+ "row-gap": "2xs",
533
+ flex: "1 1 0%",
534
+ },
535
+ },
536
+ services: [
537
+ { card: { "flex-direction": "row" } },
538
+ { card: { "flex-direction": "row-reverse" } },
539
+ { card: { "flex-direction": "row" } },
540
+ { card: { "flex-direction": "row-reverse" } },
500
541
  ],
501
542
  },
502
543
  content: DEFAULT_CONTENT,
@@ -509,12 +550,15 @@ export const Features3: IBlock = {
509
550
  Heading_Level: "H2",
510
551
  },
511
552
  },
512
- services: [
513
- {
553
+ cta_buttons: [
554
+ { cta_button: { selectedVariants: {} } },
555
+ { cta_button: { selectedVariants: { Button_Variants: "Secondary" } } },
556
+ ],
557
+ services: Array(4)
558
+ .fill(0)
559
+ .map((_, i) => ({
514
560
  title: {
515
- heading: {
516
- level: "4",
517
- },
561
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
518
562
  selectedVariants: {
519
563
  Heading_Level: "H4",
520
564
  },
@@ -522,46 +566,179 @@ export const Features3: IBlock = {
522
566
  description: {
523
567
  selectedVariants: {},
524
568
  },
525
- ctas: Array(2)
526
- .fill(0)
527
- .map(() => ({
528
- cta: {
529
- selectedVariants: {},
530
- },
531
- })),
569
+ ctas: [{ cta: { selectedVariants: {} } }],
532
570
  label: {
533
- heading: {
534
- level: "4",
535
- },
571
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
536
572
  selectedVariants: {
537
573
  Heading_Level: "H4",
538
574
  },
539
575
  },
576
+ })),
577
+ },
578
+ },
579
+ {
580
+ key: "masonry",
581
+ title: "Masonry",
582
+ styles: {
583
+ container: {},
584
+ header_wrapper: {
585
+ display: "grid",
586
+ "grid-template-columns": "minmax(0, 1fr) auto",
587
+ "grid-template-rows": "auto auto",
588
+ "align-items": "end",
589
+ "column-gap": "3xl",
590
+ "row-gap": "lg",
591
+ mobile: {
592
+ "grid-template-columns": "1fr",
593
+ "grid-template-rows": "auto auto auto",
594
+ "align-items": "start",
595
+ "row-gap": "xl",
596
+ },
597
+ },
598
+ headline_wrapper: {
599
+ "max-width": "640px",
600
+ "grid-column": "1",
601
+ "grid-row": "1",
602
+ },
603
+ title: {},
604
+ cta_wrapper: {
605
+ display: "flex",
606
+ "flex-direction": "row",
607
+ "align-items": "center",
608
+ "flex-shrink": "0",
609
+ "grid-column": "2",
610
+ "grid-row": "1 / span 2",
611
+ "align-self": "center",
612
+ "justify-self": "end",
613
+ mobile: {
614
+ "grid-column": "1",
615
+ "grid-row": "3",
616
+ "justify-self": "start",
617
+ },
618
+ },
619
+ cta_buttons_levoGroup: {
620
+ display: "flex",
621
+ "flex-direction": "row",
622
+ "align-items": "center",
623
+ gap: "sm",
624
+ },
625
+ description: {
626
+ "margin-bottom": "0",
627
+ "max-width": "640px",
628
+ "grid-column": "1",
629
+ "grid-row": "2",
630
+ },
631
+ services_levoGroup: {
632
+ display: "grid",
633
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
634
+ "column-gap": "3xl",
635
+ "row-gap": "3xl",
636
+ "margin-top": "5xl",
637
+ "align-items": "start",
638
+ mobile: {
639
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
540
640
  },
641
+ },
642
+ services_levoGroupItem: {
643
+ card: {
644
+ display: "flex",
645
+ "flex-direction": "column",
646
+ "row-gap": "base",
647
+ },
648
+ image: {
649
+ width: "100%",
650
+ "object-fit": "cover",
651
+ "border-radius": "base",
652
+ },
653
+ header: {
654
+ display: "flex",
655
+ "align-items": "center",
656
+ "column-gap": "3xs",
657
+ },
658
+ label: {
659
+ color: "brand",
660
+ "text-transform": "uppercase",
661
+ "letter-spacing": "0.08em",
662
+ "font-weight": 600,
663
+ "font-size": "xs",
664
+ },
665
+ title: {
666
+ "margin-bottom": "2xs",
667
+ "font-weight": 700,
668
+ },
669
+ description: {
670
+ "margin-bottom": "2xs",
671
+ },
672
+ ctas_levoGroup: {
673
+ display: "flex",
674
+ "flex-direction": "row",
675
+ "column-gap": "md",
676
+ "row-gap": "md",
677
+ "flex-wrap": "wrap",
678
+ "align-items": "center",
679
+ "margin-top": "auto",
680
+ },
681
+ ctas_levoGroupItem: { cta: {} },
682
+ ctas: [{}],
683
+ content_wrapper: {
684
+ display: "flex",
685
+ "flex-direction": "column",
686
+ "row-gap": "2xs",
687
+ flex: "1 1 0%",
688
+ },
689
+ },
690
+ services: [
541
691
  {
542
- title: {
543
- selectedVariants: {
544
- Heading_Level: "H4",
692
+ image: { height: "22rem" },
693
+ },
694
+ {
695
+ card: {
696
+ "margin-top": "7xl",
697
+ tablet: {
698
+ "margin-top": "0",
545
699
  },
546
- },
547
- description: {
548
- selectedVariants: {},
549
- },
550
- ctas: Array(2)
551
- .fill(0)
552
- .map(() => ({
553
- cta: {
554
- selectedVariants: {},
555
- },
556
- })),
557
- label: {
558
- selectedVariants: {
559
- Heading_Level: "H4",
700
+ mobile: {
701
+ "margin-top": "0",
560
702
  },
561
703
  },
704
+ image: { height: "14rem" },
705
+ },
706
+ {
707
+ image: { height: "14rem" },
562
708
  },
563
709
  {
710
+ card: {
711
+ "margin-top": "-5xl",
712
+ tablet: {
713
+ "margin-top": "0",
714
+ },
715
+ mobile: {
716
+ "margin-top": "0",
717
+ },
718
+ },
719
+ image: { height: "22rem" },
720
+ },
721
+ ],
722
+ },
723
+ content: DEFAULT_CONTENT,
724
+ config: {
725
+ title: {
726
+ heading: {
727
+ level: 2,
728
+ },
729
+ selectedVariants: {
730
+ Heading_Level: "H2",
731
+ },
732
+ },
733
+ cta_buttons: [
734
+ { cta_button: { selectedVariants: {} } },
735
+ { cta_button: { selectedVariants: { Button_Variants: "Secondary" } } },
736
+ ],
737
+ services: Array(4)
738
+ .fill(0)
739
+ .map((_, i) => ({
564
740
  title: {
741
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
565
742
  selectedVariants: {
566
743
  Heading_Level: "H4",
567
744
  },
@@ -569,21 +746,127 @@ export const Features3: IBlock = {
569
746
  description: {
570
747
  selectedVariants: {},
571
748
  },
572
- ctas: Array(2)
573
- .fill(0)
574
- .map(() => ({
575
- cta: {
576
- selectedVariants: {},
577
- },
578
- })),
749
+ ctas: [{ cta: { selectedVariants: {} } }],
579
750
  label: {
751
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
580
752
  selectedVariants: {
581
753
  Heading_Level: "H4",
582
754
  },
583
755
  },
756
+ })),
757
+ },
758
+ },
759
+ {
760
+ key: "single-column",
761
+ title: "Single Column",
762
+ styles: {
763
+ container: {
764
+ "max-width": "48rem",
765
+ "margin-left": "auto",
766
+ "margin-right": "auto",
767
+ },
768
+ header_wrapper: {
769
+ display: "flex",
770
+ "flex-direction": "column",
771
+ "align-items": "center",
772
+ "text-align": "center",
773
+ gap: "xl",
774
+ },
775
+ headline_wrapper: {},
776
+ title: {},
777
+ cta_wrapper: {
778
+ display: "flex",
779
+ "flex-direction": "row",
780
+ "align-items": "center",
781
+ "justify-content": "center",
782
+ },
783
+ cta_buttons_levoGroup: {
784
+ display: "flex",
785
+ "flex-direction": "row",
786
+ "align-items": "center",
787
+ gap: "sm",
788
+ },
789
+ description: {
790
+ "margin-bottom": "0",
791
+ },
792
+ services_levoGroup: {
793
+ display: "flex",
794
+ "flex-direction": "column",
795
+ "row-gap": "3xl",
796
+ "margin-top": "7xl",
797
+ },
798
+ services_levoGroupItem: {
799
+ card: {
800
+ display: "flex",
801
+ "flex-direction": "column",
802
+ "row-gap": "base",
803
+ height: "100%",
584
804
  },
585
- {
805
+ image: {
806
+ width: "100%",
807
+ height: "18rem",
808
+ "object-fit": "cover",
809
+ "border-radius": "base",
810
+ "aspect-ratio": "3 / 2",
811
+ },
812
+ header: {
813
+ display: "flex",
814
+ "align-items": "center",
815
+ "column-gap": "3xs",
816
+ },
817
+ label: {
818
+ color: "brand",
819
+ "text-transform": "uppercase",
820
+ "letter-spacing": "0.08em",
821
+ "font-weight": 600,
822
+ "font-size": "xs",
823
+ },
824
+ title: {
825
+ "margin-bottom": "2xs",
826
+ "font-weight": 700,
827
+ },
828
+ description: {
829
+ "margin-bottom": "2xs",
830
+ },
831
+ ctas_levoGroup: {
832
+ display: "flex",
833
+ "flex-direction": "row",
834
+ "column-gap": "md",
835
+ "row-gap": "md",
836
+ "flex-wrap": "wrap",
837
+ "align-items": "center",
838
+ "margin-top": "auto",
839
+ },
840
+ ctas_levoGroupItem: { cta: {} },
841
+ ctas: [{}],
842
+ content_wrapper: {
843
+ display: "flex",
844
+ "flex-direction": "column",
845
+ "row-gap": "2xs",
846
+ flex: "1 1 0%",
847
+ },
848
+ },
849
+ services: [{}, {}, {}, {}],
850
+ },
851
+ content: DEFAULT_CONTENT,
852
+ config: {
853
+ title: {
854
+ heading: {
855
+ level: 2,
856
+ },
857
+ selectedVariants: {
858
+ Heading_Level: "H2",
859
+ },
860
+ },
861
+ cta_buttons: [
862
+ { cta_button: { selectedVariants: {} } },
863
+ { cta_button: { selectedVariants: { Button_Variants: "Secondary" } } },
864
+ ],
865
+ services: Array(4)
866
+ .fill(0)
867
+ .map((_, i) => ({
586
868
  title: {
869
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
587
870
  selectedVariants: {
588
871
  Heading_Level: "H4",
589
872
  },
@@ -591,20 +874,14 @@ export const Features3: IBlock = {
591
874
  description: {
592
875
  selectedVariants: {},
593
876
  },
594
- ctas: Array(2)
595
- .fill(0)
596
- .map(() => ({
597
- cta: {
598
- selectedVariants: {},
599
- },
600
- })),
877
+ ctas: [{ cta: { selectedVariants: {} } }],
601
878
  label: {
879
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
602
880
  selectedVariants: {
603
881
  Heading_Level: "H4",
604
882
  },
605
883
  },
606
- },
607
- ],
884
+ })),
608
885
  },
609
886
  },
610
887
  ],