@deriv-web-design/ui 0.0.5 → 0.0.6

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/dist/index.js CHANGED
@@ -36,6 +36,7 @@ __export(index_exports, {
36
36
  Footer: () => Footer,
37
37
  Hero: () => Hero,
38
38
  Link: () => Link,
39
+ Navbar: () => Navbar,
39
40
  Pagination: () => Pagination,
40
41
  PaymentMethods: () => PaymentMethods,
41
42
  SCROLLYTELLING_DATA: () => SCROLLYTELLING_DATA,
@@ -1080,7 +1081,7 @@ var FeatureCards = ({
1080
1081
  ] }) });
1081
1082
  };
1082
1083
 
1083
- // templates/Footer/Footer.tsx
1084
+ // components/Footer/Footer.tsx
1084
1085
  var import_react7 = require("react");
1085
1086
  var import_jsx_runtime17 = require("react/jsx-runtime");
1086
1087
  var ExternalLinkIcon = () => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
@@ -1130,40 +1131,42 @@ var DerivGoBadges = ({
1130
1131
  appStoreBadge,
1131
1132
  huaweiBadge,
1132
1133
  availabilityNote
1133
- }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "footer__app-badges", children: [
1134
- googlePlayBadge && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1135
- "a",
1136
- {
1137
- href: googlePlayBadge.href,
1138
- className: googlePlayBadge.icon ? "footer__app-badge-svg" : "footer__app-badge",
1139
- "aria-label": googlePlayBadge.imageAlt,
1140
- target: "_blank",
1141
- rel: "noopener noreferrer",
1142
- children: googlePlayBadge.icon ?? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { src: googlePlayBadge.imageSrc, alt: googlePlayBadge.imageAlt })
1143
- }
1144
- ),
1145
- appStoreBadge && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1146
- "a",
1147
- {
1148
- href: appStoreBadge.href,
1149
- className: appStoreBadge.icon ? "footer__app-badge-svg" : "footer__app-badge",
1150
- "aria-label": appStoreBadge.imageAlt,
1151
- target: "_blank",
1152
- rel: "noopener noreferrer",
1153
- children: appStoreBadge.icon ?? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { src: appStoreBadge.imageSrc, alt: appStoreBadge.imageAlt })
1154
- }
1155
- ),
1156
- huaweiBadge && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1157
- "a",
1158
- {
1159
- href: huaweiBadge.href,
1160
- className: huaweiBadge.icon ? "footer__app-badge-svg" : "footer__app-badge",
1161
- "aria-label": huaweiBadge.imageAlt,
1162
- target: "_blank",
1163
- rel: "noopener noreferrer",
1164
- children: huaweiBadge.icon ?? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { src: huaweiBadge.imageSrc, alt: huaweiBadge.imageAlt })
1165
- }
1166
- ),
1134
+ }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
1135
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "footer__app-badges", children: [
1136
+ googlePlayBadge && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1137
+ "a",
1138
+ {
1139
+ href: googlePlayBadge.href,
1140
+ className: googlePlayBadge.icon ? "footer__app-badge-svg" : "footer__app-badge",
1141
+ "aria-label": googlePlayBadge.imageAlt,
1142
+ target: "_blank",
1143
+ rel: "noopener noreferrer",
1144
+ children: googlePlayBadge.icon ?? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { src: googlePlayBadge.imageSrc, alt: googlePlayBadge.imageAlt })
1145
+ }
1146
+ ),
1147
+ appStoreBadge && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1148
+ "a",
1149
+ {
1150
+ href: appStoreBadge.href,
1151
+ className: appStoreBadge.icon ? "footer__app-badge-svg" : "footer__app-badge",
1152
+ "aria-label": appStoreBadge.imageAlt,
1153
+ target: "_blank",
1154
+ rel: "noopener noreferrer",
1155
+ children: appStoreBadge.icon ?? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { src: appStoreBadge.imageSrc, alt: appStoreBadge.imageAlt })
1156
+ }
1157
+ ),
1158
+ huaweiBadge && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1159
+ "a",
1160
+ {
1161
+ href: huaweiBadge.href,
1162
+ className: huaweiBadge.icon ? "footer__app-badge-svg" : "footer__app-badge",
1163
+ "aria-label": huaweiBadge.imageAlt,
1164
+ target: "_blank",
1165
+ rel: "noopener noreferrer",
1166
+ children: huaweiBadge.icon ?? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { src: huaweiBadge.imageSrc, alt: huaweiBadge.imageAlt })
1167
+ }
1168
+ )
1169
+ ] }),
1167
1170
  availabilityNote && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("p", { className: "footer__app-note", children: availabilityNote })
1168
1171
  ] });
1169
1172
  var NavLink = ({ label, href, isExternal, onClick }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
@@ -1228,11 +1231,10 @@ var Footer = ({
1228
1231
  "a",
1229
1232
  {
1230
1233
  href: item.href,
1231
- className: "footer__ai-icon",
1232
1234
  "aria-label": item.imageAlt,
1233
1235
  target: "_blank",
1234
1236
  rel: "noopener noreferrer",
1235
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { src: item.imageSrc, alt: item.imageAlt })
1237
+ children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { className: "footer__ai-icon", src: item.imageSrc, alt: item.imageAlt })
1236
1238
  },
1237
1239
  i
1238
1240
  )) })
@@ -1256,11 +1258,10 @@ var Footer = ({
1256
1258
  "a",
1257
1259
  {
1258
1260
  href: item.href,
1259
- className: "footer__ai-icon",
1260
1261
  "aria-label": item.imageAlt,
1261
1262
  target: "_blank",
1262
1263
  rel: "noopener noreferrer",
1263
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { src: item.imageSrc, alt: item.imageAlt })
1264
+ children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { className: "footer__ai-icon", src: item.imageSrc, alt: item.imageAlt })
1264
1265
  },
1265
1266
  i
1266
1267
  )) })
@@ -1301,7 +1302,7 @@ var Footer = ({
1301
1302
  className: "footer__deriv-go-qr-img"
1302
1303
  }
1303
1304
  ),
1304
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "footer__deriv-go-qr-label", children: "Scan to download" })
1305
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "footer__deriv-go-qr-label", children: derivGo.scanToDownloadLabel ?? "Scan to download" })
1305
1306
  ] }),
1306
1307
  /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1307
1308
  DerivGoBadges,
@@ -2291,7 +2292,7 @@ var CTABanner = ({
2291
2292
  style: { y: heroY, opacity: heroOpacity },
2292
2293
  children: [
2293
2294
  /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("h2", { className: "ctab__headline", children: headline }),
2294
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("a", { href: ctaHref, className: "ctab__cta", children: ctaLabel })
2295
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("a", { href: ctaHref, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Button, { colorScheme: "black", variant: "primary", label: ctaLabel }) })
2295
2296
  ]
2296
2297
  }
2297
2298
  )
@@ -2301,10 +2302,458 @@ var CTABanner = ({
2301
2302
  );
2302
2303
  };
2303
2304
 
2304
- // templates/DayNightTransition/DayNightTransition.tsx
2305
+ // components/Navbar/Navbar.tsx
2305
2306
  var import_react12 = require("react");
2306
2307
  var import_framer_motion2 = require("framer-motion");
2308
+
2309
+ // assets/icon-globe.svg
2310
+ var icon_globe_default = "./icon-globe-S54WYYEK.svg";
2311
+
2312
+ // components/Navbar/Navbar.tsx
2307
2313
  var import_jsx_runtime23 = require("react/jsx-runtime");
2314
+ var EASE_OUT_EXPO = [0.16, 1, 0.3, 1];
2315
+ var dropdownVariants = {
2316
+ hidden: { opacity: 0, scale: 0.96, y: -8 },
2317
+ visible: { opacity: 1, scale: 1, y: 0 }
2318
+ };
2319
+ var drawerVariants = {
2320
+ hidden: { y: "-100%" },
2321
+ visible: { y: 0 }
2322
+ };
2323
+ var accordionVariants = {
2324
+ hidden: { height: 0, opacity: 0 },
2325
+ visible: { height: "auto", opacity: 1 }
2326
+ };
2327
+ var ChevronDownIcon3 = ({ className }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2328
+ "svg",
2329
+ {
2330
+ className,
2331
+ width: "14",
2332
+ height: "14",
2333
+ viewBox: "0 0 14 14",
2334
+ fill: "none",
2335
+ "aria-hidden": "true",
2336
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2337
+ "path",
2338
+ {
2339
+ d: "M2.625 4.8125L7 9.1875L11.375 4.8125",
2340
+ stroke: "currentColor",
2341
+ strokeWidth: "1.5",
2342
+ strokeLinecap: "round",
2343
+ strokeLinejoin: "round"
2344
+ }
2345
+ )
2346
+ }
2347
+ );
2348
+ var ArrowRightIcon = () => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2349
+ "path",
2350
+ {
2351
+ d: "M2.625 7H11.375M11.375 7L7.875 3.5M11.375 7L7.875 10.5",
2352
+ stroke: "currentColor",
2353
+ strokeWidth: "1.5",
2354
+ strokeLinecap: "round",
2355
+ strokeLinejoin: "round"
2356
+ }
2357
+ ) });
2358
+ var ArrowUpRightIcon = () => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2359
+ "path",
2360
+ {
2361
+ d: "M4.5 11.5L11.5 4.5M11.5 4.5H5.5M11.5 4.5V10.5",
2362
+ stroke: "currentColor",
2363
+ strokeWidth: "1.5",
2364
+ strokeLinecap: "round",
2365
+ strokeLinejoin: "round"
2366
+ }
2367
+ ) });
2368
+ var BarsIcon = () => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2369
+ "path",
2370
+ {
2371
+ d: "M2.5 5H17.5M2.5 10H17.5M2.5 15H17.5",
2372
+ stroke: "currentColor",
2373
+ strokeWidth: "1.75",
2374
+ strokeLinecap: "round"
2375
+ }
2376
+ ) });
2377
+ var XMarkIcon2 = () => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2378
+ "path",
2379
+ {
2380
+ d: "M15 5L5 15M5 5L15 15",
2381
+ stroke: "currentColor",
2382
+ strokeWidth: "1.75",
2383
+ strokeLinecap: "round"
2384
+ }
2385
+ ) });
2386
+ var GlobeIcon = ({ className }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("img", { src: icon_globe_default, alt: "", "aria-hidden": "true", width: "20", height: "20", className });
2387
+ var DropdownPanel = ({ item, onMouseEnter, onMouseLeave }) => {
2388
+ const { dropdown } = item;
2389
+ if (!dropdown) return null;
2390
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2391
+ import_framer_motion2.motion.div,
2392
+ {
2393
+ className: "navbar__dropdown",
2394
+ variants: dropdownVariants,
2395
+ initial: "hidden",
2396
+ animate: "visible",
2397
+ exit: "hidden",
2398
+ transition: { duration: 0.18, ease: EASE_OUT_EXPO },
2399
+ onMouseEnter,
2400
+ onMouseLeave,
2401
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__dropdown-inner", children: [
2402
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "navbar__dropdown-left", children: dropdown.columns.map((col) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "navbar__dropdown-col", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__dropdown-col-list", children: [
2403
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("p", { className: "navbar__dropdown-col-title", children: col.title }),
2404
+ col.items.map((link) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2405
+ "a",
2406
+ {
2407
+ href: link.href,
2408
+ className: "navbar__dropdown-link",
2409
+ target: link.external ? "_blank" : void 0,
2410
+ rel: link.external ? "noopener noreferrer" : void 0,
2411
+ children: [
2412
+ link.label,
2413
+ link.external ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ArrowUpRightIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ArrowRightIcon, {})
2414
+ ]
2415
+ },
2416
+ link.href
2417
+ ))
2418
+ ] }) }, col.title)) }),
2419
+ dropdown.feature && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "navbar__dropdown-right", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(FeatureCard, { feature: dropdown.feature }) })
2420
+ ] })
2421
+ }
2422
+ );
2423
+ };
2424
+ var FeatureCard = ({ feature, mobile }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2425
+ "div",
2426
+ {
2427
+ className: mobile ? "navbar__drawer-feature" : "navbar__dropdown-feature",
2428
+ style: feature.backgroundImageUrl ? { backgroundImage: `url(${feature.backgroundImageUrl})` } : void 0,
2429
+ children: [
2430
+ feature.backgroundImageUrl && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2431
+ "img",
2432
+ {
2433
+ src: feature.backgroundImageUrl,
2434
+ alt: "",
2435
+ className: mobile ? "navbar__drawer-feature-img" : "navbar__dropdown-feature-img",
2436
+ "aria-hidden": "true"
2437
+ }
2438
+ ),
2439
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: mobile ? "navbar__drawer-feature-overlay" : "navbar__dropdown-feature-overlay", "aria-hidden": "true" }),
2440
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: mobile ? "navbar__drawer-feature-content" : "navbar__dropdown-feature-content", children: [
2441
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { children: [
2442
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("p", { className: mobile ? "navbar__drawer-feature-title" : "navbar__dropdown-feature-title", children: feature.title }),
2443
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("p", { className: mobile ? "navbar__drawer-feature-desc" : "navbar__dropdown-feature-desc", children: feature.description })
2444
+ ] }),
2445
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2446
+ "a",
2447
+ {
2448
+ href: feature.ctaHref,
2449
+ className: mobile ? "navbar__drawer-feature-cta" : "navbar__dropdown-feature-cta",
2450
+ children: [
2451
+ feature.ctaLabel,
2452
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ArrowRightIcon, {})
2453
+ ]
2454
+ }
2455
+ )
2456
+ ] })
2457
+ ]
2458
+ }
2459
+ );
2460
+ var DrawerAccordion = ({ item, isOpen, onToggle }) => {
2461
+ const { dropdown } = item;
2462
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__drawer-item", children: [
2463
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2464
+ "button",
2465
+ {
2466
+ className: `navbar__drawer-trigger ${isOpen ? "navbar__drawer-trigger--open" : ""}`,
2467
+ onClick: onToggle,
2468
+ "aria-expanded": isOpen,
2469
+ children: [
2470
+ item.label,
2471
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ChevronDownIcon3, { className: "navbar__drawer-trigger__chevron" })
2472
+ ]
2473
+ }
2474
+ ),
2475
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_framer_motion2.AnimatePresence, { initial: false, children: isOpen && dropdown && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2476
+ import_framer_motion2.motion.div,
2477
+ {
2478
+ className: "navbar__drawer-panel",
2479
+ variants: accordionVariants,
2480
+ initial: "hidden",
2481
+ animate: "visible",
2482
+ exit: "hidden",
2483
+ transition: { duration: 0.22, ease: EASE_OUT_EXPO },
2484
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__drawer-panel-inner", children: [
2485
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "navbar__drawer-panel-cols", children: [0, 1].map((colIdx) => {
2486
+ const colItems = dropdown.columns.filter((_, i) => i % 2 === colIdx);
2487
+ if (colItems.length === 0) return null;
2488
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "navbar__drawer-panel-col", children: colItems.map((col) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__drawer-col-section", children: [
2489
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("p", { className: "navbar__drawer-col-title", children: col.title }),
2490
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "navbar__drawer-col-links", children: col.items.map((link) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2491
+ "a",
2492
+ {
2493
+ href: link.href,
2494
+ className: "navbar__drawer-link",
2495
+ target: link.external ? "_blank" : void 0,
2496
+ rel: link.external ? "noopener noreferrer" : void 0,
2497
+ children: link.label
2498
+ },
2499
+ link.href
2500
+ )) })
2501
+ ] }, col.title)) }, colIdx);
2502
+ }) }),
2503
+ dropdown.feature && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(FeatureCard, { feature: dropdown.feature, mobile: true })
2504
+ ] })
2505
+ }
2506
+ ) })
2507
+ ] });
2508
+ };
2509
+ var Navbar = ({
2510
+ theme = "dark",
2511
+ logoSrc,
2512
+ logoSrcDark,
2513
+ logoHref = "/",
2514
+ navItems = [],
2515
+ loginLabel = "Log in",
2516
+ loginHref,
2517
+ ctaLabel = "Open account",
2518
+ ctaHref,
2519
+ languageLabel,
2520
+ onLanguageClick,
2521
+ className,
2522
+ ...props
2523
+ }) => {
2524
+ const [openDropdown, setOpenDropdown] = (0, import_react12.useState)(null);
2525
+ const [mobileOpen, setMobileOpen] = (0, import_react12.useState)(false);
2526
+ const [mobileExpanded, setMobileExpanded] = (0, import_react12.useState)(null);
2527
+ const [scrolled, setScrolled] = (0, import_react12.useState)(false);
2528
+ const hoverTimeoutRef = (0, import_react12.useRef)(null);
2529
+ const pillAreaRef = (0, import_react12.useRef)(null);
2530
+ const resolvedLogo = theme === "light" ? logoSrcDark ?? logoSrc : logoSrc;
2531
+ (0, import_react12.useEffect)(() => {
2532
+ const onScroll = () => setScrolled(window.scrollY > 0);
2533
+ window.addEventListener("scroll", onScroll, { passive: true });
2534
+ return () => window.removeEventListener("scroll", onScroll);
2535
+ }, []);
2536
+ (0, import_react12.useEffect)(() => {
2537
+ const onKey = (e) => {
2538
+ if (e.key === "Escape") {
2539
+ setOpenDropdown(null);
2540
+ setMobileOpen(false);
2541
+ }
2542
+ };
2543
+ document.addEventListener("keydown", onKey);
2544
+ return () => document.removeEventListener("keydown", onKey);
2545
+ }, []);
2546
+ (0, import_react12.useEffect)(() => {
2547
+ document.body.style.overflow = mobileOpen ? "hidden" : "";
2548
+ return () => {
2549
+ document.body.style.overflow = "";
2550
+ };
2551
+ }, [mobileOpen]);
2552
+ (0, import_react12.useEffect)(() => {
2553
+ if (!openDropdown) return;
2554
+ const onPointerDown = (e) => {
2555
+ if (pillAreaRef.current && !pillAreaRef.current.contains(e.target)) {
2556
+ setOpenDropdown(null);
2557
+ }
2558
+ };
2559
+ document.addEventListener("pointerdown", onPointerDown);
2560
+ return () => document.removeEventListener("pointerdown", onPointerDown);
2561
+ }, [openDropdown]);
2562
+ const clearHoverTimeout = (0, import_react12.useCallback)(() => {
2563
+ if (hoverTimeoutRef.current) {
2564
+ clearTimeout(hoverTimeoutRef.current);
2565
+ hoverTimeoutRef.current = null;
2566
+ }
2567
+ }, []);
2568
+ const handleNavEnter = (0, import_react12.useCallback)((label) => {
2569
+ clearHoverTimeout();
2570
+ setOpenDropdown(label);
2571
+ }, [clearHoverTimeout]);
2572
+ const handleNavLeave = (0, import_react12.useCallback)(() => {
2573
+ clearHoverTimeout();
2574
+ hoverTimeoutRef.current = setTimeout(() => setOpenDropdown(null), 120);
2575
+ }, [clearHoverTimeout]);
2576
+ const activeDropdownItem = navItems.find((item) => item.label === openDropdown);
2577
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2578
+ "nav",
2579
+ {
2580
+ className: ["navbar", `navbar--${theme}`, scrolled && "navbar--scrolled", mobileOpen && "navbar--menu-open", className].filter(Boolean).join(" "),
2581
+ ...props,
2582
+ children: [
2583
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__bar", children: [
2584
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: logoHref, className: "navbar__logo", "aria-label": "Home", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("img", { src: resolvedLogo, alt: "Logo" }) }),
2585
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "navbar__nav-center", ref: pillAreaRef, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__pill", children: [
2586
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: logoHref, className: "navbar__pill-logo", "aria-label": "Home", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("img", { src: logoSrcDark ?? logoSrc, alt: "Logo" }) }),
2587
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__nav-group", children: [
2588
+ navItems.map((item) => {
2589
+ if (item.external) {
2590
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2591
+ "a",
2592
+ {
2593
+ href: item.href,
2594
+ className: "navbar__nav-item",
2595
+ target: "_blank",
2596
+ rel: "noopener noreferrer",
2597
+ children: [
2598
+ item.label,
2599
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ArrowUpRightIcon, {})
2600
+ ]
2601
+ },
2602
+ item.label
2603
+ );
2604
+ }
2605
+ if (item.dropdown) {
2606
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2607
+ "button",
2608
+ {
2609
+ className: [
2610
+ "navbar__nav-item",
2611
+ openDropdown === item.label ? "navbar__nav-item--open" : ""
2612
+ ].filter(Boolean).join(" "),
2613
+ onMouseEnter: () => handleNavEnter(item.label),
2614
+ onMouseLeave: handleNavLeave,
2615
+ "aria-expanded": openDropdown === item.label,
2616
+ "aria-haspopup": "true",
2617
+ children: [
2618
+ item.label,
2619
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ChevronDownIcon3, { className: "navbar__nav-item__chevron" })
2620
+ ]
2621
+ },
2622
+ item.label
2623
+ );
2624
+ }
2625
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: item.href, className: "navbar__nav-item", children: item.label }, item.label);
2626
+ }),
2627
+ languageLabel && /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("button", { className: "navbar__nav-item navbar__lang-btn", onClick: onLanguageClick, children: [
2628
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GlobeIcon, { className: "navbar__lang-globe" }),
2629
+ languageLabel
2630
+ ] })
2631
+ ] }),
2632
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__pill-actions", children: [
2633
+ loginHref && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: loginHref, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Button, { colorScheme: "black", variant: "secondary", label: loginLabel }) }),
2634
+ ctaHref && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: ctaHref, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Button, { colorScheme: "coral", variant: "primary", label: ctaLabel }) })
2635
+ ] })
2636
+ ] }) }),
2637
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_framer_motion2.AnimatePresence, { children: openDropdown && activeDropdownItem?.dropdown && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2638
+ DropdownPanel,
2639
+ {
2640
+ item: activeDropdownItem,
2641
+ onMouseEnter: clearHoverTimeout,
2642
+ onMouseLeave: handleNavLeave
2643
+ },
2644
+ openDropdown
2645
+ ) }),
2646
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__actions", children: [
2647
+ loginHref && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: loginHref, className: "navbar__actions-login", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2648
+ Button,
2649
+ {
2650
+ colorScheme: theme === "dark" ? "white" : "black",
2651
+ variant: "secondary",
2652
+ label: loginLabel
2653
+ }
2654
+ ) }),
2655
+ ctaHref && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: ctaHref, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Button, { colorScheme: "coral", variant: "primary", label: ctaLabel }) })
2656
+ ] }),
2657
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__mobile-actions", children: [
2658
+ loginHref && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: loginHref, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2659
+ Button,
2660
+ {
2661
+ colorScheme: scrolled || theme === "light" ? "black" : "white",
2662
+ variant: "secondary",
2663
+ label: loginLabel
2664
+ }
2665
+ ) }),
2666
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2667
+ "button",
2668
+ {
2669
+ className: "navbar__mobile-trigger",
2670
+ onClick: () => setMobileOpen((o) => !o),
2671
+ "aria-label": mobileOpen ? "Close navigation menu" : "Open navigation menu",
2672
+ children: mobileOpen ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(XMarkIcon2, {}) : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(BarsIcon, {})
2673
+ }
2674
+ )
2675
+ ] })
2676
+ ] }),
2677
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "navbar__drawer-clip", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_framer_motion2.AnimatePresence, { children: mobileOpen && /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2678
+ import_framer_motion2.motion.div,
2679
+ {
2680
+ className: "navbar__drawer",
2681
+ variants: drawerVariants,
2682
+ initial: "hidden",
2683
+ animate: "visible",
2684
+ exit: "hidden",
2685
+ transition: { duration: 0.3, ease: EASE_OUT_EXPO },
2686
+ "aria-modal": "true",
2687
+ role: "dialog",
2688
+ "aria-label": "Navigation menu",
2689
+ children: [
2690
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("nav", { className: "navbar__drawer-nav", children: [
2691
+ navItems.map((item) => {
2692
+ if (item.dropdown) {
2693
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2694
+ DrawerAccordion,
2695
+ {
2696
+ item,
2697
+ isOpen: mobileExpanded === item.label,
2698
+ onToggle: () => setMobileExpanded(
2699
+ (prev) => prev === item.label ? null : item.label
2700
+ )
2701
+ },
2702
+ item.label
2703
+ );
2704
+ }
2705
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2706
+ "a",
2707
+ {
2708
+ href: item.href,
2709
+ className: "navbar__drawer-single",
2710
+ target: item.external ? "_blank" : void 0,
2711
+ rel: item.external ? "noopener noreferrer" : void 0,
2712
+ children: [
2713
+ item.label,
2714
+ item.external && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ArrowUpRightIcon, {})
2715
+ ]
2716
+ },
2717
+ item.label
2718
+ );
2719
+ }),
2720
+ languageLabel && /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("button", { className: "navbar__drawer-lang", onClick: onLanguageClick, children: [
2721
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GlobeIcon, { className: "navbar__lang-globe" }),
2722
+ languageLabel
2723
+ ] })
2724
+ ] }),
2725
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "navbar__drawer-footer", children: [
2726
+ loginHref && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: loginHref, style: { display: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2727
+ Button,
2728
+ {
2729
+ colorScheme: "black",
2730
+ variant: "secondary",
2731
+ label: loginLabel,
2732
+ fullWidth: true
2733
+ }
2734
+ ) }),
2735
+ ctaHref && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: ctaHref, style: { display: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2736
+ Button,
2737
+ {
2738
+ colorScheme: "coral",
2739
+ variant: "primary",
2740
+ label: ctaLabel,
2741
+ fullWidth: true
2742
+ }
2743
+ ) })
2744
+ ] })
2745
+ ]
2746
+ }
2747
+ ) }) })
2748
+ ]
2749
+ }
2750
+ );
2751
+ };
2752
+
2753
+ // templates/DayNightTransition/DayNightTransition.tsx
2754
+ var import_react13 = require("react");
2755
+ var import_framer_motion3 = require("framer-motion");
2756
+ var import_jsx_runtime24 = require("react/jsx-runtime");
2308
2757
  var SPRING2 = { stiffness: 80, damping: 30, restDelta: 1e-3 };
2309
2758
  var FADE_START = 0.35;
2310
2759
  var FADE_END = 0.65;
@@ -2324,26 +2773,26 @@ var DayNightTransition = ({
2324
2773
  className,
2325
2774
  ...props
2326
2775
  }) => {
2327
- const wrapperRef = (0, import_react12.useRef)(null);
2328
- const { scrollYProgress } = (0, import_framer_motion2.useScroll)({
2776
+ const wrapperRef = (0, import_react13.useRef)(null);
2777
+ const { scrollYProgress } = (0, import_framer_motion3.useScroll)({
2329
2778
  target: wrapperRef,
2330
2779
  offset: ["start end", "end start"]
2331
2780
  });
2332
- const smooth = (0, import_framer_motion2.useSpring)(scrollYProgress, SPRING2);
2333
- const nightOpacity = (0, import_framer_motion2.useTransform)(smooth, [FADE_START, FADE_END], [0, 1]);
2334
- const channel = (0, import_framer_motion2.useTransform)(smooth, [FADE_START, FADE_END], [TEXT_CHANNEL_DAY, TEXT_CHANNEL_NIGHT]);
2335
- const textColor = import_framer_motion2.useMotionTemplate`rgb(${channel}, ${channel}, ${channel})`;
2336
- const dayOpacity = (0, import_framer_motion2.useTransform)(smooth, [WORD_START, WORD_END], [1, 0]);
2337
- const nightOpacity2 = (0, import_framer_motion2.useTransform)(smooth, [WORD_START, WORD_END], [0, 1]);
2781
+ const smooth = (0, import_framer_motion3.useSpring)(scrollYProgress, SPRING2);
2782
+ const nightOpacity = (0, import_framer_motion3.useTransform)(smooth, [FADE_START, FADE_END], [0, 1]);
2783
+ const channel = (0, import_framer_motion3.useTransform)(smooth, [FADE_START, FADE_END], [TEXT_CHANNEL_DAY, TEXT_CHANNEL_NIGHT]);
2784
+ const textColor = import_framer_motion3.useMotionTemplate`rgb(${channel}, ${channel}, ${channel})`;
2785
+ const dayOpacity = (0, import_framer_motion3.useTransform)(smooth, [WORD_START, WORD_END], [1, 0]);
2786
+ const nightOpacity2 = (0, import_framer_motion3.useTransform)(smooth, [WORD_START, WORD_END], [0, 1]);
2338
2787
  const hasDescription = Boolean(dayDescription || nightDescription);
2339
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2788
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2340
2789
  "div",
2341
2790
  {
2342
2791
  ref: wrapperRef,
2343
2792
  className: ["dnt", className].filter(Boolean).join(" "),
2344
2793
  ...props,
2345
- children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "dnt__sticky", children: [
2346
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2794
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "dnt__sticky", children: [
2795
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2347
2796
  "img",
2348
2797
  {
2349
2798
  className: "dnt__bg dnt__bg--day",
@@ -2353,8 +2802,8 @@ var DayNightTransition = ({
2353
2802
  draggable: false
2354
2803
  }
2355
2804
  ),
2356
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2357
- import_framer_motion2.motion.img,
2805
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2806
+ import_framer_motion3.motion.img,
2358
2807
  {
2359
2808
  className: "dnt__bg dnt__bg--night",
2360
2809
  src: nightImageUrl,
@@ -2364,23 +2813,23 @@ var DayNightTransition = ({
2364
2813
  style: { opacity: nightOpacity }
2365
2814
  }
2366
2815
  ),
2367
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "dnt__content", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2368
- import_framer_motion2.motion.div,
2816
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "dnt__content", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2817
+ import_framer_motion3.motion.div,
2369
2818
  {
2370
2819
  className: "dnt__text-wrap",
2371
2820
  style: { color: textColor },
2372
2821
  children: [
2373
- /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "dnt__crossfade-wrap", children: [
2374
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2375
- import_framer_motion2.motion.h2,
2822
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "dnt__crossfade-wrap", children: [
2823
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2824
+ import_framer_motion3.motion.h2,
2376
2825
  {
2377
2826
  className: "dnt__headline",
2378
2827
  style: { opacity: dayOpacity },
2379
2828
  children: dayHeadline
2380
2829
  }
2381
2830
  ),
2382
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2383
- import_framer_motion2.motion.h2,
2831
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2832
+ import_framer_motion3.motion.h2,
2384
2833
  {
2385
2834
  className: "dnt__headline",
2386
2835
  "aria-hidden": "true",
@@ -2389,17 +2838,17 @@ var DayNightTransition = ({
2389
2838
  }
2390
2839
  )
2391
2840
  ] }),
2392
- hasDescription && /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "dnt__crossfade-wrap", children: [
2393
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2394
- import_framer_motion2.motion.p,
2841
+ hasDescription && /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "dnt__crossfade-wrap", children: [
2842
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2843
+ import_framer_motion3.motion.p,
2395
2844
  {
2396
2845
  className: "dnt__description",
2397
2846
  style: { opacity: dayOpacity },
2398
2847
  children: dayDescription ?? ""
2399
2848
  }
2400
2849
  ),
2401
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2402
- import_framer_motion2.motion.p,
2850
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2851
+ import_framer_motion3.motion.p,
2403
2852
  {
2404
2853
  className: "dnt__description",
2405
2854
  "aria-hidden": "true",
@@ -2408,7 +2857,7 @@ var DayNightTransition = ({
2408
2857
  }
2409
2858
  )
2410
2859
  ] }),
2411
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("a", { href: ctaHref, className: "dnt__btn", children: ctaLabel })
2860
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("a", { href: ctaHref, className: "dnt__btn", children: ctaLabel })
2412
2861
  ]
2413
2862
  }
2414
2863
  ) })
@@ -2418,9 +2867,9 @@ var DayNightTransition = ({
2418
2867
  };
2419
2868
 
2420
2869
  // templates/PaymentMethods/PaymentMethods.tsx
2421
- var import_react13 = require("react");
2422
- var import_framer_motion3 = require("framer-motion");
2423
- var import_jsx_runtime24 = require("react/jsx-runtime");
2870
+ var import_react14 = require("react");
2871
+ var import_framer_motion4 = require("framer-motion");
2872
+ var import_jsx_runtime25 = require("react/jsx-runtime");
2424
2873
  function modWrap(min, max, v) {
2425
2874
  const range = max - min;
2426
2875
  return ((v - min) % range + range) % range + min;
@@ -2473,13 +2922,13 @@ var PaymentMethods = ({
2473
2922
  className,
2474
2923
  ...props
2475
2924
  }) => {
2476
- const { scrollY } = (0, import_framer_motion3.useScroll)();
2477
- const scrollVelocity = (0, import_framer_motion3.useVelocity)(scrollY);
2478
- const col1Y = (0, import_framer_motion3.useMotionValue)(0);
2479
- const col2Y = (0, import_framer_motion3.useMotionValue)(0);
2480
- const col1Ref = (0, import_react13.useRef)(null);
2481
- const col2Ref = (0, import_react13.useRef)(null);
2482
- (0, import_framer_motion3.useAnimationFrame)((_, delta) => {
2925
+ const { scrollY } = (0, import_framer_motion4.useScroll)();
2926
+ const scrollVelocity = (0, import_framer_motion4.useVelocity)(scrollY);
2927
+ const col1Y = (0, import_framer_motion4.useMotionValue)(0);
2928
+ const col2Y = (0, import_framer_motion4.useMotionValue)(0);
2929
+ const col1Ref = (0, import_react14.useRef)(null);
2930
+ const col2Ref = (0, import_react14.useRef)(null);
2931
+ (0, import_framer_motion4.useAnimationFrame)((_, delta) => {
2483
2932
  const raw = scrollVelocity.get();
2484
2933
  if (Math.abs(raw) < DEADZONE) return;
2485
2934
  const clamped = Math.sign(raw) * Math.min(Math.abs(raw), MAX_SCROLL_V);
@@ -2491,21 +2940,21 @@ var PaymentMethods = ({
2491
2940
  });
2492
2941
  const track1 = [...col1Logos, ...col1Logos];
2493
2942
  const track2 = [...col2Logos, ...col2Logos];
2494
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2943
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2495
2944
  "section",
2496
2945
  {
2497
2946
  className: ["pm", className].filter(Boolean).join(" "),
2498
2947
  ...props,
2499
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "pm__inner", children: [
2500
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "pm__media", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "pm__carousel", children: [
2501
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "pm__fade pm__fade--top", "aria-hidden": "true" }),
2502
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2503
- import_framer_motion3.motion.div,
2948
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "pm__inner", children: [
2949
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "pm__media", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "pm__carousel", children: [
2950
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "pm__fade pm__fade--top", "aria-hidden": "true" }),
2951
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2952
+ import_framer_motion4.motion.div,
2504
2953
  {
2505
2954
  ref: col1Ref,
2506
2955
  className: "pm__col",
2507
2956
  style: { y: col1Y },
2508
- children: track1.map((logo, i) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "pm__card", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "pm__card-img-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2957
+ children: track1.map((logo, i) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "pm__card", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "pm__card-img-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2509
2958
  "img",
2510
2959
  {
2511
2960
  src: logo.url,
@@ -2516,13 +2965,13 @@ var PaymentMethods = ({
2516
2965
  ) }) }, `c1-${i}`))
2517
2966
  }
2518
2967
  ),
2519
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2520
- import_framer_motion3.motion.div,
2968
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2969
+ import_framer_motion4.motion.div,
2521
2970
  {
2522
2971
  ref: col2Ref,
2523
2972
  className: "pm__col",
2524
2973
  style: { y: col2Y },
2525
- children: track2.map((logo, i) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "pm__card", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "pm__card-img-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2974
+ children: track2.map((logo, i) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "pm__card", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "pm__card-img-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2526
2975
  "img",
2527
2976
  {
2528
2977
  src: logo.url,
@@ -2533,17 +2982,17 @@ var PaymentMethods = ({
2533
2982
  ) }) }, `c2-${i}`))
2534
2983
  }
2535
2984
  ),
2536
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "pm__fade pm__fade--bottom", "aria-hidden": "true" })
2985
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "pm__fade pm__fade--bottom", "aria-hidden": "true" })
2537
2986
  ] }) }),
2538
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "pm__content", children: [
2539
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("h2", { className: "pm__headline", children: headline }),
2540
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "pm__text-group", children: [
2541
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("p", { className: "pm__body", children: body }),
2542
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("p", { className: "pm__disclaimer", children: disclaimer })
2987
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "pm__content", children: [
2988
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("h2", { className: "pm__headline", children: headline }),
2989
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "pm__text-group", children: [
2990
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("p", { className: "pm__body", children: body }),
2991
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("p", { className: "pm__disclaimer", children: disclaimer })
2543
2992
  ] }),
2544
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("a", { href: ctaHref, className: "pm__link", children: [
2993
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("a", { href: ctaHref, className: "pm__link", children: [
2545
2994
  ctaLabel,
2546
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { "aria-hidden": "true", children: "\u2192" })
2995
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { "aria-hidden": "true", children: "\u2192" })
2547
2996
  ] })
2548
2997
  ] })
2549
2998
  ] })
@@ -2568,6 +3017,7 @@ var PaymentMethods = ({
2568
3017
  Footer,
2569
3018
  Hero,
2570
3019
  Link,
3020
+ Navbar,
2571
3021
  Pagination,
2572
3022
  PaymentMethods,
2573
3023
  SCROLLYTELLING_DATA,