@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,122 +1,104 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_1 = {
4
- id: "sR8Ajjd3LmyH",
5
- filename: "content-6-1.png",
4
+ id: "7452730548060178532",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL.png",
6
+ location: "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1920w.webp 1920w",
9
+ "320w": "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
10
+ "640w": "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
11
+ "750w": "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
12
+ "828w": "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
13
+ "1080w": "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
14
+ "1200w": "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
15
+ "1920w": "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
16
+ path: "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
17
  },
18
- mimetype: "image/png",
19
18
  };
19
+
20
20
  const MEDIA_2 = {
21
- id: "74dzDI5SHPvA",
22
- filename: "content-6-2.png",
21
+ id: "7452730572768948196",
23
22
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6.png",
23
+ location: "https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg",
24
+ mimetype: "image/jpeg",
25
25
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-750w.webp 750w",
26
+ "320w": "https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
27
+ "640w": "https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
28
+ "750w": "https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
29
+ "828w": "https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
30
+ "1080w": "https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
31
+ "1200w": "https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
32
+ "1920w": "https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
33
+ path: "https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/4226270/pexels-photo-4226270.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
34
34
  },
35
- mimetype: "image/png",
36
35
  };
36
+
37
37
  const MEDIA_3 = {
38
- id: "bMZbnoPrsMWR",
39
- filename: "content-6-3.png",
38
+ id: "7452730561751999154",
40
39
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9.png",
40
+ location: "https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg",
41
+ mimetype: "image/jpeg",
42
42
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1920w.webp 1920w",
43
+ "320w": "https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
44
+ "640w": "https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
45
+ "750w": "https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
46
+ "828w": "https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
47
+ "1080w": "https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
48
+ "1200w": "https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
49
+ "1920w": "https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
50
+ path: "https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8353831/pexels-photo-8353831.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
51
51
  },
52
- mimetype: "image/png",
53
52
  };
53
+
54
54
  const MEDIA_4 = {
55
- id: "DNP33s1aE4Gjl",
56
- filename: "content-6-4.png",
55
+ id: "7452730541563106573",
57
56
  kind: "image",
58
- location: "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX.png",
57
+ location: "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg",
58
+ mimetype: "image/jpeg",
59
59
  srcset: {
60
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1080w.webp",
61
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1200w.webp",
62
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1920w.webp",
63
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-320w.webp",
64
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-640w.webp",
65
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-750w.webp",
66
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-828w.webp",
67
- path: "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1920w.webp 1920w",
60
+ "320w": "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
61
+ "640w": "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
62
+ "750w": "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w": "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
64
+ "1080w": "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
65
+ "1200w": "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
66
+ "1920w": "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
67
+ path: "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
68
68
  },
69
- mimetype: "image/png",
70
69
  };
70
+
71
71
  const MEDIA_5 = {
72
- id: "hjB8QvKrolu3I",
73
- filename: "content-6-5.png",
74
- kind: "image",
75
- location: "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9.png",
76
- srcset: {
77
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1080w.webp",
78
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1200w.webp",
79
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1920w.webp",
80
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-320w.webp",
81
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-640w.webp",
82
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-750w.webp",
83
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-828w.webp",
84
- path: "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1920w.webp 1920w",
85
- },
86
- mimetype: "image/png",
87
- };
88
- const MEDIA_6 = {
89
- id: "9GFXq5AujiLm",
90
- filename: "content-6-6.png",
72
+ id: "7452730567627408497",
91
73
  kind: "image",
92
- location: "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr.png",
74
+ location: "https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg",
75
+ mimetype: "image/jpeg",
93
76
  srcset: {
94
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1080w.webp",
95
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1200w.webp",
96
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1920w.webp",
97
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-320w.webp",
98
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-640w.webp",
99
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-750w.webp",
100
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-828w.webp",
101
- path: "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-320w.webp 320w",
77
+ "320w": "https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
78
+ "640w": "https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
79
+ "750w": "https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
80
+ "828w": "https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
81
+ "1080w": "https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
82
+ "1200w": "https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
83
+ "1920w": "https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
84
+ path: "https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/36328523/pexels-photo-36328523.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
102
85
  },
103
- mimetype: "image/png",
104
86
  };
105
87
 
106
- const DEFAULT_IMAGE = {
107
- id: "7141014160938075687",
108
- location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
88
+ const MEDIA_6 = {
89
+ id: "7452730553726476667",
109
90
  kind: "image",
110
- mimetype: "image/png",
91
+ location: "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg",
92
+ mimetype: "image/jpeg",
111
93
  srcset: {
112
- "1080w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
113
- "1200w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
114
- "1920w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
115
- "320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
116
- "640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
117
- "750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
118
- "828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
119
- path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
94
+ "320w": "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
95
+ "640w": "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
96
+ "750w": "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
97
+ "828w": "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
98
+ "1080w": "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
99
+ "1200w": "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
100
+ "1920w": "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
101
+ path: "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
120
102
  },
121
103
  };
122
104
 
@@ -124,101 +106,101 @@ const DEFAULT_CONTENT = {
124
106
  layout: null,
125
107
  container: null,
126
108
  header_wrapper: null,
127
- title: "Company Portfolio",
109
+ title: "Teams moving billions with us",
128
110
  description:
129
- "Discover our featured companies and investment opportunities across diverse industries and growth stages.",
111
+ "Six fintech teams cut costs, lifted auth rates, and shipped compliant money flows with receipts. Pick a story that rhymes with yours.",
130
112
  companies_levoGroup: null,
131
113
  bottom_ctas_levoGroup: null,
132
- bottom_ctas: [{ bottom_cta: "View All Companies" }, { bottom_cta: "Investment Info" }],
114
+ bottom_ctas: [{ bottom_cta: "See all stories" }, { bottom_cta: "Book a demo" }],
133
115
  companies: [
134
116
  {
135
117
  company_item: null,
136
118
  image_wrapper: null,
137
119
  company_image: MEDIA_1,
138
- company_name: null,
120
+ company_name: "Lumen Pay",
139
121
  work_wrapper: null,
140
- work_header: "Stage",
141
- work_value: "Seed",
122
+ work_header: "Result",
123
+ work_value: "Chargebacks -42%",
142
124
  location_wrapper: null,
143
- location_header: "Location",
144
- location_value: "New York",
125
+ location_header: "Sector",
126
+ location_value: "Marketplaces",
145
127
  ctas_levoGroup: null,
146
- ctas: [{ cta: "AdTech" }, { cta: "Details" }],
128
+ ctas: [{ cta: "Read case study" }],
147
129
  separator: null,
148
130
  },
149
131
  {
150
132
  company_item: null,
151
133
  image_wrapper: null,
152
134
  company_image: MEDIA_2,
153
- company_name: null,
135
+ company_name: "Meridian Ledger",
154
136
  work_wrapper: null,
155
- work_header: "Stage",
156
- work_value: "Growth",
137
+ work_header: "Result",
138
+ work_value: "$2.1B settled",
157
139
  location_wrapper: null,
158
- location_header: "Location",
159
- location_value: "Boston",
140
+ location_header: "Sector",
141
+ location_value: "Cross-border",
160
142
  ctas_levoGroup: null,
161
- ctas: [{ cta: "Travel" }, { cta: "Details" }],
143
+ ctas: [{ cta: "See performance" }],
162
144
  separator: null,
163
145
  },
164
146
  {
165
147
  company_item: null,
166
148
  image_wrapper: null,
167
149
  company_image: MEDIA_3,
168
- company_name: null,
150
+ company_name: "Kestrel Finance",
169
151
  work_wrapper: null,
170
- work_header: "Stage",
171
- work_value: "Series A",
152
+ work_header: "Result",
153
+ work_value: "12k merchants in 90d",
172
154
  location_wrapper: null,
173
- location_header: "Location",
174
- location_value: "New York",
155
+ location_header: "Sector",
156
+ location_value: "SMB lending",
175
157
  ctas_levoGroup: null,
176
- ctas: [{ cta: "Healthcare" }, { cta: "Details" }],
158
+ ctas: [{ cta: "Read case study" }],
177
159
  separator: null,
178
160
  },
179
161
  {
180
162
  company_item: null,
181
163
  image_wrapper: null,
182
164
  company_image: MEDIA_4,
183
- company_name: null,
165
+ company_name: "Arbor Checkout",
184
166
  work_wrapper: null,
185
- work_header: "Stage",
186
- work_value: "Seed",
167
+ work_header: "Result",
168
+ work_value: "Auth rate +7.3pt",
187
169
  location_wrapper: null,
188
- location_header: "Location",
189
- location_value: "New York",
170
+ location_header: "Sector",
171
+ location_value: "Subscriptions",
190
172
  ctas_levoGroup: null,
191
- ctas: [{ cta: "AdTech" }, { cta: "Details" }],
173
+ ctas: [{ cta: "See performance" }],
192
174
  separator: null,
193
175
  },
194
176
  {
195
177
  company_item: null,
196
178
  image_wrapper: null,
197
179
  company_image: MEDIA_5,
198
- company_name: null,
180
+ company_name: "Sable Capital",
199
181
  work_wrapper: null,
200
- work_header: "Stage",
201
- work_value: "Growth",
182
+ work_header: "Result",
183
+ work_value: "9M txns reconciled",
202
184
  location_wrapper: null,
203
- location_header: "Location",
204
- location_value: "Boston",
185
+ location_header: "Sector",
186
+ location_value: "Neobank",
205
187
  ctas_levoGroup: null,
206
- ctas: [{ cta: "Travel" }, { cta: "Details" }],
188
+ ctas: [{ cta: "Read case study" }],
207
189
  separator: null,
208
190
  },
209
191
  {
210
192
  company_item: null,
211
193
  image_wrapper: null,
212
194
  company_image: MEDIA_6,
213
- company_name: null,
195
+ company_name: "Nimbus Cards",
214
196
  work_wrapper: null,
215
- work_header: "Stage",
216
- work_value: "Series A",
197
+ work_header: "Result",
198
+ work_value: "480k cards issued",
217
199
  location_wrapper: null,
218
- location_header: "Location",
219
- location_value: "New York",
200
+ location_header: "Sector",
201
+ location_value: "Expense mgmt",
220
202
  ctas_levoGroup: null,
221
- ctas: [{ cta: "Healthcare" }, { cta: "Details" }],
203
+ ctas: [{ cta: "See performance" }],
222
204
  separator: null,
223
205
  },
224
206
  ],
@@ -232,7 +214,7 @@ export const Content6: IBlock = {
232
214
  key: "content-6",
233
215
  version: "v1",
234
216
  prompt_description:
235
- "Company portfolio listing with image, title, description, and company items showing image, company name, stage, location, and CTA in a clean 5-column layout.",
217
+ "Customer case-study / trust showcase for fintech grid of named customers with a headline metric, sector label, and a single CTA per card.",
236
218
 
237
219
  content_schema: [
238
220
  {
@@ -274,7 +256,7 @@ export const Content6: IBlock = {
274
256
  ],
275
257
  hint: {
276
258
  prompt_description:
277
- "Group of bottom call-to-action buttons for viewing all companies and investment information",
259
+ "Group of bottom call-to-action buttons to view all case studies or book a demo",
278
260
  min_items: 1,
279
261
  max_items: 3,
280
262
  },
@@ -307,32 +289,32 @@ export const Content6: IBlock = {
307
289
  },
308
290
  {
309
291
  key: "work_wrapper",
310
- label: "Work Wrapper",
292
+ label: "Result Wrapper",
311
293
  field_interface: "BoxWidget",
312
294
  },
313
295
  {
314
296
  key: "work_header",
315
- label: "Work Header",
297
+ label: "Result Header",
316
298
  field_interface: "TypographyWidget",
317
299
  },
318
300
  {
319
301
  key: "work_value",
320
- label: "Work Value",
302
+ label: "Result Value",
321
303
  field_interface: "TypographyWidget",
322
304
  },
323
305
  {
324
306
  key: "location_wrapper",
325
- label: "Location Wrapper",
307
+ label: "Sector Wrapper",
326
308
  field_interface: "BoxWidget",
327
309
  },
328
310
  {
329
311
  key: "location_header",
330
- label: "Location Header",
312
+ label: "Sector Header",
331
313
  field_interface: "TypographyWidget",
332
314
  },
333
315
  {
334
316
  key: "location_value",
335
- label: "Location Value",
317
+ label: "Sector Value",
336
318
  field_interface: "TypographyWidget",
337
319
  },
338
320
  {
@@ -349,9 +331,9 @@ export const Content6: IBlock = {
349
331
  ],
350
332
  hint: {
351
333
  prompt_description:
352
- "Group of call-to-action buttons for company categories and details",
334
+ "Group of call-to-action buttons per case study card",
353
335
  min_items: 1,
354
- max_items: 3,
336
+ max_items: 2,
355
337
  },
356
338
  },
357
339
  {
@@ -364,8 +346,8 @@ export const Content6: IBlock = {
364
346
  ],
365
347
  layouts: [
366
348
  {
367
- key: "default",
368
- title: "Default",
349
+ key: "card_grid",
350
+ title: "Card Grid",
369
351
  styles: {
370
352
  layout: {},
371
353
  container: {},
@@ -378,13 +360,20 @@ export const Content6: IBlock = {
378
360
  "margin-bottom": "2xs",
379
361
  },
380
362
  description: {
381
- "max-width": "600px",
363
+ "max-width": "640px",
382
364
  },
383
365
  companies_levoGroup: {
384
- display: "flex",
385
- "flex-direction": "column",
386
- "row-gap": "4xs",
366
+ display: "grid",
367
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
368
+ "column-gap": "lg",
369
+ "row-gap": "lg",
387
370
  "margin-bottom": "2xl",
371
+ tablet: {
372
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
373
+ },
374
+ mobile: {
375
+ "grid-template-columns": "1fr",
376
+ },
388
377
  },
389
378
  bottom_ctas_levoGroup: {
390
379
  display: "flex",
@@ -397,647 +386,596 @@ export const Content6: IBlock = {
397
386
  "margin-left": "auto",
398
387
  "margin-right": "auto",
399
388
  },
400
- bottom_ctas: Array(2)
389
+ companies: Array(6)
401
390
  .fill(0)
402
- .map(() => ({})),
403
- companies: [
404
- {
391
+ .map(() => ({
405
392
  company_item: {
406
- display: "grid",
407
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
408
- "align-items": "center",
409
- "column-gap": "lg",
410
- "padding-top": "lg",
411
- "padding-bottom": "lg",
412
- tablet: {
413
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
414
- "column-gap": "xs",
415
- },
416
- mobile: {
417
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
418
- "column-gap": "sm",
419
- "padding-top": "base",
420
- "padding-bottom": "base",
421
- "grid-template-rows": "none",
422
- "row-gap": "base",
423
- },
424
- "border-style": "solid",
425
- "border-width": "1px",
426
- "border-radius": "base",
393
+ display: "flex",
394
+ "flex-direction": "column",
395
+ "row-gap": "lg",
396
+ "padding-top": "2xl",
397
+ "padding-bottom": "2xl",
427
398
  "padding-left": "2xl",
428
399
  "padding-right": "2xl",
400
+ "background-color": "card",
401
+ "border-style": "solid",
402
+ "border-width": "1px",
403
+ "border-radius": "xl",
404
+ height: "100%",
429
405
  },
430
406
  image_wrapper: {
431
407
  display: "flex",
432
408
  "flex-direction": "column",
433
- "row-gap": "xs",
434
409
  },
435
410
  company_image: {
436
- width: "48px",
437
- height: "48px",
438
- "object-fit": "cover",
439
- mobile: {
440
- width: "40px",
441
- },
442
- "border-radius": "base",
443
- },
444
- designation_wrapper: {
445
- display: "flex",
446
- "flex-direction": "column",
447
- "row-gap": "xs",
411
+ display: "none",
448
412
  },
449
- designation_header: {
450
- color: "text-2",
413
+ company_name: {
414
+ color: "brand",
415
+ "font-weight": "600",
451
416
  "font-size": "sm",
452
- "font-weight": "500",
453
417
  "text-transform": "uppercase",
454
- "letter-spacing": "0.05em",
455
- },
456
- designation_value: {
457
- color: "text-1",
458
- "font-weight": "600",
459
- "margin-top": "xs",
418
+ "letter-spacing": "0.08em",
460
419
  },
461
420
  work_wrapper: {
462
421
  display: "flex",
463
422
  "flex-direction": "column",
464
- "row-gap": "xs",
423
+ "row-gap": "2xs",
465
424
  },
466
425
  work_header: {
467
- "font-weight": 500,
468
- "text-transform": "uppercase",
469
- "letter-spacing": "0.05em",
426
+ display: "none",
470
427
  },
471
428
  work_value: {
472
429
  color: "text-1",
473
- "font-weight": "600",
474
- "margin-top": "xs",
430
+ "font-weight": "700",
431
+ "font-size": "3xl",
432
+ "line-height": "1.15",
475
433
  },
476
434
  location_wrapper: {
477
- display: "flex",
478
- "flex-direction": "column",
479
- "row-gap": "xs",
435
+ display: "inline-flex",
436
+ "align-items": "center",
437
+ "align-self": "flex-start",
438
+ "background-color": "background-3",
439
+ "border-radius": "3xl",
440
+ "padding-left": "sm",
441
+ "padding-right": "sm",
442
+ "padding-top": "2xs",
443
+ "padding-bottom": "2xs",
480
444
  },
481
445
  location_header: {
482
- "font-weight": 500,
483
- "text-transform": "uppercase",
484
- "letter-spacing": "0.05em",
446
+ display: "none",
485
447
  },
486
448
  location_value: {
487
449
  color: "text-1",
488
- "font-weight": "600",
489
- "margin-top": "xs",
450
+ "font-weight": "500",
451
+ "font-size": "xs",
490
452
  },
491
453
  ctas_levoGroup: {
492
454
  display: "flex",
493
455
  "flex-direction": "row",
494
- "column-gap": "xs",
495
- "row-gap": "xs",
456
+ "column-gap": "sm",
457
+ "row-gap": "sm",
496
458
  "flex-wrap": "wrap",
497
459
  "align-items": "center",
460
+ "margin-top": "auto",
498
461
  },
499
- ctas: Array(2)
500
- .fill(0)
501
- .map(() => ({
502
- cta: {},
503
- })),
462
+ ctas: [{ cta: {} }],
504
463
  separator: {
505
- width: "100%",
506
- height: "1px",
507
- "background-color": "border",
464
+ display: "none",
508
465
  },
466
+ })),
467
+ },
468
+ content: DEFAULT_CONTENT,
469
+ config: {
470
+ title: {
471
+ selectedVariants: {
472
+ Heading_Level: "H2",
509
473
  },
510
- {
474
+ },
475
+ bottom_ctas: [
476
+ {},
477
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
478
+ ],
479
+ companies: Array(6)
480
+ .fill(0)
481
+ .map(() => ({
482
+ work_header: {
483
+ selectedVariants: { Typography_Variants: "Small" },
484
+ },
485
+ location_header: {
486
+ selectedVariants: { Typography_Variants: "Small" },
487
+ },
488
+ ctas: [{ cta: { selectedVariants: {} } }],
489
+ separator: { selectedVariants: {} },
490
+ })),
491
+ },
492
+ },
493
+ {
494
+ key: "compact",
495
+ title: "Compact",
496
+ styles: {
497
+ layout: {},
498
+ container: {},
499
+ header_wrapper: {
500
+ "text-align": "left",
501
+ "margin-bottom": "2xl",
502
+ "row-gap": "xs",
503
+ },
504
+ title: {
505
+ "margin-bottom": "2xs",
506
+ },
507
+ description: {
508
+ "max-width": "640px",
509
+ },
510
+ companies_levoGroup: {
511
+ display: "flex",
512
+ "flex-direction": "column",
513
+ "row-gap": "none",
514
+ "margin-bottom": "xl",
515
+ },
516
+ bottom_ctas_levoGroup: {
517
+ display: "flex",
518
+ "flex-direction": "row",
519
+ "column-gap": "md",
520
+ "row-gap": "md",
521
+ "flex-wrap": "wrap",
522
+ "align-items": "center",
523
+ "justify-content": "center",
524
+ "margin-left": "auto",
525
+ "margin-right": "auto",
526
+ },
527
+ companies: Array(6)
528
+ .fill(0)
529
+ .map(() => ({
511
530
  company_item: {
512
531
  display: "grid",
513
532
  "grid-template-columns": "repeat(4, minmax(0, 1fr))",
514
533
  "align-items": "center",
515
534
  "column-gap": "lg",
516
- "padding-top": "lg",
517
- "padding-bottom": "lg",
518
- tablet: {
519
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
520
- "column-gap": "xs",
521
- },
535
+ "padding-top": "base",
536
+ "padding-bottom": "base",
537
+ "padding-left": "lg",
538
+ "padding-right": "lg",
522
539
  mobile: {
523
540
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
524
541
  "column-gap": "sm",
525
- "padding-top": "base",
526
- "padding-bottom": "base",
527
- "grid-template-rows": "none",
528
- "row-gap": "base",
542
+ "row-gap": "sm",
529
543
  },
530
- "border-style": "solid",
531
- "border-width": "1px",
532
- "border-radius": "base",
533
- "padding-left": "2xl",
534
- "padding-right": "2xl",
535
544
  },
536
545
  image_wrapper: {
537
546
  display: "flex",
538
- "flex-direction": "column",
539
- "row-gap": "xs",
547
+ "flex-direction": "row",
548
+ "align-items": "center",
549
+ "column-gap": "sm",
540
550
  },
541
551
  company_image: {
542
- width: "48px",
543
- height: "48px",
544
- "object-fit": "cover",
545
- mobile: {
546
- width: "40px",
547
- },
548
- "border-radius": "base",
549
- },
550
- designation_wrapper: {
551
- display: "flex",
552
- "flex-direction": "column",
553
- "row-gap": "xs",
554
- },
555
- designation_header: {
556
- color: "text-2",
557
- "font-size": "sm",
558
- "font-weight": "500",
559
- "text-transform": "uppercase",
560
- "letter-spacing": "0.05em",
552
+ display: "none",
561
553
  },
562
- designation_value: {
554
+ company_name: {
563
555
  color: "text-1",
564
556
  "font-weight": "600",
565
- "margin-top": "xs",
566
557
  },
567
558
  work_wrapper: {
568
559
  display: "flex",
569
- "flex-direction": "column",
570
- "row-gap": "xs",
560
+ "flex-direction": "row",
561
+ "align-items": "center",
562
+ "column-gap": "xs",
571
563
  },
572
564
  work_header: {
573
- "font-weight": 500,
574
- "text-transform": "uppercase",
575
- "letter-spacing": "0.05em",
565
+ display: "none",
576
566
  },
577
567
  work_value: {
578
568
  color: "text-1",
579
569
  "font-weight": "600",
580
- "margin-top": "xs",
581
570
  },
582
571
  location_wrapper: {
583
572
  display: "flex",
584
- "flex-direction": "column",
585
- "row-gap": "xs",
573
+ "flex-direction": "row",
574
+ "align-items": "center",
575
+ "column-gap": "xs",
586
576
  },
587
577
  location_header: {
588
- "font-weight": 500,
589
- "text-transform": "uppercase",
590
- "letter-spacing": "0.05em",
578
+ display: "none",
591
579
  },
592
580
  location_value: {
593
- color: "text-1",
594
- "font-weight": "600",
595
- "margin-top": "xs",
581
+ color: "text-2",
582
+ "font-weight": "500",
596
583
  },
597
584
  ctas_levoGroup: {
598
585
  display: "flex",
599
586
  "flex-direction": "row",
600
- "column-gap": "xs",
601
- "row-gap": "xs",
587
+ "column-gap": "sm",
588
+ "row-gap": "sm",
602
589
  "flex-wrap": "wrap",
603
590
  "align-items": "center",
591
+ "justify-content": "flex-end",
604
592
  },
605
- ctas: Array(2)
606
- .fill(0)
607
- .map(() => ({
608
- cta: {},
609
- })),
593
+ ctas: [{ cta: {} }],
610
594
  separator: {
611
595
  width: "100%",
612
596
  height: "1px",
613
597
  "background-color": "border",
614
598
  },
599
+ })),
600
+ },
601
+ content: DEFAULT_CONTENT,
602
+ config: {
603
+ title: {
604
+ selectedVariants: {
605
+ Heading_Level: "H2",
615
606
  },
607
+ },
608
+ bottom_ctas: [
609
+ {},
610
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
611
+ ],
612
+ companies: Array(6)
613
+ .fill(0)
614
+ .map(() => ({
615
+ work_header: {
616
+ selectedVariants: { Typography_Variants: "Small" },
617
+ },
618
+ location_header: {
619
+ selectedVariants: { Typography_Variants: "Small" },
620
+ },
621
+ ctas: [{ cta: { selectedVariants: {} } }],
622
+ separator: { selectedVariants: {} },
623
+ })),
624
+ },
625
+ },
626
+ {
627
+ key: "featured",
628
+ title: "Featured",
629
+ styles: {
630
+ layout: {},
631
+ container: {},
632
+ header_wrapper: {
633
+ "text-align": "left",
634
+ "margin-bottom": "3xl",
635
+ "row-gap": "base",
636
+ },
637
+ title: {
638
+ "margin-bottom": "2xs",
639
+ },
640
+ description: {
641
+ "max-width": "640px",
642
+ },
643
+ companies_levoGroup: {
644
+ display: "flex",
645
+ "flex-direction": "column",
646
+ "row-gap": "base",
647
+ "margin-bottom": "2xl",
648
+ },
649
+ bottom_ctas_levoGroup: {
650
+ display: "flex",
651
+ "flex-direction": "row",
652
+ "column-gap": "md",
653
+ "row-gap": "md",
654
+ "flex-wrap": "wrap",
655
+ "align-items": "center",
656
+ "justify-content": "center",
657
+ "margin-left": "auto",
658
+ "margin-right": "auto",
659
+ },
660
+ companies: [
616
661
  {
617
662
  company_item: {
618
- display: "grid",
619
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
663
+ display: "flex",
664
+ "flex-direction": "row",
620
665
  "align-items": "center",
621
- "column-gap": "lg",
622
- "padding-top": "lg",
623
- "padding-bottom": "lg",
624
- tablet: {
625
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
626
- "column-gap": "xs",
627
- },
628
- mobile: {
629
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
630
- "column-gap": "sm",
631
- "padding-top": "base",
632
- "padding-bottom": "base",
633
- "grid-template-rows": "none",
634
- "row-gap": "base",
635
- },
636
- "border-style": "solid",
637
- "border-width": "1px",
638
- "border-radius": "base",
666
+ "column-gap": "2xl",
667
+ "padding-top": "2xl",
668
+ "padding-bottom": "2xl",
639
669
  "padding-left": "2xl",
640
670
  "padding-right": "2xl",
641
- },
642
- image_wrapper: {
643
- display: "flex",
644
- "flex-direction": "column",
645
- "row-gap": "xs",
646
- },
647
- company_image: {
648
- width: "48px",
649
- height: "48px",
650
- "object-fit": "cover",
671
+ "background-color": "card",
672
+ "border-style": "solid",
673
+ "border-width": "1px",
674
+ "border-radius": "xl",
651
675
  mobile: {
652
- width: "40px",
676
+ "flex-direction": "column",
677
+ "row-gap": "lg",
678
+ "align-items": "flex-start",
653
679
  },
654
- "border-radius": "base",
655
680
  },
656
- designation_wrapper: {
681
+ image_wrapper: {
657
682
  display: "flex",
658
683
  "flex-direction": "column",
659
684
  "row-gap": "xs",
660
685
  },
661
- designation_header: {
662
- color: "text-2",
663
- "font-size": "sm",
664
- "font-weight": "500",
665
- "text-transform": "uppercase",
666
- "letter-spacing": "0.05em",
686
+ company_image: {
687
+ display: "none",
667
688
  },
668
- designation_value: {
689
+ company_name: {
669
690
  color: "text-1",
670
691
  "font-weight": "600",
671
- "margin-top": "xs",
692
+ "font-size": "xl",
672
693
  },
673
694
  work_wrapper: {
674
695
  display: "flex",
675
696
  "flex-direction": "column",
676
- "row-gap": "xs",
697
+ "row-gap": "2xs",
677
698
  },
678
699
  work_header: {
679
- "font-weight": 500,
700
+ color: "brand",
701
+ "font-weight": 600,
680
702
  "text-transform": "uppercase",
681
- "letter-spacing": "0.05em",
703
+ "letter-spacing": "0.08em",
682
704
  },
683
705
  work_value: {
684
706
  color: "text-1",
685
707
  "font-weight": "600",
686
- "margin-top": "xs",
708
+ "font-size": "lg",
687
709
  },
688
710
  location_wrapper: {
689
711
  display: "flex",
690
712
  "flex-direction": "column",
691
- "row-gap": "xs",
713
+ "row-gap": "2xs",
692
714
  },
693
715
  location_header: {
694
- "font-weight": 500,
716
+ color: "brand",
717
+ "font-weight": 600,
695
718
  "text-transform": "uppercase",
696
- "letter-spacing": "0.05em",
719
+ "letter-spacing": "0.08em",
697
720
  },
698
721
  location_value: {
699
722
  color: "text-1",
700
723
  "font-weight": "600",
701
- "margin-top": "xs",
702
724
  },
703
725
  ctas_levoGroup: {
704
726
  display: "flex",
705
727
  "flex-direction": "row",
706
- "column-gap": "xs",
707
- "row-gap": "xs",
728
+ "column-gap": "sm",
729
+ "row-gap": "sm",
708
730
  "flex-wrap": "wrap",
709
731
  "align-items": "center",
710
732
  },
711
- ctas: Array(2)
712
- .fill(0)
713
- .map(() => ({
714
- cta: {},
715
- })),
733
+ ctas: [{ cta: {} }],
716
734
  separator: {
717
- width: "100%",
718
- height: "1px",
719
- "background-color": "border",
735
+ display: "none",
720
736
  },
721
737
  },
722
- {
723
- company_item: {
724
- display: "grid",
725
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
726
- "align-items": "center",
727
- "column-gap": "lg",
728
- "padding-top": "lg",
729
- "padding-bottom": "lg",
730
- tablet: {
738
+ ...Array(5)
739
+ .fill(0)
740
+ .map(() => ({
741
+ company_item: {
742
+ display: "grid",
731
743
  "grid-template-columns": "repeat(4, minmax(0, 1fr))",
732
- "column-gap": "xs",
744
+ "align-items": "center",
745
+ "column-gap": "lg",
746
+ "padding-top": "lg",
747
+ "padding-bottom": "lg",
748
+ tablet: {
749
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
750
+ "column-gap": "sm",
751
+ },
752
+ mobile: {
753
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
754
+ "column-gap": "sm",
755
+ "padding-top": "base",
756
+ "padding-bottom": "base",
757
+ "row-gap": "base",
758
+ },
759
+ "border-style": "solid",
760
+ "border-width": "1px",
761
+ "border-radius": "base",
762
+ "padding-left": "2xl",
763
+ "padding-right": "2xl",
733
764
  },
734
- mobile: {
735
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
736
- "column-gap": "sm",
737
- "padding-top": "base",
738
- "padding-bottom": "base",
739
- "grid-template-rows": "none",
740
- "row-gap": "base",
765
+ image_wrapper: {
766
+ display: "flex",
767
+ "flex-direction": "row",
768
+ "align-items": "center",
769
+ "column-gap": "base",
741
770
  },
742
- "border-style": "solid",
743
- "border-width": "1px",
744
- "border-radius": "base",
745
- "padding-left": "2xl",
746
- "padding-right": "2xl",
747
- },
748
- image_wrapper: {
749
- display: "flex",
750
- "flex-direction": "column",
751
- "row-gap": "xs",
752
- },
753
- company_image: {
754
- width: "48px",
755
- height: "48px",
756
- "object-fit": "cover",
757
- mobile: {
758
- width: "40px",
771
+ company_image: {
772
+ display: "none",
759
773
  },
760
- "border-radius": "base",
761
- },
762
- designation_wrapper: {
763
- display: "flex",
764
- "flex-direction": "column",
765
- "row-gap": "xs",
766
- },
767
- designation_header: {
768
- color: "text-2",
769
- "font-size": "sm",
770
- "font-weight": "500",
771
- "text-transform": "uppercase",
772
- "letter-spacing": "0.05em",
773
- },
774
- designation_value: {
775
- color: "text-1",
776
- "font-weight": "600",
777
- "margin-top": "xs",
778
- },
779
- work_wrapper: {
780
- display: "flex",
781
- "flex-direction": "column",
782
- "row-gap": "xs",
783
- },
784
- work_header: {
785
- "font-weight": 500,
786
- "text-transform": "uppercase",
787
- "letter-spacing": "0.05em",
788
- },
789
- work_value: {
790
- color: "text-1",
791
- "font-weight": "600",
792
- "margin-top": "xs",
793
- },
794
- location_wrapper: {
795
- display: "flex",
796
- "flex-direction": "column",
797
- "row-gap": "xs",
798
- },
799
- location_header: {
800
- "font-weight": 500,
801
- "text-transform": "uppercase",
802
- "letter-spacing": "0.05em",
803
- },
804
- location_value: {
805
- color: "text-1",
806
- "font-weight": "600",
807
- "margin-top": "xs",
808
- },
809
- ctas_levoGroup: {
810
- display: "flex",
811
- "flex-direction": "row",
812
- "column-gap": "xs",
813
- "row-gap": "xs",
814
- "flex-wrap": "wrap",
815
- "align-items": "center",
816
- },
817
- ctas: Array(2)
818
- .fill(0)
819
- .map(() => ({
820
- cta: {},
821
- })),
822
- separator: {
823
- width: "100%",
824
- height: "1px",
825
- "background-color": "border",
826
- },
827
- },
828
- {
829
- company_item: {
830
- display: "grid",
831
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
832
- "align-items": "center",
833
- "column-gap": "lg",
834
- "padding-top": "lg",
835
- "padding-bottom": "lg",
836
- tablet: {
837
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
838
- "column-gap": "xs",
774
+ company_name: {
775
+ color: "text-1",
776
+ "font-weight": "600",
839
777
  },
840
- mobile: {
841
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
778
+ work_wrapper: {
779
+ display: "flex",
780
+ "flex-direction": "column",
781
+ "row-gap": "2xs",
782
+ },
783
+ work_header: {
784
+ color: "brand",
785
+ "font-weight": 600,
786
+ "text-transform": "uppercase",
787
+ "letter-spacing": "0.08em",
788
+ },
789
+ work_value: {
790
+ color: "text-1",
791
+ "font-weight": "600",
792
+ },
793
+ location_wrapper: {
794
+ display: "flex",
795
+ "flex-direction": "column",
796
+ "row-gap": "2xs",
797
+ },
798
+ location_header: {
799
+ color: "brand",
800
+ "font-weight": 600,
801
+ "text-transform": "uppercase",
802
+ "letter-spacing": "0.08em",
803
+ },
804
+ location_value: {
805
+ color: "text-1",
806
+ "font-weight": "600",
807
+ },
808
+ ctas_levoGroup: {
809
+ display: "flex",
810
+ "flex-direction": "row",
842
811
  "column-gap": "sm",
843
- "padding-top": "base",
844
- "padding-bottom": "base",
845
- "grid-template-rows": "none",
846
- "row-gap": "base",
812
+ "row-gap": "sm",
813
+ "flex-wrap": "wrap",
814
+ "align-items": "center",
815
+ "justify-content": "flex-end",
847
816
  },
848
- "border-style": "solid",
849
- "border-width": "1px",
850
- "border-radius": "base",
851
- "padding-left": "2xl",
852
- "padding-right": "2xl",
853
- },
854
- image_wrapper: {
855
- display: "flex",
856
- "flex-direction": "column",
857
- "row-gap": "xs",
858
- },
859
- company_image: {
860
- width: "48px",
861
- height: "48px",
862
- "object-fit": "cover",
863
- mobile: {
864
- width: "40px",
817
+ ctas: [{ cta: {} }],
818
+ separator: {
819
+ width: "100%",
820
+ height: "1px",
821
+ "background-color": "border",
865
822
  },
866
- "border-radius": "base",
867
- },
868
- designation_wrapper: {
869
- display: "flex",
870
- "flex-direction": "column",
871
- "row-gap": "xs",
872
- },
873
- designation_header: {
874
- color: "text-2",
875
- "font-size": "sm",
876
- "font-weight": "500",
877
- "text-transform": "uppercase",
878
- "letter-spacing": "0.05em",
879
- },
880
- designation_value: {
881
- color: "text-1",
882
- "font-weight": "600",
883
- "margin-top": "xs",
884
- },
885
- work_wrapper: {
886
- display: "flex",
887
- "flex-direction": "column",
888
- "row-gap": "xs",
889
- },
823
+ })),
824
+ ],
825
+ },
826
+ content: DEFAULT_CONTENT,
827
+ config: {
828
+ title: {
829
+ selectedVariants: {
830
+ Heading_Level: "H2",
831
+ },
832
+ },
833
+ bottom_ctas: [
834
+ {},
835
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
836
+ ],
837
+ companies: Array(6)
838
+ .fill(0)
839
+ .map(() => ({
890
840
  work_header: {
891
- "font-weight": 500,
892
- "text-transform": "uppercase",
893
- "letter-spacing": "0.05em",
894
- },
895
- work_value: {
896
- color: "text-1",
897
- "font-weight": "600",
898
- "margin-top": "xs",
899
- },
900
- location_wrapper: {
901
- display: "flex",
902
- "flex-direction": "column",
903
- "row-gap": "xs",
841
+ selectedVariants: { Typography_Variants: "Small" },
904
842
  },
905
843
  location_header: {
906
- "font-weight": 500,
907
- "text-transform": "uppercase",
908
- "letter-spacing": "0.05em",
909
- },
910
- location_value: {
911
- color: "text-1",
912
- "font-weight": "600",
913
- "margin-top": "xs",
914
- },
915
- ctas_levoGroup: {
916
- display: "flex",
917
- "flex-direction": "row",
918
- "column-gap": "xs",
919
- "row-gap": "xs",
920
- "flex-wrap": "wrap",
921
- "align-items": "center",
922
- },
923
- ctas: Array(2)
924
- .fill(0)
925
- .map(() => ({
926
- cta: {},
927
- })),
928
- separator: {
929
- width: "100%",
930
- height: "1px",
931
- "background-color": "border",
844
+ selectedVariants: { Typography_Variants: "Small" },
932
845
  },
846
+ ctas: [{ cta: { selectedVariants: {} } }],
847
+ separator: { selectedVariants: {} },
848
+ })),
849
+ },
850
+ },
851
+ {
852
+ key: "centered",
853
+ title: "Centered",
854
+ styles: {
855
+ layout: {},
856
+ container: {},
857
+ header_wrapper: {
858
+ "text-align": "center",
859
+ "margin-bottom": "3xl",
860
+ "row-gap": "base",
861
+ },
862
+ title: {
863
+ "margin-bottom": "2xs",
864
+ "text-align": "center",
865
+ },
866
+ description: {
867
+ "max-width": "640px",
868
+ "margin-left": "auto",
869
+ "margin-right": "auto",
870
+ "text-align": "center",
871
+ },
872
+ companies_levoGroup: {
873
+ display: "grid",
874
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
875
+ "column-gap": "lg",
876
+ "row-gap": "lg",
877
+ "margin-bottom": "2xl",
878
+ "max-width": "1100px",
879
+ "margin-left": "auto",
880
+ "margin-right": "auto",
881
+ tablet: {
882
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
933
883
  },
934
- {
884
+ mobile: {
885
+ "grid-template-columns": "1fr",
886
+ },
887
+ },
888
+ bottom_ctas_levoGroup: {
889
+ display: "flex",
890
+ "flex-direction": "row",
891
+ "column-gap": "md",
892
+ "row-gap": "md",
893
+ "flex-wrap": "wrap",
894
+ "align-items": "center",
895
+ "justify-content": "center",
896
+ "margin-left": "auto",
897
+ "margin-right": "auto",
898
+ },
899
+ companies: Array(6)
900
+ .fill(0)
901
+ .map(() => ({
935
902
  company_item: {
936
- display: "grid",
937
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
903
+ display: "flex",
904
+ "flex-direction": "column",
938
905
  "align-items": "center",
939
- "column-gap": "lg",
940
- "padding-top": "lg",
941
- "padding-bottom": "lg",
942
- tablet: {
943
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
944
- "column-gap": "xs",
945
- },
946
- mobile: {
947
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
948
- "column-gap": "sm",
949
- "padding-top": "base",
950
- "padding-bottom": "base",
951
- "grid-template-rows": "none",
952
- "row-gap": "base",
953
- },
906
+ "text-align": "center",
907
+ "row-gap": "lg",
908
+ "padding-top": "xl",
909
+ "padding-bottom": "xl",
910
+ "padding-left": "xl",
911
+ "padding-right": "xl",
912
+ "background-color": "card",
954
913
  "border-style": "solid",
955
914
  "border-width": "1px",
956
- "border-radius": "base",
957
- "padding-left": "2xl",
958
- "padding-right": "2xl",
915
+ "border-radius": "lg",
916
+ height: "100%",
959
917
  },
960
918
  image_wrapper: {
961
919
  display: "flex",
962
920
  "flex-direction": "column",
921
+ "align-items": "center",
963
922
  "row-gap": "xs",
964
923
  },
965
924
  company_image: {
966
- width: "48px",
967
- height: "48px",
968
- "object-fit": "cover",
969
- mobile: {
970
- width: "40px",
971
- },
972
- "border-radius": "base",
973
- },
974
- designation_wrapper: {
975
- display: "flex",
976
- "flex-direction": "column",
977
- "row-gap": "xs",
978
- },
979
- designation_header: {
980
- color: "text-2",
981
- "font-size": "sm",
982
- "font-weight": "500",
983
- "text-transform": "uppercase",
984
- "letter-spacing": "0.05em",
925
+ display: "none",
985
926
  },
986
- designation_value: {
927
+ company_name: {
987
928
  color: "text-1",
988
929
  "font-weight": "600",
989
- "margin-top": "xs",
930
+ "font-size": "lg",
990
931
  },
991
932
  work_wrapper: {
992
933
  display: "flex",
993
934
  "flex-direction": "column",
994
- "row-gap": "xs",
935
+ "row-gap": "2xs",
936
+ "align-items": "center",
995
937
  },
996
938
  work_header: {
997
- "font-weight": 500,
939
+ color: "brand",
940
+ "font-weight": 600,
998
941
  "text-transform": "uppercase",
999
- "letter-spacing": "0.05em",
942
+ "letter-spacing": "0.08em",
1000
943
  },
1001
944
  work_value: {
1002
945
  color: "text-1",
1003
946
  "font-weight": "600",
1004
- "margin-top": "xs",
1005
947
  },
1006
948
  location_wrapper: {
1007
949
  display: "flex",
1008
950
  "flex-direction": "column",
1009
- "row-gap": "xs",
951
+ "row-gap": "2xs",
952
+ "align-items": "center",
1010
953
  },
1011
954
  location_header: {
1012
- "font-weight": 500,
955
+ color: "brand",
956
+ "font-weight": 600,
1013
957
  "text-transform": "uppercase",
1014
- "letter-spacing": "0.05em",
958
+ "letter-spacing": "0.08em",
1015
959
  },
1016
960
  location_value: {
1017
961
  color: "text-1",
1018
962
  "font-weight": "600",
1019
- "margin-top": "xs",
1020
963
  },
1021
964
  ctas_levoGroup: {
1022
965
  display: "flex",
1023
966
  "flex-direction": "row",
1024
- "column-gap": "xs",
1025
- "row-gap": "xs",
967
+ "column-gap": "sm",
968
+ "row-gap": "sm",
1026
969
  "flex-wrap": "wrap",
1027
970
  "align-items": "center",
971
+ "justify-content": "center",
972
+ "margin-top": "auto",
1028
973
  },
1029
- ctas: Array(2)
1030
- .fill(0)
1031
- .map(() => ({
1032
- cta: {},
1033
- })),
974
+ ctas: [{ cta: {} }],
1034
975
  separator: {
1035
- width: "100%",
1036
- height: "1px",
1037
- "background-color": "border",
976
+ display: "none",
1038
977
  },
1039
- },
1040
- ],
978
+ })),
1041
979
  },
1042
980
  content: DEFAULT_CONTENT,
1043
981
  config: {
@@ -1046,118 +984,159 @@ export const Content6: IBlock = {
1046
984
  Heading_Level: "H2",
1047
985
  },
1048
986
  },
1049
- companies: [
1050
- {
987
+ bottom_ctas: [
988
+ {},
989
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
990
+ ],
991
+ companies: Array(6)
992
+ .fill(0)
993
+ .map(() => ({
1051
994
  work_header: {
1052
- selectedVariants: {
1053
- Typography_Variants: "Small",
1054
- },
995
+ selectedVariants: { Typography_Variants: "Small" },
1055
996
  },
1056
997
  location_header: {
1057
- selectedVariants: {
1058
- Typography_Variants: "Small",
1059
- },
1060
- },
1061
- ctas: Array(2)
1062
- .fill(0)
1063
- .map(() => ({
1064
- cta: {
1065
- selectedVariants: {},
1066
- },
1067
- })),
1068
- separator: {
1069
- selectedVariants: {},
998
+ selectedVariants: { Typography_Variants: "Small" },
1070
999
  },
1000
+ ctas: [{ cta: { selectedVariants: {} } }],
1001
+ separator: { selectedVariants: {} },
1002
+ })),
1003
+ },
1004
+ },
1005
+ {
1006
+ key: "default",
1007
+ title: "Default",
1008
+ styles: {
1009
+ layout: {},
1010
+ container: {},
1011
+ header_wrapper: {
1012
+ "text-align": "left",
1013
+ "margin-bottom": "3xl",
1014
+ "row-gap": "base",
1015
+ },
1016
+ title: {
1017
+ "margin-bottom": "2xs",
1018
+ },
1019
+ description: {
1020
+ "max-width": "640px",
1021
+ },
1022
+ companies_levoGroup: {
1023
+ display: "flex",
1024
+ "flex-direction": "column",
1025
+ "row-gap": "4xs",
1026
+ "margin-bottom": "2xl",
1027
+ },
1028
+ bottom_ctas_levoGroup: {
1029
+ display: "flex",
1030
+ "flex-direction": "row",
1031
+ "column-gap": "md",
1032
+ "row-gap": "md",
1033
+ "flex-wrap": "wrap",
1034
+ "align-items": "center",
1035
+ "justify-content": "center",
1036
+ "margin-left": "auto",
1037
+ "margin-right": "auto",
1038
+ },
1039
+ companies_levoGroupItem: {
1040
+ company_item: {
1041
+ display: "grid",
1042
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
1043
+ "align-items": "center",
1044
+ "column-gap": "lg",
1045
+ "padding-top": "lg",
1046
+ "padding-bottom": "lg",
1047
+ tablet: {
1048
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
1049
+ "column-gap": "sm",
1050
+ },
1051
+ mobile: {
1052
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1053
+ "column-gap": "sm",
1054
+ "padding-top": "base",
1055
+ "padding-bottom": "base",
1056
+ "grid-template-rows": "none",
1057
+ "row-gap": "base",
1058
+ },
1059
+ "border-style": "solid",
1060
+ "border-width": "1px",
1061
+ "border-radius": "base",
1062
+ "padding-left": "2xl",
1063
+ "padding-right": "2xl",
1071
1064
  },
1072
- {
1073
- work_header: {
1074
- selectedVariants: {
1075
- Typography_Variants: "Small",
1076
- },
1077
- },
1078
- location_header: {
1079
- selectedVariants: {
1080
- Typography_Variants: "Small",
1081
- },
1082
- },
1083
- ctas: Array(2)
1084
- .fill(0)
1085
- .map(() => ({
1086
- cta: {
1087
- selectedVariants: {},
1088
- },
1089
- })),
1090
- separator: {
1091
- selectedVariants: {},
1092
- },
1065
+ image_wrapper: {
1066
+ display: "flex",
1067
+ "flex-direction": "row",
1068
+ "align-items": "center",
1069
+ "column-gap": "base",
1093
1070
  },
1094
- {
1095
- work_header: {
1096
- selectedVariants: {
1097
- Typography_Variants: "Small",
1098
- },
1099
- },
1100
- location_header: {
1101
- selectedVariants: {
1102
- Typography_Variants: "Small",
1103
- },
1104
- },
1105
- ctas: Array(2)
1106
- .fill(0)
1107
- .map(() => ({
1108
- cta: {
1109
- selectedVariants: {},
1110
- },
1111
- })),
1112
- separator: {
1113
- selectedVariants: {},
1114
- },
1071
+ company_image: {
1072
+ display: "none",
1115
1073
  },
1116
- {
1117
- work_header: {
1118
- selectedVariants: {
1119
- Typography_Variants: "Small",
1120
- },
1121
- },
1122
- location_header: {
1123
- selectedVariants: {
1124
- Typography_Variants: "Small",
1125
- },
1126
- },
1127
- ctas: Array(2)
1128
- .fill(0)
1129
- .map(() => ({
1130
- cta: {
1131
- selectedVariants: {},
1132
- },
1133
- })),
1134
- separator: {
1135
- selectedVariants: {},
1136
- },
1074
+ company_name: {
1075
+ color: "text-1",
1076
+ "font-weight": "600",
1137
1077
  },
1138
- {
1139
- work_header: {
1140
- selectedVariants: {
1141
- Typography_Variants: "Small",
1142
- },
1143
- },
1144
- location_header: {
1145
- selectedVariants: {
1146
- Typography_Variants: "Small",
1147
- },
1148
- },
1149
- ctas: Array(2)
1150
- .fill(0)
1151
- .map(() => ({
1152
- cta: {
1153
- selectedVariants: {},
1154
- },
1155
- })),
1156
- separator: {
1157
- selectedVariants: {},
1158
- },
1078
+ work_wrapper: {
1079
+ display: "flex",
1080
+ "flex-direction": "column",
1081
+ "row-gap": "2xs",
1159
1082
  },
1160
- {
1083
+ work_header: {
1084
+ color: "brand",
1085
+ "font-weight": 600,
1086
+ "text-transform": "uppercase",
1087
+ "letter-spacing": "0.08em",
1088
+ },
1089
+ work_value: {
1090
+ color: "text-1",
1091
+ "font-weight": "600",
1092
+ },
1093
+ location_wrapper: {
1094
+ display: "flex",
1095
+ "flex-direction": "column",
1096
+ "row-gap": "2xs",
1097
+ },
1098
+ location_header: {
1099
+ color: "brand",
1100
+ "font-weight": 600,
1101
+ "text-transform": "uppercase",
1102
+ "letter-spacing": "0.08em",
1103
+ },
1104
+ location_value: {
1105
+ color: "text-1",
1106
+ "font-weight": "600",
1107
+ },
1108
+ ctas_levoGroup: {
1109
+ display: "flex",
1110
+ "flex-direction": "row",
1111
+ "column-gap": "sm",
1112
+ "row-gap": "sm",
1113
+ "flex-wrap": "wrap",
1114
+ "align-items": "center",
1115
+ "justify-content": "flex-end",
1116
+ },
1117
+ ctas: [{ cta: {} }],
1118
+ separator: {
1119
+ width: "100%",
1120
+ height: "1px",
1121
+ "background-color": "border",
1122
+ },
1123
+ },
1124
+ companies: [{}, {}, {}, {}, {}, {}],
1125
+ },
1126
+ content: DEFAULT_CONTENT,
1127
+ config: {
1128
+ title: {
1129
+ selectedVariants: {
1130
+ Heading_Level: "H2",
1131
+ },
1132
+ },
1133
+ bottom_ctas: [
1134
+ {},
1135
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1136
+ ],
1137
+ companies: Array(6)
1138
+ .fill(0)
1139
+ .map(() => ({
1161
1140
  work_header: {
1162
1141
  selectedVariants: {
1163
1142
  Typography_Variants: "Small",
@@ -1168,18 +1147,11 @@ export const Content6: IBlock = {
1168
1147
  Typography_Variants: "Small",
1169
1148
  },
1170
1149
  },
1171
- ctas: Array(2)
1172
- .fill(0)
1173
- .map(() => ({
1174
- cta: {
1175
- selectedVariants: {},
1176
- },
1177
- })),
1150
+ ctas: [{ cta: { selectedVariants: {} } }],
1178
1151
  separator: {
1179
1152
  selectedVariants: {},
1180
1153
  },
1181
- },
1182
- ],
1154
+ })),
1183
1155
  },
1184
1156
  },
1185
1157
  ],