@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,21 +1,71 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- id: "oilvrpqtlHti",
5
- filename: "footer-6-logo.png",
3
+ const MEDIA_LOGO = {
4
+ id: "levo-logo-1024",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT.png",
8
- srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-750w.webp 750w",
6
+ location:
7
+ "https://static.levocdn.com/WLZ1TXTD/levo-logo-1024-LkpWlHydPFURU.svg",
8
+ mimetype: "image/svg+xml",
9
+ };
10
+
11
+ const ICON_LINKEDIN = {
12
+ kind: "icon",
13
+ data: {
14
+ id: "linkedin",
15
+ label: "Linkedin",
16
+ svgCode:
17
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\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="var(--color-icon-primary)"/>\n</svg>',
18
+ },
19
+ };
20
+
21
+ const ICON_TWITTER = {
22
+ kind: "icon",
23
+ data: {
24
+ id: "twitter",
25
+ label: "Twitter",
26
+ svgCode:
27
+ '<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="var(--color-icon-primary)"/>\n</svg>',
28
+ },
29
+ };
30
+
31
+ const ICON_GITHUB = {
32
+ kind: "icon",
33
+ data: {
34
+ id: "github",
35
+ label: "Github",
36
+ svgCode:
37
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\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="var(--color-icon-primary)"/>\n</svg>',
38
+ },
39
+ };
40
+
41
+ const ICON_YOUTUBE = {
42
+ kind: "icon",
43
+ data: {
44
+ id: "youtube",
45
+ label: "Youtube",
46
+ svgCode:
47
+ '<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.53Z" fill="var(--color-icon-primary)"/>\n</svg>',
48
+ },
49
+ };
50
+
51
+ const ICON_CALL = {
52
+ kind: "icon",
53
+ data: {
54
+ id: "call",
55
+ label: "Call",
56
+ svgCode:
57
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
58
+ },
59
+ };
60
+
61
+ const ICON_SMS = {
62
+ kind: "icon",
63
+ data: {
64
+ id: "sms",
65
+ label: "Sms",
66
+ svgCode:
67
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V15.5C22.75 19.15 20.65 21.25 17 21.25ZM7 4.25C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 12.87C11.1598 12.87 10.3098 12.61 9.65978 12.08L6.52978 9.57997C6.20978 9.31997 6.14978 8.84997 6.40978 8.52997C6.66978 8.20997 7.13978 8.14997 7.45978 8.40997L10.5898 10.91C11.3498 11.52 12.6398 11.52 13.3998 10.91L16.5298 8.40997C16.8498 8.14997 17.3298 8.19997 17.5798 8.52997C17.8398 8.84997 17.7898 9.32997 17.4598 9.57997L14.3298 12.08C13.6898 12.61 12.8398 12.87 11.9998 12.87Z" fill="var(--color-icon-primary)"/>\n</svg>',
17
68
  },
18
- mimetype: "image/png",
19
69
  };
20
70
 
21
71
  const DEFAULT_CONTENT = {
@@ -23,137 +73,115 @@ const DEFAULT_CONTENT = {
23
73
  container: null,
24
74
  contentWrapper: null,
25
75
  logoTextWrapper: null,
26
- logo: MEDIA,
27
- logoDescription: "<p>No more guesswork. No more excuses. Just real, proven training.</p><p></p>",
76
+ logo: MEDIA_LOGO,
77
+ logoDescription:
78
+ "Payment rails, KYC, and settlement on one PCI DSS Level 1 stack.",
79
+
80
+ // contact strip (email + phone) under the logo
28
81
  icon_links: [
29
82
  {
30
- icon: {
31
- kind: "icon",
32
- data: {
33
- id: "sms-notification",
34
- label: "Sms Notification",
35
- tags: ["custom", "directional", "emails-messages", "notification", "sms"],
36
- svgCode:
37
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H14C14.41 2.75 14.75 3.09 14.75 3.5C14.75 3.91 14.41 4.25 14 4.25H7C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V10.5C21.25 10.09 21.59 9.75 22 9.75C22.41 9.75 22.75 10.09 22.75 10.5V15.5C22.75 19.15 20.65 21.25 17 21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 12.87C11.1598 12.87 10.3098 12.61 9.65978 12.08L6.52978 9.58002C6.20978 9.32002 6.14978 8.85002 6.40978 8.53002C6.66978 8.21002 7.13977 8.15003 7.45977 8.41003L10.5898 10.91C11.3498 11.52 12.6398 11.52 13.3998 10.91L14.5798 9.97002C14.8998 9.71002 15.3798 9.76002 15.6298 10.09C15.8898 10.41 15.8398 10.89 15.5098 11.14L14.3298 12.08C13.6898 12.61 12.8398 12.87 11.9998 12.87Z" fill="var(--color-icon-primary)"/>\n<path d="M19.5 8.75C17.71 8.75 16.25 7.29 16.25 5.5C16.25 3.71 17.71 2.25 19.5 2.25C21.29 2.25 22.75 3.71 22.75 5.5C22.75 7.29 21.29 8.75 19.5 8.75ZM19.5 3.75C18.54 3.75 17.75 4.54 17.75 5.5C17.75 6.46 18.54 7.25 19.5 7.25C20.46 7.25 21.25 6.46 21.25 5.5C21.25 4.54 20.46 3.75 19.5 3.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
38
- },
39
- },
40
- description: "<p><strong>-venture@xyz.edu</strong></p>",
41
- label: "<p>Email</p>",
83
+ icon: ICON_SMS,
84
+ label: "Email",
85
+ description: "hello@levo.finance",
42
86
  },
43
87
  {
44
- icon: {
45
- kind: "icon",
46
- data: {
47
- id: "call",
48
- label: "Call",
49
- tags: ["call", "custom", "directional"],
50
- svgCode:
51
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.58 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.08 17.76 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.74 14.76 16.65 14.67 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.35 14.84 10.83 14.36 10.2 13.74C9.71 13.24 9.22 12.71 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.57 10.41C7.51 10.18 7.49 10.05 7.49 9.91C7.49 9.55 7.62 9.23 7.87 8.98L8.62 8.2C8.82 8 8.97 7.81 9.07 7.64C9.15 7.51 9.18 7.4 9.18 7.3C9.18 7.22 9.15 7.1 9.1 6.98C9.03 6.82 8.92 6.64 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.01 14.98 13.97 14.99 13.95 15.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
52
- },
53
- },
54
- description: "<p><strong>-venture@xyz.edu</strong></p>",
55
- label: "<p>Email</p>",
88
+ icon: ICON_CALL,
89
+ label: "Call",
90
+ description: "+1 (415) 555-0199",
56
91
  },
57
92
  ],
93
+
58
94
  contactFormWrapper: null,
59
95
  contact_form: null,
96
+
97
+ // nav columns
60
98
  links: [
61
99
  {
62
- category: "<p><strong>About us</strong></p>",
100
+ category: "Product",
63
101
  links: [
64
- {
65
- cta: "Home",
66
- icon: null,
67
- },
68
- {
69
- cta: "About Us",
70
- icon: null,
71
- },
72
- {
73
- cta: "About Us",
74
- icon: null,
75
- },
102
+ { cta: "Payments", icon: null },
103
+ { cta: "Payouts", icon: null },
104
+ { cta: "KYC & KYB", icon: null },
105
+ { cta: "Ledger", icon: null },
106
+ { cta: "Tokenization", icon: null },
76
107
  ],
77
108
  },
78
109
  {
79
- category: "<p><strong>About us</strong></p>",
110
+ category: "Developers",
80
111
  links: [
81
- {
82
- cta: "Home",
83
- icon: null,
84
- },
85
- {
86
- cta: "About Us",
87
- icon: null,
88
- },
89
- {
90
- cta: "About Us",
91
- icon: null,
92
- },
112
+ { cta: "Documentation", icon: null },
113
+ { cta: "API Reference", icon: null },
114
+ { cta: "Changelog", icon: null },
115
+ { cta: "Status", icon: null },
116
+ { cta: "SDKs", icon: null },
93
117
  ],
94
118
  },
95
119
  ],
120
+
96
121
  footerBottomWrapper: null,
97
- copyright: "Copyright @ 2025",
122
+ copyright: "© 2026 Levo Finance, Inc. All rights reserved.",
123
+
98
124
  social_icon_links: [
99
- {
100
- icon: {
101
- kind: "icon",
102
- data: {
103
- id: "facebook",
104
- label: "Facebook",
105
- tags: ["crypto", "custom", "directional", "facebook"],
106
- svgCode:
107
- '<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>',
108
- },
109
- },
110
- },
111
- {
112
- icon: {
113
- kind: "icon",
114
- data: {
115
- id: "instagram",
116
- label: "Instagram",
117
- tags: ["custom", "essential", "instagram"],
118
- svgCode:
119
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\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<path d="M12 16.25C9.66 16.25 7.75 14.34 7.75 12C7.75 9.66 9.66 7.75 12 7.75C14.34 7.75 16.25 9.66 16.25 12C16.25 14.34 14.34 16.25 12 16.25ZM12 9.25C10.48 9.25 9.25 10.48 9.25 12C9.25 13.52 10.48 14.75 12 14.75C13.52 14.75 14.75 13.52 14.75 12C14.75 10.48 13.52 9.25 12 9.25Z" fill="var(--color-icon-primary)"/>\n<path d="M17 7.50003C16.87 7.50003 16.74 7.47003 16.62 7.42003C16.5 7.37003 16.39 7.30003 16.29 7.21003C16.2 7.11003 16.12 7.00003 16.07 6.88003C16.02 6.76003 16 6.63003 16 6.50003C16 6.37003 16.02 6.24003 16.07 6.12003C16.13 5.99003 16.2 5.89003 16.29 5.79003C16.34 5.75003 16.39 5.70003 16.44 5.67003C16.5 5.63003 16.56 5.60003 16.62 5.58003C16.68 5.55003 16.74 5.53003 16.81 5.52003C17.13 5.45003 17.47 5.56003 17.71 5.79003C17.8 5.89003 17.87 5.99003 17.92 6.12003C17.97 6.24003 18 6.37003 18 6.50003C18 6.63003 17.97 6.76003 17.92 6.88003C17.87 7.00003 17.8 7.11003 17.71 7.21003C17.61 7.30003 17.5 7.37003 17.38 7.42003C17.26 7.47003 17.13 7.50003 17 7.50003Z" fill="var(--color-icon-primary)"/>\n</svg>',
120
- },
121
- },
122
- },
123
- {
124
- icon: {
125
- kind: "icon",
126
- data: {
127
- id: "youtube",
128
- label: "Youtube",
129
- tags: ["crypto", "custom", "directional", "youtube"],
130
- svgCode:
131
- '<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>',
132
- },
133
- },
134
- },
135
- {},
125
+ { icon: ICON_LINKEDIN },
126
+ { icon: ICON_TWITTER },
127
+ { icon: ICON_GITHUB },
128
+ { icon: ICON_YOUTUBE },
136
129
  ],
137
- contact_form_title: "<p>Stay in touch for updates</p>",
138
- social_icons_title: "<p><strong>Follow us on</strong></p>",
130
+ contact_form_title: "Get product updates",
131
+ social_icons_title: "Follow us",
139
132
  };
140
133
 
141
134
  export type IFooter6Content = typeof DEFAULT_CONTENT;
142
135
 
136
+ const CATEGORY_HEADER_STYLE = {
137
+ "margin-bottom": "sm",
138
+ "font-weight": 600,
139
+ "font-size": "xs",
140
+ "text-transform": "uppercase",
141
+ "letter-spacing": "0.04em",
142
+ color: "text-2",
143
+ };
144
+
145
+ const LOGO_STYLE = {
146
+ width: "96px",
147
+ height: "auto",
148
+ tablet: { width: "72px" },
149
+ };
150
+
151
+ const NAV_LINK_STYLES = [
152
+ {
153
+ wrapper: { display: "flex", "column-gap": "sm", "align-items": "center" },
154
+ icon: { display: "none" },
155
+ cta: {},
156
+ },
157
+ { wrapper: { display: "flex" }, icon: { display: "none" }, cta: {} },
158
+ { wrapper: { display: "flex" }, icon: { display: "none" }, cta: {} },
159
+ { wrapper: { display: "flex" }, icon: { display: "none" }, cta: {} },
160
+ { wrapper: { display: "flex" }, icon: { display: "none" }, cta: {} },
161
+ ];
162
+
163
+ const SOCIAL_ICON_STYLE = {
164
+ width: "36px",
165
+ height: "36px",
166
+ "border-radius": "full",
167
+ "background-color": "background-2",
168
+ display: "inline-flex",
169
+ "align-items": "center",
170
+ "justify-content": "center",
171
+ color: "text",
172
+ padding: "xs",
173
+ };
174
+
143
175
  export const Footer6: IBlock = {
144
176
  category_id: "footer",
145
177
  title: "Footer 6",
146
178
  key: "footer-6",
147
179
  version: "v1",
148
180
  prompt_description:
149
- "Footer with logo and tagline on the left, followed by icon links, contact form, and link columns; copyright text at the bottom.",
181
+ "Fintech footer with Levo logo, tagline, inline contact strip, and a right-side newsletter form + social cluster; two nav columns (Product, Developers); brand-tinted copyright bar at the bottom.",
150
182
 
151
183
  content_schema: [
152
- {
153
- key: "layout",
154
- label: "Layout",
155
- field_interface: "LayoutWidget",
156
- },
184
+ { key: "layout", label: "Layout", field_interface: "LayoutWidget" },
157
185
  {
158
186
  key: "container",
159
187
  label: "Container",
@@ -165,17 +193,12 @@ export const Footer6: IBlock = {
165
193
  field_interface: "BoxWidget",
166
194
  },
167
195
 
168
- // logo and description area
169
196
  {
170
197
  key: "logoTextWrapper",
171
198
  label: "Logo Text Wrapper",
172
199
  field_interface: "BoxWidget",
173
200
  },
174
- {
175
- key: "logo",
176
- label: "Logo",
177
- field_interface: "ImageWidget",
178
- },
201
+ { key: "logo", label: "Logo", field_interface: "ImageWidget" },
179
202
  {
180
203
  key: "logoDescription",
181
204
  label: "Description",
@@ -192,21 +215,13 @@ export const Footer6: IBlock = {
192
215
  label: "Content Wrapper",
193
216
  field_interface: "BoxWidget",
194
217
  },
195
- {
196
- key: "icon",
197
- label: "Icon",
198
- field_interface: "IconWidget",
199
- },
218
+ { key: "icon", label: "Icon", field_interface: "IconWidget" },
200
219
  {
201
220
  key: "text_wrapper",
202
221
  label: "Text Wrapper",
203
222
  field_interface: "BoxWidget",
204
223
  },
205
- {
206
- key: "label",
207
- label: "Label",
208
- field_interface: "TypographyWidget",
209
- },
224
+ { key: "label", label: "Label", field_interface: "TypographyWidget" },
210
225
  {
211
226
  key: "description",
212
227
  label: "Description",
@@ -215,7 +230,6 @@ export const Footer6: IBlock = {
215
230
  ],
216
231
  },
217
232
 
218
- // contact form
219
233
  {
220
234
  key: "contactFormWrapper",
221
235
  label: "Contact Form Wrapper",
@@ -241,16 +255,9 @@ export const Footer6: IBlock = {
241
255
  label: "Social Icon Links",
242
256
  kind: "group",
243
257
  field_interface: "BoxWidget",
244
- fields: [
245
- {
246
- key: "icon",
247
- label: "Icon",
248
- field_interface: "IconWidget",
249
- },
250
- ],
258
+ fields: [{ key: "icon", label: "Icon", field_interface: "IconWidget" }],
251
259
  },
252
260
 
253
- // middle links area
254
261
  {
255
262
  key: "links",
256
263
  label: "Links",
@@ -268,27 +275,14 @@ export const Footer6: IBlock = {
268
275
  field_interface: "BoxWidget",
269
276
  kind: "group",
270
277
  fields: [
271
- {
272
- key: "wrapper",
273
- label: "Wrapper",
274
- field_interface: "BoxWidget",
275
- },
276
- {
277
- key: "cta",
278
- label: "CTA",
279
- field_interface: "TypographyWidget",
280
- },
281
- {
282
- key: "icon",
283
- label: "Icon",
284
- field_interface: "IconWidget",
285
- },
278
+ { key: "wrapper", label: "Wrapper", field_interface: "BoxWidget" },
279
+ { key: "cta", label: "CTA", field_interface: "TypographyWidget" },
280
+ { key: "icon", label: "Icon", field_interface: "IconWidget" },
286
281
  ],
287
282
  },
288
283
  ],
289
284
  },
290
285
 
291
- // copyright at bottom
292
286
  {
293
287
  key: "footerBottomWrapper",
294
288
  label: "Footer Bottom Wrapper",
@@ -306,8 +300,6 @@ export const Footer6: IBlock = {
306
300
  key: "default",
307
301
  styles: {
308
302
  layout: {},
309
- "margin-left": "auto",
310
- "margin-right": "auto",
311
303
  container: {
312
304
  display: "flex",
313
305
  "flex-direction": "column",
@@ -324,16 +316,16 @@ export const Footer6: IBlock = {
324
316
  "flex-direction": "column",
325
317
  "row-gap": "lg",
326
318
  },
327
- "padding-left": "5xl",
328
- "padding-right": "5xl",
319
+ "padding-left": "3xl",
320
+ "padding-right": "3xl",
329
321
  "padding-bottom": "none",
330
322
  mobile: {
331
- "padding-left": "2xl",
332
- "padding-right": "2xl",
323
+ "padding-left": "xl",
324
+ "padding-right": "xl",
333
325
  },
334
326
  },
335
327
  logoTextWrapper: {
336
- "max-width": "25%",
328
+ "max-width": "320px",
337
329
  display: "flex",
338
330
  "flex-direction": "column",
339
331
  "row-gap": "sm",
@@ -346,17 +338,19 @@ export const Footer6: IBlock = {
346
338
  "column-gap": "sm",
347
339
  "margin-top": "md",
348
340
  "flex-direction": "column",
349
- "row-gap": "lg",
341
+ "row-gap": "sm",
350
342
  },
351
343
  contactFormWrapper: {
352
344
  "max-width": "35%",
353
- tablet: {
354
- "max-width": "100%",
355
- },
345
+ display: "flex",
346
+ "flex-direction": "column",
347
+ "row-gap": "sm",
348
+ tablet: { "max-width": "100%" },
356
349
  },
357
350
  links_levoGroup: {
358
351
  display: "flex",
359
- "justify-content": "space-around",
352
+ "justify-content": "space-between",
353
+ "column-gap": "2xl",
360
354
  width: "100%",
361
355
  "margin-top": "xl",
362
356
  tablet: {
@@ -369,225 +363,493 @@ export const Footer6: IBlock = {
369
363
  "row-gap": "2xl",
370
364
  },
371
365
  },
372
- links: [
366
+ links_levoGroupItem: {
367
+ category: CATEGORY_HEADER_STYLE,
368
+ links_levoGroup: {
369
+ display: "flex",
370
+ "flex-direction": "column",
371
+ "row-gap": "sm",
372
+ },
373
+ links: NAV_LINK_STYLES,
374
+ },
375
+ links: [{}, {}],
376
+ footerBottomWrapper: {
377
+ display: "flex",
378
+ "justify-content": "center",
379
+ "padding-top": "xl",
380
+ "border-top": "1px solid",
381
+ "border-color": "border",
382
+ "background-color": "brandSecondary",
383
+ width: "100%",
384
+ "padding-bottom": "xl",
385
+ "margin-bottom": "none",
386
+ "align-items": "center",
387
+ "padding-left": "3xl",
388
+ "padding-right": "3xl",
389
+ },
390
+ logo: LOGO_STYLE,
391
+ social_icon_links_levoGroupItem: {
392
+ icon: SOCIAL_ICON_STYLE,
393
+ },
394
+ social_icon_links: [{}, {}, {}, {}],
395
+ logoDescription: {
396
+ "line-height": 1.5,
397
+ },
398
+ icon_links: [
373
399
  {
374
- category: {
375
- "margin-bottom": "sm",
376
- "font-weight": 700,
400
+ description: { "font-size": "sm", "font-weight": 600 },
401
+ content_wrapper: {
402
+ display: "flex",
403
+ "justify-content": "start",
404
+ "align-items": "center",
405
+ "column-gap": "sm",
406
+ },
407
+ label: {
408
+ "font-size": "xs",
409
+ color: "text-2",
410
+ "text-transform": "uppercase",
411
+ "letter-spacing": "0.04em",
377
412
  },
378
- links_levoGroup: {
413
+ text_wrapper: {
379
414
  display: "flex",
380
415
  "flex-direction": "column",
381
- "row-gap": "xs",
416
+ "row-gap": "2xs",
417
+ },
418
+ icon: {
419
+ height: "20px",
420
+ width: "20px",
421
+ color: "text-2",
422
+ "flex-shrink": 0,
382
423
  },
383
- links: [
384
- {
385
- wrapper: {
386
- display: "flex",
387
- "column-gap": "sm",
388
- "align-items": "center",
389
- },
390
- icon: {
391
- width: "20px",
392
- height: "20px",
393
- "border-radius": "base",
394
- },
395
- icon_links_levoGroup: {
396
- display: "flex",
397
- "column-gap": "xs",
398
- },
399
- cta: {},
400
- },
401
- {
402
- wrapper: {
403
- display: "flex",
404
- },
405
- cta: {},
406
- },
407
- {
408
- wrapper: {
409
- display: "flex",
410
- },
411
- cta: {},
412
- },
413
- {
414
- wrapper: {
415
- display: "flex",
416
- },
417
- cta: {
418
- color: "page",
419
- },
420
- },
421
- {
422
- wrapper: {
423
- display: "flex",
424
- },
425
- cta: {
426
- color: "page",
427
- },
428
- },
429
- {
430
- wrapper: {
431
- display: "flex",
432
- },
433
- cta: {
434
- color: "page",
435
- },
436
- },
437
- ],
438
424
  },
439
425
  {
440
- category: {
441
- "margin-bottom": "sm",
442
- "font-weight": 700,
426
+ description: { "font-size": "sm", "font-weight": 600 },
427
+ content_wrapper: {
428
+ display: "flex",
429
+ "justify-content": "start",
430
+ "align-items": "center",
431
+ "column-gap": "sm",
432
+ },
433
+ label: {
434
+ "font-size": "xs",
435
+ color: "text-2",
436
+ "text-transform": "uppercase",
437
+ "letter-spacing": "0.04em",
443
438
  },
444
- links_levoGroup: {
439
+ text_wrapper: {
445
440
  display: "flex",
446
441
  "flex-direction": "column",
447
- "row-gap": "xs",
442
+ "row-gap": "2xs",
443
+ },
444
+ icon: {
445
+ height: "20px",
446
+ width: "20px",
447
+ color: "text-2",
448
+ "flex-shrink": 0,
448
449
  },
449
- links: [
450
- {
451
- wrapper: {
452
- display: "flex",
453
- "column-gap": "sm",
454
- "align-items": "center",
455
- },
456
- icon: {
457
- width: "20px",
458
- height: "20px",
459
- "border-radius": "base",
460
- },
461
- icon_links_levoGroup: {
462
- display: "flex",
463
- "column-gap": "xs",
464
- },
465
- cta: {},
466
- },
467
- {
468
- wrapper: {
469
- display: "flex",
470
- },
471
- cta: {},
472
- },
473
- {
474
- wrapper: {
475
- display: "flex",
476
- },
477
- cta: {},
478
- },
479
- {
480
- wrapper: {
481
- display: "flex",
482
- },
483
- cta: {
484
- color: "page",
485
- },
486
- },
487
- {
488
- wrapper: {
489
- display: "flex",
490
- },
491
- cta: {
492
- color: "page",
493
- },
494
- },
495
- {
496
- wrapper: {
497
- display: "flex",
498
- },
499
- cta: {
500
- color: "page",
501
- },
502
- },
503
- ],
504
450
  },
505
451
  ],
452
+ copyright: {
453
+ "text-align": "center",
454
+ width: "100%",
455
+ color: "brandSecondaryForeground",
456
+ "font-size": "sm",
457
+ },
458
+ contact_form_title: { "font-weight": 600 },
459
+ social_icon_links_levoGroup: {
460
+ display: "flex",
461
+ "column-gap": "sm",
462
+ },
463
+ social_icons_title: {
464
+ "margin-bottom": "xs",
465
+ "font-size": "xs",
466
+ color: "text-2",
467
+ "text-transform": "uppercase",
468
+ "letter-spacing": "0.04em",
469
+ "font-weight": 600,
470
+ },
471
+ },
472
+ config: {
473
+ links: [
474
+ {
475
+ category: {
476
+ heading: { level: "4" },
477
+ selectedVariants: { Heading_Level: "H6" },
478
+ },
479
+ },
480
+ {
481
+ category: {
482
+ selectedVariants: { Heading_Level: "H6" },
483
+ heading: { level: "4" },
484
+ },
485
+ },
486
+ ],
487
+ contact_form_title: {
488
+ selectedVariants: { Typography_Variants: "Large" },
489
+ },
490
+ social_icons_title: { selectedVariants: {} },
491
+ },
492
+ content: DEFAULT_CONTENT,
493
+ },
494
+ {
495
+ title: "Centered",
496
+ key: "centered",
497
+ styles: {
498
+ layout: {},
499
+ container: {
500
+ display: "flex",
501
+ "flex-direction": "column",
502
+ "column-gap": "none",
503
+ "row-gap": "2xl",
504
+ "padding-left": "none",
505
+ "padding-right": "none",
506
+ "align-items": "center",
507
+ "text-align": "center",
508
+ },
509
+ contentWrapper: {
510
+ display: "flex",
511
+ "flex-direction": "column",
512
+ "align-items": "center",
513
+ "row-gap": "2xl",
514
+ "margin-bottom": "3xl",
515
+ "padding-left": "3xl",
516
+ "padding-right": "3xl",
517
+ mobile: {
518
+ "padding-left": "xl",
519
+ "padding-right": "xl",
520
+ },
521
+ },
522
+ logoTextWrapper: {
523
+ "max-width": "480px",
524
+ display: "flex",
525
+ "flex-direction": "column",
526
+ "row-gap": "sm",
527
+ "align-items": "center",
528
+ tablet: {
529
+ "max-width": "100%",
530
+ },
531
+ },
532
+ icon_links_levoGroup: {
533
+ display: "flex",
534
+ "column-gap": "xl",
535
+ "margin-top": "md",
536
+ "flex-direction": "row",
537
+ "justify-content": "center",
538
+ "flex-wrap": "wrap",
539
+ "row-gap": "sm",
540
+ },
541
+ contactFormWrapper: {
542
+ "max-width": "420px",
543
+ display: "flex",
544
+ "flex-direction": "column",
545
+ "row-gap": "sm",
546
+ "align-items": "center",
547
+ tablet: { "max-width": "100%" },
548
+ },
549
+ links_levoGroup: {
550
+ display: "flex",
551
+ "justify-content": "center",
552
+ "column-gap": "5xl",
553
+ width: "100%",
554
+ "margin-top": "xl",
555
+ tablet: {
556
+ "flex-wrap": "wrap",
557
+ "row-gap": "lg",
558
+ "flex-direction": "column",
559
+ "align-items": "center",
560
+ },
561
+ mobile: {
562
+ "flex-direction": "column",
563
+ "row-gap": "2xl",
564
+ },
565
+ },
566
+ links_levoGroupItem: {
567
+ category: CATEGORY_HEADER_STYLE,
568
+ links_levoGroup: {
569
+ display: "flex",
570
+ "flex-direction": "column",
571
+ "row-gap": "sm",
572
+ "align-items": "flex-start",
573
+ },
574
+ links: NAV_LINK_STYLES,
575
+ },
576
+ links: [{}, {}],
506
577
  footerBottomWrapper: {
507
578
  display: "flex",
508
- "justify-content": "start",
579
+ "justify-content": "center",
509
580
  "padding-top": "xl",
510
581
  "border-top": "1px solid",
511
582
  "border-color": "border",
512
583
  "background-color": "brandSecondary",
513
584
  width: "100%",
514
585
  "padding-bottom": "xl",
515
- "margin-bottom": "none",
516
- "align-items": "start",
517
- tablet: {
518
- "justify-content": "center",
519
- "align-items": "center",
520
- },
521
- "padding-left": "5xl",
522
- "padding-right": "5xl",
586
+ "padding-left": "3xl",
587
+ "padding-right": "3xl",
523
588
  },
524
- logo: {
525
- width: "auto",
526
- "border-radius": "base",
527
- tablet: {
528
- width: "200px",
529
- },
530
- },
531
- social_icon_links: [
589
+ logo: LOGO_STYLE,
590
+ social_icon_links_levoGroupItem: { icon: SOCIAL_ICON_STYLE },
591
+ social_icon_links: [{}, {}, {}, {}],
592
+ logoDescription: { "line-height": 1.5 },
593
+ icon_links: [
532
594
  {
595
+ description: { "font-size": "sm", "font-weight": 600 },
596
+ content_wrapper: {
597
+ display: "flex",
598
+ "flex-direction": "row",
599
+ "align-items": "center",
600
+ "column-gap": "sm",
601
+ },
602
+ label: {
603
+ "font-size": "xs",
604
+ color: "text-2",
605
+ "text-transform": "uppercase",
606
+ "letter-spacing": "0.04em",
607
+ },
608
+ text_wrapper: {
609
+ display: "flex",
610
+ "flex-direction": "column",
611
+ "row-gap": "2xs",
612
+ "align-items": "start",
613
+ },
533
614
  icon: {
534
- height: "22px",
535
- width: "22px",
536
- "font-size": "22px",
615
+ height: "20px",
616
+ width: "20px",
617
+ color: "text-2",
618
+ "flex-shrink": 0,
537
619
  },
538
620
  },
539
621
  {
622
+ description: { "font-size": "sm", "font-weight": 600 },
623
+ content_wrapper: {
624
+ display: "flex",
625
+ "flex-direction": "row",
626
+ "align-items": "center",
627
+ "column-gap": "sm",
628
+ },
629
+ label: {
630
+ "font-size": "xs",
631
+ color: "text-2",
632
+ "text-transform": "uppercase",
633
+ "letter-spacing": "0.04em",
634
+ },
635
+ text_wrapper: {
636
+ display: "flex",
637
+ "flex-direction": "column",
638
+ "row-gap": "2xs",
639
+ "align-items": "start",
640
+ },
540
641
  icon: {
541
- height: "22px",
542
- width: "22px",
543
- "font-size": "22px",
642
+ height: "20px",
643
+ width: "20px",
644
+ color: "text-2",
645
+ "flex-shrink": 0,
544
646
  },
545
647
  },
648
+ ],
649
+ copyright: {
650
+ "text-align": "center",
651
+ width: "100%",
652
+ color: "brandSecondaryForeground",
653
+ "font-size": "sm",
654
+ },
655
+ contact_form_title: { "font-weight": 600, "text-align": "center" },
656
+ social_icon_links_levoGroup: {
657
+ display: "flex",
658
+ "column-gap": "sm",
659
+ "justify-content": "center",
660
+ },
661
+ social_icons_title: {
662
+ "margin-bottom": "xs",
663
+ "font-size": "xs",
664
+ color: "text-2",
665
+ "text-transform": "uppercase",
666
+ "letter-spacing": "0.04em",
667
+ "font-weight": 600,
668
+ "text-align": "center",
669
+ },
670
+ },
671
+ config: {
672
+ links: [
546
673
  {
547
- icon: {
548
- height: "22px",
549
- width: "22px",
550
- "font-size": "22px",
674
+ category: {
675
+ heading: { level: "4" },
676
+ selectedVariants: { Heading_Level: "H6" },
677
+ },
678
+ },
679
+ {
680
+ category: {
681
+ selectedVariants: { Heading_Level: "H6" },
682
+ heading: { level: "4" },
551
683
  },
552
684
  },
553
685
  ],
554
- logoDescription: {
555
- "line-height": 1.5,
686
+ contact_form_title: {
687
+ selectedVariants: { Typography_Variants: "Large" },
556
688
  },
689
+ social_icons_title: { selectedVariants: {} },
690
+ },
691
+ content: DEFAULT_CONTENT,
692
+ },
693
+ {
694
+ title: "Stacked",
695
+ key: "stacked",
696
+ styles: {
697
+ layout: {},
698
+ container: {
699
+ display: "flex",
700
+ "flex-direction": "column",
701
+ "column-gap": "none",
702
+ "row-gap": "2xl",
703
+ "padding-left": "none",
704
+ "padding-right": "none",
705
+ },
706
+ contentWrapper: {
707
+ display: "flex",
708
+ "flex-direction": "column",
709
+ "row-gap": "2xl",
710
+ "margin-bottom": "3xl",
711
+ "padding-left": "3xl",
712
+ "padding-right": "3xl",
713
+ "padding-bottom": "none",
714
+ mobile: {
715
+ "padding-left": "xl",
716
+ "padding-right": "xl",
717
+ },
718
+ },
719
+ logoTextWrapper: {
720
+ "max-width": "100%",
721
+ display: "flex",
722
+ "flex-direction": "row",
723
+ "column-gap": "lg",
724
+ "align-items": "center",
725
+ "justify-content": "space-between",
726
+ tablet: {
727
+ "max-width": "100%",
728
+ "flex-direction": "column",
729
+ "row-gap": "sm",
730
+ "align-items": "start",
731
+ },
732
+ },
733
+ icon_links_levoGroup: {
734
+ display: "flex",
735
+ "column-gap": "xl",
736
+ "flex-direction": "row",
737
+ "flex-wrap": "wrap",
738
+ "row-gap": "sm",
739
+ },
740
+ contactFormWrapper: {
741
+ "max-width": "100%",
742
+ "border-style": "solid",
743
+ "border-color": "var(--color-border)",
744
+ "border-top-width": "1px",
745
+ "padding-top": "xl",
746
+ display: "flex",
747
+ "flex-direction": "column",
748
+ "row-gap": "sm",
749
+ tablet: {
750
+ "max-width": "100%",
751
+ },
752
+ },
753
+ links_levoGroup: {
754
+ display: "flex",
755
+ "justify-content": "space-between",
756
+ "column-gap": "2xl",
757
+ width: "100%",
758
+ "margin-top": "xl",
759
+ "border-style": "solid",
760
+ "border-color": "var(--color-border)",
761
+ "border-top-width": "1px",
762
+ "padding-top": "xl",
763
+ tablet: {
764
+ "flex-wrap": "wrap",
765
+ "row-gap": "lg",
766
+ "flex-direction": "column",
767
+ },
768
+ mobile: {
769
+ "flex-direction": "column",
770
+ "row-gap": "2xl",
771
+ },
772
+ },
773
+ links_levoGroupItem: {
774
+ category: CATEGORY_HEADER_STYLE,
775
+ links_levoGroup: {
776
+ display: "flex",
777
+ "flex-direction": "column",
778
+ "row-gap": "sm",
779
+ },
780
+ links: NAV_LINK_STYLES,
781
+ },
782
+ links: [{}, {}],
783
+ footerBottomWrapper: {
784
+ display: "flex",
785
+ "justify-content": "center",
786
+ "padding-top": "xl",
787
+ "border-top": "1px solid",
788
+ "border-color": "border",
789
+ "background-color": "brandSecondary",
790
+ width: "100%",
791
+ "padding-bottom": "xl",
792
+ "align-items": "center",
793
+ "padding-left": "3xl",
794
+ "padding-right": "3xl",
795
+ },
796
+ logo: LOGO_STYLE,
797
+ social_icon_links_levoGroupItem: {
798
+ icon: SOCIAL_ICON_STYLE,
799
+ },
800
+ social_icon_links: [{}, {}, {}, {}],
801
+ logoDescription: { "line-height": 1.5 },
557
802
  icon_links: [
558
803
  {
559
- description: {},
804
+ description: { "font-size": "sm", "font-weight": 600 },
560
805
  content_wrapper: {
561
806
  display: "flex",
562
807
  "justify-content": "start",
563
- "align-items": "start",
564
- "column-gap": "xs",
808
+ "align-items": "center",
809
+ "column-gap": "sm",
810
+ },
811
+ label: {
812
+ "font-size": "xs",
813
+ color: "text-2",
814
+ "text-transform": "uppercase",
815
+ "letter-spacing": "0.04em",
816
+ },
817
+ text_wrapper: {
818
+ display: "flex",
819
+ "flex-direction": "column",
820
+ "row-gap": "2xs",
565
821
  },
566
- label: {},
567
822
  icon: {
568
- height: "22px",
569
- width: "22px",
570
- "font-size": "22px",
823
+ height: "20px",
824
+ width: "20px",
825
+ color: "text-2",
826
+ "flex-shrink": 0,
571
827
  },
572
828
  },
573
829
  {
574
- description: {},
830
+ description: { "font-size": "sm", "font-weight": 600 },
575
831
  content_wrapper: {
576
832
  display: "flex",
577
833
  "justify-content": "start",
578
- "align-items": "start",
579
- "column-gap": "xs",
834
+ "align-items": "center",
835
+ "column-gap": "sm",
580
836
  },
581
- label: {},
582
- icon: {
583
- height: "22px",
584
- width: "22px",
585
- "font-size": "22px",
837
+ label: {
838
+ "font-size": "xs",
839
+ color: "text-2",
840
+ "text-transform": "uppercase",
841
+ "letter-spacing": "0.04em",
586
842
  },
587
- },
588
- {
589
- description: {
590
- color: "white",
843
+ text_wrapper: {
844
+ display: "flex",
845
+ "flex-direction": "column",
846
+ "row-gap": "2xs",
847
+ },
848
+ icon: {
849
+ height: "20px",
850
+ width: "20px",
851
+ color: "text-2",
852
+ "flex-shrink": 0,
591
853
  },
592
854
  },
593
855
  ],
@@ -595,47 +857,38 @@ export const Footer6: IBlock = {
595
857
  "text-align": "center",
596
858
  width: "100%",
597
859
  color: "brandSecondaryForeground",
860
+ "font-size": "sm",
598
861
  },
599
- contact_form_title: {},
600
- social_icon_links_levoGroup: {
601
- display: "flex",
602
- "column-gap": "base",
603
- },
862
+ contact_form_title: { "font-weight": 600 },
863
+ social_icon_links_levoGroup: { display: "flex", "column-gap": "sm" },
604
864
  social_icons_title: {
605
865
  "margin-bottom": "xs",
866
+ "font-size": "xs",
867
+ color: "text-2",
868
+ "text-transform": "uppercase",
869
+ "letter-spacing": "0.04em",
870
+ "font-weight": 600,
606
871
  },
607
872
  },
608
873
  config: {
609
874
  links: [
610
875
  {
611
876
  category: {
612
- heading: {
613
- level: "4",
614
- },
615
- selectedVariants: {
616
- Heading_Level: "H6",
617
- },
877
+ heading: { level: "4" },
878
+ selectedVariants: { Heading_Level: "H6" },
618
879
  },
619
880
  },
620
881
  {
621
882
  category: {
622
- selectedVariants: {
623
- Heading_Level: "H6",
624
- },
625
- heading: {
626
- level: "4",
627
- },
883
+ selectedVariants: { Heading_Level: "H6" },
884
+ heading: { level: "4" },
628
885
  },
629
886
  },
630
887
  ],
631
888
  contact_form_title: {
632
- selectedVariants: {
633
- Typography_Variants: "Large",
634
- },
635
- },
636
- social_icons_title: {
637
- selectedVariants: {},
889
+ selectedVariants: { Typography_Variants: "Large" },
638
890
  },
891
+ social_icons_title: { selectedVariants: {} },
639
892
  },
640
893
  content: DEFAULT_CONTENT,
641
894
  },