@levo-so/blocks 0.1.101 → 0.1.103
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.
- package/package.json +24 -23
- package/src/blocks/about-us/about-us-1.schema.ts +302 -295
- package/src/blocks/about-us/about-us-2.schema.ts +225 -220
- package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
- package/src/blocks/blogs/blog-author-1.tsx +121 -0
- package/src/blocks/blogs/blog-listing-1.tsx +111 -33
- package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
- package/src/blocks/blogs/blog-listing-2.tsx +118 -33
- package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
- package/src/blocks/blogs/blog-listing-3.tsx +118 -33
- package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
- package/src/blocks/blogs/blog-post-1.tsx +272 -39
- package/src/blocks/calendar/calendar-1.schema.ts +641 -192
- package/src/blocks/calendar/calendar-1.tsx +1 -0
- package/src/blocks/cards/cards-10.schema.ts +557 -544
- package/src/blocks/cards/cards-11.schema.ts +525 -419
- package/src/blocks/cards/cards-12.schema.ts +538 -147
- package/src/blocks/cards/cards-13.schema.ts +482 -312
- package/src/blocks/cards/cards-14.schema.ts +423 -196
- package/src/blocks/cards/cards-15.schema.ts +309 -143
- package/src/blocks/cards/cards-16.schema.ts +1277 -175
- package/src/blocks/cards/cards-17.schema.ts +2908 -1303
- package/src/blocks/cards/cards-18.schema.ts +1404 -217
- package/src/blocks/cards/cards-19.schema.ts +1105 -1084
- package/src/blocks/cards/cards-19.tsx +4 -5
- package/src/blocks/cards/cards-2.schema.ts +513 -42
- package/src/blocks/cards/cards-20.schema.ts +790 -212
- package/src/blocks/cards/cards-21.schema.ts +1215 -229
- package/src/blocks/cards/cards-21.tsx +51 -6
- package/src/blocks/cards/cards-22.schema.ts +1252 -2809
- package/src/blocks/cards/cards-22.tsx +6 -7
- package/src/blocks/cards/cards-23.schema.ts +571 -109
- package/src/blocks/cards/cards-3.schema.ts +355 -116
- package/src/blocks/cards/cards-4.schema.ts +805 -321
- package/src/blocks/cards/cards-5.schema.ts +216 -64
- package/src/blocks/cards/cards-6.schema.ts +568 -1330
- package/src/blocks/cards/cards-7.schema.ts +1181 -1378
- package/src/blocks/cards/cards-8.schema.ts +585 -221
- package/src/blocks/cards/cards-9.schema.ts +763 -382
- package/src/blocks/carousel/carousel-1.schema.ts +257 -502
- package/src/blocks/carousel/carousel-1.tsx +2 -2
- package/src/blocks/carousel/carousel-2.schema.ts +771 -761
- package/src/blocks/community/community-1.schema.ts +8 -23
- package/src/blocks/community/community-1.tsx +3 -3
- package/src/blocks/community/community-post-1.tsx +4 -4
- package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
- package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
- package/src/blocks/content/content-1.schema.ts +800 -381
- package/src/blocks/content/content-10.schema.ts +763 -20
- package/src/blocks/content/content-2.schema.ts +426 -52
- package/src/blocks/content/content-3.schema.ts +631 -432
- package/src/blocks/content/content-4.schema.ts +378 -123
- package/src/blocks/content/content-5.schema.ts +1152 -682
- package/src/blocks/content/content-6.schema.ts +679 -707
- package/src/blocks/content/content-7.schema.ts +694 -291
- package/src/blocks/content/content-8.schema.ts +247 -7
- package/src/blocks/content/content-9.schema.ts +855 -116
- package/src/blocks/cta/cta-1.schema.ts +294 -62
- package/src/blocks/cta/cta-2.schema.ts +302 -66
- package/src/blocks/cta/cta-2.tsx +1 -2
- package/src/blocks/cta/cta-3.schema.ts +312 -62
- package/src/blocks/ecommerce/ecommerce-1.schema.ts +477 -0
- package/src/blocks/ecommerce/ecommerce-1.tsx +243 -0
- package/src/blocks/ecommerce/ecommerce-2.schema.ts +268 -0
- package/src/blocks/ecommerce/ecommerce-2.tsx +238 -0
- package/src/blocks/ecommerce/ecommerce-3.schema.ts +56 -0
- package/src/blocks/ecommerce/ecommerce-3.tsx +72 -0
- package/src/blocks/ecommerce/ecommerce-4.schema.ts +461 -0
- package/src/blocks/ecommerce/ecommerce-4.tsx +249 -0
- package/src/blocks/ecommerce/ecommerce-5.schema.ts +230 -0
- package/src/blocks/ecommerce/ecommerce-5.tsx +146 -0
- package/src/blocks/embed/embed-1.schema.ts +181 -0
- package/src/blocks/event/event-listing-2.schema.ts +5 -11
- package/src/blocks/event/event-listing-3.schema.ts +5 -11
- package/src/blocks/event/event-listing-4.schema.ts +5 -11
- package/src/blocks/event/event-listing.schema.ts +5 -11
- package/src/blocks/faq/faq-1.schema.ts +439 -260
- package/src/blocks/faq/faq-2.schema.ts +444 -266
- package/src/blocks/faq/faq-3.schema.ts +1420 -224
- package/src/blocks/features/features-1/features-1.schema.ts +21 -21
- package/src/blocks/features/features-1/variants/default.ts +120 -138
- package/src/blocks/features/features-1/variants/index.ts +2 -2
- package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
- package/src/blocks/features/features-2.schema.ts +368 -286
- package/src/blocks/features/features-3.schema.ts +557 -280
- package/src/blocks/features/features-4.schema.ts +940 -432
- package/src/blocks/features/features-5.schema.ts +566 -407
- package/src/blocks/features/features-6.schema.ts +557 -523
- package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
- package/src/blocks/footer/footer-1.schema.ts +383 -401
- package/src/blocks/footer/footer-2.schema.ts +337 -878
- package/src/blocks/footer/footer-3.schema.ts +445 -381
- package/src/blocks/footer/footer-4.schema.ts +610 -439
- package/src/blocks/footer/footer-5.schema.ts +367 -321
- package/src/blocks/footer/footer-6.schema.ts +610 -357
- package/src/blocks/form/form-1.schema.ts +237 -0
- package/src/blocks/hero/hero-1.schema.ts +251 -221
- package/src/blocks/hero/hero-10.schema.ts +23 -14
- package/src/blocks/hero/hero-11.schema.ts +728 -601
- package/src/blocks/hero/hero-12.schema.ts +524 -334
- package/src/blocks/hero/hero-13.schema.ts +83 -95
- package/src/blocks/hero/hero-2.schema.ts +277 -68
- package/src/blocks/hero/hero-3.schema.ts +371 -235
- package/src/blocks/hero/hero-3.tsx +1 -1
- package/src/blocks/hero/hero-4.schema.ts +605 -338
- package/src/blocks/hero/hero-5.schema.ts +545 -61
- package/src/blocks/hero/hero-6.schema.ts +446 -257
- package/src/blocks/hero/hero-6.tsx +1 -1
- package/src/blocks/hero/hero-7.schema.ts +1299 -131
- package/src/blocks/hero/hero-7.tsx +43 -23
- package/src/blocks/hero/hero-8.schema.ts +736 -236
- package/src/blocks/hero/hero-9.schema.ts +908 -58
- package/src/blocks/index.ts +14 -2
- package/src/blocks/jobs/jobs-1.schema.ts +741 -219
- package/src/blocks/logos/logos-1.schema.ts +317 -321
- package/src/blocks/logos/logos-1.tsx +32 -19
- package/src/blocks/logos/logos-2.schema.ts +223 -0
- package/src/blocks/logos/logos-2.tsx +55 -0
- package/src/blocks/navbar/navbar-1.schema.ts +319 -186
- package/src/blocks/navbar/navbar-3.schema.ts +618 -570
- package/src/blocks/navbar/navbar-3.tsx +3 -2
- package/src/blocks/navbar/navbar-4.schema.ts +731 -1234
- package/src/blocks/navbar/navbar-4.tsx +1 -6
- package/src/blocks/polling/polling-1.schema.ts +161 -0
- package/src/blocks/pricing/pricing-1.schema.ts +549 -626
- package/src/blocks/products/products-listing-1.schema.ts +363 -249
- package/src/blocks/products/products-listing-2.schema.ts +515 -257
- package/src/blocks/products/products-listing-3.schema.ts +790 -839
- package/src/blocks/products/products-listing-3.tsx +86 -84
- package/src/blocks/profile/profile-1.schema.ts +168 -187
- package/src/blocks/profile/profile-2.schema.ts +150 -122
- package/src/blocks/profile/profile-3.schema.ts +307 -256
- package/src/blocks/profile/profile-4.schema.ts +372 -504
- package/src/blocks/profile/profile-5.schema.ts +186 -79
- package/src/blocks/services/service-1.schema.ts +700 -631
- package/src/blocks/services/service-2.schema.ts +559 -82
- package/src/blocks/services/service-2.tsx +5 -6
- package/src/blocks/services/service-3.schema.ts +592 -207
- package/src/blocks/services/service-3.tsx +10 -2
- package/src/blocks/stats/stats-1.schema.ts +347 -257
- package/src/blocks/stats/stats-2.schema.ts +14 -2
- package/src/blocks/stats/variants/default.ts +14 -37
- package/src/blocks/stats/variants/extra.ts +232 -0
- package/src/blocks/stats/variants/hero.ts +1 -30
- package/src/blocks/stats/variants/index.ts +13 -1
- package/src/blocks/tabs/tab-1.schema.ts +1361 -214
- package/src/blocks/tabs/tab-2.schema.ts +984 -390
- package/src/blocks/tabs/tab-3.schema.ts +961 -95
- package/src/blocks/team/team-1.schema.ts +681 -564
- package/src/blocks/team/team-2.schema.ts +589 -935
- package/src/blocks/team/team-3.schema.ts +375 -284
- package/src/blocks/team/team-4.schema.ts +569 -355
- package/src/blocks/team/team-5.schema.ts +307 -111
- package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
- package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
- package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
- package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
- package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
- package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
- package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
- package/src/blocks/timeline/timeline-1.schema.ts +382 -140
- package/src/blocks/users/edit-profile.schema.ts +2 -8
- package/src/blocks/users/edit-profile.tsx +2 -3
- package/src/schemas/blocks.ts +14 -2
- package/src/schemas/categories.ts +6 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
- package/src/blocks/navbar/navbar-2.schema.ts +0 -1134
- package/src/blocks/navbar/navbar-2.tsx +0 -381
|
@@ -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": "
|
|
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": "
|
|
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-
|
|
106
|
-
"
|
|
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-
|
|
146
|
-
"
|
|
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-
|
|
186
|
-
"
|
|
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
|
-
|
|
229
|
-
|
|
230
|
-
|
|
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": "
|
|
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": "
|
|
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-
|
|
364
|
-
"
|
|
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-
|
|
422
|
-
"
|
|
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
|
-
|
|
481
|
-
{
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
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":
|
|
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
|
},
|
|
@@ -694,6 +448,12 @@ const MOBILE_NAV_MENU_STYLE_GROUP = {
|
|
|
694
448
|
"align-items": "center",
|
|
695
449
|
"border-radius": "base",
|
|
696
450
|
width: "100%",
|
|
451
|
+
tablet: {
|
|
452
|
+
"flex-direction": "column",
|
|
453
|
+
display: "flex",
|
|
454
|
+
"align-items": "start",
|
|
455
|
+
"row-gap": "4xs",
|
|
456
|
+
},
|
|
697
457
|
},
|
|
698
458
|
"sub-item-icon-container": {
|
|
699
459
|
"aspect-ratio": "1 / 1",
|
|
@@ -1042,10 +802,14 @@ export const Navbar3: IBlock = {
|
|
|
1042
802
|
top: "0",
|
|
1043
803
|
"z-index": 30,
|
|
1044
804
|
width: "100%",
|
|
1045
|
-
"box-shadow":
|
|
805
|
+
"box-shadow":
|
|
806
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
1046
807
|
"background-color": "rgba(255,255,255,0.8)",
|
|
1047
808
|
"backdrop-filter": "blur(20px)",
|
|
1048
|
-
transform:
|
|
809
|
+
transform:
|
|
810
|
+
"translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
|
|
811
|
+
"padding-top": "sm",
|
|
812
|
+
"padding-bottom": "sm",
|
|
1049
813
|
},
|
|
1050
814
|
"nav-container": {
|
|
1051
815
|
display: "flex",
|
|
@@ -1065,7 +829,9 @@ export const Navbar3: IBlock = {
|
|
|
1065
829
|
},
|
|
1066
830
|
},
|
|
1067
831
|
"nav-logo": {
|
|
1068
|
-
height: "
|
|
832
|
+
height: "28px",
|
|
833
|
+
width: "auto",
|
|
834
|
+
"object-fit": "contain",
|
|
1069
835
|
},
|
|
1070
836
|
"desktop-cta-group_levoGroup": {
|
|
1071
837
|
display: "flex",
|
|
@@ -1074,23 +840,7 @@ export const Navbar3: IBlock = {
|
|
|
1074
840
|
display: "none",
|
|
1075
841
|
},
|
|
1076
842
|
},
|
|
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
|
-
],
|
|
843
|
+
"desktop-cta-group": [{}, {}],
|
|
1094
844
|
"mobile-background-overlay": {
|
|
1095
845
|
position: "fixed",
|
|
1096
846
|
top: "0",
|
|
@@ -1128,8 +878,10 @@ export const Navbar3: IBlock = {
|
|
|
1128
878
|
"border-radius": "xl",
|
|
1129
879
|
width: "95%",
|
|
1130
880
|
"background-color": "#ffffff",
|
|
1131
|
-
"box-shadow":
|
|
1132
|
-
|
|
881
|
+
"box-shadow":
|
|
882
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
883
|
+
transform:
|
|
884
|
+
"translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
|
|
1133
885
|
mobile: {
|
|
1134
886
|
width: "100%",
|
|
1135
887
|
"border-radius": "none",
|
|
@@ -1146,40 +898,23 @@ export const Navbar3: IBlock = {
|
|
|
1146
898
|
"flex-direction": "column",
|
|
1147
899
|
"row-gap": "2xs",
|
|
1148
900
|
},
|
|
1149
|
-
"mobile-cta-
|
|
1150
|
-
{
|
|
1151
|
-
|
|
1152
|
-
width: "100%",
|
|
1153
|
-
},
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
cta: {
|
|
1157
|
-
width: "100%",
|
|
1158
|
-
},
|
|
901
|
+
"mobile-cta-group_levoGroupItem": {
|
|
902
|
+
cta: {
|
|
903
|
+
width: "100%",
|
|
1159
904
|
},
|
|
1160
|
-
|
|
905
|
+
},
|
|
906
|
+
"mobile-cta-group": [{}, {}],
|
|
1161
907
|
social_icon_links_levoGroup: {
|
|
1162
908
|
tablet: {
|
|
1163
909
|
display: "block",
|
|
1164
910
|
},
|
|
1165
911
|
},
|
|
1166
|
-
|
|
1167
|
-
{
|
|
1168
|
-
|
|
1169
|
-
width: "22px",
|
|
1170
|
-
},
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
icon: {
|
|
1174
|
-
width: "22px",
|
|
1175
|
-
},
|
|
912
|
+
icon_links_levoGroupItem: {
|
|
913
|
+
icon: {
|
|
914
|
+
width: "22px",
|
|
1176
915
|
},
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
width: "22px",
|
|
1180
|
-
},
|
|
1181
|
-
},
|
|
1182
|
-
],
|
|
916
|
+
},
|
|
917
|
+
icon_links: [{}, {}, {}],
|
|
1183
918
|
icon_links_levoGroup: {
|
|
1184
919
|
display: "flex",
|
|
1185
920
|
gap: "20px",
|
|
@@ -1207,7 +942,16 @@ export const Navbar3: IBlock = {
|
|
|
1207
942
|
},
|
|
1208
943
|
},
|
|
1209
944
|
content: DEFAULT_CONTENT,
|
|
1210
|
-
config: {
|
|
945
|
+
config: {
|
|
946
|
+
"desktop-cta-group": [
|
|
947
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
948
|
+
{},
|
|
949
|
+
],
|
|
950
|
+
"mobile-cta-group": [
|
|
951
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
952
|
+
{},
|
|
953
|
+
],
|
|
954
|
+
},
|
|
1211
955
|
},
|
|
1212
956
|
{
|
|
1213
957
|
key: "default-search",
|
|
@@ -1221,10 +965,14 @@ export const Navbar3: IBlock = {
|
|
|
1221
965
|
top: "0",
|
|
1222
966
|
"z-index": 30,
|
|
1223
967
|
width: "100%",
|
|
1224
|
-
"box-shadow":
|
|
968
|
+
"box-shadow":
|
|
969
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
1225
970
|
"background-color": "rgba(255,255,255,0.8)",
|
|
1226
971
|
"backdrop-filter": "blur(20px)",
|
|
1227
|
-
transform:
|
|
972
|
+
transform:
|
|
973
|
+
"translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
|
|
974
|
+
"padding-top": "sm",
|
|
975
|
+
"padding-bottom": "sm",
|
|
1228
976
|
},
|
|
1229
977
|
"nav-container": {
|
|
1230
978
|
display: "flex",
|
|
@@ -1244,7 +992,9 @@ export const Navbar3: IBlock = {
|
|
|
1244
992
|
},
|
|
1245
993
|
},
|
|
1246
994
|
"nav-logo": {
|
|
1247
|
-
height: "
|
|
995
|
+
height: "28px",
|
|
996
|
+
width: "auto",
|
|
997
|
+
"object-fit": "contain",
|
|
1248
998
|
},
|
|
1249
999
|
"desktop-cta-group_levoGroup": {
|
|
1250
1000
|
display: "flex",
|
|
@@ -1253,23 +1003,7 @@ export const Navbar3: IBlock = {
|
|
|
1253
1003
|
display: "none",
|
|
1254
1004
|
},
|
|
1255
1005
|
},
|
|
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
|
-
],
|
|
1006
|
+
"desktop-cta-group": [{}, {}],
|
|
1273
1007
|
"mobile-background-overlay": {
|
|
1274
1008
|
position: "fixed",
|
|
1275
1009
|
top: "0",
|
|
@@ -1307,8 +1041,10 @@ export const Navbar3: IBlock = {
|
|
|
1307
1041
|
"border-radius": "xl",
|
|
1308
1042
|
width: "95%",
|
|
1309
1043
|
"background-color": "#ffffff",
|
|
1310
|
-
"box-shadow":
|
|
1311
|
-
|
|
1044
|
+
"box-shadow":
|
|
1045
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
1046
|
+
transform:
|
|
1047
|
+
"translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
|
|
1312
1048
|
mobile: {
|
|
1313
1049
|
width: "100%",
|
|
1314
1050
|
"border-radius": "none",
|
|
@@ -1325,40 +1061,343 @@ export const Navbar3: IBlock = {
|
|
|
1325
1061
|
"flex-direction": "column",
|
|
1326
1062
|
"row-gap": "2xs",
|
|
1327
1063
|
},
|
|
1328
|
-
"mobile-cta-
|
|
1329
|
-
{
|
|
1330
|
-
|
|
1331
|
-
width: "100%",
|
|
1332
|
-
},
|
|
1064
|
+
"mobile-cta-group_levoGroupItem": {
|
|
1065
|
+
cta: {
|
|
1066
|
+
width: "100%",
|
|
1333
1067
|
},
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1068
|
+
},
|
|
1069
|
+
"mobile-cta-group": [{}, {}],
|
|
1070
|
+
social_icon_links_levoGroup: {
|
|
1071
|
+
tablet: {
|
|
1072
|
+
display: "block",
|
|
1073
|
+
},
|
|
1074
|
+
},
|
|
1075
|
+
icon_links_levoGroupItem: {
|
|
1076
|
+
icon: {
|
|
1077
|
+
width: "22px",
|
|
1078
|
+
},
|
|
1079
|
+
},
|
|
1080
|
+
icon_links: [{}, {}, {}],
|
|
1081
|
+
icon_links_levoGroup: {
|
|
1082
|
+
display: "flex",
|
|
1083
|
+
gap: "20px",
|
|
1084
|
+
"margin-top": "20px",
|
|
1085
|
+
"margin-bottom": "20px",
|
|
1086
|
+
},
|
|
1087
|
+
"mobile-nav-container": {
|
|
1088
|
+
display: "none",
|
|
1089
|
+
_hover: {
|
|
1090
|
+
opacity: "0.9",
|
|
1091
|
+
},
|
|
1092
|
+
tablet: {
|
|
1093
|
+
display: "flex",
|
|
1094
|
+
"column-gap": "base",
|
|
1338
1095
|
},
|
|
1096
|
+
mobile: {
|
|
1097
|
+
"column-gap": "xs",
|
|
1098
|
+
},
|
|
1099
|
+
},
|
|
1100
|
+
"desktop-search-container": {},
|
|
1101
|
+
"mobile-search-container": {},
|
|
1102
|
+
},
|
|
1103
|
+
content: DEFAULT_CONTENT,
|
|
1104
|
+
config: {
|
|
1105
|
+
"desktop-cta-group": [
|
|
1106
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1107
|
+
{},
|
|
1108
|
+
],
|
|
1109
|
+
"mobile-cta-group": [
|
|
1110
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1111
|
+
{},
|
|
1339
1112
|
],
|
|
1113
|
+
},
|
|
1114
|
+
},
|
|
1115
|
+
// Full Width
|
|
1116
|
+
{
|
|
1117
|
+
key: "full-width",
|
|
1118
|
+
title: "Full Width",
|
|
1119
|
+
styles: {
|
|
1120
|
+
...DESKTOP_NAV_MENU_STYLE_GROUP,
|
|
1121
|
+
...MOBILE_NAV_MENU_STYLE_GROUP,
|
|
1122
|
+
layout: {
|
|
1123
|
+
position: "fixed",
|
|
1124
|
+
left: "50%",
|
|
1125
|
+
top: "0",
|
|
1126
|
+
"z-index": 30,
|
|
1127
|
+
width: "100%",
|
|
1128
|
+
"box-shadow":
|
|
1129
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
1130
|
+
"background-color": "rgba(255,255,255,0.8)",
|
|
1131
|
+
"backdrop-filter": "blur(20px)",
|
|
1132
|
+
transform:
|
|
1133
|
+
"translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
|
|
1134
|
+
"padding-top": "sm",
|
|
1135
|
+
"padding-bottom": "sm",
|
|
1136
|
+
},
|
|
1137
|
+
"nav-container": {
|
|
1138
|
+
display: "flex",
|
|
1139
|
+
"justify-content": "space-between",
|
|
1140
|
+
"align-items": "center",
|
|
1141
|
+
"max-width": "none",
|
|
1142
|
+
"padding-left": "2xl",
|
|
1143
|
+
"padding-right": "2xl",
|
|
1144
|
+
tablet: {
|
|
1145
|
+
"background-color": "white",
|
|
1146
|
+
"padding-left": "xl",
|
|
1147
|
+
"padding-right": "6xs",
|
|
1148
|
+
},
|
|
1149
|
+
mobile: {
|
|
1150
|
+
"padding-left": "base",
|
|
1151
|
+
"padding-right": "base",
|
|
1152
|
+
},
|
|
1153
|
+
},
|
|
1154
|
+
"nav-logo": {
|
|
1155
|
+
height: "28px",
|
|
1156
|
+
width: "auto",
|
|
1157
|
+
"object-fit": "contain",
|
|
1158
|
+
},
|
|
1159
|
+
"desktop-cta-group_levoGroup": {
|
|
1160
|
+
display: "flex",
|
|
1161
|
+
"column-gap": "sm",
|
|
1162
|
+
tablet: {
|
|
1163
|
+
display: "none",
|
|
1164
|
+
},
|
|
1165
|
+
},
|
|
1166
|
+
"desktop-cta-group": [{}, {}],
|
|
1167
|
+
"mobile-background-overlay": {
|
|
1168
|
+
position: "fixed",
|
|
1169
|
+
top: "0",
|
|
1170
|
+
right: "0",
|
|
1171
|
+
bottom: "0",
|
|
1172
|
+
left: "0",
|
|
1173
|
+
"z-index": 20,
|
|
1174
|
+
mobile: {},
|
|
1175
|
+
},
|
|
1176
|
+
"mobile-nav-menu-button": {
|
|
1177
|
+
display: "none",
|
|
1178
|
+
tablet: {
|
|
1179
|
+
display: "flex",
|
|
1180
|
+
"background-color": "white",
|
|
1181
|
+
color: "black",
|
|
1182
|
+
},
|
|
1183
|
+
_hover: {
|
|
1184
|
+
opacity: "0.9",
|
|
1185
|
+
},
|
|
1186
|
+
},
|
|
1187
|
+
"mobile-nav-close-button": {
|
|
1188
|
+
display: "none",
|
|
1189
|
+
},
|
|
1190
|
+
"mobile-nav-title": {
|
|
1191
|
+
display: "none",
|
|
1192
|
+
},
|
|
1193
|
+
"mobile-nav-menu-wrapper": {
|
|
1194
|
+
position: "fixed",
|
|
1195
|
+
top: "80px",
|
|
1196
|
+
left: "50%",
|
|
1197
|
+
"padding-top": "12px",
|
|
1198
|
+
"padding-bottom": "12px",
|
|
1199
|
+
"padding-left": "28px",
|
|
1200
|
+
"padding-right": "28px",
|
|
1201
|
+
"border-radius": "none",
|
|
1202
|
+
width: "100%",
|
|
1203
|
+
"background-color": "#ffffff",
|
|
1204
|
+
"box-shadow":
|
|
1205
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
1206
|
+
transform:
|
|
1207
|
+
"translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
|
|
1208
|
+
mobile: {
|
|
1209
|
+
width: "100%",
|
|
1210
|
+
"border-radius": "none",
|
|
1211
|
+
},
|
|
1212
|
+
tablet: {
|
|
1213
|
+
width: "100%",
|
|
1214
|
+
"border-radius": "none",
|
|
1215
|
+
},
|
|
1216
|
+
},
|
|
1217
|
+
"mobile-cta-group_levoGroup": {
|
|
1218
|
+
"margin-top": "2xs",
|
|
1219
|
+
width: "100%",
|
|
1220
|
+
display: "flex",
|
|
1221
|
+
"flex-direction": "column",
|
|
1222
|
+
"row-gap": "2xs",
|
|
1223
|
+
},
|
|
1224
|
+
"mobile-cta-group_levoGroupItem": {
|
|
1225
|
+
cta: {
|
|
1226
|
+
width: "100%",
|
|
1227
|
+
},
|
|
1228
|
+
},
|
|
1229
|
+
"mobile-cta-group": [{}, {}],
|
|
1340
1230
|
social_icon_links_levoGroup: {
|
|
1341
1231
|
tablet: {
|
|
1342
1232
|
display: "block",
|
|
1343
1233
|
},
|
|
1344
1234
|
},
|
|
1345
|
-
|
|
1346
|
-
{
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1235
|
+
icon_links_levoGroupItem: {
|
|
1236
|
+
icon: { width: "22px" },
|
|
1237
|
+
},
|
|
1238
|
+
icon_links: [{}, {}, {}],
|
|
1239
|
+
icon_links_levoGroup: {
|
|
1240
|
+
display: "flex",
|
|
1241
|
+
gap: "20px",
|
|
1242
|
+
"margin-top": "20px",
|
|
1243
|
+
"margin-bottom": "20px",
|
|
1244
|
+
},
|
|
1245
|
+
"mobile-nav-container": {
|
|
1246
|
+
display: "none",
|
|
1247
|
+
_hover: {
|
|
1248
|
+
opacity: "0.9",
|
|
1350
1249
|
},
|
|
1351
|
-
{
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
},
|
|
1250
|
+
tablet: {
|
|
1251
|
+
display: "flex",
|
|
1252
|
+
"column-gap": "base",
|
|
1355
1253
|
},
|
|
1356
|
-
{
|
|
1357
|
-
|
|
1358
|
-
width: "22px",
|
|
1359
|
-
},
|
|
1254
|
+
mobile: {
|
|
1255
|
+
"column-gap": "xs",
|
|
1360
1256
|
},
|
|
1257
|
+
},
|
|
1258
|
+
"desktop-search-container": {
|
|
1259
|
+
display: "none",
|
|
1260
|
+
},
|
|
1261
|
+
"mobile-search-container": {
|
|
1262
|
+
display: "none",
|
|
1263
|
+
},
|
|
1264
|
+
},
|
|
1265
|
+
content: DEFAULT_CONTENT,
|
|
1266
|
+
config: {
|
|
1267
|
+
"desktop-cta-group": [
|
|
1268
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1269
|
+
{},
|
|
1270
|
+
],
|
|
1271
|
+
"mobile-cta-group": [
|
|
1272
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1273
|
+
{},
|
|
1361
1274
|
],
|
|
1275
|
+
},
|
|
1276
|
+
},
|
|
1277
|
+
// Full Width with Search
|
|
1278
|
+
{
|
|
1279
|
+
key: "full-width-search",
|
|
1280
|
+
title: "Full Width with Search",
|
|
1281
|
+
styles: {
|
|
1282
|
+
...DESKTOP_NAV_MENU_STYLE_GROUP,
|
|
1283
|
+
...MOBILE_NAV_MENU_STYLE_GROUP,
|
|
1284
|
+
layout: {
|
|
1285
|
+
position: "fixed",
|
|
1286
|
+
left: "50%",
|
|
1287
|
+
top: "0",
|
|
1288
|
+
"z-index": 30,
|
|
1289
|
+
width: "100%",
|
|
1290
|
+
"box-shadow":
|
|
1291
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
1292
|
+
"background-color": "rgba(255,255,255,0.8)",
|
|
1293
|
+
"backdrop-filter": "blur(20px)",
|
|
1294
|
+
transform:
|
|
1295
|
+
"translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
|
|
1296
|
+
"padding-top": "sm",
|
|
1297
|
+
"padding-bottom": "sm",
|
|
1298
|
+
},
|
|
1299
|
+
"nav-container": {
|
|
1300
|
+
display: "flex",
|
|
1301
|
+
"justify-content": "space-between",
|
|
1302
|
+
"align-items": "center",
|
|
1303
|
+
"max-width": "none",
|
|
1304
|
+
"padding-left": "2xl",
|
|
1305
|
+
"padding-right": "2xl",
|
|
1306
|
+
tablet: {
|
|
1307
|
+
"background-color": "white",
|
|
1308
|
+
"padding-left": "xl",
|
|
1309
|
+
"padding-right": "6xs",
|
|
1310
|
+
},
|
|
1311
|
+
mobile: {
|
|
1312
|
+
"padding-left": "base",
|
|
1313
|
+
"padding-right": "base",
|
|
1314
|
+
},
|
|
1315
|
+
},
|
|
1316
|
+
"nav-logo": {
|
|
1317
|
+
height: "28px",
|
|
1318
|
+
width: "auto",
|
|
1319
|
+
"object-fit": "contain",
|
|
1320
|
+
},
|
|
1321
|
+
"desktop-cta-group_levoGroup": {
|
|
1322
|
+
display: "flex",
|
|
1323
|
+
"column-gap": "sm",
|
|
1324
|
+
tablet: {
|
|
1325
|
+
display: "none",
|
|
1326
|
+
},
|
|
1327
|
+
},
|
|
1328
|
+
"desktop-cta-group": [{}, {}],
|
|
1329
|
+
"mobile-background-overlay": {
|
|
1330
|
+
position: "fixed",
|
|
1331
|
+
top: "0",
|
|
1332
|
+
right: "0",
|
|
1333
|
+
bottom: "0",
|
|
1334
|
+
left: "0",
|
|
1335
|
+
"z-index": 20,
|
|
1336
|
+
mobile: {},
|
|
1337
|
+
},
|
|
1338
|
+
"mobile-nav-menu-button": {
|
|
1339
|
+
display: "none",
|
|
1340
|
+
tablet: {
|
|
1341
|
+
display: "flex",
|
|
1342
|
+
"background-color": "white",
|
|
1343
|
+
color: "black",
|
|
1344
|
+
},
|
|
1345
|
+
_hover: {
|
|
1346
|
+
opacity: "0.9",
|
|
1347
|
+
},
|
|
1348
|
+
},
|
|
1349
|
+
"mobile-nav-close-button": {
|
|
1350
|
+
display: "none",
|
|
1351
|
+
},
|
|
1352
|
+
"mobile-nav-title": {
|
|
1353
|
+
display: "none",
|
|
1354
|
+
},
|
|
1355
|
+
"mobile-nav-menu-wrapper": {
|
|
1356
|
+
position: "fixed",
|
|
1357
|
+
top: "80px",
|
|
1358
|
+
left: "50%",
|
|
1359
|
+
"padding-top": "12px",
|
|
1360
|
+
"padding-bottom": "12px",
|
|
1361
|
+
"padding-left": "28px",
|
|
1362
|
+
"padding-right": "28px",
|
|
1363
|
+
"border-radius": "none",
|
|
1364
|
+
width: "100%",
|
|
1365
|
+
"background-color": "#ffffff",
|
|
1366
|
+
"box-shadow":
|
|
1367
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
1368
|
+
transform:
|
|
1369
|
+
"translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)",
|
|
1370
|
+
mobile: {
|
|
1371
|
+
width: "100%",
|
|
1372
|
+
"border-radius": "none",
|
|
1373
|
+
},
|
|
1374
|
+
tablet: {
|
|
1375
|
+
width: "100%",
|
|
1376
|
+
"border-radius": "none",
|
|
1377
|
+
},
|
|
1378
|
+
},
|
|
1379
|
+
"mobile-cta-group_levoGroup": {
|
|
1380
|
+
"margin-top": "2xs",
|
|
1381
|
+
width: "100%",
|
|
1382
|
+
display: "flex",
|
|
1383
|
+
"flex-direction": "column",
|
|
1384
|
+
"row-gap": "2xs",
|
|
1385
|
+
},
|
|
1386
|
+
"mobile-cta-group_levoGroupItem": {
|
|
1387
|
+
cta: {
|
|
1388
|
+
width: "100%",
|
|
1389
|
+
},
|
|
1390
|
+
},
|
|
1391
|
+
"mobile-cta-group": [{}, {}],
|
|
1392
|
+
social_icon_links_levoGroup: {
|
|
1393
|
+
tablet: {
|
|
1394
|
+
display: "block",
|
|
1395
|
+
},
|
|
1396
|
+
},
|
|
1397
|
+
icon_links_levoGroupItem: {
|
|
1398
|
+
icon: { width: "22px" },
|
|
1399
|
+
},
|
|
1400
|
+
icon_links: [{}, {}, {}],
|
|
1362
1401
|
icon_links_levoGroup: {
|
|
1363
1402
|
display: "flex",
|
|
1364
1403
|
gap: "20px",
|
|
@@ -1382,7 +1421,16 @@ export const Navbar3: IBlock = {
|
|
|
1382
1421
|
"mobile-search-container": {},
|
|
1383
1422
|
},
|
|
1384
1423
|
content: DEFAULT_CONTENT,
|
|
1385
|
-
config: {
|
|
1424
|
+
config: {
|
|
1425
|
+
"desktop-cta-group": [
|
|
1426
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1427
|
+
{},
|
|
1428
|
+
],
|
|
1429
|
+
"mobile-cta-group": [
|
|
1430
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1431
|
+
{},
|
|
1432
|
+
],
|
|
1433
|
+
},
|
|
1386
1434
|
},
|
|
1387
1435
|
],
|
|
1388
1436
|
};
|