@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,32 +1,51 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const DUMMY_ICON = {
3
+ const MEDIA_LOGO = {
4
+ id: "levo-logo-1024",
5
+ kind: "image",
6
+ location:
7
+ "https://static.levocdn.com/WLZ1TXTD/levo-logo-1024-LkpWlHydPFURU.svg",
8
+ mimetype: "image/svg+xml",
9
+ };
10
+
11
+ const ICON_LINKEDIN = {
4
12
  kind: "icon",
5
13
  data: {
6
- id: "archive-minus",
7
- label: "Archive Minus",
8
- tags: ["archive", "custom", "directional", "minus"],
14
+ id: "linkedin",
15
+ label: "Linkedin",
9
16
  svgCode:
10
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
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>',
11
18
  },
12
19
  };
13
20
 
14
- const MEDIA = {
15
- id: "k5KiTxROzoNX",
16
- filename: "footer-5-logo.png",
17
- kind: "image",
18
- location: "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4.png",
19
- srcset: {
20
- "1080w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1080w.webp",
21
- "1200w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1200w.webp",
22
- "1920w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1920w.webp",
23
- "320w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-320w.webp",
24
- "640w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-640w.webp",
25
- "750w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-750w.webp",
26
- "828w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-828w.webp",
27
- path: "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-640w.webp 640w",
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>',
28
48
  },
29
- mimetype: "image/png",
30
49
  };
31
50
 
32
51
  const DEFAULT_CONTENT = {
@@ -34,69 +53,194 @@ const DEFAULT_CONTENT = {
34
53
  container: null,
35
54
  contentWrapper: null,
36
55
 
37
- // logo and description
56
+ // logo + tagline
38
57
  logoTextWrapper: null,
39
- logo: MEDIA,
40
- logoDescription: "No more guesswork. No more excuses. Just real, proven training.",
58
+ logo: MEDIA_LOGO,
59
+ logoDescription:
60
+ "Payment rails, KYC, and settlement on one PCI DSS Level 1 stack.",
41
61
 
42
- // middle links area
62
+ // nav columns
43
63
  links: [
44
64
  {
45
- category: "Links",
46
- links: [{ text: "About" }, { text: "Trainer" }, { text: "Program" }, { text: "Location" }],
65
+ category: "Product",
66
+ links: [
67
+ { text: "Payments" },
68
+ { text: "Payouts" },
69
+ { text: "KYC & KYB" },
70
+ { text: "Ledger" },
71
+ ],
47
72
  },
48
73
  {
49
- category: "About us",
50
- links: [{ text: "Purpose" }, { text: "Careers" }, { text: "Resources" }],
74
+ category: "Company",
75
+ links: [{ text: "About" }, { text: "Careers" }, { text: "Trust Center" }],
51
76
  },
52
77
  {
53
- category: "Program",
78
+ category: "Developers",
54
79
  links: [
55
- { text: "Cardio" },
56
- { text: "Weight Gain" },
57
- { text: "Fat Loss" },
58
- { text: "Muscle Gain" },
80
+ { text: "Documentation" },
81
+ { text: "API Reference" },
82
+ { text: "Changelog" },
83
+ { text: "Status" },
59
84
  ],
60
85
  },
61
86
  ],
62
87
 
63
- // footer bottom area
64
- copyright: "Copyright @ 2025",
88
+ copyright: 2026 Levo Finance, Inc. All rights reserved.",
65
89
  footerBottomRightArea: [
66
- {
67
- link: null,
68
- cta: "Disclaimer",
69
- separator: null,
70
- },
71
- {
72
- link: null,
73
- cta: "Privacy Policy",
74
- separator: null,
75
- },
90
+ { link: null, cta: "Privacy Policy", separator: null },
91
+ { link: null, cta: "Terms of Service", separator: null },
76
92
  ],
77
93
 
78
- // Social icons
79
94
  socialIcons: [
95
+ { icon: ICON_LINKEDIN, link: null },
96
+ { icon: ICON_TWITTER, link: null },
97
+ { icon: ICON_GITHUB, link: null },
98
+ { icon: ICON_YOUTUBE, link: null },
99
+ ],
100
+ };
101
+
102
+ export type IFooter5Content = typeof DEFAULT_CONTENT;
103
+
104
+ const CATEGORY_HEADER_STYLE = {
105
+ "margin-bottom": "sm",
106
+ "font-weight": 600,
107
+ "font-size": "xs",
108
+ "text-transform": "uppercase",
109
+ "letter-spacing": "0.04em",
110
+ color: "text-2",
111
+ };
112
+
113
+ const SOCIAL_ICON_BUTTON_STYLE = {
114
+ width: "36px",
115
+ height: "36px",
116
+ "border-radius": "full",
117
+ "background-color": "background-2",
118
+ display: "inline-flex",
119
+ "align-items": "center",
120
+ "justify-content": "center",
121
+ color: "text",
122
+ padding: "xs",
123
+ };
124
+
125
+ const LOGO_STYLE = {
126
+ width: "96px",
127
+ height: "auto",
128
+ tablet: { width: "72px" },
129
+ };
130
+
131
+ const DEFAULT_CONFIG = {
132
+ links: [
80
133
  {
81
- icon: DUMMY_ICON,
82
- link: null,
83
- },
84
- {
85
- icon: DUMMY_ICON,
86
- link: null,
134
+ category: {
135
+ heading: { level: "4" },
136
+ selectedVariants: { Heading_Level: "H6" },
137
+ },
138
+ links: Array(4).fill({ text: { selectedVariants: {} } }),
87
139
  },
88
140
  {
89
- icon: DUMMY_ICON,
90
- link: null,
141
+ category: { selectedVariants: { Heading_Level: "H6" } },
142
+ links: Array(3).fill({ text: { selectedVariants: {} } }),
91
143
  },
92
144
  {
93
- icon: DUMMY_ICON,
94
- link: null,
145
+ category: { selectedVariants: { Heading_Level: "H6" } },
146
+ links: Array(4).fill({ text: { selectedVariants: {} } }),
95
147
  },
96
148
  ],
97
149
  };
98
150
 
99
- export type IFooter5Content = typeof DEFAULT_CONTENT;
151
+ const DEFAULT_STYLES = {
152
+ layout: {},
153
+ container: {
154
+ display: "flex",
155
+ "flex-direction": "column",
156
+ "column-gap": "none",
157
+ "row-gap": "2xl",
158
+ },
159
+ footerBottomWrapper: {
160
+ "border-style": "solid",
161
+ "border-color": "var(--color-border)",
162
+ "border-top-width": "1px",
163
+ "padding-top": "xl",
164
+ display: "flex",
165
+ "align-items": "center",
166
+ "justify-content": "space-between",
167
+ "padding-bottom": "xl",
168
+ "column-gap": "xl",
169
+ },
170
+ footerBottomRightArea_levoGroup: {
171
+ display: "flex",
172
+ "column-gap": "sm",
173
+ "align-items": "center",
174
+ },
175
+ footerBottomRightArea_levoGroupItem: {
176
+ link: {},
177
+ cta: { "font-size": "sm", color: "text-2" },
178
+ separator: {
179
+ width: "1px",
180
+ height: "1rem",
181
+ "background-color": "var(--color-border)",
182
+ "margin-left": "sm",
183
+ "margin-right": "sm",
184
+ },
185
+ },
186
+ footerBottomRightArea: [{}, {}],
187
+ contentWrapper: {
188
+ display: "flex",
189
+ "column-gap": "3xl",
190
+ tablet: {
191
+ "flex-direction": "column",
192
+ "row-gap": "lg",
193
+ },
194
+ },
195
+ logoTextWrapper: {
196
+ "max-width": "320px",
197
+ display: "flex",
198
+ "flex-direction": "column",
199
+ "row-gap": "sm",
200
+ tablet: { "max-width": "100%" },
201
+ },
202
+ links_levoGroup: {
203
+ "max-width": "auto",
204
+ display: "flex",
205
+ "justify-content": "space-between",
206
+ "column-gap": "2xl",
207
+ width: "100%",
208
+ tablet: { "justify-content": "space-between" },
209
+ mobile: { "flex-direction": "column", "row-gap": "2xl" },
210
+ },
211
+ links_levoGroupItem: {
212
+ category: CATEGORY_HEADER_STYLE,
213
+ links_levoGroup: {
214
+ display: "flex",
215
+ "flex-direction": "column",
216
+ "row-gap": "sm",
217
+ },
218
+ links_levoGroupItem: {
219
+ iconWrapper: {
220
+ display: "flex",
221
+ "column-gap": "sm",
222
+ "align-items": "center",
223
+ },
224
+ icon: { display: "none" },
225
+ text: {},
226
+ },
227
+ },
228
+ links: [
229
+ { links: [{}, {}, {}, {}] },
230
+ { links: [{}, {}, {}] },
231
+ { links: [{}, {}, {}, {}] },
232
+ ],
233
+ logo: LOGO_STYLE,
234
+ socialIcons_levoGroup: {
235
+ display: "flex",
236
+ "align-items": "center",
237
+ "column-gap": "sm",
238
+ },
239
+ socialIcons_levoGroupItem: {
240
+ icon: SOCIAL_ICON_BUTTON_STYLE,
241
+ },
242
+ socialIcons: [{}, {}, {}, {}],
243
+ };
100
244
 
101
245
  export const Footer5: IBlock = {
102
246
  category_id: "footer",
@@ -104,14 +248,10 @@ export const Footer5: IBlock = {
104
248
  key: "footer-5",
105
249
  version: "v1",
106
250
  prompt_description:
107
- "Fitness-themed footer with main title, description, and three columns for navigation links, company info, and program details, plus bottom section with copyright and social icons",
251
+ "Fintech footer with Levo logo and tagline on the left, three nav columns (Product, Company, Developers), and a bottom bar with copyright, legal links, and a social icon cluster.",
108
252
 
109
253
  content_schema: [
110
- {
111
- key: "layout",
112
- label: "Layout",
113
- field_interface: "LayoutWidget",
114
- },
254
+ { key: "layout", label: "Layout", field_interface: "LayoutWidget" },
115
255
  {
116
256
  key: "container",
117
257
  label: "Container",
@@ -123,24 +263,18 @@ export const Footer5: IBlock = {
123
263
  field_interface: "BoxWidget",
124
264
  },
125
265
 
126
- // logo and description area
127
266
  {
128
267
  key: "logoTextWrapper",
129
268
  label: "Logo Text Wrapper",
130
269
  field_interface: "BoxWidget",
131
270
  },
132
- {
133
- key: "logo",
134
- label: "Logo",
135
- field_interface: "ImageWidget",
136
- },
271
+ { key: "logo", label: "Logo", field_interface: "ImageWidget" },
137
272
  {
138
273
  key: "logoDescription",
139
274
  label: "Description",
140
275
  field_interface: "TypographyWidget",
141
276
  },
142
277
 
143
- // middle links area
144
278
  {
145
279
  key: "links",
146
280
  label: "Links",
@@ -163,22 +297,13 @@ export const Footer5: IBlock = {
163
297
  label: "Icon Wrapper",
164
298
  field_interface: "BoxWidget",
165
299
  },
166
- {
167
- key: "icon",
168
- label: "Icon",
169
- field_interface: "IconWidget",
170
- },
171
- {
172
- key: "text",
173
- label: "Text",
174
- field_interface: "TypographyWidget",
175
- },
300
+ { key: "icon", label: "Icon", field_interface: "IconWidget" },
301
+ { key: "text", label: "Text", field_interface: "TypographyWidget" },
176
302
  ],
177
303
  },
178
304
  ],
179
305
  },
180
306
 
181
- // footer bottom area
182
307
  {
183
308
  key: "footerBottomWrapper",
184
309
  label: "Footer Bottom Wrapper",
@@ -195,16 +320,8 @@ export const Footer5: IBlock = {
195
320
  field_interface: "BoxWidget",
196
321
  kind: "group",
197
322
  fields: [
198
- {
199
- key: "cta",
200
- label: "CTA",
201
- field_interface: "TypographyWidget",
202
- },
203
- {
204
- key: "separator",
205
- label: "Separator",
206
- field_interface: "BoxWidget",
207
- },
323
+ { key: "cta", label: "CTA", field_interface: "TypographyWidget" },
324
+ { key: "separator", label: "Separator", field_interface: "BoxWidget" },
208
325
  ],
209
326
  },
210
327
  {
@@ -213,11 +330,7 @@ export const Footer5: IBlock = {
213
330
  field_interface: "BoxWidget",
214
331
  kind: "group",
215
332
  fields: [
216
- {
217
- key: "icon",
218
- label: "Social Icon",
219
- field_interface: "IconWidget",
220
- },
333
+ { key: "icon", label: "Social Icon", field_interface: "IconWidget" },
221
334
  ],
222
335
  },
223
336
  ],
@@ -227,95 +340,14 @@ export const Footer5: IBlock = {
227
340
  title: "Default",
228
341
  key: "default",
229
342
  content: DEFAULT_CONTENT,
230
- config: {
231
- links: [
232
- {
233
- category: {
234
- heading: {
235
- level: "4",
236
- },
237
- selectedVariants: {
238
- Heading_Level: "H6",
239
- },
240
- },
241
- links: [
242
- {
243
- text: {
244
- selectedVariants: {},
245
- },
246
- },
247
- {
248
- text: {
249
- selectedVariants: {},
250
- },
251
- },
252
- {
253
- text: {
254
- selectedVariants: {},
255
- },
256
- },
257
- {
258
- text: {
259
- selectedVariants: {},
260
- },
261
- },
262
- ],
263
- },
264
- {
265
- category: {
266
- selectedVariants: {
267
- Heading_Level: "H6",
268
- },
269
- },
270
- links: [
271
- {
272
- text: {
273
- selectedVariants: {},
274
- },
275
- },
276
- {
277
- text: {
278
- selectedVariants: {},
279
- },
280
- },
281
- {
282
- text: {
283
- selectedVariants: {},
284
- },
285
- },
286
- ],
287
- },
288
- {
289
- category: {
290
- selectedVariants: {
291
- Heading_Level: "H6",
292
- },
293
- },
294
- links: [
295
- {
296
- text: {
297
- selectedVariants: {},
298
- },
299
- },
300
- {
301
- text: {
302
- selectedVariants: {},
303
- },
304
- },
305
- {
306
- text: {
307
- selectedVariants: {},
308
- },
309
- },
310
- {
311
- text: {
312
- selectedVariants: {},
313
- },
314
- },
315
- ],
316
- },
317
- ],
318
- },
343
+ config: DEFAULT_CONFIG,
344
+ styles: DEFAULT_STYLES,
345
+ },
346
+ {
347
+ title: "Centered",
348
+ key: "centered",
349
+ content: DEFAULT_CONTENT,
350
+ config: DEFAULT_CONFIG,
319
351
  styles: {
320
352
  layout: {},
321
353
  container: {
@@ -323,6 +355,8 @@ export const Footer5: IBlock = {
323
355
  "flex-direction": "column",
324
356
  "column-gap": "none",
325
357
  "row-gap": "2xl",
358
+ "align-items": "center",
359
+ "text-align": "center",
326
360
  },
327
361
  footerBottomWrapper: {
328
362
  "border-style": "solid",
@@ -331,182 +365,194 @@ export const Footer5: IBlock = {
331
365
  "padding-top": "xl",
332
366
  display: "flex",
333
367
  "align-items": "center",
334
- "justify-content": "space-between",
368
+ "justify-content": "center",
335
369
  "padding-bottom": "xl",
370
+ "column-gap": "xl",
336
371
  },
337
372
  footerBottomRightArea_levoGroup: {
338
373
  display: "flex",
339
374
  "column-gap": "sm",
340
375
  "align-items": "center",
341
376
  },
342
- footerBottomRightArea: [
343
- {
344
- link: {},
345
- cta: {},
346
- separator: {
347
- width: "1px",
348
- height: "1rem",
349
- "background-color": "var(--color-border)",
350
- "margin-left": "sm",
351
- "margin-right": "sm",
352
- },
353
- },
354
- {
355
- link: {},
356
- cta: {},
357
- separator: {
358
- width: "1px",
359
- height: "1rem",
360
- "background-color": "var(--color-border)",
361
- "margin-left": "sm",
362
- "margin-right": "sm",
363
- },
377
+ footerBottomRightArea_levoGroupItem: {
378
+ link: {},
379
+ cta: { "font-size": "sm", color: "text-2" },
380
+ separator: {
381
+ width: "1px",
382
+ height: "1rem",
383
+ "background-color": "var(--color-border)",
384
+ "margin-left": "sm",
385
+ "margin-right": "sm",
364
386
  },
365
- ],
387
+ },
388
+ footerBottomRightArea: [{}, {}],
366
389
  contentWrapper: {
367
390
  display: "flex",
368
- tablet: {
369
- "flex-direction": "column",
370
- "row-gap": "lg",
371
- },
391
+ "flex-direction": "column",
392
+ "align-items": "center",
393
+ "row-gap": "2xl",
372
394
  },
373
395
  logoTextWrapper: {
374
- "max-width": "20%",
396
+ "max-width": "480px",
375
397
  display: "flex",
376
398
  "flex-direction": "column",
377
399
  "row-gap": "sm",
378
- tablet: {
379
- "max-width": "100%",
380
- },
400
+ "align-items": "center",
401
+ tablet: { "max-width": "100%" },
381
402
  },
382
403
  links_levoGroup: {
383
404
  "max-width": "auto",
384
405
  display: "flex",
385
- "justify-content": "space-around",
406
+ "justify-content": "center",
407
+ "column-gap": "5xl",
386
408
  width: "100%",
387
- tablet: {
388
- "justify-content": "space-between",
389
- },
409
+ tablet: { "justify-content": "space-between" },
390
410
  mobile: {
391
411
  "flex-direction": "column",
392
412
  "row-gap": "2xl",
413
+ "align-items": "center",
393
414
  },
394
415
  },
395
- links: [
396
- {
397
- category: {
398
- "margin-bottom": "sm",
399
- "font-weight": 600,
400
- },
401
- links_levoGroup: {
402
- display: "flex",
403
- "flex-direction": "column",
404
- "row-gap": "xs",
405
- },
406
- links: [
407
- {
408
- text: {},
409
- },
410
- {
411
- text: {},
412
- },
413
- {
414
- text: {},
415
- },
416
- {
417
- text: {},
418
- },
419
- ],
420
- },
421
- {
422
- category: {
423
- "margin-bottom": "sm",
424
- "font-weight": 600,
425
- },
426
- links_levoGroup: {
427
- display: "flex",
428
- "flex-direction": "column",
429
- "row-gap": "xs",
430
- },
431
- links: [
432
- {
433
- text: {},
434
- },
435
- {
436
- text: {},
437
- },
438
- {
439
- text: {},
440
- },
441
- ],
416
+ links_levoGroupItem: {
417
+ category: CATEGORY_HEADER_STYLE,
418
+ links_levoGroup: {
419
+ display: "flex",
420
+ "flex-direction": "column",
421
+ "row-gap": "sm",
422
+ "align-items": "flex-start",
442
423
  },
443
- {
444
- category: {
445
- "margin-bottom": "sm",
446
- "font-weight": 600,
447
- },
448
- links_levoGroup: {
424
+ links_levoGroupItem: {
425
+ iconWrapper: {
449
426
  display: "flex",
450
- "flex-direction": "column",
451
- "row-gap": "xs",
427
+ "column-gap": "sm",
428
+ "align-items": "center",
452
429
  },
453
- links: [
454
- {
455
- text: {},
456
- },
457
- {
458
- text: {},
459
- },
460
- {
461
- text: {},
462
- },
463
- {
464
- text: {},
465
- },
466
- ],
467
- },
468
- ],
469
- logo: {
470
- width: "80px",
471
- tablet: {
472
- width: "60px",
430
+ icon: { display: "none" },
431
+ text: {},
473
432
  },
474
433
  },
434
+ links: [
435
+ { links: [{}, {}, {}, {}] },
436
+ { links: [{}, {}, {}] },
437
+ { links: [{}, {}, {}, {}] },
438
+ ],
439
+ logo: LOGO_STYLE,
475
440
  socialIcons_levoGroup: {
476
441
  display: "flex",
477
442
  "align-items": "center",
478
- "column-gap": "xs",
443
+ "column-gap": "sm",
444
+ "justify-content": "center",
479
445
  },
480
- socialIcons: [
481
- {
482
- icon: {
483
- width: "1.25rem",
484
- height: "1.25rem",
485
- color: "text-2",
486
- },
446
+ socialIcons_levoGroupItem: {
447
+ icon: SOCIAL_ICON_BUTTON_STYLE,
448
+ },
449
+ socialIcons: [{}, {}, {}, {}],
450
+ },
451
+ },
452
+ {
453
+ title: "Stacked",
454
+ key: "stacked",
455
+ content: DEFAULT_CONTENT,
456
+ config: DEFAULT_CONFIG,
457
+ styles: {
458
+ layout: {},
459
+ container: {
460
+ display: "flex",
461
+ "flex-direction": "column",
462
+ "column-gap": "none",
463
+ "row-gap": "2xl",
464
+ },
465
+ footerBottomWrapper: {
466
+ "border-style": "solid",
467
+ "border-color": "var(--color-border)",
468
+ "border-top-width": "1px",
469
+ "padding-top": "xl",
470
+ display: "flex",
471
+ "align-items": "center",
472
+ "justify-content": "space-between",
473
+ "padding-bottom": "xl",
474
+ "column-gap": "xl",
475
+ },
476
+ footerBottomRightArea_levoGroup: {
477
+ display: "flex",
478
+ "column-gap": "sm",
479
+ "align-items": "center",
480
+ },
481
+ footerBottomRightArea_levoGroupItem: {
482
+ link: {},
483
+ cta: { "font-size": "sm", color: "text-2" },
484
+ separator: {
485
+ width: "1px",
486
+ height: "1rem",
487
+ "background-color": "var(--color-border)",
488
+ "margin-left": "sm",
489
+ "margin-right": "sm",
487
490
  },
488
- {
489
- icon: {
490
- width: "1.25rem",
491
- height: "1.25rem",
492
- color: "text-2",
493
- },
491
+ },
492
+ footerBottomRightArea: [{}, {}],
493
+ contentWrapper: {
494
+ display: "flex",
495
+ "flex-direction": "column",
496
+ "row-gap": "2xl",
497
+ },
498
+ logoTextWrapper: {
499
+ "max-width": "60%",
500
+ display: "flex",
501
+ "flex-direction": "row",
502
+ "column-gap": "lg",
503
+ "align-items": "center",
504
+ "justify-content": "space-between",
505
+ tablet: {
506
+ "max-width": "100%",
507
+ "flex-direction": "column",
508
+ "row-gap": "sm",
509
+ "align-items": "start",
494
510
  },
495
- {
496
- icon: {
497
- width: "1.25rem",
498
- height: "1.25rem",
499
- color: "text-2",
500
- },
511
+ },
512
+ links_levoGroup: {
513
+ "max-width": "auto",
514
+ display: "flex",
515
+ "justify-content": "space-between",
516
+ "column-gap": "2xl",
517
+ width: "100%",
518
+ "border-style": "solid",
519
+ "border-color": "var(--color-border)",
520
+ "border-top-width": "1px",
521
+ "padding-top": "xl",
522
+ mobile: { "flex-direction": "column", "row-gap": "2xl" },
523
+ },
524
+ links_levoGroupItem: {
525
+ category: CATEGORY_HEADER_STYLE,
526
+ links_levoGroup: {
527
+ display: "flex",
528
+ "flex-direction": "column",
529
+ "row-gap": "sm",
501
530
  },
502
- {
503
- icon: {
504
- width: "1.25rem",
505
- height: "1.25rem",
506
- color: "text-2",
531
+ links_levoGroupItem: {
532
+ iconWrapper: {
533
+ display: "flex",
534
+ "column-gap": "sm",
535
+ "align-items": "center",
507
536
  },
537
+ icon: { display: "none" },
538
+ text: {},
508
539
  },
540
+ },
541
+ links: [
542
+ { links: [{}, {}, {}, {}] },
543
+ { links: [{}, {}, {}] },
544
+ { links: [{}, {}, {}, {}] },
509
545
  ],
546
+ logo: LOGO_STYLE,
547
+ socialIcons_levoGroup: {
548
+ display: "flex",
549
+ "align-items": "center",
550
+ "column-gap": "sm",
551
+ },
552
+ socialIcons_levoGroupItem: {
553
+ icon: SOCIAL_ICON_BUTTON_STYLE,
554
+ },
555
+ socialIcons: [{}, {}, {}, {}],
510
556
  },
511
557
  },
512
558
  ],