@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,152 +1,162 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA_1 = {
4
- id: "9GF4q5AuLeQq",
5
- filename: "features-6-1.png",
3
+ // Data center / server racks — infrastructure card
4
+ const IMG_1 = {
5
+ id: "7452776366356017711",
6
6
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1.png",
7
+ location: "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-6-1-rSCClLkzWgz1-828w.webp 828w",
10
+ "320w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
12
+ "750w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
13
+ "828w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
14
+ "1080w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
15
+ "1200w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
16
+ "1920w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
17
+ path: "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
18
  },
18
- mimetype: "image/png",
19
19
  };
20
- const MEDIA_2 = {
21
- id: "uY20Yb6ksugq",
22
- filename: "features-6-2.png",
20
+
21
+ // Cybersecurity analysts on encrypted screens — security card
22
+ const IMG_2 = {
23
+ id: "7452776367487930725",
23
24
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj.png",
25
+ location: "https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg",
26
+ mimetype: "image/jpeg",
25
27
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-6-2-LkpnHvjTnrTj-1080w.webp 1080w",
28
+ "320w": "https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
29
+ "640w": "https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
30
+ "750w": "https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
31
+ "828w": "https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
32
+ "1080w": "https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
33
+ "1200w": "https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
34
+ "1920w": "https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
35
+ path: "https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5380655/pexels-photo-5380655.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
34
36
  },
35
- mimetype: "image/png",
36
37
  };
37
- const MEDIA_3 = {
38
- id: "hjBIvKro3Lkc",
39
- filename: "features-6-3.png",
38
+
39
+ // Analytics screens — observability card
40
+ const IMG_3 = {
41
+ id: "7452776367719568099",
40
42
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr.png",
43
+ location: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
44
+ mimetype: "image/jpeg",
42
45
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-6-3-HXVrtirVUgVr-640w.webp 640w",
46
+ "320w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
47
+ "640w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
48
+ "750w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
49
+ "828w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
50
+ "1080w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
51
+ "1200w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
52
+ "1920w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
53
+ 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",
51
54
  },
52
- mimetype: "image/png",
53
55
  };
54
56
 
55
- const DUMMY_IMAGE = {
56
- id: "7141014160938075687",
57
- location: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
57
+ // Code on editor — automation card
58
+ const IMG_4 = {
59
+ id: "7452776368058402200",
58
60
  kind: "image",
59
- mimetype: "image/png",
61
+ location: "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg",
62
+ mimetype: "image/jpeg",
60
63
  srcset: {
61
- "1080w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
62
- "1200w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
63
- "1920w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
64
- "320w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
65
- "640w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
66
- "750w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
67
- "828w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
68
- path: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
64
+ "320w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
65
+ "640w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
66
+ "750w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
67
+ "828w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
68
+ "1080w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
69
+ "1200w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
70
+ "1920w": "https://images.pexels.com/photos/4164418/pexels-photo-4164418.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ 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",
69
72
  },
70
73
  };
71
74
 
75
+ /**
76
+ * date_icon / category_icon ImageWidget slots reuse IMG_1 for shape compliance.
77
+ * Every layout hides them via `display: none` — a tiny photo does not read as
78
+ * an icon. The branded uppercase label on date_text / category_text carries
79
+ * the metadata instead.
80
+ */
81
+
72
82
  const DEFAULT_CONTENT = {
73
83
  layout: null,
74
84
  container: null,
75
- title: "Featured Solutions",
85
+ title: "Solutions built for cloud-native teams",
76
86
  description:
77
- "Featured Solutions Featured Solutions Featured Solutions Featured Solutions Featured Solutions Featured Solutions Featured Solutions Featured Solutions ",
87
+ "Migrations, platform engineering, and FinOps delivered by senior SREs backed by SOC 2 Type II controls and a 15-minute P1 SLA.",
78
88
  features: [
79
89
  {
80
90
  card: null,
81
- image: MEDIA_1,
91
+ image: IMG_1,
82
92
  content_wrapper: null,
83
93
  meta_container: null,
84
94
  date_wrapper: null,
85
- date_icon: DUMMY_IMAGE,
86
- date_text: "March 15, 2024",
95
+ date_icon: IMG_1,
96
+ date_text: "Mar 04, 2025",
87
97
  category_wrapper: null,
88
- category_icon: DUMMY_IMAGE,
89
- category_text: "Enterprise",
98
+ category_icon: IMG_1,
99
+ category_text: "Infrastructure",
90
100
  text_container: null,
91
- feature_title: "Digital Transformation Solutions",
101
+ feature_title: "Zero-touch migration",
92
102
  description:
93
- "Streamline your business operations with our comprehensive digital transformation platform designed for modern enterprises.",
103
+ "Lift regulated workloads to AWS, GCP, or Azure using Terraform modules and blue-green cutovers, with rollback in under 30 seconds.",
94
104
  ctas_levoGroup: null,
95
- ctas: [{ cta: "Learn More" }, { cta: "View Demo" }],
105
+ ctas: [{ cta: "Read case study" }],
96
106
  },
97
107
  {
98
108
  card: null,
99
- image: MEDIA_2,
109
+ image: IMG_2,
100
110
  content_wrapper: null,
101
111
  meta_container: null,
102
112
  date_wrapper: null,
103
- date_icon: DUMMY_IMAGE,
104
- date_text: "March 20, 2024",
113
+ date_icon: IMG_1,
114
+ date_text: "Jun 18, 2025",
105
115
  category_wrapper: null,
106
- category_icon: DUMMY_IMAGE,
107
- category_text: "Technology",
116
+ category_icon: IMG_1,
117
+ category_text: "Security",
108
118
  text_container: null,
109
- feature_title: "Cloud Infrastructure Management",
119
+ feature_title: "Compliant by design",
110
120
  description:
111
- "Scale your applications seamlessly with our advanced cloud infrastructure solutions and automated deployment systems.",
121
+ "SOC 2 Type II and ISO 27001 baselines enforced through policy-as-code, hardware-backed KMS keys, and just-in-time IAM access on every account.",
112
122
  ctas_levoGroup: null,
113
- ctas: [{ cta: "Get Started" }, { cta: "Free Trial" }],
123
+ ctas: [{ cta: "Read trust report" }],
114
124
  },
115
125
  {
116
126
  card: null,
117
- image: MEDIA_3,
127
+ image: IMG_3,
118
128
  content_wrapper: null,
119
129
  meta_container: null,
120
130
  date_wrapper: null,
121
- date_icon: DUMMY_IMAGE,
122
- date_text: "March 25, 2024",
131
+ date_icon: IMG_1,
132
+ date_text: "Sep 22, 2025",
123
133
  category_wrapper: null,
124
- category_icon: DUMMY_IMAGE,
125
- category_text: "Analytics",
134
+ category_icon: IMG_1,
135
+ category_text: "Observability",
126
136
  text_container: null,
127
- feature_title: "Business Intelligence Platform",
137
+ feature_title: "Traces on day one",
128
138
  description:
129
- "Make data-driven decisions with our powerful analytics platform that provides real-time insights and reporting capabilities.",
139
+ "OpenTelemetry spans, metrics, and logs wired into a single pane with cost anomaly alerts and service-level attribution across every environment.",
130
140
  ctas_levoGroup: null,
131
- ctas: [{ cta: "Explore Now" }, { cta: "Case Studies" }],
141
+ ctas: [{ cta: "View benchmarks" }],
132
142
  },
133
143
  {
134
144
  card: null,
135
- image: MEDIA_1,
145
+ image: IMG_4,
136
146
  content_wrapper: null,
137
147
  meta_container: null,
138
148
  date_wrapper: null,
139
- date_icon: DUMMY_IMAGE,
140
- date_text: "March 30, 2024",
149
+ date_icon: IMG_1,
150
+ date_text: "Jan 14, 2026",
141
151
  category_wrapper: null,
142
- category_icon: DUMMY_IMAGE,
143
- category_text: "Security",
152
+ category_icon: IMG_1,
153
+ category_text: "Automation",
144
154
  text_container: null,
145
- feature_title: "Cybersecurity Framework",
155
+ feature_title: "Pipelines, prebuilt",
146
156
  description:
147
- "Protect your digital assets with our comprehensive cybersecurity solutions and threat detection systems.",
157
+ "Opinionated CI/CD for every runtime with spot-instance pools, preview environments, and zero-downtime rollbacks ready the day your repo lands.",
148
158
  ctas_levoGroup: null,
149
- ctas: [{ cta: "Secure Now" }, { cta: "Security Audit" }],
159
+ ctas: [{ cta: "Explore platform" }],
150
160
  },
151
161
  ],
152
162
  "carousel-navigation-container": null,
@@ -156,6 +166,15 @@ const DEFAULT_CONTENT = {
156
166
 
157
167
  export type IFeature6Content = typeof DEFAULT_CONTENT;
158
168
 
169
+ // Branded uppercase label styling used on date_text + category_text across all layouts.
170
+ const LABEL_STYLE = {
171
+ color: "brand",
172
+ "text-transform": "uppercase",
173
+ "letter-spacing": "0.08em",
174
+ "font-weight": 600,
175
+ "font-size": "xs",
176
+ };
177
+
159
178
  export const Features6: IBlock = {
160
179
  category_id: "features",
161
180
  title: "Features 6",
@@ -187,7 +206,7 @@ export const Features6: IBlock = {
187
206
  prompt_description:
188
207
  "Main heading for the feature section that introduces the carousel of featured solutions or products.",
189
208
  min_characters: 10,
190
- max_characters: 40,
209
+ max_characters: 60,
191
210
  },
192
211
  },
193
212
  {
@@ -196,9 +215,9 @@ export const Features6: IBlock = {
196
215
  field_interface: "HeadingWidget",
197
216
  hint: {
198
217
  prompt_description:
199
- "Main heading for the feature section that introduces the carousel of featured solutions or products.",
200
- min_characters: 10,
201
- max_characters: 40,
218
+ "Short supporting line under the section title that sets context for the feature cards.",
219
+ min_characters: 20,
220
+ max_characters: 200,
202
221
  },
203
222
  },
204
223
  {
@@ -263,7 +282,7 @@ export const Features6: IBlock = {
263
282
  field_interface: "TypographyWidget",
264
283
  hint: {
265
284
  prompt_description:
266
- "Date when the feature was launched or last updated, formatted as 'Month DD, YYYY'.",
285
+ "Date when the feature was launched or last updated, formatted as 'Mon DD, YYYY'.",
267
286
  min_characters: 10,
268
287
  max_characters: 20,
269
288
  },
@@ -291,9 +310,9 @@ export const Features6: IBlock = {
291
310
  field_interface: "TypographyWidget",
292
311
  hint: {
293
312
  prompt_description:
294
- "Category or tag that classifies the type of solution (e.g., Enterprise, Technology, Analytics).",
313
+ "Category or tag that classifies the type of solution (e.g., Infrastructure, Security, Observability).",
295
314
  min_characters: 5,
296
- max_characters: 15,
315
+ max_characters: 20,
297
316
  },
298
317
  },
299
318
  {
@@ -308,7 +327,7 @@ export const Features6: IBlock = {
308
327
  hint: {
309
328
  prompt_description:
310
329
  "Title of the specific feature or solution being showcased in the card.",
311
- min_characters: 15,
330
+ min_characters: 10,
312
331
  max_characters: 50,
313
332
  },
314
333
  },
@@ -320,7 +339,7 @@ export const Features6: IBlock = {
320
339
  prompt_description:
321
340
  "Brief description explaining the benefits and value proposition of the featured solution.",
322
341
  min_characters: 60,
323
- max_characters: 150,
342
+ max_characters: 200,
324
343
  },
325
344
  },
326
345
  {
@@ -365,383 +384,115 @@ export const Features6: IBlock = {
365
384
  "flex-direction": "column",
366
385
  "row-gap": "3xl",
367
386
  },
387
+ header: {
388
+ display: "flex",
389
+ "flex-direction": "column",
390
+ "row-gap": "base",
391
+ "max-width": "640px",
392
+ },
368
393
  features_levoGroup: {
369
394
  width: "100%",
395
+ number_of_slides: 1,
396
+ mobile: {
397
+ number_of_slides: 1,
398
+ },
370
399
  },
371
- features: [
372
- {
373
- card: {
374
- display: "flex",
375
- "flex-direction": "row",
376
- "border-radius": "base",
377
- overflow: "hidden",
378
- "box-shadow": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
379
- mobile: {
380
- "flex-direction": "column",
381
- },
382
- "padding-left": "xl",
383
- "padding-right": "xl",
384
- "padding-top": "xl",
385
- "padding-bottom": "xl",
386
- },
387
- image: {
388
- width: "320px",
389
- height: "240px",
390
- "object-fit": "cover",
391
- "border-radius": "base",
392
- mobile: {
393
- width: "100%",
394
- height: "200px",
395
- },
396
- },
397
- content_wrapper: {
398
- display: "flex",
399
- "flex-direction": "column",
400
- "padding-top": "lg",
401
- "padding-bottom": "lg",
402
- "padding-left": "lg",
403
- "padding-right": "lg",
404
- "flex-grow": "1",
405
- "row-gap": "base",
406
- },
407
- meta_container: {
408
- display: "flex",
409
- "align-items": "center",
410
- "column-gap": "lg",
411
- "padding-bottom": "base",
412
- mobile: {
413
- "flex-direction": "column",
414
- "align-items": "flex-start",
415
- "row-gap": "xs",
416
- },
417
- },
418
- date_wrapper: {
419
- display: "flex",
420
- "align-items": "center",
421
- "column-gap": "xs",
422
- },
423
- date_icon: {
424
- width: "16px",
425
- height: "16px",
426
- },
427
- date_text: {
428
- "font-weight": "500",
429
- },
430
- category_wrapper: {
431
- display: "flex",
432
- "align-items": "center",
433
- "column-gap": "xs",
434
- },
435
- category_icon: {
436
- width: "16px",
437
- height: "16px",
438
- },
439
- category_text: {
440
- "font-weight": "500",
441
- },
442
- text_container: {
443
- display: "flex",
444
- "flex-direction": "column",
445
- "row-gap": "base",
446
- },
447
- feature_title: {
448
- "font-weight": 600,
449
- },
450
- description: {
451
- width: "500px",
452
- },
453
- ctas_levoGroup: {
454
- display: "flex",
455
- "flex-direction": "row",
456
- "column-gap": "md",
457
- "row-gap": "md",
458
- "flex-wrap": "wrap",
459
- "align-items": "center",
460
- },
461
- ctas: Array(2)
462
- .fill(0)
463
- .map(() => ({ cta: {} })),
464
- },
465
- {
466
- card: {
467
- display: "flex",
468
- "flex-direction": "row",
469
- "border-radius": "base",
470
- overflow: "hidden",
471
- "box-shadow": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
472
- mobile: {
473
- "flex-direction": "column",
474
- },
475
- "padding-left": "xl",
476
- "padding-right": "xl",
477
- "padding-top": "xl",
478
- "padding-bottom": "xl",
479
- },
480
- image: {
481
- width: "320px",
482
- height: "240px",
483
- "object-fit": "cover",
484
- "border-radius": "base",
485
- mobile: {
486
- width: "100%",
487
- height: "200px",
488
- },
489
- },
490
- content_wrapper: {
491
- display: "flex",
492
- "flex-direction": "column",
493
- "padding-top": "lg",
494
- "padding-bottom": "lg",
495
- "padding-left": "lg",
496
- "padding-right": "lg",
497
- "flex-grow": "1",
498
- "row-gap": "base",
499
- },
500
- meta_container: {
501
- display: "flex",
502
- "align-items": "center",
503
- "column-gap": "lg",
504
- "padding-bottom": "base",
505
- mobile: {
506
- "flex-direction": "column",
507
- "align-items": "flex-start",
508
- "row-gap": "xs",
509
- },
510
- },
511
- date_wrapper: {
512
- display: "flex",
513
- "align-items": "center",
514
- "column-gap": "xs",
515
- },
516
- date_icon: {
517
- width: "16px",
518
- height: "16px",
519
- },
520
- date_text: {
521
- "font-weight": "500",
522
- },
523
- category_wrapper: {
524
- display: "flex",
525
- "align-items": "center",
526
- "column-gap": "xs",
527
- },
528
- category_icon: {
529
- width: "16px",
530
- height: "16px",
531
- },
532
- category_text: {
533
- "font-weight": "500",
534
- },
535
- text_container: {
536
- display: "flex",
537
- "flex-direction": "column",
538
- "row-gap": "base",
539
- },
540
- feature_title: {
541
- "font-weight": 600,
542
- },
543
- description: {
544
- width: "500px",
545
- },
546
- ctas_levoGroup: {
547
- display: "flex",
548
- "flex-direction": "row",
549
- "column-gap": "md",
550
- "row-gap": "md",
551
- "flex-wrap": "wrap",
552
- "align-items": "center",
553
- },
554
- ctas: Array(2)
555
- .fill(0)
556
- .map(() => ({ cta: {} })),
557
- },
558
- {
559
- card: {
560
- display: "flex",
561
- "flex-direction": "row",
562
- "border-radius": "base",
563
- overflow: "hidden",
564
- "box-shadow": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
565
- mobile: {
566
- "flex-direction": "column",
567
- },
568
- "padding-left": "xl",
569
- "padding-right": "xl",
570
- "padding-top": "xl",
571
- "padding-bottom": "xl",
572
- },
573
- image: {
574
- width: "320px",
575
- height: "240px",
576
- "object-fit": "cover",
577
- "border-radius": "base",
578
- mobile: {
579
- width: "100%",
580
- height: "200px",
581
- },
582
- },
583
- content_wrapper: {
584
- display: "flex",
585
- "flex-direction": "column",
586
- "padding-top": "lg",
587
- "padding-bottom": "lg",
588
- "padding-left": "lg",
589
- "padding-right": "lg",
590
- "flex-grow": "1",
591
- "row-gap": "base",
592
- },
593
- meta_container: {
594
- display: "flex",
595
- "align-items": "center",
596
- "column-gap": "lg",
597
- "padding-bottom": "base",
598
- mobile: {
599
- "flex-direction": "column",
600
- "align-items": "flex-start",
601
- "row-gap": "xs",
602
- },
603
- },
604
- date_wrapper: {
605
- display: "flex",
606
- "align-items": "center",
607
- "column-gap": "xs",
608
- },
609
- date_icon: {
610
- width: "16px",
611
- height: "16px",
612
- },
613
- date_text: {
614
- "font-weight": "500",
615
- },
616
- category_wrapper: {
617
- display: "flex",
618
- "align-items": "center",
619
- "column-gap": "xs",
620
- },
621
- category_icon: {
622
- width: "16px",
623
- height: "16px",
624
- },
625
- category_text: {
626
- "font-weight": "500",
627
- },
628
- text_container: {
629
- display: "flex",
630
- "flex-direction": "column",
631
- "row-gap": "base",
632
- },
633
- feature_title: {
634
- "font-weight": 600,
635
- },
636
- description: {
637
- width: "500px",
638
- },
639
- ctas_levoGroup: {
640
- display: "flex",
641
- "flex-direction": "row",
642
- "column-gap": "md",
643
- "row-gap": "md",
644
- "flex-wrap": "wrap",
645
- "align-items": "center",
646
- },
647
- ctas: Array(2)
648
- .fill(0)
649
- .map(() => ({ cta: {} })),
650
- },
651
- {
652
- card: {
653
- display: "flex",
654
- "flex-direction": "row",
655
- "border-radius": "base",
656
- overflow: "hidden",
657
- "box-shadow": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
658
- mobile: {
659
- "flex-direction": "column",
660
- },
661
- "padding-left": "xl",
662
- "padding-right": "xl",
663
- "padding-top": "xl",
664
- "padding-bottom": "xl",
665
- },
666
- image: {
667
- width: "320px",
668
- height: "240px",
669
- "object-fit": "cover",
670
- "border-radius": "base",
671
- mobile: {
672
- width: "100%",
673
- height: "200px",
674
- },
675
- },
676
- content_wrapper: {
677
- display: "flex",
400
+ features_levoGroupItem: {
401
+ card: {
402
+ display: "flex",
403
+ "flex-direction": "row",
404
+ "align-items": "center",
405
+ "column-gap": "xl",
406
+ "border-radius": "base",
407
+ overflow: "hidden",
408
+ "box-shadow": "default",
409
+ "background-color": "background",
410
+ height: "100%",
411
+ mobile: {
678
412
  "flex-direction": "column",
679
- "padding-top": "lg",
680
- "padding-bottom": "lg",
681
- "padding-left": "lg",
682
- "padding-right": "lg",
683
- "flex-grow": "1",
684
- "row-gap": "base",
685
- },
686
- meta_container: {
687
- display: "flex",
688
- "align-items": "center",
689
- "column-gap": "lg",
690
- "padding-bottom": "base",
691
- mobile: {
692
- "flex-direction": "column",
693
- "align-items": "flex-start",
694
- "row-gap": "xs",
695
- },
696
- },
697
- date_wrapper: {
698
- display: "flex",
699
- "align-items": "center",
700
- "column-gap": "xs",
701
- },
702
- date_icon: {
703
- width: "16px",
704
- height: "16px",
705
- },
706
- date_text: {
707
- "font-weight": "500",
708
- },
709
- category_wrapper: {
710
- display: "flex",
711
- "align-items": "center",
712
- "column-gap": "xs",
713
- },
714
- category_icon: {
715
- width: "16px",
716
- height: "16px",
717
- },
718
- category_text: {
719
- "font-weight": "500",
413
+ "align-items": "stretch",
414
+ "column-gap": "0",
415
+ "row-gap": "lg",
416
+ },
417
+ "padding-left": "xl",
418
+ "padding-right": "xl",
419
+ "padding-top": "xl",
420
+ "padding-bottom": "xl",
421
+ },
422
+ image: {
423
+ width: "320px",
424
+ height: "240px",
425
+ "object-fit": "cover",
426
+ "border-radius": "base",
427
+ "flex-shrink": "0",
428
+ mobile: {
429
+ width: "100%",
430
+ height: "200px",
720
431
  },
721
- text_container: {
722
- display: "flex",
432
+ },
433
+ content_wrapper: {
434
+ display: "flex",
435
+ "flex-direction": "column",
436
+ "flex-grow": "1",
437
+ "row-gap": "md",
438
+ "min-width": "0",
439
+ },
440
+ meta_container: {
441
+ display: "flex",
442
+ "align-items": "center",
443
+ "column-gap": "lg",
444
+ mobile: {
723
445
  "flex-direction": "column",
724
- "row-gap": "base",
725
- },
726
- feature_title: {
727
- "font-weight": 600,
728
- },
729
- description: {
730
- width: "500px",
731
- },
732
- ctas_levoGroup: {
733
- display: "flex",
734
- "flex-direction": "row",
735
- "column-gap": "md",
736
- "row-gap": "md",
737
- "flex-wrap": "wrap",
738
- "align-items": "center",
446
+ "align-items": "flex-start",
447
+ "row-gap": "xs",
739
448
  },
740
- ctas: Array(2)
741
- .fill(0)
742
- .map(() => ({ cta: {} })),
743
449
  },
744
- ],
450
+ date_wrapper: {
451
+ display: "flex",
452
+ "align-items": "center",
453
+ "column-gap": "xs",
454
+ },
455
+ // Icons are ImageWidget with a placeholder media; hidden because a photo at 16px
456
+ // does not read as a calendar/tag glyph — the uppercase label carries the semantics.
457
+ date_icon: {
458
+ display: "none",
459
+ },
460
+ date_text: LABEL_STYLE,
461
+ category_wrapper: {
462
+ display: "flex",
463
+ "align-items": "center",
464
+ "column-gap": "xs",
465
+ },
466
+ category_icon: {
467
+ display: "none",
468
+ },
469
+ category_text: LABEL_STYLE,
470
+ text_container: {
471
+ display: "flex",
472
+ "flex-direction": "column",
473
+ "row-gap": "sm",
474
+ "flex-grow": "1",
475
+ },
476
+ feature_title: {
477
+ "font-weight": 600,
478
+ },
479
+ description: {
480
+ "max-width": "560px",
481
+ },
482
+ ctas_levoGroup: {
483
+ display: "flex",
484
+ "flex-direction": "row",
485
+ "column-gap": "sm",
486
+ "row-gap": "sm",
487
+ "flex-wrap": "wrap",
488
+ "align-items": "center",
489
+ "margin-top": "auto",
490
+ "padding-top": "sm",
491
+ },
492
+ ctas_levoGroupItem: { cta: {} },
493
+ ctas: [{}],
494
+ },
495
+ features: [{}, {}, {}, {}],
745
496
  "carousel-navigation-container": {
746
497
  display: "flex",
747
498
  "justify-content": "center",
@@ -756,11 +507,11 @@ export const Features6: IBlock = {
756
507
  width: "8px",
757
508
  height: "8px",
758
509
  "border-radius": "8px",
759
- "background-color": "var(--color-border)",
510
+ "background-color": "border",
760
511
  cursor: "pointer",
761
512
  transition: "all 0.3s ease",
762
513
  "&:hover": {
763
- "background-color": "var(--color-brand-secondary)",
514
+ "background-color": "brandSecondary",
764
515
  },
765
516
  },
766
517
  },
@@ -774,22 +525,25 @@ export const Features6: IBlock = {
774
525
  Heading_Level: "H2",
775
526
  },
776
527
  },
777
- features: [
778
- {
779
- date_text: {
780
- selectedVariants: {
781
- Typography_Variants: "Small",
782
- },
783
- },
784
- category_text: {
785
- selectedVariants: {
786
- Typography_Variants: "Small",
787
- },
788
- },
528
+ features: Array(4)
529
+ .fill(0)
530
+ .map((_, i) => ({
531
+ ...(i === 0
532
+ ? {
533
+ date_text: {
534
+ selectedVariants: {
535
+ Typography_Variants: "Small",
536
+ },
537
+ },
538
+ category_text: {
539
+ selectedVariants: {
540
+ Typography_Variants: "Small",
541
+ },
542
+ },
543
+ }
544
+ : {}),
789
545
  feature_title: {
790
- heading: {
791
- level: "4",
792
- },
546
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
793
547
  selectedVariants: {
794
548
  Heading_Level: "H5",
795
549
  },
@@ -797,66 +551,346 @@ export const Features6: IBlock = {
797
551
  description: {
798
552
  selectedVariants: {},
799
553
  },
800
- ctas: Array(2)
801
- .fill(0)
802
- .map(() => ({
803
- cta: {
804
- selectedVariants: {},
805
- },
806
- })),
807
- },
808
- {
809
- description: {
810
- selectedVariants: {},
554
+ ctas: [{ cta: { selectedVariants: {} } }],
555
+ })),
556
+ },
557
+ },
558
+ {
559
+ key: "stacked",
560
+ title: "Stacked",
561
+ styles: {
562
+ layout: {},
563
+ container: {
564
+ display: "flex",
565
+ "flex-direction": "column",
566
+ "row-gap": "3xl",
567
+ },
568
+ header: {
569
+ display: "flex",
570
+ "flex-direction": "column",
571
+ "row-gap": "base",
572
+ "max-width": "640px",
573
+ },
574
+ features_levoGroup: {
575
+ display: "flex",
576
+ "flex-direction": "column",
577
+ width: "100%",
578
+ number_of_slides: 1,
579
+ },
580
+ features_levoGroupItem: {
581
+ card: {
582
+ display: "flex",
583
+ "flex-direction": "row",
584
+ "align-items": "center",
585
+ "padding-top": "xl",
586
+ "padding-bottom": "xl",
587
+ "border-bottom-width": "1px",
588
+ "border-bottom-style": "solid",
589
+ "border-bottom-color": "border",
590
+ "column-gap": "2xl",
591
+ mobile: {
592
+ "flex-direction": "column",
593
+ "align-items": "stretch",
594
+ "row-gap": "lg",
595
+ "column-gap": "0",
811
596
  },
597
+ },
598
+ image: {
599
+ width: "240px",
600
+ height: "160px",
601
+ "object-fit": "cover",
602
+ "border-radius": "base",
603
+ "flex-shrink": "0",
604
+ mobile: {
605
+ width: "100%",
606
+ height: "200px",
607
+ },
608
+ },
609
+ content_wrapper: {
610
+ display: "flex",
611
+ "flex-direction": "column",
612
+ "row-gap": "md",
613
+ "flex-grow": "1",
614
+ "min-width": "0",
615
+ },
616
+ meta_container: {
617
+ display: "flex",
618
+ "align-items": "center",
619
+ "column-gap": "lg",
620
+ },
621
+ date_wrapper: {
622
+ display: "flex",
623
+ "align-items": "center",
624
+ "column-gap": "xs",
625
+ },
626
+ date_icon: {
627
+ display: "none",
628
+ },
629
+ date_text: LABEL_STYLE,
630
+ category_wrapper: {
631
+ display: "flex",
632
+ "align-items": "center",
633
+ "column-gap": "xs",
634
+ },
635
+ category_icon: {
636
+ display: "none",
637
+ },
638
+ category_text: LABEL_STYLE,
639
+ text_container: {
640
+ display: "flex",
641
+ "flex-direction": "column",
642
+ "row-gap": "sm",
643
+ },
644
+ feature_title: {
645
+ "font-weight": 600,
646
+ },
647
+ description: {
648
+ "max-width": "720px",
649
+ },
650
+ ctas_levoGroup: {
651
+ display: "flex",
652
+ "flex-direction": "row",
653
+ "column-gap": "sm",
654
+ "row-gap": "sm",
655
+ "flex-wrap": "wrap",
656
+ "align-items": "center",
657
+ "padding-top": "xs",
658
+ },
659
+ ctas_levoGroupItem: { cta: {} },
660
+ ctas: [{}],
661
+ },
662
+ features: [{}, {}, {}, {}],
663
+ "carousel-navigation-container": {
664
+ display: "none",
665
+ },
666
+ "carousel-navigation": {
667
+ display: "none",
668
+ },
669
+ "carousel-navigation-pill": {
670
+ display: "none",
671
+ },
672
+ },
673
+ content: DEFAULT_CONTENT,
674
+ config: {
675
+ title: {
676
+ heading: {
677
+ level: 1,
678
+ },
679
+ selectedVariants: {
680
+ Heading_Level: "H2",
681
+ },
682
+ },
683
+ features: Array(4)
684
+ .fill(0)
685
+ .map((_, i) => ({
686
+ ...(i === 0
687
+ ? {
688
+ date_text: {
689
+ selectedVariants: {
690
+ Typography_Variants: "Small",
691
+ },
692
+ },
693
+ category_text: {
694
+ selectedVariants: {
695
+ Typography_Variants: "Small",
696
+ },
697
+ },
698
+ }
699
+ : {}),
812
700
  feature_title: {
701
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
813
702
  selectedVariants: {
814
703
  Heading_Level: "H5",
815
704
  },
816
705
  },
817
- ctas: Array(2)
818
- .fill(0)
819
- .map(() => ({
820
- cta: {
821
- selectedVariants: {},
822
- },
823
- })),
824
- },
825
- {
826
706
  description: {
827
707
  selectedVariants: {},
828
708
  },
709
+ ctas: [{ cta: { selectedVariants: {} } }],
710
+ })),
711
+ },
712
+ },
713
+ {
714
+ key: "centered",
715
+ title: "Centered",
716
+ styles: {
717
+ layout: {},
718
+ container: {
719
+ display: "flex",
720
+ "flex-direction": "column",
721
+ "align-items": "center",
722
+ "row-gap": "3xl",
723
+ },
724
+ header: {
725
+ display: "flex",
726
+ "flex-direction": "column",
727
+ "align-items": "center",
728
+ "row-gap": "base",
729
+ "text-align": "center",
730
+ "max-width": "640px",
731
+ "margin-left": "auto",
732
+ "margin-right": "auto",
733
+ },
734
+ title: {
735
+ "text-align": "center",
736
+ },
737
+ description: {
738
+ "text-align": "center",
739
+ },
740
+ features_levoGroup: {
741
+ width: "100%",
742
+ number_of_slides: 3,
743
+ tablet: {
744
+ number_of_slides: 2,
745
+ },
746
+ mobile: {
747
+ number_of_slides: 1,
748
+ },
749
+ },
750
+ features_levoGroupItem: {
751
+ card: {
752
+ display: "flex",
753
+ "flex-direction": "column",
754
+ "border-radius": "base",
755
+ overflow: "hidden",
756
+ "box-shadow": "default",
757
+ "text-align": "center",
758
+ height: "100%",
759
+ "background-color": "background",
760
+ },
761
+ image: {
762
+ width: "100%",
763
+ height: "200px",
764
+ "object-fit": "cover",
765
+ },
766
+ content_wrapper: {
767
+ display: "flex",
768
+ "flex-direction": "column",
769
+ "padding-top": "xl",
770
+ "padding-bottom": "xl",
771
+ "padding-left": "xl",
772
+ "padding-right": "xl",
773
+ "row-gap": "md",
774
+ "align-items": "center",
775
+ "flex-grow": "1",
776
+ },
777
+ meta_container: {
778
+ display: "flex",
779
+ "align-items": "center",
780
+ "justify-content": "center",
781
+ "column-gap": "lg",
782
+ },
783
+ date_wrapper: {
784
+ display: "flex",
785
+ "align-items": "center",
786
+ "column-gap": "xs",
787
+ },
788
+ date_icon: {
789
+ display: "none",
790
+ },
791
+ date_text: LABEL_STYLE,
792
+ category_wrapper: {
793
+ display: "flex",
794
+ "align-items": "center",
795
+ "column-gap": "xs",
796
+ },
797
+ category_icon: {
798
+ display: "none",
799
+ },
800
+ category_text: LABEL_STYLE,
801
+ text_container: {
802
+ display: "flex",
803
+ "flex-direction": "column",
804
+ "row-gap": "sm",
805
+ "align-items": "center",
806
+ "flex-grow": "1",
807
+ },
808
+ feature_title: {
809
+ "font-weight": 600,
810
+ },
811
+ description: {},
812
+ ctas_levoGroup: {
813
+ display: "flex",
814
+ "flex-direction": "row",
815
+ "column-gap": "sm",
816
+ "row-gap": "sm",
817
+ "flex-wrap": "wrap",
818
+ "align-items": "center",
819
+ "justify-content": "center",
820
+ "margin-top": "auto",
821
+ "padding-top": "sm",
822
+ },
823
+ ctas_levoGroupItem: { cta: {} },
824
+ ctas: [{}],
825
+ },
826
+ features: [{}, {}, {}, {}],
827
+ "carousel-navigation-container": {
828
+ display: "flex",
829
+ "justify-content": "center",
830
+ "margin-top": "2xl",
831
+ },
832
+ "carousel-navigation": {
833
+ display: "flex",
834
+ "column-gap": "sm",
835
+ "align-items": "center",
836
+ },
837
+ "carousel-navigation-pill": {
838
+ width: "8px",
839
+ height: "8px",
840
+ "border-radius": "8px",
841
+ "background-color": "border",
842
+ cursor: "pointer",
843
+ transition: "all 0.3s ease",
844
+ "&:hover": {
845
+ "background-color": "brandSecondary",
846
+ },
847
+ },
848
+ },
849
+ content: DEFAULT_CONTENT,
850
+ config: {
851
+ features_levoGroup: {
852
+ carousel: {
853
+ loop: true,
854
+ autoScroll: false,
855
+ speed: 2,
856
+ },
857
+ },
858
+ title: {
859
+ heading: {
860
+ level: 1,
861
+ },
862
+ selectedVariants: {
863
+ Heading_Level: "H2",
864
+ },
865
+ },
866
+ features: Array(4)
867
+ .fill(0)
868
+ .map((_, i) => ({
869
+ ...(i === 0
870
+ ? {
871
+ date_text: {
872
+ selectedVariants: {
873
+ Typography_Variants: "Small",
874
+ },
875
+ },
876
+ category_text: {
877
+ selectedVariants: {
878
+ Typography_Variants: "Small",
879
+ },
880
+ },
881
+ }
882
+ : {}),
829
883
  feature_title: {
884
+ ...(i === 0 ? { heading: { level: "4" } } : {}),
830
885
  selectedVariants: {
831
886
  Heading_Level: "H5",
832
887
  },
833
888
  },
834
- ctas: Array(2)
835
- .fill(0)
836
- .map(() => ({
837
- cta: {
838
- selectedVariants: {},
839
- },
840
- })),
841
- },
842
- {
843
889
  description: {
844
890
  selectedVariants: {},
845
891
  },
846
- feature_title: {
847
- selectedVariants: {
848
- Heading_Level: "H5",
849
- },
850
- },
851
- ctas: Array(2)
852
- .fill(0)
853
- .map(() => ({
854
- cta: {
855
- selectedVariants: {},
856
- },
857
- })),
858
- },
859
- ],
892
+ ctas: [{ cta: { selectedVariants: {} } }],
893
+ })),
860
894
  },
861
895
  },
862
896
  ],