@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,240 +1,235 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
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_CARD_SEND = {
12
+ kind: "icon",
13
+ data: {
14
+ id: "card-send",
15
+ label: "Card Send",
16
+ svgCode:
17
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H14.5C14.91 7.75 15.25 8.09 15.25 8.5C15.25 8.91 14.91 9.25 14.5 9.25Z" fill="var(--color-icon-primary)"/>\n<path d="M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z" fill="var(--color-icon-primary)"/>\n<path d="M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z" fill="var(--color-icon-primary)"/>\n<path d="M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H14.5C14.91 2.75 15.25 3.09 15.25 3.5C15.25 3.91 14.91 4.25 14.5 4.25H6.44C3.3 4.25 2.75 4.79 2.75 7.89V16.1C2.75 19.2 3.3 19.74 6.44 19.74H17.55C20.69 19.74 21.24 19.2 21.24 16.1V14.02C21.24 13.61 21.58 13.27 21.99 13.27C22.4 13.27 22.74 13.61 22.74 14.02V16.1C22.75 20.05 21.54 21.25 17.56 21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M20 10.25C19.59 10.25 19.25 9.91 19.25 9.5V3.5C19.25 3.2 19.43 2.92 19.71 2.81C19.99 2.7 20.31 2.76 20.53 2.97L22.53 4.97C22.82 5.26 22.82 5.74 22.53 6.03C22.24 6.32 21.76 6.32 21.47 6.03L20.75 5.31V9.5C20.75 9.91 20.41 10.25 20 10.25Z" fill="var(--color-icon-primary)"/>\n<path d="M18.0004 6.25C17.8104 6.25 17.6204 6.18 17.4704 6.03C17.1804 5.74 17.1804 5.26 17.4704 4.97L19.4704 2.97C19.7604 2.68 20.2404 2.68 20.5304 2.97C20.8204 3.26 20.8204 3.74 20.5304 4.03L18.5304 6.03C18.3804 6.18 18.1904 6.25 18.0004 6.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
18
+ },
19
+ };
20
+
21
+ const ICON_CARD = {
22
+ kind: "icon",
23
+ data: {
24
+ id: "card",
25
+ label: "Card",
26
+ svgCode:
27
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M22 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H22C22.41 7.75 22.75 8.09 22.75 8.5C22.75 8.91 22.41 9.25 22 9.25Z" fill="var(--color-icon-primary)"/>\n<path d="M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z" fill="var(--color-icon-primary)"/>\n<path d="M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z" fill="var(--color-icon-primary)"/>\n<path d="M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H17.55C21.53 2.75 22.74 3.95 22.74 7.89V16.1C22.75 20.05 21.54 21.25 17.56 21.25ZM6.44 4.25C3.3 4.25 2.75 4.79 2.75 7.89V16.1C2.75 19.2 3.3 19.74 6.44 19.74H17.55C20.69 19.74 21.24 19.2 21.24 16.1V7.89C21.24 4.79 20.69 4.25 17.55 4.25H6.44Z" fill="var(--color-icon-primary)"/>\n</svg>',
28
+ },
29
+ };
30
+
31
+ const ICON_SHIELD_TICK = {
32
+ kind: "icon",
33
+ data: {
34
+ id: "shield-tick",
35
+ label: "Shield Tick",
36
+ svgCode:
37
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z" fill="var(--color-icon-primary)"/>\n<path d="M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z" fill="var(--color-icon-primary)"/>\n</svg>',
38
+ },
39
+ };
40
+
41
+ const ICON_BOOK = {
42
+ kind: "icon",
43
+ data: {
44
+ id: "book",
45
+ label: "Book",
46
+ svgCode:
47
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M3.5 18.75C3.09 18.75 2.75 18.41 2.75 18V7C2.75 2.59 4.09 1.25 8.5 1.25H15.5C19.91 1.25 21.25 2.59 21.25 7V17C21.25 17.16 21.25 17.31 21.24 17.47C21.21 17.88 20.84 18.2 20.44 18.17C20.03 18.14 19.71 17.78 19.74 17.37C19.75 17.25 19.75 17.12 19.75 17V7C19.75 3.43 19.08 2.75 15.5 2.75H8.5C4.92 2.75 4.25 3.43 4.25 7V18C4.25 18.41 3.91 18.75 3.5 18.75Z" fill="var(--color-icon-primary)"/>\n<path d="M17 22.75H7C4.66 22.75 2.75 20.84 2.75 18.5V17.85C2.75 15.86 4.37 14.25 6.35 14.25H20.5C20.91 14.25 21.25 14.59 21.25 15V18.5C21.25 20.84 19.34 22.75 17 22.75ZM6.35 15.75C5.19 15.75 4.25 16.69 4.25 17.85V18.5C4.25 20.02 5.48 21.25 7 21.25H17C18.52 21.25 19.75 20.02 19.75 18.5V15.75H6.35Z" fill="var(--color-icon-primary)"/>\n<path d="M16 7.75H8C7.59 7.75 7.25 7.41 7.25 7C7.25 6.59 7.59 6.25 8 6.25H16C16.41 6.25 16.75 6.59 16.75 7C16.75 7.41 16.41 7.75 16 7.75Z" fill="var(--color-icon-primary)"/>\n<path d="M13 11.25H8C7.59 11.25 7.25 10.91 7.25 10.5C7.25 10.09 7.59 9.75 8 9.75H13C13.41 9.75 13.75 10.09 13.75 10.5C13.75 10.91 13.41 11.25 13 11.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
48
+ },
49
+ };
50
+
51
+ const ICON_SECURITY_SAFE = {
52
+ kind: "icon",
53
+ data: {
54
+ id: "security-safe",
55
+ label: "Security Safe",
56
+ svgCode:
57
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9998 22.7501C11.7598 22.7501 11.5199 22.7201 11.2899 22.6501C6.09986 21.2201 2.33984 16.37 2.33984 11.11V6.72003C2.33984 5.60003 3.14985 4.39008 4.18985 3.96008L9.75986 1.68005C11.2099 1.09005 12.7998 1.09005 14.2398 1.68005L19.8098 3.96008C20.8498 4.39008 21.6599 5.60003 21.6599 6.72003V11.11C21.6599 16.36 17.8898 21.2101 12.7098 22.6501C12.4798 22.7201 12.2398 22.7501 11.9998 22.7501ZM11.9998 2.75006C11.4298 2.75006 10.8698 2.86007 10.3298 3.08007L4.75986 5.36004C4.27986 5.56004 3.83984 6.21004 3.83984 6.73004V11.1201C3.83984 15.7101 7.13985 19.9501 11.6898 21.2101C11.8898 21.2701 12.1098 21.2701 12.3098 21.2101C16.8598 19.9501 20.1599 15.7101 20.1599 11.1201V6.73004C20.1599 6.21004 19.7198 5.56004 19.2398 5.36004L13.6699 3.08007C13.1299 2.86007 12.5698 2.75006 11.9998 2.75006Z" fill="var(--color-icon-primary)"/>\n<path d="M12 13.25C10.48 13.25 9.25 12.02 9.25 10.5C9.25 8.98 10.48 7.75 12 7.75C13.52 7.75 14.75 8.98 14.75 10.5C14.75 12.02 13.52 13.25 12 13.25ZM12 9.25C11.31 9.25 10.75 9.81 10.75 10.5C10.75 11.19 11.31 11.75 12 11.75C12.69 11.75 13.25 11.19 13.25 10.5C13.25 9.81 12.69 9.25 12 9.25Z" fill="var(--color-icon-primary)"/>\n<path d="M12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V12.5C11.25 12.09 11.59 11.75 12 11.75C12.41 11.75 12.75 12.09 12.75 12.5V15.5C12.75 15.91 12.41 16.25 12 16.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
58
+ },
59
+ };
60
+
61
+ const ICON_BANK = {
62
+ kind: "icon",
63
+ data: {
64
+ id: "bank",
65
+ label: "Bank",
66
+ svgCode:
67
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M21 11.75H3C2.04 11.75 1.25 10.96 1.25 10V6.68001C1.25 6.00001 1.71998 5.31001 2.34998 5.06001L11.35 1.46003C11.73 1.31003 12.27 1.31003 12.65 1.46003L21.65 5.06001C22.28 5.31001 22.75 6.01 22.75 6.68001V10C22.75 10.96 21.96 11.75 21 11.75ZM12 2.84004C11.96 2.84004 11.92 2.83999 11.9 2.84999L2.90997 6.45002C2.84997 6.48002 2.75 6.61 2.75 6.68001V10C2.75 10.14 2.86 10.25 3 10.25H21C21.14 10.25 21.25 10.14 21.25 10V6.68001C21.25 6.61 21.16 6.48002 21.09 6.45002L12.09 2.84999C12.07 2.83999 12.04 2.84004 12 2.84004Z" fill="var(--color-icon-primary)"/>\n<path d="M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22V19C1.25 18.04 2.04 17.25 3 17.25H21C21.96 17.25 22.75 18.04 22.75 19V22C22.75 22.41 22.41 22.75 22 22.75ZM2.75 21.25H21.25V19C21.25 18.86 21.14 18.75 21 18.75H3C2.86 18.75 2.75 18.86 2.75 19V21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M4 18.75C3.59 18.75 3.25 18.41 3.25 18V11C3.25 10.59 3.59 10.25 4 10.25C4.41 10.25 4.75 10.59 4.75 11V18C4.75 18.41 4.41 18.75 4 18.75Z" fill="var(--color-icon-primary)"/>\n<path d="M8 18.75C7.59 18.75 7.25 18.41 7.25 18V11C7.25 10.59 7.59 10.25 8 10.25C8.41 10.25 8.75 10.59 8.75 11V18C8.75 18.41 8.41 18.75 8 18.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 18.75C11.59 18.75 11.25 18.41 11.25 18V11C11.25 10.59 11.59 10.25 12 10.25C12.41 10.25 12.75 10.59 12.75 11V18C12.75 18.41 12.41 18.75 12 18.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 18.75C15.59 18.75 15.25 18.41 15.25 18V11C15.25 10.59 15.59 10.25 16 10.25C16.41 10.25 16.75 10.59 16.75 11V18C16.75 18.41 16.41 18.75 16 18.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20 18.75C19.59 18.75 19.25 18.41 19.25 18V11C19.25 10.59 19.59 10.25 20 10.25C20.41 10.25 20.75 10.59 20.75 11V18C20.75 18.41 20.41 18.75 20 18.75Z" fill="var(--color-icon-primary)"/>\n<path d="M23 22.75H1C0.59 22.75 0.25 22.41 0.25 22C0.25 21.59 0.59 21.25 1 21.25H23C23.41 21.25 23.75 21.59 23.75 22C23.75 22.41 23.41 22.75 23 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 9.25C10.76 9.25 9.75 8.24 9.75 7C9.75 5.76 10.76 4.75 12 4.75C13.24 4.75 14.25 5.76 14.25 7C14.25 8.24 13.24 9.25 12 9.25ZM12 6.25C11.59 6.25 11.25 6.59 11.25 7C11.25 7.41 11.59 7.75 12 7.75C12.41 7.75 12.75 7.41 12.75 7C12.75 6.59 12.41 6.25 12 6.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
68
+ },
69
+ };
70
+
71
+ const ICON_SHOP = {
72
+ kind: "icon",
73
+ data: {
74
+ id: "shop",
75
+ label: "Shop",
76
+ svgCode:
77
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.6998 22.75H9.29977C4.35977 22.75 2.25977 20.64 2.25977 15.71V11.22C2.25977 10.81 2.59977 10.47 3.00977 10.47C3.41977 10.47 3.75977 10.81 3.75977 11.22V15.71C3.75977 19.8 5.20977 21.25 9.29977 21.25H14.6898C18.7798 21.25 20.2298 19.8 20.2298 15.71V11.22C20.2298 10.81 20.5698 10.47 20.9798 10.47C21.3898 10.47 21.7298 10.81 21.7298 11.22V15.71C21.7398 20.64 19.6298 22.75 14.6998 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 12.75C10.9 12.75 9.9 12.32 9.19 11.53C8.48 10.74 8.15 9.71 8.26 8.61L8.93 1.93C8.97 1.55 9.29 1.25 9.68 1.25H14.35C14.74 1.25 15.06 1.54 15.1 1.93L15.77 8.61C15.88 9.71 15.55 10.74 14.84 11.53C14.1 12.32 13.1 12.75 12 12.75ZM10.35 2.75L9.75 8.76C9.68 9.43 9.88 10.06 10.3 10.52C11.15 11.46 12.85 11.46 13.7 10.52C14.12 10.05 14.32 9.42 14.25 8.76L13.65 2.75H10.35Z" fill="var(--color-icon-primary)"/>\n<path d="M18.31 12.75C16.28 12.75 14.47 11.11 14.26 9.09L13.56 2.08C13.54 1.87 13.61 1.66 13.75 1.5C13.89 1.34 14.09 1.25 14.31 1.25H17.36C20.3 1.25 21.67 2.48 22.08 5.5L22.36 8.28C22.48 9.46 22.12 10.58 21.35 11.43C20.58 12.28 19.5 12.75 18.31 12.75ZM15.14 2.75L15.76 8.94C15.89 10.19 17.05 11.25 18.31 11.25C19.07 11.25 19.75 10.96 20.24 10.43C20.72 9.9 20.94 9.19 20.87 8.43L20.59 5.68C20.28 3.42 19.55 2.75 17.36 2.75H15.14Z" fill="var(--color-icon-primary)"/>\n<path d="M5.64002 12.75C4.45002 12.75 3.37002 12.28 2.60002 11.43C1.83002 10.58 1.47002 9.46 1.59002 8.28L1.86002 5.53C2.28002 2.48 3.65002 1.25 6.59002 1.25H9.64002C9.85002 1.25 10.05 1.34 10.2 1.5C10.35 1.66 10.41 1.87 10.39 2.08L9.69002 9.09C9.48002 11.11 7.67002 12.75 5.64002 12.75ZM6.59002 2.75C4.40002 2.75 3.67002 3.41 3.35002 5.7L3.08002 8.43C3.00002 9.19 3.23002 9.9 3.71002 10.43C4.19002 10.96 4.87002 11.25 5.64002 11.25C6.90002 11.25 8.07002 10.19 8.19002 8.94L8.81002 2.75H6.59002Z" fill="var(--color-icon-primary)"/>\n<path d="M14.5 22.75H9.5C9.09 22.75 8.75 22.41 8.75 22V19.5C8.75 17.4 9.9 16.25 12 16.25C14.1 16.25 15.25 17.4 15.25 19.5V22C15.25 22.41 14.91 22.75 14.5 22.75ZM10.25 21.25H13.75V19.5C13.75 18.24 13.26 17.75 12 17.75C10.74 17.75 10.25 18.24 10.25 19.5V21.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
78
+ },
79
+ };
80
+
81
+ const ICON_CHART_SUCCESS = {
82
+ kind: "icon",
83
+ data: {
84
+ id: "chart-success",
85
+ label: "Chart Success",
86
+ svgCode:
87
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13 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 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M7 14.69C6.59 14.69 6.25 14.35 6.25 13.94V10.73C6.25 10.32 6.59 9.98001 7 9.98001C7.41 9.98001 7.75 10.32 7.75 10.73V13.94C7.75 14.36 7.41 14.69 7 14.69Z" fill="var(--color-icon-primary)"/>\n<path d="M17 14.69C16.59 14.69 16.25 14.35 16.25 13.94V10.73C16.25 10.32 16.59 9.98001 17 9.98001C17.41 9.98001 17.75 10.32 17.75 10.73V13.94C17.75 14.36 17.41 14.69 17 14.69Z" fill="var(--color-icon-primary)"/>\n<path d="M17.5803 21.75C17.3803 21.75 17.1903 21.67 17.0503 21.53L15.4703 19.96C15.1803 19.67 15.1703 19.19 15.4703 18.9C15.7603 18.61 16.2403 18.6 16.5303 18.9L17.5403 19.9L20.4403 16.51C20.7103 16.19 21.1803 16.16 21.5003 16.43C21.8103 16.7 21.8503 17.17 21.5803 17.49L18.1603 21.49C18.0203 21.65 17.8303 21.74 17.6203 21.75C17.6003 21.75 17.5903 21.75 17.5803 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
88
+ },
89
+ };
90
+
91
+ const ICON_LIFEBUOY = {
92
+ kind: "icon",
93
+ data: {
94
+ id: "lifebuoy",
95
+ label: "Lifebuoy",
96
+ svgCode:
97
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9697 22.75C6.04973 22.75 1.21973 17.93 1.21973 12C1.21973 6.07 6.04973 1.25 11.9697 1.25C17.8897 1.25 22.7197 6.07 22.7197 12C22.7197 17.93 17.8997 22.75 11.9697 22.75ZM11.9697 2.75C6.86973 2.75 2.71973 6.9 2.71973 12C2.71973 17.1 6.86973 21.25 11.9697 21.25C17.0697 21.25 21.2197 17.1 21.2197 12C21.2197 6.9 17.0697 2.75 11.9697 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.25C9.1 17.25 6.75 14.89 6.75 12C6.75 9.11 9.1 6.75 12 6.75C14.9 6.75 17.25 9.11 17.25 12C17.25 14.89 14.9 17.25 12 17.25ZM12 8.25C9.93 8.25 8.25 9.93 8.25 12C8.25 14.07 9.93 15.75 12 15.75C14.07 15.75 15.75 14.07 15.75 12C15.75 9.93 14.07 8.25 12 8.25Z" fill="var(--color-icon-primary)"/>\n<path d="M8.43984 9.21C8.24984 9.21 8.04984 9.14 7.90984 9L4.36984 5.46C4.07984 5.17 4.07984 4.69 4.36984 4.4C4.65984 4.11 5.13984 4.11 5.42984 4.4L8.96984 7.94C9.25984 8.23 9.25984 8.7 8.96984 9C8.81984 9.14 8.62984 9.21 8.43984 9.21Z" fill="var(--color-icon-primary)"/>\n<path d="M4.89984 19.82C4.70984 19.82 4.51984 19.75 4.36984 19.6C4.07984 19.31 4.07984 18.83 4.36984 18.54L7.90984 15C8.19984 14.71 8.67984 14.71 8.96984 15C9.25984 15.29 9.25984 15.77 8.96984 16.06L5.42984 19.6C5.28984 19.75 5.08984 19.82 4.89984 19.82Z" fill="var(--color-icon-primary)"/>\n<path d="M19.0404 19.82C18.8504 19.82 18.6604 19.75 18.5104 19.6L14.9704 16.06C14.6804 15.77 14.6804 15.29 14.9704 15C15.2604 14.71 15.7404 14.71 16.0304 15L19.5704 18.54C19.8604 18.83 19.8604 19.31 19.5704 19.6C19.4304 19.75 19.2404 19.82 19.0404 19.82Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5102 9.21C15.3202 9.21 15.1302 9.14 14.9802 8.99C14.6902 8.7 14.6902 8.22 14.9802 7.93L18.5202 4.39C18.8102 4.1 19.2902 4.1 19.5802 4.39C19.8702 4.68 19.8702 5.16 19.5802 5.45L16.0402 9C15.8902 9.14 15.7002 9.21 15.5102 9.21Z" fill="var(--color-icon-primary)"/>\n</svg>',
98
+ },
99
+ };
100
+
101
+ const ICON_DOCUMENT_TEXT = {
102
+ kind: "icon",
103
+ data: {
104
+ id: "document-text",
105
+ label: "Document Text",
106
+ svgCode:
107
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V7C2.25 3.35 4.35 1.25 8 1.25H16C19.65 1.25 21.75 3.35 21.75 7V17C21.75 20.65 19.65 22.75 16 22.75ZM8 2.75C5.14 2.75 3.75 4.14 3.75 7V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V7C20.25 4.14 18.86 2.75 16 2.75H8Z" fill="var(--color-icon-primary)"/>\n<path d="M18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z" fill="var(--color-icon-primary)"/>\n<path d="M12 13.75H8C7.59 13.75 7.25 13.41 7.25 13C7.25 12.59 7.59 12.25 8 12.25H12C12.41 12.25 12.75 12.59 12.75 13C12.75 13.41 12.41 13.75 12 13.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 17.75H8C7.59 17.75 7.25 17.41 7.25 17C7.25 16.59 7.59 16.25 8 16.25H16C16.41 16.25 16.75 16.59 16.75 17C16.75 17.41 16.41 17.75 16 17.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
108
+ },
109
+ };
110
+
111
+ const ICON_GLOBAL = {
112
+ kind: "icon",
113
+ data: {
114
+ id: "global",
115
+ label: "Global",
116
+ svgCode:
117
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M9.00023 21.75H8.00023C7.59023 21.75 7.25023 21.41 7.25023 21C7.25023 20.59 7.57023 20.26 7.98023 20.25C6.41023 14.89 6.41023 9.11 7.98023 3.75C7.57023 3.74 7.25023 3.41 7.25023 3C7.25023 2.59 7.59023 2.25 8.00023 2.25H9.00023C9.24023 2.25 9.47023 2.37 9.61023 2.56C9.75023 2.76 9.79023 3.01 9.71023 3.24C7.83023 8.89 7.83023 15.11 9.71023 20.77C9.79023 21 9.75023 21.25 9.61023 21.45C9.47023 21.63 9.24023 21.75 9.00023 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.0004 21.75C14.9204 21.75 14.8404 21.74 14.7604 21.71C14.3704 21.58 14.1504 21.15 14.2904 20.76C16.1704 15.11 16.1704 8.89 14.2904 3.23C14.1604 2.84 14.3704 2.41 14.7604 2.28C15.1604 2.15 15.5804 2.36 15.7104 2.75C17.7004 8.71 17.7004 15.27 15.7104 21.22C15.6104 21.55 15.3104 21.75 15.0004 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.2C9.21 17.2 6.43 16.81 3.75 16.02C3.74 16.42 3.41 16.75 3 16.75C2.59 16.75 2.25 16.41 2.25 16V15C2.25 14.76 2.37 14.53 2.56 14.39C2.76 14.25 3.01 14.21 3.24 14.29C8.89 16.17 15.12 16.17 20.77 14.29C21 14.21 21.25 14.25 21.45 14.39C21.65 14.53 21.76 14.76 21.76 15V16C21.76 16.41 21.42 16.75 21.01 16.75C20.6 16.75 20.27 16.43 20.26 16.02C17.57 16.81 14.79 17.2 12 17.2Z" fill="var(--color-icon-primary)"/>\n<path d="M20.9998 9.74999C20.9198 9.74999 20.8398 9.73999 20.7598 9.70999C15.1098 7.82999 8.87978 7.82999 3.22978 9.70999C2.82978 9.83999 2.40978 9.62999 2.27978 9.23999C2.15978 8.83999 2.36978 8.41999 2.75978 8.28999C8.71978 6.29999 15.2798 6.29999 21.2298 8.28999C21.6198 8.41999 21.8398 8.84999 21.6998 9.23999C21.6098 9.54999 21.3098 9.74999 20.9998 9.74999Z" fill="var(--color-icon-primary)"/>\n</svg>',
118
+ },
119
+ };
120
+
121
+ const PLATFORM_SUB_ITEMS = [
122
+ {
123
+ "sub-item-link": null,
124
+ "sub-item-icon-container": null,
125
+ "sub-item-icon": ICON_CARD_SEND,
126
+ "sub-item-text-container": null,
127
+ "sub-item-title": "Payments API",
128
+ "sub-item-description":
129
+ "One endpoint for cards, ACH, UPI, SEPA, and wallets across 40+ markets.",
130
+ },
131
+ {
132
+ "sub-item-link": null,
133
+ "sub-item-icon-container": null,
134
+ "sub-item-icon": ICON_CARD,
135
+ "sub-item-text-container": null,
136
+ "sub-item-title": "Card issuing",
137
+ "sub-item-description":
138
+ "Virtual and physical cards with spend controls and BIN sponsorship.",
139
+ },
140
+ {
141
+ "sub-item-link": null,
142
+ "sub-item-icon-container": null,
143
+ "sub-item-icon": ICON_SHIELD_TICK,
144
+ "sub-item-text-container": null,
145
+ "sub-item-title": "KYC & onboarding",
146
+ "sub-item-description":
147
+ "ID, sanctions, and PEP screening in a single verified call.",
148
+ },
149
+ {
150
+ "sub-item-link": null,
151
+ "sub-item-icon-container": null,
152
+ "sub-item-icon": ICON_BOOK,
153
+ "sub-item-text-container": null,
154
+ "sub-item-title": "Ledger & settlement",
155
+ "sub-item-description":
156
+ "Double-entry ledger with T+0 settlement across every rail.",
157
+ },
158
+ {
159
+ "sub-item-link": null,
160
+ "sub-item-icon-container": null,
161
+ "sub-item-icon": ICON_SECURITY_SAFE,
162
+ "sub-item-text-container": null,
163
+ "sub-item-title": "Fraud & risk",
164
+ "sub-item-description":
165
+ "Real-time scoring trained on four billion prior transactions.",
166
+ },
167
+ ];
168
+
169
+ const SOLUTIONS_SUB_ITEMS = [
170
+ {
171
+ "sub-item-link": null,
172
+ "sub-item-icon-container": null,
173
+ "sub-item-icon": ICON_BANK,
174
+ "sub-item-text-container": null,
175
+ "sub-item-title": "Neobanks",
176
+ "sub-item-description":
177
+ "Launch a regulated neobank in 90 days on Levo's core.",
178
+ },
179
+ {
180
+ "sub-item-link": null,
181
+ "sub-item-icon-container": null,
182
+ "sub-item-icon": ICON_SHOP,
183
+ "sub-item-text-container": null,
184
+ "sub-item-title": "Marketplaces",
185
+ "sub-item-description":
186
+ "Split payouts to sellers across 40+ corridors with full reconciliation.",
187
+ },
188
+ {
189
+ "sub-item-link": null,
190
+ "sub-item-icon-container": null,
191
+ "sub-item-icon": ICON_CHART_SUCCESS,
192
+ "sub-item-text-container": null,
193
+ "sub-item-title": "Lenders",
194
+ "sub-item-description":
195
+ "Underwrite and disburse in minutes using streaming bank data.",
196
+ },
197
+ ];
198
+
3
199
  const DEFAULT_CONTENT = {
4
200
  layout: null,
5
201
  "nav-container": null,
6
- "nav-logo": {
7
- id: "74dolDInUc0Fj",
8
- filename: "image.png",
9
- kind: "image",
10
- location: "https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t.png",
11
- srcset: {
12
- "1080w": "https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-1080w.webp",
13
- "1200w": "https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-1200w.webp",
14
- "1920w": "https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-1920w.webp",
15
- "320w": "https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-320w.webp",
16
- "640w": "https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-640w.webp",
17
- "750w": "https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-750w.webp",
18
- "828w": "https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-828w.webp",
19
- path: "https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-oiljyrpB6IN9t-1920w.webp 1920w",
20
- },
21
- mimetype: "image/png",
22
- },
202
+ "nav-logo": MEDIA_LOGO,
23
203
  "desktop-nav-menu": [
24
204
  {
25
205
  "nav-item-dropdown-trigger": null,
26
- "nav-item-dropdown-trigger-title": "About",
27
- "sub-items": [
28
- {
29
- "sub-item-link": null,
30
- "sub-item-icon-container": null,
31
- "sub-item-icon": null,
32
- "sub-item-text-container": null,
33
- "sub-item-title": "Product 1",
34
- "sub-item-description": "",
35
- },
36
- {
37
- "sub-item-link": null,
38
- "sub-item-icon-container": null,
39
- "sub-item-icon": null,
40
- "sub-item-text-container": null,
41
- "sub-item-title": "Product 2",
42
- "sub-item-description": "",
43
- "sub-sub-items": [
44
- {
45
- "nested-sub-item-title": "Product 2.1",
46
- "nested-sub-item-description": "",
47
- },
48
- {
49
- "nested-sub-item-title": "Product 2.2",
50
- "nested-sub-item-description": "",
51
- },
52
- ],
53
- },
54
- {
55
- "sub-item-link": null,
56
- "sub-item-icon-container": null,
57
- "sub-item-icon": null,
58
- "sub-item-text-container": null,
59
- "sub-item-title": "Product 3",
60
- "sub-item-description": "",
61
- },
62
- ],
206
+ "nav-item-dropdown-trigger-title": "Platform",
207
+ "sub-items": PLATFORM_SUB_ITEMS,
63
208
  },
64
209
  {
65
210
  "nav-item-dropdown-trigger": null,
66
- "nav-item-dropdown-trigger-title": "About",
67
- "sub-items": [
68
- {
69
- "sub-item-link": null,
70
- "sub-item-icon-container": null,
71
- "sub-item-icon": null,
72
- "sub-item-text-container": null,
73
- "sub-item-title": "Product 1",
74
- "sub-item-description": "",
75
- },
76
- {
77
- "sub-item-link": null,
78
- "sub-item-icon-container": null,
79
- "sub-item-icon": null,
80
- "sub-item-text-container": null,
81
- "sub-item-title": "Product 2",
82
- "sub-item-description": "",
83
- "sub-sub-items": [
84
- {
85
- "nested-sub-item-title": "Product 2.1",
86
- "nested-sub-item-description": "",
87
- },
88
- {
89
- "nested-sub-item-title": "Product 2.2",
90
- "nested-sub-item-description": "",
91
- },
92
- ],
93
- },
94
- {
95
- "sub-item-link": null,
96
- "sub-item-icon-container": null,
97
- "sub-item-icon": null,
98
- "sub-item-text-container": null,
99
- "sub-item-title": "Product 3",
100
- "sub-item-description": "",
101
- },
102
- ],
211
+ "nav-item-dropdown-trigger-title": "Solutions",
212
+ "sub-items": SOLUTIONS_SUB_ITEMS,
103
213
  },
104
214
  {
105
- "nav-item-dropdown-trigger": null,
106
- "nav-item-dropdown-trigger-title": "About",
107
- "sub-items": [
108
- {
109
- "sub-item-link": null,
110
- "sub-item-icon-container": null,
111
- "sub-item-icon": null,
112
- "sub-item-text-container": null,
113
- "sub-item-title": "Product 1",
114
- "sub-item-description": "",
115
- },
116
- {
117
- "sub-item-link": null,
118
- "sub-item-icon-container": null,
119
- "sub-item-icon": null,
120
- "sub-item-text-container": null,
121
- "sub-item-title": "Product 2",
122
- "sub-item-description": "",
123
- "sub-sub-items": [
124
- {
125
- "nested-sub-item-title": "Product 2.1",
126
- "nested-sub-item-description": "",
127
- },
128
- {
129
- "nested-sub-item-title": "Product 2.2",
130
- "nested-sub-item-description": "",
131
- },
132
- ],
133
- },
134
- {
135
- "sub-item-link": null,
136
- "sub-item-icon-container": null,
137
- "sub-item-icon": null,
138
- "sub-item-text-container": null,
139
- "sub-item-title": "Product 3",
140
- "sub-item-description": "",
141
- },
142
- ],
215
+ "nav-item-title": "Pricing",
216
+ "sub-items": [],
143
217
  },
144
218
  {
145
- "nav-item-dropdown-trigger": null,
146
- "nav-item-dropdown-trigger-title": "About",
147
- "sub-items": [
148
- {
149
- "sub-item-link": null,
150
- "sub-item-icon-container": null,
151
- "sub-item-icon": null,
152
- "sub-item-text-container": null,
153
- "sub-item-title": "Product 1",
154
- "sub-item-description": "",
155
- },
156
- {
157
- "sub-item-link": null,
158
- "sub-item-icon-container": null,
159
- "sub-item-icon": null,
160
- "sub-item-text-container": null,
161
- "sub-item-title": "Product 2",
162
- "sub-item-description": "",
163
- "sub-sub-items": [
164
- {
165
- "nested-sub-item-title": "Product 2.1",
166
- "nested-sub-item-description": "",
167
- },
168
- {
169
- "nested-sub-item-title": "Product 2.2",
170
- "nested-sub-item-description": "",
171
- },
172
- ],
173
- },
174
- {
175
- "sub-item-link": null,
176
- "sub-item-icon-container": null,
177
- "sub-item-icon": null,
178
- "sub-item-text-container": null,
179
- "sub-item-title": "Product 3",
180
- "sub-item-description": "",
181
- },
182
- ],
219
+ "nav-item-title": "Developers",
220
+ "sub-items": [],
183
221
  },
184
222
  {
185
- "nav-item-dropdown-trigger": null,
186
- "nav-item-dropdown-trigger-title": "About",
187
- "sub-items": [
188
- {
189
- "sub-item-link": null,
190
- "sub-item-icon-container": null,
191
- "sub-item-icon": null,
192
- "sub-item-text-container": null,
193
- "sub-item-title": "Product 1",
194
- "sub-item-description": "",
195
- },
196
- {
197
- "sub-item-link": null,
198
- "sub-item-icon-container": null,
199
- "sub-item-icon": null,
200
- "sub-item-text-container": null,
201
- "sub-item-title": "Product 2",
202
- "sub-item-description": "",
203
- "sub-sub-items": [
204
- {
205
- "nested-sub-item-title": "Product 2.1",
206
- "nested-sub-item-description": "",
207
- },
208
- {
209
- "nested-sub-item-title": "Product 2.2",
210
- "nested-sub-item-description": "",
211
- },
212
- ],
213
- },
214
- {
215
- "sub-item-link": null,
216
- "sub-item-icon-container": null,
217
- "sub-item-icon": null,
218
- "sub-item-text-container": null,
219
- "sub-item-title": "Product 3",
220
- "sub-item-description": "",
221
- },
222
- ],
223
+ "nav-item-title": "Company",
224
+ "sub-items": [],
223
225
  },
224
226
  ],
225
227
  "desktop-cta-group": [
226
228
  {
227
- cta: " ",
228
- cta_leftIcon: {
229
- kind: "icon",
230
- data: {
231
- id: "search-normal-1",
232
- label: "Search Normal 1",
233
- tags: ["custom", "directional", "normal", "search"],
234
- svgCode:
235
- '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#000000">\n<path d="M11.5 21.75C5.85 21.75 1.25 17.15 1.25 11.5C1.25 5.85 5.85 1.25 11.5 1.25C17.15 1.25 21.75 5.85 21.75 11.5C21.75 17.15 17.15 21.75 11.5 21.75ZM11.5 2.75C6.67 2.75 2.75 6.68 2.75 11.5C2.75 16.32 6.67 20.25 11.5 20.25C16.33 20.25 20.25 16.32 20.25 11.5C20.25 6.68 16.33 2.75 11.5 2.75Z" fill="#000000"/>\n<path d="M22.0004 22.7499C21.8104 22.7499 21.6204 22.6799 21.4704 22.5299L19.4704 20.5299C19.1804 20.2399 19.1804 19.7599 19.4704 19.4699C19.7604 19.1799 20.2404 19.1799 20.5304 19.4699L22.5304 21.4699C22.8204 21.7599 22.8204 22.2399 22.5304 22.5299C22.3804 22.6799 22.1904 22.7499 22.0004 22.7499Z" fill="#000000"/>\n</svg>',
236
- },
237
- },
229
+ cta: "Sign in",
230
+ },
231
+ {
232
+ cta: "Start free trial",
238
233
  },
239
234
  ],
240
235
  "mobile-background-overlay": null,
@@ -246,274 +241,32 @@ const DEFAULT_CONTENT = {
246
241
  {
247
242
  "nav-item-dropdown-container": null,
248
243
  "nav-item-dropdown-trigger": null,
249
- "nav-item-dropdown-trigger-title": "Products",
250
- "sub-items": [
251
- {
252
- "sub-item-link": null,
253
- "sub-item-icon-container": null,
254
- "sub-item-icon": {
255
- kind: "icon",
256
- data: {
257
- id: "archive-minus",
258
- label: "Archive Minus",
259
- tags: ["archive", "custom", "directional", "minus"],
260
- svgCode:
261
- '<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>',
262
- },
263
- },
264
- "sub-item-text-container": null,
265
- "sub-item-title": "Product 1",
266
- "sub-item-description": "",
267
- },
268
- {
269
- "sub-item-link": null,
270
- "sub-item-icon-container": null,
271
- "sub-item-icon": null,
272
- "sub-item-text-container": null,
273
- "sub-item-title": "Product 2",
274
- "sub-item-description": "",
275
- "sub-sub-items": [
276
- {
277
- "nested-sub-item-title": "Product 2.1",
278
- "nested-sub-item-description": "",
279
- },
280
- {
281
- "nested-sub-item-title": "Product 2.2",
282
- "nested-sub-item-description": "",
283
- },
284
- ],
285
- },
286
- {
287
- "sub-item-icon-container": null,
288
- "sub-item-icon": {
289
- kind: "icon",
290
- data: {
291
- id: "archive-minus",
292
- label: "Archive Minus",
293
- tags: ["archive", "custom", "directional", "minus"],
294
- svgCode:
295
- '<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>',
296
- },
297
- },
298
- "sub-item-text-container": null,
299
- "sub-item-title": "Product 3",
300
- "sub-item-description": "",
301
- },
302
- ],
244
+ "nav-item-dropdown-trigger-title": "Platform",
245
+ "sub-items": PLATFORM_SUB_ITEMS,
303
246
  },
304
247
  {
305
248
  "nav-item-dropdown-container": null,
306
249
  "nav-item-dropdown-trigger": null,
307
- "nav-item-dropdown-trigger-title": "Products",
308
- "sub-items": [
309
- {
310
- "sub-item-link": null,
311
- "sub-item-icon-container": null,
312
- "sub-item-icon": {
313
- kind: "icon",
314
- data: {
315
- id: "archive-minus",
316
- label: "Archive Minus",
317
- tags: ["archive", "custom", "directional", "minus"],
318
- svgCode:
319
- '<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>',
320
- },
321
- },
322
- "sub-item-text-container": null,
323
- "sub-item-title": "Product 1",
324
- "sub-item-description": "",
325
- },
326
- {
327
- "sub-item-link": null,
328
- "sub-item-icon-container": null,
329
- "sub-item-icon": null,
330
- "sub-item-text-container": null,
331
- "sub-item-title": "Product 2",
332
- "sub-item-description": "",
333
- "sub-sub-items": [
334
- {
335
- "nested-sub-item-title": "Product 2.1",
336
- "nested-sub-item-description": "",
337
- },
338
- {
339
- "nested-sub-item-title": "Product 2.2",
340
- "nested-sub-item-description": "",
341
- },
342
- ],
343
- },
344
- {
345
- "sub-item-icon-container": null,
346
- "sub-item-icon": {
347
- kind: "icon",
348
- data: {
349
- id: "archive-minus",
350
- label: "Archive Minus",
351
- tags: ["archive", "custom", "directional", "minus"],
352
- svgCode:
353
- '<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>',
354
- },
355
- },
356
- "sub-item-text-container": null,
357
- "sub-item-title": "Product 3",
358
- "sub-item-description": "",
359
- },
360
- ],
250
+ "nav-item-dropdown-trigger-title": "Solutions",
251
+ "sub-items": SOLUTIONS_SUB_ITEMS,
361
252
  },
362
253
  {
363
- "nav-item-dropdown-container": null,
364
- "nav-item-dropdown-trigger": null,
365
- "nav-item-dropdown-trigger-title": "Products",
366
- "sub-items": [
367
- {
368
- "sub-item-link": null,
369
- "sub-item-icon-container": null,
370
- "sub-item-icon": {
371
- kind: "icon",
372
- data: {
373
- id: "archive-minus",
374
- label: "Archive Minus",
375
- tags: ["archive", "custom", "directional", "minus"],
376
- svgCode:
377
- '<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>',
378
- },
379
- },
380
- "sub-item-text-container": null,
381
- "sub-item-title": "Product 1",
382
- "sub-item-description": "",
383
- },
384
- {
385
- "sub-item-link": null,
386
- "sub-item-icon-container": null,
387
- "sub-item-icon": null,
388
- "sub-item-text-container": null,
389
- "sub-item-title": "Product 2",
390
- "sub-item-description": "",
391
- "sub-sub-items": [
392
- {
393
- "nested-sub-item-title": "Product 2.1",
394
- "nested-sub-item-description": "",
395
- },
396
- {
397
- "nested-sub-item-title": "Product 2.2",
398
- "nested-sub-item-description": "",
399
- },
400
- ],
401
- },
402
- {
403
- "sub-item-icon-container": null,
404
- "sub-item-icon": {
405
- kind: "icon",
406
- data: {
407
- id: "archive-minus",
408
- label: "Archive Minus",
409
- tags: ["archive", "custom", "directional", "minus"],
410
- svgCode:
411
- '<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>',
412
- },
413
- },
414
- "sub-item-text-container": null,
415
- "sub-item-title": "Product 3",
416
- "sub-item-description": "",
417
- },
418
- ],
254
+ "nav-item-title": "Pricing",
255
+ "sub-items": [],
419
256
  },
420
257
  {
421
- "nav-item-dropdown-container": null,
422
- "nav-item-dropdown-trigger": null,
423
- "nav-item-dropdown-trigger-title": "Products",
424
- "sub-items": [
425
- {
426
- "sub-item-link": null,
427
- "sub-item-icon-container": null,
428
- "sub-item-icon": {
429
- kind: "icon",
430
- data: {
431
- id: "archive-minus",
432
- label: "Archive Minus",
433
- tags: ["archive", "custom", "directional", "minus"],
434
- svgCode:
435
- '<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>',
436
- },
437
- },
438
- "sub-item-text-container": null,
439
- "sub-item-title": "Product 1",
440
- "sub-item-description": "",
441
- },
442
- {
443
- "sub-item-link": null,
444
- "sub-item-icon-container": null,
445
- "sub-item-icon": null,
446
- "sub-item-text-container": null,
447
- "sub-item-title": "Product 2",
448
- "sub-item-description": "",
449
- "sub-sub-items": [
450
- {
451
- "nested-sub-item-title": "Product 2.1",
452
- "nested-sub-item-description": "",
453
- },
454
- {
455
- "nested-sub-item-title": "Product 2.2",
456
- "nested-sub-item-description": "",
457
- },
458
- ],
459
- },
460
- {
461
- "sub-item-icon-container": null,
462
- "sub-item-icon": {
463
- kind: "icon",
464
- data: {
465
- id: "archive-minus",
466
- label: "Archive Minus",
467
- tags: ["archive", "custom", "directional", "minus"],
468
- svgCode:
469
- '<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>',
470
- },
471
- },
472
- "sub-item-text-container": null,
473
- "sub-item-title": "Product 3",
474
- "sub-item-description": "",
475
- },
476
- ],
258
+ "nav-item-title": "Developers",
259
+ "sub-items": [],
477
260
  },
478
261
  ],
479
- "mobile-cta-group": [],
480
- social_icon_links: [
481
- {
482
- icon: {
483
- kind: "icon",
484
- data: {
485
- id: "facebook",
486
- label: "Facebook",
487
- tags: ["crypto", "custom", "directional", "facebook"],
488
- svgCode:
489
- '<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>',
490
- },
491
- },
492
- },
493
- {
494
- icon: {
495
- kind: "icon",
496
- data: {
497
- id: "instagram",
498
- label: "Instagram",
499
- tags: ["custom", "essential", "instagram"],
500
- svgCode:
501
- '<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>',
502
- },
503
- },
504
- },
505
- {
506
- icon: {
507
- kind: "icon",
508
- data: {
509
- id: "youtube",
510
- label: "Youtube",
511
- tags: ["crypto", "custom", "directional", "youtube"],
512
- svgCode:
513
- '<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>',
514
- },
515
- },
516
- },
262
+ "mobile-cta-group": [
263
+ { cta: "Sign in" },
264
+ { cta: "Start free trial" },
265
+ ],
266
+ icon_links: [
267
+ { icon: ICON_LIFEBUOY },
268
+ { icon: ICON_DOCUMENT_TEXT },
269
+ { icon: ICON_GLOBAL },
517
270
  ],
518
271
  };
519
272
 
@@ -559,7 +312,8 @@ const DESKTOP_NAV_MENU_STYLE_GROUP = {
559
312
  "outline-style": "none",
560
313
  width: "200px",
561
314
  "background-color": "#ffffff",
562
- "box-shadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
315
+ "box-shadow":
316
+ "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
563
317
  "padding-left": "none",
564
318
  "padding-right": "none",
565
319
  },
@@ -1042,10 +796,14 @@ export const Navbar3: IBlock = {
1042
796
  top: "0",
1043
797
  "z-index": 30,
1044
798
  width: "100%",
1045
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
799
+ "box-shadow":
800
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1046
801
  "background-color": "rgba(255,255,255,0.8)",
1047
802
  "backdrop-filter": "blur(20px)",
1048
- transform: "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
803
+ transform:
804
+ "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
805
+ "padding-top": "sm",
806
+ "padding-bottom": "sm",
1049
807
  },
1050
808
  "nav-container": {
1051
809
  display: "flex",
@@ -1065,7 +823,9 @@ export const Navbar3: IBlock = {
1065
823
  },
1066
824
  },
1067
825
  "nav-logo": {
1068
- height: "36px",
826
+ height: "28px",
827
+ width: "auto",
828
+ "object-fit": "contain",
1069
829
  },
1070
830
  "desktop-cta-group_levoGroup": {
1071
831
  display: "flex",
@@ -1074,23 +834,7 @@ export const Navbar3: IBlock = {
1074
834
  display: "none",
1075
835
  },
1076
836
  },
1077
- "desktop-cta-group": [
1078
- {
1079
- cta: {
1080
- display: "flex",
1081
- "column-gap": "xs",
1082
- "background-color": "white",
1083
- },
1084
- cta_leftIcon: {
1085
- height: "22px",
1086
- width: "22px",
1087
- "font-size": "22px",
1088
- },
1089
- },
1090
- {
1091
- cta: {},
1092
- },
1093
- ],
837
+ "desktop-cta-group": [{}, {}],
1094
838
  "mobile-background-overlay": {
1095
839
  position: "fixed",
1096
840
  top: "0",
@@ -1128,8 +872,10 @@ export const Navbar3: IBlock = {
1128
872
  "border-radius": "xl",
1129
873
  width: "95%",
1130
874
  "background-color": "#ffffff",
1131
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1132
- transform: "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
875
+ "box-shadow":
876
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
877
+ transform:
878
+ "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
1133
879
  mobile: {
1134
880
  width: "100%",
1135
881
  "border-radius": "none",
@@ -1146,40 +892,23 @@ export const Navbar3: IBlock = {
1146
892
  "flex-direction": "column",
1147
893
  "row-gap": "2xs",
1148
894
  },
1149
- "mobile-cta-group": [
1150
- {
1151
- cta: {
1152
- width: "100%",
1153
- },
1154
- },
1155
- {
1156
- cta: {
1157
- width: "100%",
1158
- },
895
+ "mobile-cta-group_levoGroupItem": {
896
+ cta: {
897
+ width: "100%",
1159
898
  },
1160
- ],
899
+ },
900
+ "mobile-cta-group": [{}, {}],
1161
901
  social_icon_links_levoGroup: {
1162
902
  tablet: {
1163
903
  display: "block",
1164
904
  },
1165
905
  },
1166
- icon_links: [
1167
- {
1168
- icon: {
1169
- width: "22px",
1170
- },
906
+ icon_links_levoGroupItem: {
907
+ icon: {
908
+ width: "22px",
1171
909
  },
1172
- {
1173
- icon: {
1174
- width: "22px",
1175
- },
1176
- },
1177
- {
1178
- icon: {
1179
- width: "22px",
1180
- },
1181
- },
1182
- ],
910
+ },
911
+ icon_links: [{}, {}, {}],
1183
912
  icon_links_levoGroup: {
1184
913
  display: "flex",
1185
914
  gap: "20px",
@@ -1207,7 +936,16 @@ export const Navbar3: IBlock = {
1207
936
  },
1208
937
  },
1209
938
  content: DEFAULT_CONTENT,
1210
- config: {},
939
+ config: {
940
+ "desktop-cta-group": [
941
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
942
+ {},
943
+ ],
944
+ "mobile-cta-group": [
945
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
946
+ {},
947
+ ],
948
+ },
1211
949
  },
1212
950
  {
1213
951
  key: "default-search",
@@ -1221,10 +959,14 @@ export const Navbar3: IBlock = {
1221
959
  top: "0",
1222
960
  "z-index": 30,
1223
961
  width: "100%",
1224
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
962
+ "box-shadow":
963
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1225
964
  "background-color": "rgba(255,255,255,0.8)",
1226
965
  "backdrop-filter": "blur(20px)",
1227
- transform: "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
966
+ transform:
967
+ "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
968
+ "padding-top": "sm",
969
+ "padding-bottom": "sm",
1228
970
  },
1229
971
  "nav-container": {
1230
972
  display: "flex",
@@ -1244,7 +986,9 @@ export const Navbar3: IBlock = {
1244
986
  },
1245
987
  },
1246
988
  "nav-logo": {
1247
- height: "36px",
989
+ height: "28px",
990
+ width: "auto",
991
+ "object-fit": "contain",
1248
992
  },
1249
993
  "desktop-cta-group_levoGroup": {
1250
994
  display: "flex",
@@ -1253,23 +997,7 @@ export const Navbar3: IBlock = {
1253
997
  display: "none",
1254
998
  },
1255
999
  },
1256
- "desktop-cta-group": [
1257
- {
1258
- cta: {
1259
- display: "flex",
1260
- "column-gap": "xs",
1261
- "background-color": "white",
1262
- },
1263
- cta_leftIcon: {
1264
- height: "22px",
1265
- width: "22px",
1266
- "font-size": "22px",
1267
- },
1268
- },
1269
- {
1270
- cta: {},
1271
- },
1272
- ],
1000
+ "desktop-cta-group": [{}, {}],
1273
1001
  "mobile-background-overlay": {
1274
1002
  position: "fixed",
1275
1003
  top: "0",
@@ -1307,8 +1035,10 @@ export const Navbar3: IBlock = {
1307
1035
  "border-radius": "xl",
1308
1036
  width: "95%",
1309
1037
  "background-color": "#ffffff",
1310
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1311
- transform: "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
1038
+ "box-shadow":
1039
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1040
+ transform:
1041
+ "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
1312
1042
  mobile: {
1313
1043
  width: "100%",
1314
1044
  "border-radius": "none",
@@ -1325,40 +1055,343 @@ export const Navbar3: IBlock = {
1325
1055
  "flex-direction": "column",
1326
1056
  "row-gap": "2xs",
1327
1057
  },
1328
- "mobile-cta-group": [
1329
- {
1330
- cta: {
1331
- width: "100%",
1332
- },
1058
+ "mobile-cta-group_levoGroupItem": {
1059
+ cta: {
1060
+ width: "100%",
1333
1061
  },
1334
- {
1335
- cta: {
1336
- width: "100%",
1337
- },
1062
+ },
1063
+ "mobile-cta-group": [{}, {}],
1064
+ social_icon_links_levoGroup: {
1065
+ tablet: {
1066
+ display: "block",
1067
+ },
1068
+ },
1069
+ icon_links_levoGroupItem: {
1070
+ icon: {
1071
+ width: "22px",
1338
1072
  },
1073
+ },
1074
+ icon_links: [{}, {}, {}],
1075
+ icon_links_levoGroup: {
1076
+ display: "flex",
1077
+ gap: "20px",
1078
+ "margin-top": "20px",
1079
+ "margin-bottom": "20px",
1080
+ },
1081
+ "mobile-nav-container": {
1082
+ display: "none",
1083
+ _hover: {
1084
+ opacity: "0.9",
1085
+ },
1086
+ tablet: {
1087
+ display: "flex",
1088
+ "column-gap": "base",
1089
+ },
1090
+ mobile: {
1091
+ "column-gap": "xs",
1092
+ },
1093
+ },
1094
+ "desktop-search-container": {},
1095
+ "mobile-search-container": {},
1096
+ },
1097
+ content: DEFAULT_CONTENT,
1098
+ config: {
1099
+ "desktop-cta-group": [
1100
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1101
+ {},
1339
1102
  ],
1103
+ "mobile-cta-group": [
1104
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1105
+ {},
1106
+ ],
1107
+ },
1108
+ },
1109
+ // Full Width
1110
+ {
1111
+ key: "full-width",
1112
+ title: "Full Width",
1113
+ styles: {
1114
+ ...DESKTOP_NAV_MENU_STYLE_GROUP,
1115
+ ...MOBILE_NAV_MENU_STYLE_GROUP,
1116
+ layout: {
1117
+ position: "fixed",
1118
+ left: "50%",
1119
+ top: "0",
1120
+ "z-index": 30,
1121
+ width: "100%",
1122
+ "box-shadow":
1123
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1124
+ "background-color": "rgba(255,255,255,0.8)",
1125
+ "backdrop-filter": "blur(20px)",
1126
+ transform:
1127
+ "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
1128
+ "padding-top": "sm",
1129
+ "padding-bottom": "sm",
1130
+ },
1131
+ "nav-container": {
1132
+ display: "flex",
1133
+ "justify-content": "space-between",
1134
+ "align-items": "center",
1135
+ "max-width": "none",
1136
+ "padding-left": "2xl",
1137
+ "padding-right": "2xl",
1138
+ tablet: {
1139
+ "background-color": "white",
1140
+ "padding-left": "xl",
1141
+ "padding-right": "6xs",
1142
+ },
1143
+ mobile: {
1144
+ "padding-left": "base",
1145
+ "padding-right": "base",
1146
+ },
1147
+ },
1148
+ "nav-logo": {
1149
+ height: "28px",
1150
+ width: "auto",
1151
+ "object-fit": "contain",
1152
+ },
1153
+ "desktop-cta-group_levoGroup": {
1154
+ display: "flex",
1155
+ "column-gap": "sm",
1156
+ tablet: {
1157
+ display: "none",
1158
+ },
1159
+ },
1160
+ "desktop-cta-group": [{}, {}],
1161
+ "mobile-background-overlay": {
1162
+ position: "fixed",
1163
+ top: "0",
1164
+ right: "0",
1165
+ bottom: "0",
1166
+ left: "0",
1167
+ "z-index": 20,
1168
+ mobile: {},
1169
+ },
1170
+ "mobile-nav-menu-button": {
1171
+ display: "none",
1172
+ tablet: {
1173
+ display: "flex",
1174
+ "background-color": "white",
1175
+ color: "black",
1176
+ },
1177
+ _hover: {
1178
+ opacity: "0.9",
1179
+ },
1180
+ },
1181
+ "mobile-nav-close-button": {
1182
+ display: "none",
1183
+ },
1184
+ "mobile-nav-title": {
1185
+ display: "none",
1186
+ },
1187
+ "mobile-nav-menu-wrapper": {
1188
+ position: "fixed",
1189
+ top: "80px",
1190
+ left: "50%",
1191
+ "padding-top": "12px",
1192
+ "padding-bottom": "12px",
1193
+ "padding-left": "28px",
1194
+ "padding-right": "28px",
1195
+ "border-radius": "none",
1196
+ width: "100%",
1197
+ "background-color": "#ffffff",
1198
+ "box-shadow":
1199
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1200
+ transform:
1201
+ "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
1202
+ mobile: {
1203
+ width: "100%",
1204
+ "border-radius": "none",
1205
+ },
1206
+ tablet: {
1207
+ width: "100%",
1208
+ "border-radius": "none",
1209
+ },
1210
+ },
1211
+ "mobile-cta-group_levoGroup": {
1212
+ "margin-top": "2xs",
1213
+ width: "100%",
1214
+ display: "flex",
1215
+ "flex-direction": "column",
1216
+ "row-gap": "2xs",
1217
+ },
1218
+ "mobile-cta-group_levoGroupItem": {
1219
+ cta: {
1220
+ width: "100%",
1221
+ },
1222
+ },
1223
+ "mobile-cta-group": [{}, {}],
1340
1224
  social_icon_links_levoGroup: {
1341
1225
  tablet: {
1342
1226
  display: "block",
1343
1227
  },
1344
1228
  },
1345
- icon_links: [
1346
- {
1347
- icon: {
1348
- width: "22px",
1349
- },
1229
+ icon_links_levoGroupItem: {
1230
+ icon: { width: "22px" },
1231
+ },
1232
+ icon_links: [{}, {}, {}],
1233
+ icon_links_levoGroup: {
1234
+ display: "flex",
1235
+ gap: "20px",
1236
+ "margin-top": "20px",
1237
+ "margin-bottom": "20px",
1238
+ },
1239
+ "mobile-nav-container": {
1240
+ display: "none",
1241
+ _hover: {
1242
+ opacity: "0.9",
1350
1243
  },
1351
- {
1352
- icon: {
1353
- width: "22px",
1354
- },
1244
+ tablet: {
1245
+ display: "flex",
1246
+ "column-gap": "base",
1355
1247
  },
1356
- {
1357
- icon: {
1358
- width: "22px",
1359
- },
1248
+ mobile: {
1249
+ "column-gap": "xs",
1360
1250
  },
1251
+ },
1252
+ "desktop-search-container": {
1253
+ display: "none",
1254
+ },
1255
+ "mobile-search-container": {
1256
+ display: "none",
1257
+ },
1258
+ },
1259
+ content: DEFAULT_CONTENT,
1260
+ config: {
1261
+ "desktop-cta-group": [
1262
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1263
+ {},
1361
1264
  ],
1265
+ "mobile-cta-group": [
1266
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1267
+ {},
1268
+ ],
1269
+ },
1270
+ },
1271
+ // Full Width with Search
1272
+ {
1273
+ key: "full-width-search",
1274
+ title: "Full Width with Search",
1275
+ styles: {
1276
+ ...DESKTOP_NAV_MENU_STYLE_GROUP,
1277
+ ...MOBILE_NAV_MENU_STYLE_GROUP,
1278
+ layout: {
1279
+ position: "fixed",
1280
+ left: "50%",
1281
+ top: "0",
1282
+ "z-index": 30,
1283
+ width: "100%",
1284
+ "box-shadow":
1285
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1286
+ "background-color": "rgba(255,255,255,0.8)",
1287
+ "backdrop-filter": "blur(20px)",
1288
+ transform:
1289
+ "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
1290
+ "padding-top": "sm",
1291
+ "padding-bottom": "sm",
1292
+ },
1293
+ "nav-container": {
1294
+ display: "flex",
1295
+ "justify-content": "space-between",
1296
+ "align-items": "center",
1297
+ "max-width": "none",
1298
+ "padding-left": "2xl",
1299
+ "padding-right": "2xl",
1300
+ tablet: {
1301
+ "background-color": "white",
1302
+ "padding-left": "xl",
1303
+ "padding-right": "6xs",
1304
+ },
1305
+ mobile: {
1306
+ "padding-left": "base",
1307
+ "padding-right": "base",
1308
+ },
1309
+ },
1310
+ "nav-logo": {
1311
+ height: "28px",
1312
+ width: "auto",
1313
+ "object-fit": "contain",
1314
+ },
1315
+ "desktop-cta-group_levoGroup": {
1316
+ display: "flex",
1317
+ "column-gap": "sm",
1318
+ tablet: {
1319
+ display: "none",
1320
+ },
1321
+ },
1322
+ "desktop-cta-group": [{}, {}],
1323
+ "mobile-background-overlay": {
1324
+ position: "fixed",
1325
+ top: "0",
1326
+ right: "0",
1327
+ bottom: "0",
1328
+ left: "0",
1329
+ "z-index": 20,
1330
+ mobile: {},
1331
+ },
1332
+ "mobile-nav-menu-button": {
1333
+ display: "none",
1334
+ tablet: {
1335
+ display: "flex",
1336
+ "background-color": "white",
1337
+ color: "black",
1338
+ },
1339
+ _hover: {
1340
+ opacity: "0.9",
1341
+ },
1342
+ },
1343
+ "mobile-nav-close-button": {
1344
+ display: "none",
1345
+ },
1346
+ "mobile-nav-title": {
1347
+ display: "none",
1348
+ },
1349
+ "mobile-nav-menu-wrapper": {
1350
+ position: "fixed",
1351
+ top: "80px",
1352
+ left: "50%",
1353
+ "padding-top": "12px",
1354
+ "padding-bottom": "12px",
1355
+ "padding-left": "28px",
1356
+ "padding-right": "28px",
1357
+ "border-radius": "none",
1358
+ width: "100%",
1359
+ "background-color": "#ffffff",
1360
+ "box-shadow":
1361
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1362
+ transform:
1363
+ "translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
1364
+ mobile: {
1365
+ width: "100%",
1366
+ "border-radius": "none",
1367
+ },
1368
+ tablet: {
1369
+ width: "100%",
1370
+ "border-radius": "none",
1371
+ },
1372
+ },
1373
+ "mobile-cta-group_levoGroup": {
1374
+ "margin-top": "2xs",
1375
+ width: "100%",
1376
+ display: "flex",
1377
+ "flex-direction": "column",
1378
+ "row-gap": "2xs",
1379
+ },
1380
+ "mobile-cta-group_levoGroupItem": {
1381
+ cta: {
1382
+ width: "100%",
1383
+ },
1384
+ },
1385
+ "mobile-cta-group": [{}, {}],
1386
+ social_icon_links_levoGroup: {
1387
+ tablet: {
1388
+ display: "block",
1389
+ },
1390
+ },
1391
+ icon_links_levoGroupItem: {
1392
+ icon: { width: "22px" },
1393
+ },
1394
+ icon_links: [{}, {}, {}],
1362
1395
  icon_links_levoGroup: {
1363
1396
  display: "flex",
1364
1397
  gap: "20px",
@@ -1382,7 +1415,16 @@ export const Navbar3: IBlock = {
1382
1415
  "mobile-search-container": {},
1383
1416
  },
1384
1417
  content: DEFAULT_CONTENT,
1385
- config: {},
1418
+ config: {
1419
+ "desktop-cta-group": [
1420
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1421
+ {},
1422
+ ],
1423
+ "mobile-cta-group": [
1424
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1425
+ {},
1426
+ ],
1427
+ },
1386
1428
  },
1387
1429
  ],
1388
1430
  };