@levo-so/blocks 0.1.100 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/package.json +5 -4
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,122 +1,172 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA_1 = {
4
- id: "w9fnJutydRjV",
5
- filename: "profile-3-1.png",
3
+ const IMG_1 = {
4
+ id: "7453456573203124989",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK.png",
6
+ location: "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1920w.webp 1920w",
9
+ "320w": "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
10
+ "640w": "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
11
+ "750w": "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
12
+ "828w": "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
13
+ "1080w": "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
14
+ "1200w": "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
15
+ "1920w": "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
16
+ path: "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
17
  },
18
- mimetype: "image/png",
19
18
  };
20
- const MEDIA_2 = {
21
- id: "oilArpqbelCE",
22
- filename: "profie-3-2.png",
19
+
20
+ const IMG_2 = {
21
+ id: "7453456573203570125",
23
22
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu.png",
23
+ location: "https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg",
24
+ mimetype: "image/jpeg",
25
25
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1080w.webp 1080w",
26
+ "320w": "https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
27
+ "640w": "https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
28
+ "750w": "https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
29
+ "828w": "https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
30
+ "1080w": "https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
31
+ "1200w": "https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
32
+ "1920w": "https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
33
+ path: "https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/30692588/pexels-photo-30692588.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
34
34
  },
35
- mimetype: "image/png",
36
35
  };
37
- const MEDIA_3 = {
38
- id: "eg6Wl4GFzY5s",
39
- filename: "profile-3-3.png",
36
+
37
+ const IMG_3 = {
38
+ id: "7453456573204655979",
40
39
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR.png",
40
+ location: "https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg",
41
+ mimetype: "image/jpeg",
42
42
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-828w.webp 828w",
43
+ "320w": "https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
44
+ "640w": "https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
45
+ "750w": "https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
46
+ "828w": "https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
47
+ "1080w": "https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
48
+ "1200w": "https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
49
+ "1920w": "https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
50
+ path: "https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/9064790/pexels-photo-9064790.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
51
51
  },
52
- mimetype: "image/png",
53
52
  };
54
53
 
55
- const MEDIA_ARR = [MEDIA_1, MEDIA_2, MEDIA_3];
54
+ const LINKEDIN_ICON = {
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">\n<g clip-path="url(#clip0_37_4945)">\n<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="currentColor"/>\n</g>\n<defs>\n<clipPath id="clip0_37_4945">\n<rect width="24" height="24" fill="currentColor"/>\n</clipPath>\n</defs>\n</svg>',
61
+ },
62
+ };
56
63
 
57
- const PROFILE_CONTENT = {
58
- main_container: null,
59
- left_container: null,
60
- ctas: [],
61
- right_container: null,
62
- content_container: null,
63
- content_description:
64
- "Our team of expert developers and designers work collaboratively to deliver innovative solutions that drive business growth. We combine cutting-edge technology with industry best practices to create digital experiences that engage and inspire users.",
65
- groups: [
66
- {
67
- title: "<p>Experience</p>",
68
- description: "<p>4-5 + </p>",
69
- },
64
+ const TWITTER_ICON = {
65
+ kind: "icon",
66
+ data: {
67
+ id: "twitter",
68
+ label: "Twitter",
69
+ svgCode:
70
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.55016 21.75C16.6045 21.75 21.5583 14.2468 21.5583 7.74192C21.5583 7.53098 21.5536 7.31536 21.5442 7.10442C22.5079 6.40752 23.3395 5.54432 24 4.55536C23.1025 4.95466 22.1496 5.21544 21.1739 5.3288C22.2013 4.71297 22.9705 3.74553 23.3391 2.60583C22.3726 3.17862 21.3156 3.58267 20.2134 3.80067C19.4708 3.01162 18.489 2.48918 17.4197 2.31411C16.3504 2.13905 15.2532 2.32111 14.2977 2.83216C13.3423 3.3432 12.5818 4.15477 12.1338 5.14137C11.6859 6.12798 11.5754 7.23468 11.8195 8.29036C9.86249 8.19215 7.94794 7.68377 6.19998 6.79816C4.45203 5.91255 2.90969 4.6695 1.67297 3.14958C1.0444 4.2333 0.852057 5.51571 1.13503 6.73615C1.418 7.9566 2.15506 9.02351 3.19641 9.72005C2.41463 9.69523 1.64998 9.48474 0.965625 9.10598V9.16692C0.964925 10.3042 1.3581 11.4066 2.07831 12.2868C2.79852 13.167 3.80132 13.7706 4.91625 13.995C4.19206 14.1932 3.43198 14.2221 2.69484 14.0794C3.00945 15.0575 3.62157 15.913 4.44577 16.5264C5.26997 17.1398 6.26512 17.4807 7.29234 17.5013C5.54842 18.8712 3.39417 19.6142 1.17656 19.6107C0.783287 19.6101 0.390399 19.586 0 19.5385C2.25286 20.9838 4.87353 21.7514 7.55016 21.75Z" fill="currentColor"/>\n</svg>',
71
+ },
72
+ };
73
+
74
+ const GITHUB_ICON = {
75
+ kind: "icon",
76
+ data: {
77
+ id: "github",
78
+ label: "Github",
79
+ svgCode:
80
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_37_5133)">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.3724 0 0 5.3808 0 12.0204C0 17.3304 3.438 21.8364 8.2068 23.4252C8.8068 23.5356 9.0252 23.1648 9.0252 22.8456C9.0252 22.5612 9.0156 21.804 9.0096 20.802C5.6712 21.528 4.9668 19.1904 4.9668 19.1904C4.422 17.8008 3.6348 17.4312 3.6348 17.4312C2.5452 16.6872 3.7176 16.7016 3.7176 16.7016C4.9212 16.7856 5.5548 17.94 5.5548 17.94C6.6252 19.776 8.364 19.2456 9.0468 18.9384C9.1572 18.162 9.4668 17.6328 9.81 17.3328C7.146 17.0292 4.344 15.9972 4.344 11.3916C4.344 10.08 4.812 9.006 5.5788 8.166C5.4552 7.8624 5.0436 6.6396 5.6964 4.986C5.6964 4.986 6.7044 4.662 8.9964 6.2172C9.97532 5.95022 10.9853 5.81423 12 5.8128C13.02 5.8176 14.046 5.9508 15.0048 6.2172C17.2956 4.662 18.3012 4.9848 18.3012 4.9848C18.9564 6.6396 18.5436 7.8624 18.4212 8.166C19.1892 9.006 19.6548 10.08 19.6548 11.3916C19.6548 16.0092 16.848 17.0256 14.1756 17.3232C14.6064 17.694 14.9892 18.4272 14.9892 19.5492C14.9892 21.1548 14.9748 22.452 14.9748 22.8456C14.9748 23.1672 15.1908 23.5416 15.8004 23.424C18.19 22.6225 20.2672 21.0904 21.7386 19.0441C23.2099 16.9977 24.001 14.5408 24 12.0204C24 5.3808 18.6264 0 12 0Z" fill="currentColor"/>\n</g>\n<defs>\n<clipPath id="clip0_37_5133">\n<rect width="24" height="24" fill="currentColor"/>\n</clipPath>\n</defs>\n</svg>',
81
+ },
82
+ };
83
+
84
+ const DEFAULT_CONTENT = {
85
+ layout: null,
86
+ container: null,
87
+ header_container: null,
88
+ title: "The operators moving money",
89
+ description:
90
+ "<p>Engineers and risk leads who keep settlement, compliance, and fraud defences running across forty-two markets.</p>",
91
+ profiles: [
70
92
  {
71
- title: "<p>Technical Expertise</p>",
72
- description: "<p>Scaling , HR , Operations</p>",
93
+ main_container: null,
94
+ left_container: null,
95
+ ctas: [],
96
+ right_container: null,
97
+ content_container: null,
98
+ image: IMG_1,
99
+ name: "<p>Priya Menon</p>",
100
+ social_icon: [
101
+ { icon: LINKEDIN_ICON },
102
+ { icon: TWITTER_ICON },
103
+ ],
104
+ groups: [
105
+ {
106
+ title: "<p>Role</p>",
107
+ description: "<p>Head of Payments Platform</p>",
108
+ },
109
+ {
110
+ title: "<p>Focus</p>",
111
+ description: "<p>ISO 20022, real-time rails, PCI DSS Level 1</p>",
112
+ },
113
+ ],
114
+ content_description:
115
+ "Twelve years shipping payment infrastructure at Stripe and Razorpay. Owns card acquiring, UPI, and the ledger reconciliation pipeline that clears 4M transactions a day.",
73
116
  },
74
- ],
75
- name: "<p>Spohia Reed</p>",
76
- social_icon: [
77
117
  {
78
- icon: {
79
- kind: "icon",
80
- data: {
81
- id: "facebook",
82
- label: "Facebook",
83
- tags: ["crypto", "custom", "directional", "facebook"],
84
- svgCode:
85
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.75 22.75H10.25V15.5H9.29999C8.71999 15.5 8.25 15.03 8.25 14.45V12.55C8.25 11.97 8.71999 11.5 9.29999 11.5H10.25V9C10.25 6.93 11.93 5.25 14 5.25H16.7C17.28 5.25 17.75 5.71999 17.75 6.29999V8.70001C17.75 9.28001 17.28 9.75 16.7 9.75H14.75V11.5H16.63C16.95 11.5 17.24 11.64 17.44 11.88C17.64 12.12 17.72 12.44 17.66 12.75L17.28 14.65C17.18 15.14 16.75 15.49 16.25 15.49H14.75V22.75ZM11.75 21.25H13.25V14H15.89L16.09 13H13.26V9.29999C13.26 8.71999 13.73 8.25 14.31 8.25H16.26V6.75H14C12.76 6.75 11.75 7.76 11.75 9V13H9.75V14H11.75V21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n</svg>',
118
+ main_container: null,
119
+ left_container: null,
120
+ ctas: [],
121
+ right_container: null,
122
+ content_container: null,
123
+ image: IMG_2,
124
+ name: "<p>Marcus Okafor</p>",
125
+ social_icon: [
126
+ { icon: LINKEDIN_ICON },
127
+ { icon: TWITTER_ICON },
128
+ ],
129
+ groups: [
130
+ {
131
+ title: "<p>Role</p>",
132
+ description: "<p>Chief Risk Officer</p>",
86
133
  },
87
- },
134
+ {
135
+ title: "<p>Focus</p>",
136
+ description: "<p>KYC, sanctions screening, fraud modelling</p>",
137
+ },
138
+ ],
139
+ content_description:
140
+ "Former head of financial crime at HSBC. Built the behavioural scoring model that cut false-positive fraud alerts by 63% while holding chargeback rates below eight basis points.",
88
141
  },
89
142
  {
90
- icon: {
91
- kind: "icon",
92
- data: {
93
- id: "youtube",
94
- label: "Youtube",
95
- tags: ["crypto", "custom", "directional", "youtube"],
96
- svgCode:
97
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17 20.75H7C3.56 20.75 1.25 18.44 1.25 15V9C1.25 5.56 3.56 3.25 7 3.25H17C20.44 3.25 22.75 5.56 22.75 9V15C22.75 18.44 20.44 20.75 17 20.75ZM7 4.75C4.42 4.75 2.75 6.42 2.75 9V15C2.75 17.58 4.42 19.25 7 19.25H17C19.58 19.25 21.25 17.58 21.25 15V9C21.25 6.42 19.58 4.75 17 4.75H7Z" fill="var(--color-icon-primary)"/>\n<path d="M10.5897 15.53C10.2997 15.53 10.0197 15.46 9.76965 15.32C9.18965 14.99 8.84961 14.32 8.84961 13.49V10.53C8.84961 9.7 9.17965 9.03002 9.76965 8.70002C10.3497 8.37002 11.0996 8.42999 11.8096 8.85999L14.2797 10.34C14.9597 10.75 15.3496 11.36 15.3496 12.01C15.3496 12.66 14.9597 13.27 14.2797 13.68L11.8096 15.16C11.3996 15.4 10.9797 15.53 10.5897 15.53ZM10.5897 9.97001C10.5497 9.97001 10.5196 9.98 10.4996 9.99C10.4296 10.03 10.3496 10.21 10.3496 10.52V13.48C10.3496 13.78 10.4296 13.96 10.4996 14.01C10.5796 14.05 10.7697 14.03 11.0297 13.87L13.4996 12.39C13.7496 12.24 13.8397 12.09 13.8397 12C13.8397 11.91 13.7496 11.77 13.4996 11.61L11.0297 10.13C10.8497 10.02 10.6897 9.97001 10.5897 9.97001Z" fill="var(--color-icon-primary)"/>\n</svg>',
143
+ main_container: null,
144
+ left_container: null,
145
+ ctas: [],
146
+ right_container: null,
147
+ content_container: null,
148
+ image: IMG_3,
149
+ name: "<p>Elena Vasquez</p>",
150
+ social_icon: [
151
+ { icon: LINKEDIN_ICON },
152
+ { icon: GITHUB_ICON },
153
+ ],
154
+ groups: [
155
+ {
156
+ title: "<p>Role</p>",
157
+ description: "<p>VP Platform Engineering</p>",
98
158
  },
99
- },
159
+ {
160
+ title: "<p>Focus</p>",
161
+ description: "<p>SRE, tokenization, multi-region settlement</p>",
162
+ },
163
+ ],
164
+ content_description:
165
+ "Runs the core engineering org. Shipped the active-active settlement service that delivered 99.995% uptime across AWS eu-west and ap-south through the 2025 peak-traffic season.",
100
166
  },
101
167
  ],
102
168
  };
103
169
 
104
- const DEFAULT_CONTENT = {
105
- layout: null,
106
- container: null,
107
- header_container: null,
108
- title: "Meet Our Team",
109
- description: "<p>Dedicated professionals committed to success.</p>",
110
- profiles: Array(3)
111
- .fill(0)
112
- .map((v, index) => {
113
- return {
114
- ...PROFILE_CONTENT,
115
- image: MEDIA_ARR[index],
116
- };
117
- }),
118
- };
119
-
120
170
  export type IProfile3Content = typeof DEFAULT_CONTENT;
121
171
 
122
172
  export const Profile3: IBlock = {
@@ -259,219 +309,220 @@ export const Profile3: IBlock = {
259
309
  {
260
310
  groups: [
261
311
  {
262
- description: {
263
- selectedVariants: {},
264
- },
265
312
  title: {
266
- heading: {
267
- level: "4",
268
- },
269
- selectedVariants: {
270
- Heading_Level: "H5",
271
- },
313
+ heading: { level: "5" },
314
+ selectedVariants: { Heading_Level: "H5" },
272
315
  },
273
316
  },
274
317
  {
275
- description: {
276
- selectedVariants: {},
277
- },
278
318
  title: {
279
- selectedVariants: {
280
- Heading_Level: "H5",
281
- },
282
- heading: {
283
- level: "4",
284
- },
319
+ heading: { level: "5" },
320
+ selectedVariants: { Heading_Level: "H5" },
285
321
  },
286
322
  },
287
323
  ],
288
324
  name: {
289
- heading: {
290
- level: "3",
291
- },
292
- selectedVariants: {
293
- Heading_Level: "H2",
294
- },
325
+ heading: { level: "3" },
326
+ selectedVariants: { Heading_Level: "H3" },
295
327
  },
296
328
  },
297
329
  {
298
- name: {
299
- selectedVariants: {
300
- Heading_Level: "H2",
330
+ groups: [
331
+ {
332
+ title: {
333
+ heading: { level: "5" },
334
+ selectedVariants: { Heading_Level: "H5" },
335
+ },
336
+ },
337
+ {
338
+ title: {
339
+ heading: { level: "5" },
340
+ selectedVariants: { Heading_Level: "H5" },
341
+ },
301
342
  },
343
+ ],
344
+ name: {
345
+ heading: { level: "3" },
346
+ selectedVariants: { Heading_Level: "H3" },
302
347
  },
303
348
  },
304
349
  {
305
- name: {
306
- selectedVariants: {
307
- Heading_Level: "H2",
350
+ groups: [
351
+ {
352
+ title: {
353
+ heading: { level: "5" },
354
+ selectedVariants: { Heading_Level: "H5" },
355
+ },
356
+ },
357
+ {
358
+ title: {
359
+ heading: { level: "5" },
360
+ selectedVariants: { Heading_Level: "H5" },
361
+ },
308
362
  },
363
+ ],
364
+ name: {
365
+ heading: { level: "3" },
366
+ selectedVariants: { Heading_Level: "H3" },
309
367
  },
310
368
  },
311
369
  ],
312
370
  title: {
313
- heading: {
314
- level: "1",
315
- },
316
- selectedVariants: {
317
- Heading_Level: "H1",
318
- },
371
+ heading: { level: "2" },
372
+ selectedVariants: { Heading_Level: "H2" },
319
373
  },
320
374
  },
321
375
  styles: {
322
- layout: {},
376
+ layout: {
377
+ "padding-top": "3xl",
378
+ "padding-bottom": "3xl",
379
+ "media:min:768px": {
380
+ "padding-top": "5xl",
381
+ "padding-bottom": "5xl",
382
+ },
383
+ },
323
384
  container: {},
324
385
  header_container: {
325
386
  display: "flex",
326
387
  "flex-direction": "column",
327
388
  "align-items": "center",
328
- "margin-bottom": "5xl",
329
389
  "text-align": "center",
330
390
  "row-gap": "md",
391
+ "margin-bottom": "3xl",
392
+ "max-width": "720px",
393
+ "margin-left": "auto",
394
+ "margin-right": "auto",
395
+ "media:min:1024px": {
396
+ "margin-bottom": "4xl",
397
+ },
398
+ },
399
+ title: {
400
+ "text-align": "center",
401
+ "font-weight": 600,
402
+ },
403
+ description: {
404
+ "text-align": "center",
405
+ color: "text-2",
331
406
  },
332
- title: {},
333
- description: {},
334
407
  profiles_levoGroup: {
335
408
  display: "grid",
336
409
  "flex-direction": "column",
337
- "row-gap": "5xl",
410
+ "row-gap": "4xl",
338
411
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
339
412
  "column-gap": "5xl",
340
413
  },
341
- profiles: Array(3)
342
- .fill(0)
343
- .map((v) => ({
344
- main_container: {
345
- display: "flex",
346
- "flex-direction": "row",
347
- "align-items": "flex-start",
348
- "column-gap": "48px",
349
- tablet: {
350
- "flex-direction": "column",
351
- },
352
- },
353
- left_container: {
354
- display: "flex",
414
+ profiles_levoGroupItem: {
415
+ main_container: {
416
+ display: "flex",
417
+ "flex-direction": "row",
418
+ "align-items": "flex-start",
419
+ "column-gap": "3xl",
420
+ width: "100%",
421
+ height: "100%",
422
+ tablet: {
355
423
  "flex-direction": "column",
356
- "align-items": "center",
357
- flex: "1",
358
- "max-width": "400px",
359
- tablet: {
360
- "max-width": "100%",
361
- },
424
+ "row-gap": "xl",
362
425
  },
363
- image: {
364
- "border-radius": "12px",
365
- "margin-bottom": "24px",
426
+ },
427
+ left_container: {
428
+ display: "flex",
429
+ "flex-direction": "column",
430
+ "align-items": "flex-start",
431
+ flex: "0 0 360px",
432
+ tablet: {
433
+ flex: "1 1 auto",
434
+ "max-width": "100%",
366
435
  width: "100%",
367
- height: "300px",
368
- "object-fit": "cover",
369
- },
370
- social_icon_levoGroup: {
371
- display: "flex",
372
- "column-gap": "md",
373
- "margin-bottom": "24px",
374
- },
375
- social_icon: [
376
- {
377
- icon: {
378
- height: "40px",
379
- width: "40px",
380
- "font-size": "40px",
381
- "background-color": "background-1",
382
- color: "text-1",
383
- "padding-top": "8px",
384
- "padding-bottom": "8px",
385
- "padding-left": "8px",
386
- "padding-right": "8px",
387
- "border-radius": "50%",
388
- "border-color": "border",
389
- "border-width": "1px",
390
- },
391
- },
392
- {
393
- icon: {
394
- height: "40px",
395
- width: "40px",
396
- "font-size": "40px",
397
- "background-color": "background-1",
398
- color: "text-1",
399
- "padding-top": "8px",
400
- "padding-bottom": "8px",
401
- "padding-left": "8px",
402
- "padding-right": "8px",
403
- "border-radius": "50%",
404
- "border-color": "border",
405
- "border-width": "1px",
406
- },
407
- },
408
- {
409
- icon: {
410
- height: "40px",
411
- width: "40px",
412
- "font-size": "40px",
413
- "background-color": "background-1",
414
- color: "text-1",
415
- "padding-top": "8px",
416
- "padding-bottom": "8px",
417
- "padding-left": "8px",
418
- "padding-right": "8px",
419
- "border-radius": "50%",
420
- "border-color": "border",
421
- "border-width": "1px",
422
- },
423
- },
424
- ],
425
- right_container: {
426
- display: "flex",
427
- "flex-direction": "column",
428
- "align-items": "flex-start",
429
- flex: "2",
430
- "row-gap": "32px",
431
436
  },
432
- groups_levoGroup: {
433
- display: "flex",
434
- "column-gap": "base",
435
- "flex-direction": "row",
436
- flex: 1,
437
- width: "100%",
437
+ },
438
+ image: {
439
+ "border-radius": "lg",
440
+ "margin-bottom": "lg",
441
+ width: "100%",
442
+ height: "360px",
443
+ "object-fit": "cover",
444
+ "aspect-ratio": "4 / 5",
445
+ },
446
+ social_icon_levoGroup: {
447
+ display: "flex",
448
+ "column-gap": "sm",
449
+ },
450
+ social_icon_levoGroupItem: {
451
+ icon: {
452
+ height: "40px",
453
+ width: "40px",
454
+ "font-size": "18px",
455
+ "background-color": "text-1",
456
+ color: "background-1",
457
+ "padding-top": "11px",
458
+ "padding-bottom": "11px",
459
+ "padding-left": "11px",
460
+ "padding-right": "11px",
461
+ "border-radius": "9999px",
462
+ "flex-shrink": 0,
463
+ display: "inline-flex",
464
+ "align-items": "center",
465
+ "justify-content": "center",
438
466
  },
439
- groups: [
440
- {
441
- wrapper: {
442
- display: "flex",
443
- "flex-direction": "column",
444
- "row-gap": "base",
445
- flex: 1,
446
- },
447
- title: {
448
- "font-weight": 600,
449
- },
450
- },
451
- {
452
- wrapper: {
453
- display: "flex",
454
- "flex-direction": "column",
455
- "row-gap": "base",
456
- flex: 1,
457
- },
458
- title: {
459
- "font-weight": 600,
460
- },
461
- },
462
- ],
463
- content_container: {
467
+ },
468
+ social_icon: [{}, {}],
469
+ ctas_levoGroup: {
470
+ display: "none",
471
+ },
472
+ ctas: [],
473
+ right_container: {
474
+ display: "flex",
475
+ "flex-direction": "column",
476
+ "align-items": "flex-start",
477
+ flex: "1",
478
+ "row-gap": "xl",
479
+ "padding-top": "xs",
480
+ },
481
+ name: {
482
+ "font-weight": 600,
483
+ },
484
+ groups_levoGroup: {
485
+ display: "grid",
486
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
487
+ "column-gap": "xl",
488
+ "row-gap": "lg",
489
+ width: "100%",
490
+ "padding-top": "md",
491
+ "padding-bottom": "md",
492
+ "border-top": "1px solid",
493
+ "border-bottom": "1px solid",
494
+ "border-color": "border",
495
+ },
496
+ groups_levoGroupItem: {
497
+ wrapper: {
464
498
  display: "flex",
465
499
  "flex-direction": "column",
466
- "align-items": "flex-start",
500
+ "row-gap": "xs",
467
501
  },
468
- content_description: {},
469
- description: {},
470
502
  title: {
471
503
  "font-weight": 600,
504
+ color: "brand",
505
+ "text-transform": "uppercase",
506
+ "letter-spacing": "0.08em",
507
+ "font-size": "xs",
508
+ },
509
+ description: {
510
+ color: "text-1",
511
+ "font-size": "sm",
512
+ "line-height": "1.5",
472
513
  },
473
- ctas: [],
474
- })),
514
+ },
515
+ groups: [{}, {}],
516
+ content_container: {
517
+ display: "flex",
518
+ "flex-direction": "column",
519
+ "align-items": "flex-start",
520
+ },
521
+ content_description: {
522
+ color: "text-2",
523
+ "line-height": "1.6",
524
+ },
525
+ },
475
526
  },
476
527
  content: DEFAULT_CONTENT,
477
528
  },