@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,81 @@
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<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="var(--color-icon-primary)"/>\n</g>\n<defs>\n<clipPath id="clip0_37_4945">\n<rect width="24" height="24" fill="var(--color-icon-primary)"/>\n</clipPath>\n</defs>\n</svg>',
11
18
  },
12
19
  };
13
20
 
14
- const MEDIA = {
15
- id: "A8sG1BvgdtgE",
16
- filename: "footer-1-logo.png",
17
- kind: "image",
18
- location: "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV.png",
19
- srcset: {
20
- "1080w": "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1080w.webp",
21
- "1200w": "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1200w.webp",
22
- "1920w": "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1920w.webp",
23
- "320w": "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-320w.webp",
24
- "640w": "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-640w.webp",
25
- "750w": "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-750w.webp",
26
- "828w": "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-828w.webp",
27
- path: "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-320w.webp 320w",
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<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="var(--color-icon-primary)"/>\n</g>\n<defs>\n<clipPath id="clip0_37_5133">\n<rect width="24" height="24" fill="var(--color-icon-primary)"/>\n</clipPath>\n</defs>\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.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>',
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.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.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>',
68
+ },
69
+ };
70
+
71
+ const ICON_LOCATION = {
72
+ kind: "icon",
73
+ data: {
74
+ id: "location",
75
+ label: "Location",
76
+ svgCode:
77
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9999 14.17C9.86988 14.17 8.12988 12.44 8.12988 10.3C8.12988 8.16 9.86988 6.44 11.9999 6.44C14.1299 6.44 15.8699 8.17 15.8699 10.31C15.8699 12.45 14.1299 14.17 11.9999 14.17ZM11.9999 7.94C10.6999 7.94 9.62988 9 9.62988 10.31C9.62988 11.62 10.6899 12.68 11.9999 12.68C13.3099 12.68 14.3699 11.62 14.3699 10.31C14.3699 9 13.2999 7.94 11.9999 7.94Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
28
78
  },
29
- mimetype: "image/png",
30
79
  };
31
80
 
32
81
  const DEFAULT_CONTENT = {
@@ -34,101 +83,131 @@ const DEFAULT_CONTENT = {
34
83
  container: null,
35
84
  contentWrapper: null,
36
85
 
37
- // logo and description
86
+ // logo + tagline
38
87
  logoTextWrapper: null,
39
- logo: MEDIA,
40
- logoDescription: "Expert Guidance, Ensuring Clear Verdicts Every Time.",
88
+ logo: MEDIA_LOGO,
89
+ logoDescription:
90
+ "Payment rails, KYC, and settlement on one PCI DSS Level 1 stack.",
41
91
 
42
- // icon links below logo description
92
+ // social icon row under tagline
43
93
  icon_links: [
44
- {
45
- icon: DUMMY_ICON,
46
- link: null,
47
- },
48
- {
49
- icon: DUMMY_ICON,
50
- link: null,
51
- },
52
- {
53
- icon: DUMMY_ICON,
54
- link: null,
55
- },
56
- {
57
- icon: DUMMY_ICON,
58
- link: null,
59
- },
94
+ { icon: ICON_LINKEDIN, link: null },
95
+ { icon: ICON_TWITTER, link: null },
96
+ { icon: ICON_GITHUB, link: null },
97
+ { icon: ICON_YOUTUBE, link: null },
60
98
  ],
61
99
 
62
- // middle links area
100
+ // navigation link columns
63
101
  links: [
64
102
  {
65
- category: "Links",
103
+ category: "Product",
66
104
  links: [
67
- { cta: "Home", icon: DUMMY_ICON, iconCtaWrapper: null },
68
- { cta: "About Us", icon: DUMMY_ICON, iconCtaWrapper: null },
69
- { cta: "Teams", icon: DUMMY_ICON, iconCtaWrapper: null },
70
- { cta: "Blog", icon: DUMMY_ICON, iconCtaWrapper: null },
71
- { cta: "Appointment", icon: DUMMY_ICON, iconCtaWrapper: null },
105
+ { cta: "Payments", icon: null, iconCtaWrapper: null },
106
+ { cta: "Payouts", icon: null, iconCtaWrapper: null },
107
+ { cta: "KYC & KYB", icon: null, iconCtaWrapper: null },
108
+ { cta: "Ledger", icon: null, iconCtaWrapper: null },
109
+ { cta: "Tokenization", icon: null, iconCtaWrapper: null },
72
110
  ],
73
111
  },
74
112
  {
75
- category: "Practice Areas",
113
+ category: "Developers",
76
114
  links: [
77
- { cta: "Family Law", icon: DUMMY_ICON, iconCtaWrapper: null },
78
- { cta: "Criminal Law", icon: DUMMY_ICON, iconCtaWrapper: null },
79
- { cta: "Civil Law", icon: DUMMY_ICON, iconCtaWrapper: null },
80
- { cta: "Compensation", icon: DUMMY_ICON, iconCtaWrapper: null },
81
- { cta: "Bank Law", icon: DUMMY_ICON, iconCtaWrapper: null },
82
- { cta: "Cases Succession", icon: DUMMY_ICON, iconCtaWrapper: null },
115
+ { cta: "Documentation", icon: null, iconCtaWrapper: null },
116
+ { cta: "API Reference", icon: null, iconCtaWrapper: null },
117
+ { cta: "Changelog", icon: null, iconCtaWrapper: null },
118
+ { cta: "Status", icon: null, iconCtaWrapper: null },
119
+ { cta: "SDKs", icon: null, iconCtaWrapper: null },
120
+ { cta: "Webhooks", icon: null, iconCtaWrapper: null },
83
121
  ],
84
122
  },
85
123
  {
86
- category: "Contact Us",
124
+ category: "Contact",
87
125
  links: [
88
126
  {
89
127
  iconCtaWrapper: null,
90
- cta: "9425026178",
91
- icon: DUMMY_ICON,
128
+ cta: "+1 (415) 555-0199",
129
+ icon: ICON_CALL,
92
130
  },
93
131
  {
94
132
  iconCtaWrapper: null,
95
- cta: "info@verdictlybpl.com",
96
- icon: DUMMY_ICON,
133
+ cta: "hello@levo.finance",
134
+ icon: ICON_SMS,
97
135
  },
98
136
  {
99
137
  iconCtaWrapper: null,
100
- cta: "Facebook",
101
- icon: DUMMY_ICON,
138
+ cta: "535 Mission St, San Francisco",
139
+ icon: ICON_LOCATION,
102
140
  },
103
141
  ],
104
142
  },
105
143
  ],
106
144
 
107
- // footer bottom area
108
- copyright: "Copyright @ 2025",
145
+ copyright: 2026 Levo Finance, Inc. All rights reserved.",
109
146
  footerBottomRightArea: [
110
- {
111
- link: null,
112
- cta: "Disclaimer",
113
- separator: null,
114
- },
115
- {
116
- link: null,
117
- cta: "Privacy Policy",
118
- separator: null,
119
- },
147
+ { link: null, cta: "Privacy Policy", separator: null },
148
+ { link: null, cta: "Terms of Service", separator: null },
120
149
  ],
121
150
  };
122
151
 
123
152
  export type IFooter1Content = typeof DEFAULT_CONTENT;
124
153
 
154
+ const CATEGORY_HEADER_STYLE = {
155
+ "margin-bottom": "sm",
156
+ "font-weight": 600,
157
+ "font-size": "xs",
158
+ "text-transform": "uppercase",
159
+ "letter-spacing": "0.04em",
160
+ color: "text-2",
161
+ };
162
+
163
+ const SOCIAL_ICON_BUTTON_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
+
175
+ const LOGO_STYLE = {
176
+ width: "96px",
177
+ height: "auto",
178
+ tablet: { width: "72px" },
179
+ };
180
+
181
+ const NAV_LINK_ITEM_STYLES = {
182
+ iconCtaWrapper: {
183
+ display: "flex",
184
+ "column-gap": "sm",
185
+ "align-items": "center",
186
+ },
187
+ icon: { display: "none" },
188
+ };
189
+
190
+ const CONTACT_LINK_ITEM_STYLES = {
191
+ iconCtaWrapper: {
192
+ display: "flex",
193
+ "column-gap": "sm",
194
+ "align-items": "center",
195
+ },
196
+ icon: {
197
+ width: "16px",
198
+ height: "16px",
199
+ color: "text-2",
200
+ "flex-shrink": 0,
201
+ },
202
+ };
203
+
125
204
  export const Footer1: IBlock = {
126
205
  category_id: "footer",
127
206
  title: "Footer 1",
128
207
  key: "footer-1",
129
208
  version: "v1",
130
209
  prompt_description:
131
- "Four-column footer with logo and tagline on the left, followed by columns for useful links, practice areas, and contact details with icons; bottom row features copyright and legal links.",
210
+ "Four-column fintech footer with Levo logo, tagline, and social row on the left, followed by Product, Developers, and Contact columns; bottom row shows copyright and legal links.",
132
211
 
133
212
  content_schema: [
134
213
  {
@@ -274,39 +353,28 @@ export const Footer1: IBlock = {
274
353
  "column-gap": "sm",
275
354
  "align-items": "center",
276
355
  },
277
- footerBottomRightArea: [
278
- {
279
- link: {},
280
- cta: {},
281
- separator: {
282
- width: "1px",
283
- height: "1rem",
284
- "background-color": "var(--color-border)",
285
- "margin-left": "sm",
286
- "margin-right": "sm",
287
- },
288
- },
289
- {
290
- link: {},
291
- cta: {},
292
- separator: {
293
- width: "1px",
294
- height: "1rem",
295
- "background-color": "var(--color-border)",
296
- "margin-left": "sm",
297
- "margin-right": "sm",
298
- },
356
+ footerBottomRightArea_levoGroupItem: {
357
+ link: {},
358
+ cta: { "font-size": "sm", color: "text-2" },
359
+ separator: {
360
+ width: "1px",
361
+ height: "1rem",
362
+ "background-color": "var(--color-border)",
363
+ "margin-left": "sm",
364
+ "margin-right": "sm",
299
365
  },
300
- ],
366
+ },
367
+ footerBottomRightArea: [{}, {}],
301
368
  contentWrapper: {
302
369
  display: "flex",
370
+ "column-gap": "3xl",
303
371
  tablet: {
304
372
  "flex-direction": "column",
305
- "row-gap": "lg",
373
+ "row-gap": "xl",
306
374
  },
307
375
  },
308
376
  logoTextWrapper: {
309
- "max-width": "20%",
377
+ "max-width": "320px",
310
378
  display: "flex",
311
379
  "flex-direction": "column",
312
380
  "row-gap": "sm",
@@ -316,49 +384,20 @@ export const Footer1: IBlock = {
316
384
  },
317
385
  icon_links_levoGroup: {
318
386
  display: "flex",
319
- gap: "xs",
387
+ gap: "sm",
320
388
  "align-items": "center",
321
389
  "justify-content": "start",
322
- "margin-top": "sm",
390
+ "margin-top": "base",
323
391
  },
324
- icon_links: [
325
- {
326
- icon: {
327
- width: "1.25rem",
328
- height: "1.25rem",
329
- color: "text-2",
330
- "border-radius": "base",
331
- },
332
- },
333
- {
334
- icon: {
335
- width: "1.25rem",
336
- height: "1.25rem",
337
- color: "text-2",
338
- "border-radius": "base",
339
- },
340
- },
341
- {
342
- icon: {
343
- width: "1.25rem",
344
- height: "1.25rem",
345
- color: "text-2",
346
- "border-radius": "base",
347
- },
348
- },
349
- {
350
- icon: {
351
- width: "1.25rem",
352
- height: "1.25rem",
353
- color: "text-2",
354
- "border-radius": "base",
355
- },
356
- },
357
- ],
392
+ icon_links_levoGroupItem: {
393
+ icon: SOCIAL_ICON_BUTTON_STYLE,
394
+ },
395
+ icon_links: [{}, {}, {}, {}],
358
396
  links_levoGroup: {
359
397
  "max-width": "auto",
360
398
  display: "flex",
361
- "justify-content": "space-around",
399
+ "justify-content": "space-between",
400
+ "column-gap": "2xl",
362
401
  width: "100%",
363
402
  tablet: {
364
403
  "justify-content": "space-between",
@@ -368,307 +407,250 @@ export const Footer1: IBlock = {
368
407
  "row-gap": "2xl",
369
408
  },
370
409
  },
410
+ links_levoGroupItem: {
411
+ category: CATEGORY_HEADER_STYLE,
412
+ links_levoGroup: {
413
+ display: "flex",
414
+ "flex-direction": "column",
415
+ "row-gap": "sm",
416
+ },
417
+ links_levoGroupItem: NAV_LINK_ITEM_STYLES,
418
+ },
419
+ links: [
420
+ { links: [{}, {}, {}, {}, {}] },
421
+ { links: [{}, {}, {}, {}, {}, {}] },
422
+ {
423
+ links_levoGroupItem: CONTACT_LINK_ITEM_STYLES,
424
+ links: [{}, {}, {}],
425
+ },
426
+ ],
427
+ logo: LOGO_STYLE,
428
+ },
429
+ config: {
371
430
  links: [
372
431
  {
373
432
  category: {
374
- "margin-bottom": "sm",
375
- "font-weight": 700,
376
- },
377
- links_levoGroup: {
378
- display: "flex",
379
- "flex-direction": "column",
380
- "row-gap": "xs",
433
+ heading: { level: "4" },
434
+ selectedVariants: { Heading_Level: "H6" },
381
435
  },
382
- links: [
383
- {
384
- iconCtaWrapper: {
385
- display: "flex",
386
- "column-gap": "sm",
387
- "align-items": "center",
388
- },
389
- icon: {
390
- width: "20px",
391
- height: "20px",
392
- "border-radius": "base",
393
- },
394
- },
395
- {
396
- iconCtaWrapper: {
397
- display: "flex",
398
- "column-gap": "sm",
399
- "align-items": "center",
400
- },
401
- icon: {
402
- width: "20px",
403
- height: "20px",
404
- "border-radius": "base",
405
- },
406
- },
407
- {
408
- iconCtaWrapper: {
409
- display: "flex",
410
- "column-gap": "sm",
411
- "align-items": "center",
412
- },
413
- icon: {
414
- width: "20px",
415
- height: "20px",
416
- "border-radius": "base",
417
- },
418
- },
419
- {
420
- iconCtaWrapper: {
421
- display: "flex",
422
- "column-gap": "sm",
423
- "align-items": "center",
424
- },
425
- icon: {
426
- width: "20px",
427
- height: "20px",
428
- "border-radius": "base",
429
- },
430
- },
431
- {
432
- iconCtaWrapper: {
433
- display: "flex",
434
- "column-gap": "sm",
435
- "align-items": "center",
436
- },
437
- icon: {
438
- width: "20px",
439
- height: "20px",
440
- "border-radius": "base",
441
- },
442
- },
443
- ],
444
436
  },
445
437
  {
446
438
  category: {
447
- "margin-bottom": "sm",
448
- "font-weight": 700,
449
- },
450
- links_levoGroup: {
451
- display: "flex",
452
- "flex-direction": "column",
453
- "row-gap": "xs",
439
+ selectedVariants: { Heading_Level: "H6" },
440
+ heading: { level: "4" },
454
441
  },
455
442
  links: [
456
- {
457
- iconCtaWrapper: {
458
- display: "flex",
459
- "column-gap": "sm",
460
- "align-items": "center",
461
- },
462
- icon: {
463
- width: "20px",
464
- height: "20px",
465
- "border-radius": "base",
466
- },
467
- },
468
- {
469
- iconCtaWrapper: {
470
- display: "flex",
471
- "column-gap": "sm",
472
- "align-items": "center",
473
- },
474
- icon: {
475
- width: "20px",
476
- height: "20px",
477
- "border-radius": "base",
478
- },
479
- },
480
- {
481
- iconCtaWrapper: {
482
- display: "flex",
483
- "column-gap": "sm",
484
- "align-items": "center",
485
- },
486
- icon: {
487
- width: "20px",
488
- height: "20px",
489
- "border-radius": "base",
490
- },
491
- },
492
- {
493
- iconCtaWrapper: {
494
- display: "flex",
495
- "column-gap": "sm",
496
- "align-items": "center",
497
- },
498
- icon: {
499
- width: "20px",
500
- height: "20px",
501
- "border-radius": "base",
502
- },
503
- },
504
- {
505
- iconCtaWrapper: {
506
- display: "flex",
507
- "column-gap": "sm",
508
- "align-items": "center",
509
- },
510
- icon: {
511
- width: "20px",
512
- height: "20px",
513
- "border-radius": "base",
514
- },
515
- },
516
- {
517
- iconCtaWrapper: {
518
- display: "flex",
519
- "column-gap": "sm",
520
- "align-items": "center",
521
- },
522
- icon: {
523
- width: "20px",
524
- height: "20px",
525
- "border-radius": "base",
526
- },
527
- },
443
+ { iconCtaWrapper: { selectedVariants: {} } },
444
+ { iconCtaWrapper: { selectedVariants: {} } },
445
+ { iconCtaWrapper: { selectedVariants: {} } },
446
+ { iconCtaWrapper: { selectedVariants: {} } },
447
+ { iconCtaWrapper: { selectedVariants: {} } },
448
+ { iconCtaWrapper: { selectedVariants: {} } },
528
449
  ],
529
450
  },
530
451
  {
531
452
  category: {
532
- "margin-bottom": "sm",
533
- "font-weight": 700,
534
- },
535
- links_levoGroup: {
536
- display: "flex",
537
- "flex-direction": "column",
538
- "row-gap": "xs",
453
+ selectedVariants: { Heading_Level: "H6" },
454
+ heading: { level: "4" },
539
455
  },
540
456
  links: [
541
- {
542
- iconCtaWrapper: {
543
- display: "flex",
544
- "column-gap": "sm",
545
- "align-items": "center",
546
- },
547
- icon: {
548
- width: "20px",
549
- height: "20px",
550
- "border-radius": "base",
551
- },
552
- },
553
- {
554
- iconCtaWrapper: {
555
- display: "flex",
556
- "column-gap": "sm",
557
- "align-items": "center",
558
- },
559
- icon: {
560
- width: "20px",
561
- height: "20px",
562
- "border-radius": "base",
563
- },
564
- },
565
- {
566
- iconCtaWrapper: {
567
- display: "flex",
568
- "column-gap": "sm",
569
- "align-items": "center",
570
- },
571
- icon: {
572
- width: "20px",
573
- height: "20px",
574
- "border-radius": "base",
575
- },
576
- },
457
+ { iconCtaWrapper: { selectedVariants: {} } },
458
+ { iconCtaWrapper: { selectedVariants: {} } },
459
+ { iconCtaWrapper: { selectedVariants: {} } },
577
460
  ],
578
461
  },
579
462
  ],
580
- logo: {
581
- width: "80px",
582
- "border-radius": "base",
583
- tablet: {
584
- width: "60px",
585
- },
586
- },
587
463
  },
464
+ content: DEFAULT_CONTENT,
465
+ },
466
+ {
467
+ title: "Centered",
468
+ key: "centered",
469
+ content: DEFAULT_CONTENT,
588
470
  config: {
589
471
  links: [
590
472
  {
591
473
  category: {
592
- heading: {
593
- level: "4",
594
- },
595
- selectedVariants: {
596
- Heading_Level: "H6",
597
- },
474
+ heading: { level: "4" },
475
+ selectedVariants: { Heading_Level: "H6" },
598
476
  },
599
477
  },
600
478
  {
601
479
  category: {
602
- selectedVariants: {
603
- Heading_Level: "H6",
604
- },
605
- heading: {
606
- level: "4",
607
- },
480
+ heading: { level: "4" },
481
+ selectedVariants: { Heading_Level: "H6" },
608
482
  },
609
- links: [
610
- {
611
- iconCtaWrapper: {
612
- selectedVariants: {},
613
- },
614
- },
615
- {
616
- iconCtaWrapper: {
617
- selectedVariants: {},
618
- },
619
- },
620
- {
621
- iconCtaWrapper: {
622
- selectedVariants: {},
623
- },
624
- },
625
- {
626
- iconCtaWrapper: {
627
- selectedVariants: {},
628
- },
629
- },
630
- {
631
- iconCtaWrapper: {
632
- selectedVariants: {},
633
- },
634
- },
635
- {
636
- iconCtaWrapper: {
637
- selectedVariants: {},
638
- },
639
- },
640
- ],
641
483
  },
642
484
  {
643
485
  category: {
644
- selectedVariants: {
645
- Heading_Level: "H6",
646
- },
647
- heading: {
648
- level: "4",
649
- },
486
+ heading: { level: "4" },
487
+ selectedVariants: { Heading_Level: "H6" },
650
488
  },
651
- links: [
652
- {
653
- iconCtaWrapper: {
654
- selectedVariants: {},
655
- },
656
- },
657
- {
658
- iconCtaWrapper: {
659
- selectedVariants: {},
660
- },
661
- },
662
- {
663
- iconCtaWrapper: {
664
- selectedVariants: {},
665
- },
666
- },
667
- ],
668
489
  },
669
490
  ],
670
491
  },
492
+ styles: {
493
+ layout: {},
494
+ container: {
495
+ display: "flex",
496
+ "flex-direction": "column",
497
+ "align-items": "center",
498
+ "row-gap": "2xl",
499
+ "text-align": "center",
500
+ },
501
+ contentWrapper: {
502
+ display: "flex",
503
+ "flex-direction": "column",
504
+ "align-items": "center",
505
+ "row-gap": "xl",
506
+ width: "100%",
507
+ },
508
+ logoTextWrapper: {
509
+ display: "flex",
510
+ "flex-direction": "column",
511
+ "align-items": "center",
512
+ "row-gap": "sm",
513
+ "max-width": "480px",
514
+ "text-align": "center",
515
+ },
516
+ icon_links_levoGroup: {
517
+ display: "flex",
518
+ gap: "sm",
519
+ "align-items": "center",
520
+ "justify-content": "center",
521
+ "margin-top": "base",
522
+ },
523
+ icon_links_levoGroupItem: {
524
+ icon: SOCIAL_ICON_BUTTON_STYLE,
525
+ },
526
+ icon_links: [{}, {}, {}, {}],
527
+ links_levoGroup: {
528
+ display: "flex",
529
+ "justify-content": "center",
530
+ "column-gap": "3xl",
531
+ width: "100%",
532
+ mobile: {
533
+ "flex-direction": "column",
534
+ "row-gap": "2xl",
535
+ "align-items": "center",
536
+ },
537
+ },
538
+ links_levoGroupItem: {
539
+ category: CATEGORY_HEADER_STYLE,
540
+ links_levoGroup: {
541
+ display: "flex",
542
+ "flex-direction": "column",
543
+ "row-gap": "sm",
544
+ "align-items": "flex-start",
545
+ },
546
+ links_levoGroupItem: NAV_LINK_ITEM_STYLES,
547
+ },
548
+ links: [
549
+ { links: [{}, {}, {}, {}, {}] },
550
+ { links: [{}, {}, {}, {}, {}, {}] },
551
+ {
552
+ links_levoGroupItem: CONTACT_LINK_ITEM_STYLES,
553
+ links: [{}, {}, {}],
554
+ },
555
+ ],
556
+ footerBottomWrapper: {
557
+ "border-style": "solid",
558
+ "border-color": "border",
559
+ "border-top-width": "1px",
560
+ "padding-top": "xl",
561
+ display: "flex",
562
+ "align-items": "center",
563
+ "justify-content": "center",
564
+ "padding-bottom": "xl",
565
+ "flex-direction": "column",
566
+ "row-gap": "sm",
567
+ },
568
+ footerBottomRightArea_levoGroup: {
569
+ display: "flex",
570
+ "column-gap": "sm",
571
+ "align-items": "center",
572
+ },
573
+ footerBottomRightArea_levoGroupItem: {
574
+ link: {},
575
+ cta: { "font-size": "sm", color: "text-2" },
576
+ separator: {
577
+ width: "1px",
578
+ height: "1rem",
579
+ "background-color": "var(--color-border)",
580
+ "margin-left": "sm",
581
+ "margin-right": "sm",
582
+ },
583
+ },
584
+ footerBottomRightArea: [{}, {}],
585
+ logo: LOGO_STYLE,
586
+ },
587
+ },
588
+ {
589
+ title: "Minimal",
590
+ key: "minimal",
671
591
  content: DEFAULT_CONTENT,
592
+ config: {},
593
+ styles: {
594
+ layout: {},
595
+ container: {
596
+ display: "flex",
597
+ "flex-direction": "column",
598
+ "align-items": "center",
599
+ "row-gap": "lg",
600
+ "text-align": "center",
601
+ },
602
+ contentWrapper: {
603
+ display: "flex",
604
+ "flex-direction": "column",
605
+ "align-items": "center",
606
+ "row-gap": "base",
607
+ },
608
+ logoTextWrapper: {
609
+ display: "flex",
610
+ "flex-direction": "column",
611
+ "align-items": "center",
612
+ "row-gap": "sm",
613
+ },
614
+ icon_links_levoGroup: {
615
+ display: "flex",
616
+ gap: "sm",
617
+ "align-items": "center",
618
+ "justify-content": "center",
619
+ "margin-top": "sm",
620
+ },
621
+ icon_links_levoGroupItem: {
622
+ icon: SOCIAL_ICON_BUTTON_STYLE,
623
+ },
624
+ icon_links: [{}, {}, {}, {}],
625
+ links_levoGroup: {
626
+ display: "none",
627
+ },
628
+ links_levoGroupItem: {
629
+ category: {},
630
+ links_levoGroup: { display: "none" },
631
+ links_levoGroupItem: { iconCtaWrapper: {}, icon: {} },
632
+ },
633
+ links: [
634
+ { links: [{}, {}, {}, {}, {}] },
635
+ { links: [{}, {}, {}, {}, {}, {}] },
636
+ { links: [{}, {}, {}] },
637
+ ],
638
+ footerBottomWrapper: {
639
+ display: "flex",
640
+ "align-items": "center",
641
+ "justify-content": "center",
642
+ },
643
+ footerBottomRightArea_levoGroup: {
644
+ display: "none",
645
+ },
646
+ footerBottomRightArea_levoGroupItem: {
647
+ link: {},
648
+ cta: {},
649
+ separator: {},
650
+ },
651
+ footerBottomRightArea: [{}, {}],
652
+ logo: LOGO_STYLE,
653
+ },
672
654
  },
673
655
  ],
674
656
  };