@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,161 +1,118 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_1 = {
4
- id: "OaJSLqfjJnrh",
5
- filename: "cta-2-1.jpg",
4
+ id: "iPDeQfZlYFJJr",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4.jpg",
6
+ location: "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy.png",
8
7
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-320w.webp 320w",
8
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-1080w.webp",
9
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-1200w.webp",
10
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-1920w.webp",
11
+ "320w": "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-320w.webp",
12
+ "640w": "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-640w.webp",
13
+ "750w": "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-750w.webp",
14
+ "828w": "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-828w.webp",
15
+ path: "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy-750w.webp 750w",
17
16
  },
18
- mimetype: "image/jpeg",
17
+ mimetype: "image/png",
19
18
  };
20
19
 
21
20
  const MEDIA_2 = {
22
- object: "media",
23
- id: "iPD7fZlggnLR",
24
- workspace_id: "WLZ1TXTD",
25
- folder_id: null,
26
- filename: "carousel-2-2.jpg",
21
+ id: "1d71iLgEFSgds",
27
22
  kind: "image",
28
- path: "WLZ1TXTD/carousel-2-2-moxO3I3ook0E.jpg",
29
- location: "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E.jpg",
30
- metadata: {
31
- etag: '"773bbffbbd71aa5cf5a859fbde484615"',
32
- mimetype: "image/jpeg",
33
- size: 111261,
34
- },
23
+ location: "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq.png",
35
24
  srcset: {
36
- "1080w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-1080w.webp",
37
- "1200w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-1200w.webp",
38
- "1920w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-1920w.webp",
39
- "320w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-320w.webp",
40
- "640w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-640w.webp",
41
- "750w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-750w.webp",
42
- "828w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-828w.webp",
43
- path: "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-moxO3I3ook0E-640w.webp 640w",
25
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-1080w.webp",
26
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-1200w.webp",
27
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-1920w.webp",
28
+ "320w": "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-320w.webp",
29
+ "640w": "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-640w.webp",
30
+ "750w": "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-750w.webp",
31
+ "828w": "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-828w.webp",
32
+ path: "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq-1080w.webp 1080w",
44
33
  },
45
- tags: [],
46
- created_at: "2025-12-20T08:39:12.676Z",
47
- updated_at: "2025-12-20T08:39:12.676Z",
48
- created_by: null,
49
- updated_by: null,
34
+ mimetype: "image/png",
50
35
  };
36
+
51
37
  const MEDIA_3 = {
52
- object: "media",
53
- id: "KQ5FRQXeGJVXT",
54
- workspace_id: "WLZ1TXTD",
55
- folder_id: null,
56
- filename: "carousel-2-3.jpg",
38
+ id: "8eRjr0Um3qUcP",
57
39
  kind: "image",
58
- path: "WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR.jpg",
59
- location: "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR.jpg",
60
- metadata: {
61
- etag: '"ebf93e4ef37f20570526391e64562b1c"',
62
- mimetype: "image/jpeg",
63
- size: 79539,
64
- },
40
+ location: "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl.png",
65
41
  srcset: {
66
- "1080w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1080w.webp",
67
- "1200w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1200w.webp",
68
- "1920w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1920w.webp",
69
- "320w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-320w.webp",
70
- "640w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-640w.webp",
71
- "750w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-750w.webp",
72
- "828w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-828w.webp",
73
- path: "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1080w.webp 1080w",
42
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-1080w.webp",
43
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-1200w.webp",
44
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-1920w.webp",
45
+ "320w": "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-320w.webp",
46
+ "640w": "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-640w.webp",
47
+ "750w": "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-750w.webp",
48
+ "828w": "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-828w.webp",
49
+ path: "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl-320w.webp 320w",
50
+ },
51
+ mimetype: "image/png",
52
+ };
53
+
54
+ const ICON_LINKEDIN = {
55
+ kind: "icon",
56
+ data: {
57
+ id: "linkedin",
58
+ label: "Linkedin",
59
+ svgCode:
60
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="var(--color-icon-primary)"/></svg>',
74
61
  },
75
- tags: [],
76
- created_at: "2025-12-20T08:42:52.998Z",
77
- updated_at: "2025-12-20T08:42:52.998Z",
78
- created_by: null,
79
- updated_by: null,
80
62
  };
81
63
 
82
64
  const DEFAULT_CONTENT = {
83
65
  layout: null,
84
66
  container: null,
85
67
  header: null,
86
- title: "Our Trainers",
68
+ title: "People moving money safely",
87
69
  description:
88
- "More Than Instructors They're Mentors Who Push, Inspire, and Guide You Toward Your Strongest Self, One Session at a Time.",
70
+ "Risk, engineering, and compliance leaders who've shipped PCI DSS Level 1 platforms and moved billions in settlement volume.",
89
71
  team: [
90
72
  {
91
73
  card: null,
74
+ img: MEDIA_1,
92
75
  info: null,
93
76
  "name-position-wrapper": null,
94
- name: "Lisa Kudro",
95
- position: "Senior Fitness Trainer",
96
- social: [
97
- {
98
- icon: {
99
- kind: "icon",
100
- data: {
101
- id: "arrow-right-1",
102
- label: "Arrow Right 1",
103
- tags: ["arrow", "custom", "directional", "right"],
104
- svgCode:
105
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="var(--color-icon-primary)"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
106
- },
107
- },
108
- },
109
- ],
77
+ name: "Priya Shankar",
78
+ description: "Chief Risk Officer",
79
+ social: [{ icon: ICON_LINKEDIN }],
110
80
  },
111
81
  {
112
82
  card: null,
83
+ img: MEDIA_2,
113
84
  info: null,
114
85
  "name-position-wrapper": null,
115
- name: "Lisa Kudro",
116
- position: "Senior Fitness Trainer",
117
- social: [
118
- {
119
- icon: {
120
- kind: "icon",
121
- data: {
122
- id: "arrow-right-1",
123
- label: "Arrow Right 1",
124
- tags: ["arrow", "custom", "directional", "right"],
125
- svgCode:
126
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="var(--color-icon-primary)"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
127
- },
128
- },
129
- },
130
- ],
86
+ name: "Marcus Reyes",
87
+ description: "VP, Platform Engineering",
88
+ social: [{ icon: ICON_LINKEDIN }],
131
89
  },
132
90
  {
133
91
  card: null,
92
+ img: MEDIA_3,
134
93
  info: null,
135
94
  "name-position-wrapper": null,
136
- name: "Lisa Kudro",
137
- position: "Senior Fitness Trainer",
138
- social: [
139
- {
140
- icon: {
141
- kind: "icon",
142
- data: {
143
- id: "arrow-right-1",
144
- label: "Arrow Right 1",
145
- tags: ["arrow", "custom", "directional", "right"],
146
- svgCode:
147
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="var(--color-icon-primary)"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
148
- },
149
- },
150
- },
151
- ],
95
+ name: "Naomi Chen",
96
+ description: "Head of Compliance & KYC",
97
+ social: [{ icon: ICON_LINKEDIN }],
98
+ },
99
+ {
100
+ card: null,
101
+ img: MEDIA_1,
102
+ info: null,
103
+ "name-position-wrapper": null,
104
+ name: "Samir Okonkwo",
105
+ description: "Senior Product Manager",
106
+ social: [{ icon: ICON_LINKEDIN }],
152
107
  },
153
108
  ],
154
109
  cta_wrapper: null,
155
110
  ctas_levoGroup: null,
156
- ctas: [{ cta: "Explore All Trainers" }, { cta: "View Team" }],
111
+ ctas: [{ cta: "See open roles" }, { cta: "Talk to sales" }],
157
112
  };
158
113
 
114
+ const CONTENT_3 = { ...DEFAULT_CONTENT, team: DEFAULT_CONTENT.team.slice(0, 3) };
115
+
159
116
  export type ITeam4Content = typeof DEFAULT_CONTENT;
160
117
 
161
118
  export const Team4: IBlock = {
@@ -350,47 +307,14 @@ export const Team4: IBlock = {
350
307
  Typography_Variants: "Large",
351
308
  },
352
309
  },
353
- team: [
354
- {
355
- name: {
356
- heading: {
357
- level: "4",
358
- },
359
- selectedVariants: {
360
- Heading_Level: "H4",
361
- },
362
- },
363
- description: {
364
- selectedVariants: {},
365
- },
366
- },
367
- {
368
- name: {
369
- selectedVariants: {
370
- Heading_Level: "H4",
371
- },
372
- heading: {
373
- level: "4",
374
- },
375
- },
376
- description: {
377
- selectedVariants: {},
378
- },
379
- },
380
- {
381
- name: {
382
- selectedVariants: {
383
- Heading_Level: "H4",
384
- },
385
- heading: {
386
- level: "4",
387
- },
388
- },
389
- description: {
390
- selectedVariants: {},
391
- },
392
- },
310
+ ctas: [
311
+ { cta: {} },
312
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
393
313
  ],
314
+ team: Array(3).fill(0).map(() => ({
315
+ name: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
316
+ description: { selectedVariants: {} },
317
+ })),
394
318
  layout: {
395
319
  action: {
396
320
  type: "none",
@@ -401,7 +325,7 @@ export const Team4: IBlock = {
401
325
  },
402
326
  },
403
327
  },
404
- content: DEFAULT_CONTENT,
328
+ content: CONTENT_3,
405
329
  styles: {
406
330
  layout: {},
407
331
  container: {},
@@ -446,209 +370,80 @@ export const Team4: IBlock = {
446
370
  "row-gap": "base",
447
371
  },
448
372
  },
373
+ team_levoGroupItem: {
374
+ card: {
375
+ display: "flex",
376
+ "flex-direction": "column",
377
+ "align-items": "center",
378
+ "border-radius": "lg",
379
+ padding: "lg",
380
+ "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
381
+ "min-height": "500px",
382
+ position: "relative",
383
+ "background-position": "center center",
384
+ "background-size": "cover",
385
+ },
386
+ img: { display: "none" },
387
+ info: {
388
+ display: "flex",
389
+ "flex-direction": "row",
390
+ "align-items": "center",
391
+ "justify-content": "space-between",
392
+ width: "100%",
393
+ "margin-top": "auto",
394
+ "padding-top": "none",
395
+ "padding-bottom": "none",
396
+ "padding-left": "none",
397
+ "padding-right": "none",
398
+ "box-shadow": "none",
399
+ },
400
+ "name-position-wrapper": {
401
+ display: "flex",
402
+ "flex-direction": "column",
403
+ "align-items": "flex-start",
404
+ "row-gap": "4xs",
405
+ },
406
+ name: {
407
+ color: "background-1",
408
+ },
409
+ social_levoGroup: {
410
+ display: "flex",
411
+ "justify-content": "center",
412
+ "column-gap": "xs",
413
+ },
414
+ social_levoGroupItem: {
415
+ icon: {
416
+ width: "40px",
417
+ height: "40px",
418
+ "object-fit": "contain",
419
+ "border-style": "solid",
420
+ "border-width": "1px",
421
+ "border-color": "brand",
422
+ "border-radius": "full",
423
+ "background-color": "background-1",
424
+ display: "block",
425
+ padding: "xs",
426
+ "font-size": "40px",
427
+ },
428
+ },
429
+ description: {
430
+ color: "background-1",
431
+ },
432
+ },
449
433
  team: [
450
434
  {
451
435
  card: {
452
- display: "flex",
453
- "flex-direction": "column",
454
- "align-items": "center",
455
- "border-radius": "lg",
456
- padding: "lg",
457
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
458
- "min-height": "500px",
459
- position: "relative",
460
436
  "background-image": `url("${MEDIA_1.location}")`,
461
- "background-position": "center center",
462
- "background-size": "cover",
463
- },
464
- info: {
465
- display: "flex",
466
- "flex-direction": "row",
467
- "align-items": "center",
468
- "justify-content": "space-between",
469
- width: "100%",
470
- "margin-top": "auto",
471
- "padding-top": "none",
472
- "padding-bottom": "none",
473
- "padding-left": "none",
474
- "padding-right": "none",
475
- "box-shadow": "none",
476
- },
477
- "name-position-wrapper": {
478
- display: "flex",
479
- "flex-direction": "column",
480
- "align-items": "flex-start",
481
- "row-gap": "4xs",
482
- },
483
- name: {
484
- color: "white",
485
- },
486
- position: {
487
- "font-size": "base",
488
- color: "text-2",
489
- "font-weight": "400",
490
- display: "none",
491
- },
492
- social_levoGroup: {
493
- display: "flex",
494
- "justify-content": "center",
495
- "column-gap": "xs",
496
- },
497
- social: [
498
- {
499
- icon: {
500
- width: "40px",
501
- height: "40px",
502
- "object-fit": "contain",
503
- "border-style": "solid",
504
- "border-width": "1px",
505
- "border-color": "brand",
506
- "border-radius": "full",
507
- "background-color": "white",
508
- display: "block",
509
- padding: "xs",
510
- "font-size": "40px",
511
- },
512
- },
513
- ],
514
- description: {
515
- color: "white",
516
437
  },
517
438
  },
518
439
  {
519
440
  card: {
520
- display: "flex",
521
- "flex-direction": "column",
522
- "align-items": "center",
523
- "border-radius": "lg",
524
- padding: "lg",
525
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
526
- "min-height": "500px",
527
- position: "relative",
528
441
  "background-image": `url("${MEDIA_2.location}")`,
529
- "background-position": "center center",
530
- "background-size": "cover",
531
- },
532
- info: {
533
- display: "flex",
534
- "flex-direction": "row",
535
- "align-items": "center",
536
- "justify-content": "space-between",
537
- width: "100%",
538
- "margin-top": "auto",
539
- "padding-top": "none",
540
- "padding-bottom": "none",
541
- "padding-left": "none",
542
- "padding-right": "none",
543
- "box-shadow": "none",
544
- },
545
- "name-position-wrapper": {
546
- display: "flex",
547
- "flex-direction": "column",
548
- "align-items": "flex-start",
549
- "row-gap": "4xs",
550
- },
551
- name: {
552
- color: "white",
553
- },
554
- position: {
555
- "font-size": "base",
556
- color: "text-2",
557
- "font-weight": "400",
558
- display: "none",
559
- },
560
- social_levoGroup: {
561
- display: "flex",
562
- "justify-content": "center",
563
- "column-gap": "xs",
564
- },
565
- social: [
566
- {
567
- icon: {
568
- width: "40px",
569
- height: "40px",
570
- "object-fit": "contain",
571
- "border-style": "solid",
572
- "border-width": "1px",
573
- "border-color": "brand",
574
- "border-radius": "full",
575
- "background-color": "white",
576
- display: "block",
577
- padding: "xs",
578
- "font-size": "40px",
579
- },
580
- },
581
- ],
582
- description: {
583
- color: "white",
584
442
  },
585
443
  },
586
444
  {
587
445
  card: {
588
- display: "flex",
589
- "flex-direction": "column",
590
- "align-items": "center",
591
- "border-radius": "lg",
592
- padding: "lg",
593
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
594
- "min-height": "500px",
595
- position: "relative",
596
446
  "background-image": `url("${MEDIA_3.location}")`,
597
- "background-position": "center center",
598
- "background-size": "cover",
599
- },
600
- info: {
601
- display: "flex",
602
- "flex-direction": "row",
603
- "align-items": "center",
604
- "justify-content": "space-between",
605
- width: "100%",
606
- "margin-top": "auto",
607
- "padding-top": "none",
608
- "padding-bottom": "none",
609
- "padding-left": "none",
610
- "padding-right": "none",
611
- "box-shadow": "none",
612
- },
613
- "name-position-wrapper": {
614
- display: "flex",
615
- "flex-direction": "column",
616
- "align-items": "flex-start",
617
- "row-gap": "4xs",
618
- },
619
- name: {
620
- color: "white",
621
- },
622
- position: {
623
- "font-size": "base",
624
- color: "text-2",
625
- "font-weight": "400",
626
- display: "none",
627
- },
628
- social_levoGroup: {
629
- display: "flex",
630
- "justify-content": "center",
631
- "column-gap": "xs",
632
- },
633
- social: [
634
- {
635
- icon: {
636
- width: "40px",
637
- height: "40px",
638
- "object-fit": "contain",
639
- "border-style": "solid",
640
- "border-width": "1px",
641
- "border-color": "brand",
642
- "border-radius": "full",
643
- "background-color": "white",
644
- display: "block",
645
- padding: "xs",
646
- "font-size": "40px",
647
- },
648
- },
649
- ],
650
- description: {
651
- color: "white",
652
447
  },
653
448
  },
654
449
  ],
@@ -669,20 +464,439 @@ export const Team4: IBlock = {
669
464
  "align-items": "center",
670
465
  "justify-content": "center",
671
466
  },
672
- ctas: Array(2)
673
- .fill(0)
674
- .map(() => ({
675
- "background-color": "brand",
676
- color: "white",
677
- "padding-top": "base",
678
- "padding-bottom": "base",
467
+ ctas_levoGroupItem: {
468
+ "background-color": "brand",
469
+ color: "white",
470
+ "padding-top": "base",
471
+ "padding-bottom": "base",
472
+ "padding-left": "xl",
473
+ "padding-right": "xl",
474
+ "border-radius": "lg",
475
+ "font-size": "base",
476
+ "font-weight": "600",
477
+ "border-style": "none",
478
+ },
479
+ },
480
+ },
481
+ {
482
+ key: "column_grid",
483
+ title: "Column Grid",
484
+ config: {
485
+ title: { selectedVariants: { Heading_Level: "H2" } },
486
+ description: { selectedVariants: { Typography_Variants: "Large" } },
487
+ team: Array(4).fill(0).map(() => ({
488
+ name: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H5" } },
489
+ description: { selectedVariants: {} },
490
+ })),
491
+ },
492
+ content: DEFAULT_CONTENT,
493
+ styles: {
494
+ layout: { "background-color": "background-1" },
495
+ container: {},
496
+ header: {
497
+ "text-align": "center",
498
+ "margin-bottom": "4xl",
499
+ display: "flex",
500
+ "flex-direction": "column",
501
+ "align-items": "center",
502
+ "row-gap": "sm",
503
+ mobile: { "margin-bottom": "2xl" },
504
+ },
505
+ title: { "font-weight": 800 },
506
+ description: {
507
+ "max-width": "640px",
508
+ color: "text-2",
509
+ "line-height": "1.6",
510
+ },
511
+ team_levoGroup: {
512
+ display: "grid",
513
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
514
+ "column-gap": "lg",
515
+ "row-gap": "2xl",
516
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
517
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
518
+ },
519
+ team_levoGroupItem: {
520
+ card: {
521
+ display: "flex",
522
+ "flex-direction": "column",
523
+ "justify-content": "flex-end",
524
+ "border-radius": "xl",
525
+ overflow: "hidden",
526
+ "background-color": "background-2",
527
+ "box-shadow": "default",
528
+ "aspect-ratio": "3 / 4",
529
+ position: "relative",
530
+ "background-position": "center center",
531
+ "background-size": "cover",
532
+ },
533
+ img: { display: "none" },
534
+ info: {
535
+ position: "relative",
536
+ display: "flex",
537
+ "flex-direction": "column",
538
+ "align-items": "flex-start",
539
+ width: "100%",
540
+ "padding-top": "lg",
541
+ "padding-bottom": "lg",
542
+ "padding-left": "lg",
543
+ "padding-right": "lg",
544
+ "background-image":
545
+ "linear-gradient(180deg, rgba(10, 15, 25, 0) 0%, rgba(10, 15, 25, 0.85) 100%)",
546
+ },
547
+ "name-position-wrapper": {
548
+ display: "flex",
549
+ "flex-direction": "column",
550
+ "align-items": "flex-start",
551
+ "row-gap": "4xs",
552
+ },
553
+ name: { color: "white", "font-weight": 700 },
554
+ social_levoGroup: {
555
+ display: "flex",
556
+ "column-gap": "xs",
557
+ "margin-top": "sm",
558
+ },
559
+ social_levoGroupItem: {
560
+ icon: {
561
+ width: "32px",
562
+ height: "32px",
563
+ "object-fit": "contain",
564
+ "border-radius": "full",
565
+ "background-color": "rgba(255, 255, 255, 0.18)",
566
+ padding: "xs",
567
+ display: "block",
568
+ "--color-icon-primary": "#ffffff",
569
+ },
570
+ },
571
+ description: { color: "white", "font-size": "sm", opacity: "0.85", display: "block" },
572
+ },
573
+ team: Array(4).fill(0).map((_, i) => ({
574
+ card: {
575
+ "background-image": `url("${([MEDIA_1, MEDIA_2, MEDIA_3][i % 3] as { location: string }).location}")`,
576
+ },
577
+ })),
578
+ cta_wrapper: {
579
+ display: "flex",
580
+ "justify-content": "center",
581
+ "margin-top": "3xl",
582
+ },
583
+ ctas_levoGroup: {
584
+ display: "flex",
585
+ "column-gap": "md",
586
+ "row-gap": "md",
587
+ "flex-wrap": "wrap",
588
+ "justify-content": "center",
589
+ },
590
+ },
591
+ },
592
+ {
593
+ key: "minimal_list",
594
+ title: "Minimal List",
595
+ config: {
596
+ title: { selectedVariants: { Heading_Level: "H2" } },
597
+ description: { selectedVariants: { Typography_Variants: "Large" } },
598
+ ctas: [
599
+ { cta: {} },
600
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
601
+ ],
602
+ team: Array(4).fill(0).map(() => ({
603
+ name: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
604
+ description: { selectedVariants: {} },
605
+ })),
606
+ },
607
+ content: DEFAULT_CONTENT,
608
+ styles: {
609
+ layout: {},
610
+ container: {},
611
+ header: {
612
+ "margin-bottom": "3xl",
613
+ display: "flex",
614
+ "flex-direction": "column",
615
+ "row-gap": "sm",
616
+ "padding-bottom": "xl",
617
+ "border-bottom-width": "1px",
618
+ "border-bottom-style": "solid",
619
+ "border-bottom-color": "border",
620
+ },
621
+ title: { "font-weight": 700 },
622
+ description: { color: "text-2", "max-width": "640px" },
623
+ team_levoGroup: {
624
+ display: "flex",
625
+ "flex-direction": "column",
626
+ "row-gap": "none",
627
+ },
628
+ team_levoGroupItem: {
629
+ card: {
630
+ display: "flex",
631
+ "flex-direction": "row",
632
+ "align-items": "center",
633
+ "column-gap": "xl",
634
+ "padding-top": "xl",
635
+ "padding-bottom": "xl",
636
+ "border-bottom-width": "1px",
637
+ "border-bottom-style": "solid",
638
+ "border-bottom-color": "border",
639
+ "background-image": "none",
640
+ mobile: { "flex-direction": "column", "align-items": "start", "row-gap": "base" },
641
+ },
642
+ img: {
643
+ width: "72px",
644
+ height: "72px",
645
+ "aspect-ratio": "1 / 1",
646
+ "object-fit": "cover",
647
+ "border-radius": "full",
648
+ flex: "0 0 72px",
649
+ },
650
+ info: {
651
+ display: "flex",
652
+ "flex-direction": "row",
653
+ "align-items": "center",
654
+ "justify-content": "space-between",
655
+ width: "100%",
656
+ "column-gap": "xl",
657
+ },
658
+ "name-position-wrapper": {
659
+ display: "flex",
660
+ "flex-direction": "column",
661
+ "row-gap": "4xs",
662
+ flex: "1",
663
+ },
664
+ name: { color: "text-1", "font-weight": 700 },
665
+ social_levoGroup: {
666
+ display: "flex",
667
+ "column-gap": "xs",
668
+ },
669
+ social_levoGroupItem: {
670
+ icon: {
671
+ width: "32px",
672
+ height: "32px",
673
+ "object-fit": "contain",
674
+ "border-radius": "full",
675
+ "background-color": "background-2",
676
+ padding: "xs",
677
+ display: "block",
678
+ },
679
+ },
680
+ description: { "font-size": "sm", color: "text-2", display: "block" },
681
+ },
682
+ cta_wrapper: { display: "flex", "justify-content": "center", "margin-top": "3xl" },
683
+ ctas_levoGroup: {
684
+ display: "flex",
685
+ "column-gap": "md",
686
+ "flex-wrap": "wrap",
687
+ "justify-content": "center",
688
+ },
689
+ },
690
+ },
691
+ {
692
+ key: "circular_portraits",
693
+ title: "Circular Portraits",
694
+ config: {
695
+ title: { selectedVariants: { Heading_Level: "H2" } },
696
+ description: { selectedVariants: { Typography_Variants: "Large" } },
697
+ ctas: [
698
+ { cta: {} },
699
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
700
+ ],
701
+ team: Array(3).fill(0).map(() => ({
702
+ name: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
703
+ description: { selectedVariants: {} },
704
+ })),
705
+ },
706
+ content: CONTENT_3,
707
+ styles: {
708
+ layout: { "background-color": "background-2" },
709
+ container: {},
710
+ header: {
711
+ "text-align": "center",
712
+ "margin-bottom": "4xl",
713
+ display: "flex",
714
+ "flex-direction": "column",
715
+ "align-items": "center",
716
+ "row-gap": "sm",
717
+ },
718
+ title: {},
719
+ description: { "max-width": "640px", color: "text-2", "line-height": "1.6" },
720
+ team_levoGroup: {
721
+ display: "grid",
722
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
723
+ "column-gap": "xl",
724
+ "row-gap": "3xl",
725
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
726
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
727
+ },
728
+ team_levoGroupItem: {
729
+ card: {
730
+ display: "flex",
731
+ "flex-direction": "column",
732
+ "align-items": "center",
733
+ "text-align": "center",
734
+ "background-image": "none",
735
+ "background-color": "transparent",
736
+ "box-shadow": "none",
737
+ padding: "none",
738
+ "min-height": "auto",
739
+ },
740
+ info: {
741
+ display: "flex",
742
+ "flex-direction": "column",
743
+ "align-items": "center",
744
+ "row-gap": "xs",
745
+ "margin-top": "lg",
746
+ width: "100%",
747
+ },
748
+ "name-position-wrapper": {
749
+ display: "flex",
750
+ "flex-direction": "column",
751
+ "align-items": "center",
752
+ "row-gap": "4xs",
753
+ },
754
+ name: { color: "text-1", "font-weight": 700 },
755
+ social_levoGroup: {
756
+ display: "flex",
757
+ "column-gap": "xs",
758
+ "margin-top": "sm",
759
+ "justify-content": "center",
760
+ },
761
+ social_levoGroupItem: {
762
+ icon: {
763
+ width: "36px",
764
+ height: "36px",
765
+ "object-fit": "contain",
766
+ "border-radius": "full",
767
+ "background-color": "background-1",
768
+ padding: "xs",
769
+ display: "block",
770
+ "box-shadow": "default",
771
+ },
772
+ },
773
+ description: { "font-size": "sm", color: "text-2", display: "block" },
774
+ img: {
775
+ width: "200px",
776
+ height: "200px",
777
+ "border-radius": "full",
778
+ "object-fit": "cover",
779
+ "border-width": "4px",
780
+ "border-style": "solid",
781
+ "border-color": "background-1",
782
+ },
783
+ },
784
+ cta_wrapper: { display: "flex", "justify-content": "center", "margin-top": "3xl" },
785
+ ctas_levoGroup: {
786
+ display: "flex",
787
+ "column-gap": "md",
788
+ "flex-wrap": "wrap",
789
+ "justify-content": "center",
790
+ },
791
+ },
792
+ },
793
+ {
794
+ key: "bio_horizontal",
795
+ title: "Bio Horizontal",
796
+ config: {
797
+ title: { selectedVariants: { Heading_Level: "H2" } },
798
+ description: { selectedVariants: { Typography_Variants: "Large" } },
799
+ ctas: [
800
+ { cta: {} },
801
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
802
+ ],
803
+ team: Array(4).fill(0).map(() => ({
804
+ name: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
805
+ description: { selectedVariants: {} },
806
+ })),
807
+ },
808
+ content: DEFAULT_CONTENT,
809
+ styles: {
810
+ layout: {},
811
+ container: {},
812
+ header: {
813
+ "text-align": "center",
814
+ "margin-bottom": "4xl",
815
+ display: "flex",
816
+ "flex-direction": "column",
817
+ "align-items": "center",
818
+ "row-gap": "sm",
819
+ },
820
+ title: {},
821
+ description: { "max-width": "640px", color: "text-2" },
822
+ team_levoGroup: {
823
+ display: "grid",
824
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
825
+ "column-gap": "xl",
826
+ "row-gap": "xl",
827
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
828
+ },
829
+ team_levoGroupItem: {
830
+ card: {
831
+ display: "flex",
832
+ "flex-direction": "row",
833
+ "align-items": "stretch",
834
+ "border-radius": "xl",
835
+ overflow: "hidden",
836
+ "background-color": "background-1",
837
+ "box-shadow": "default",
838
+ "border-width": "1px",
839
+ "border-style": "solid",
840
+ "border-color": "border",
841
+ "background-image": "none",
842
+ "min-height": "260px",
843
+ padding: "none",
844
+ mobile: { "flex-direction": "column" },
845
+ },
846
+ img: {
847
+ width: "40%",
848
+ height: "100%",
849
+ "object-fit": "cover",
850
+ mobile: { width: "100%", height: "220px" },
851
+ },
852
+ info: {
853
+ display: "flex",
854
+ "flex-direction": "column",
855
+ "align-items": "start",
856
+ "justify-content": "center",
857
+ flex: "1",
858
+ "padding-top": "xl",
859
+ "padding-bottom": "xl",
679
860
  "padding-left": "xl",
680
861
  "padding-right": "xl",
681
- "border-radius": "lg",
682
- "font-size": "base",
683
- "font-weight": "600",
684
- "border-style": "none",
685
- })),
862
+ "row-gap": "sm",
863
+ },
864
+ "name-position-wrapper": {
865
+ display: "flex",
866
+ "flex-direction": "column",
867
+ "row-gap": "4xs",
868
+ },
869
+ name: { color: "text-1", "font-weight": 700 },
870
+ description: {
871
+ "font-size": "sm",
872
+ color: "text-2",
873
+ "line-height": "1.6",
874
+ display: "block",
875
+ },
876
+ social_levoGroup: {
877
+ display: "flex",
878
+ "column-gap": "xs",
879
+ "margin-top": "sm",
880
+ },
881
+ social_levoGroupItem: {
882
+ icon: {
883
+ width: "32px",
884
+ height: "32px",
885
+ "object-fit": "contain",
886
+ "border-radius": "full",
887
+ "background-color": "background-2",
888
+ padding: "xs",
889
+ display: "block",
890
+ },
891
+ },
892
+ },
893
+ cta_wrapper: { display: "flex", "justify-content": "center", "margin-top": "3xl" },
894
+ ctas_levoGroup: {
895
+ display: "flex",
896
+ "column-gap": "md",
897
+ "flex-wrap": "wrap",
898
+ "justify-content": "center",
899
+ },
686
900
  },
687
901
  },
688
902
  ],