@axos-web-dev/shared-components 0.0.90 → 0.0.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist/ATMLocator/ATMLocator.d.ts +4 -2
  2. package/dist/ATMLocator/ATMLocator.js +124 -18
  3. package/dist/Accordion/Accordion.css.d.ts +9 -9
  4. package/dist/Calculators/Calculator.js +14 -4
  5. package/dist/CallToActionBar/index.js +47 -30
  6. package/dist/Carousel/index.js +12 -11
  7. package/dist/Chevron/index.js +17 -16
  8. package/dist/Comparison/Comparison.js +15 -14
  9. package/dist/Comparison/ComparisonSet.js +20 -19
  10. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +19 -18
  11. package/dist/Forms/ApplicationStart.js +2 -3
  12. package/dist/Forms/CommercialLending.js +2 -3
  13. package/dist/Forms/ContactCompany.js +2 -3
  14. package/dist/Forms/ContactUs.js +2 -3
  15. package/dist/Forms/ContactUsAAS.js +2 -3
  16. package/dist/Forms/ContactUsBusiness.js +17 -16
  17. package/dist/Forms/ContactUsNMLSId.js +17 -16
  18. package/dist/Forms/DealerServices.js +2 -3
  19. package/dist/Forms/EmailOnly.js +17 -16
  20. package/dist/Forms/SalesforceFieldsForm.d.ts +1 -0
  21. package/dist/Forms/ScheduleCall.js +3 -7
  22. package/dist/Forms/ScheduleCallPremier.js +2 -3
  23. package/dist/Forms/SuccesForm.js +13 -12
  24. package/dist/Forms/WcplSurvey.js +2 -3
  25. package/dist/Hyperlink/index.js +20 -19
  26. package/dist/ImageLink/ImageLink.js +13 -12
  27. package/dist/ImageLink/ImageLinkSet.js +11 -10
  28. package/dist/ImageLink/index.js +18 -17
  29. package/dist/Input/Checkbox.d.ts +1 -1
  30. package/dist/Input/CurrencyInput.js +2 -3
  31. package/dist/Input/InputPhone.js +2 -3
  32. package/dist/Input/InputProps.d.ts +0 -6
  33. package/dist/Input/index.d.ts +0 -3
  34. package/dist/Input/index.js +0 -6
  35. package/dist/Modal/Modal.js +16 -15
  36. package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
  37. package/dist/NavigationMenu/AxosBank/SubNavBar.js +1927 -1755
  38. package/dist/NavigationMenu/AxosBank/index.js +8 -15
  39. package/dist/NavigationMenu/AxosClearing/NavBar.css.d.ts +1 -0
  40. package/dist/NavigationMenu/AxosClearing/NavBar.css.js +5 -0
  41. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +98 -0
  42. package/dist/NavigationMenu/AxosClearing/NavData.d.ts +21 -0
  43. package/dist/NavigationMenu/AxosClearing/NavData.js +63 -0
  44. package/dist/NavigationMenu/AxosClearing/SubNavBar.d.ts +1 -0
  45. package/dist/NavigationMenu/AxosClearing/SubNavBar.js +56 -0
  46. package/dist/NavigationMenu/AxosClearing/index.d.ts +2 -0
  47. package/dist/NavigationMenu/AxosClearing/index.js +470 -0
  48. package/dist/NavigationMenu/index.d.ts +1 -0
  49. package/dist/NavigationMenu/index.js +5 -3
  50. package/dist/SetContainer/SetContainer.js +13 -12
  51. package/dist/Table/Table.d.ts +22 -9
  52. package/dist/TopicalNavSet/TopicalNavSet.js +3 -3
  53. package/dist/assets/CallToActionBar/CallToActionBar.css +3 -1
  54. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +126 -124
  55. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +4 -0
  56. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +405 -0
  57. package/dist/assets/Table/Table.css +1 -1
  58. package/dist/assets/globals.css +71 -0
  59. package/dist/icons/Clock/index.d.ts +4 -0
  60. package/dist/icons/Clock/index.js +22 -0
  61. package/dist/icons/index.d.ts +1 -0
  62. package/dist/icons/index.js +14 -12
  63. package/dist/main.js +52 -54
  64. package/dist/utils/allowedAxosDomains.js +3 -1
  65. package/package.json +1 -1
  66. package/dist/Input/DatePicker.css.d.ts +0 -1
  67. package/dist/Input/DatePicker.css.js +0 -6
  68. package/dist/Input/Datepicker.d.ts +0 -3
  69. package/dist/Input/Datepicker.js +0 -47
  70. package/dist/Input/InputDate.css.d.ts +0 -6
  71. package/dist/Input/InputDate.css.js +0 -15
  72. package/dist/Input/InputDate.d.ts +0 -3
  73. package/dist/Input/InputDate.js +0 -47
  74. package/dist/assets/Input/DatePicker.css +0 -95
  75. package/dist/assets/Input/InputDate.css +0 -39
@@ -1,7 +1,10 @@
1
1
  "use client";
2
2
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
3
- import "../../Accordion/Accordion.js";
4
- import "../../Accordion/Accordion.css.js";
3
+ import "../../Modal/contextApi/store.js";
4
+ import { findMoreAxosDomains } from "../../utils/allowedAxosDomains.js";
5
+ import "clsx";
6
+ import { useState, useEffect } from "react";
7
+ import "../../Button/Button.css.js";
5
8
  import "../../icons/ArrowIcon/ArrowIcon.css.js";
6
9
  import "../../icons/CheckIcon/CheckIcon.css.js";
7
10
  /* empty css */
@@ -9,33 +12,20 @@ import "../../icons/CheckIcon/CheckIcon.css.js";
9
12
  /* empty css */
10
13
  /* empty css */
11
14
  import "../../Chevron/Chevron.css.js";
12
- import "../../AlertBanner/AlertBanner.css.js";
13
- import "../../Article/Article.css.js";
14
- import "../../ArticlesSet/ArticlesSet.css.js";
15
- /* empty css */
16
- /* empty css */
17
- /* empty css */
18
- import Image from "next/image.js";
19
15
  import "../../IconBillboard/IconBillboard.css.js";
20
- /* empty css */
21
- import { findMoreAxosDomains } from "../../utils/allowedAxosDomains.js";
22
- import "../../Modal/contextApi/store.js";
23
- import "clsx";
24
- import { useState, useEffect } from "react";
25
- import "../../Button/Button.css.js";
26
- import { useLocation } from "react-use";
27
16
  import "../../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
28
17
  import "../../Calculators/ApyCalculator/ApyCalculator.css.js";
18
+ import "react-use";
29
19
  import "../../Table/Table.css.js";
30
20
  import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
31
21
  import "@hookform/resolvers/zod";
32
22
  import "../../Input/Checkbox.js";
33
23
  import "../../Input/CurrencyInput.js";
34
- import "../../Input/Input.css.js";
35
- /* empty css */
36
24
  import "../../Input/Dropdown.js";
25
+ /* empty css */
37
26
  /* empty css */
38
27
  import "../../Input/Input.js";
28
+ import "../../Input/Input.css.js";
39
29
  import "../../Input/InputPhone.js";
40
30
  import "../../Input/InputTextArea.js";
41
31
  import "react-hook-form";
@@ -47,6 +37,15 @@ import "iframe-resizer";
47
37
  import "../../Calculators/calculator.css.js";
48
38
  /* empty css */
49
39
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
40
+ import "../../Accordion/Accordion.js";
41
+ import "../../Accordion/Accordion.css.js";
42
+ import "../../AlertBanner/AlertBanner.css.js";
43
+ import "../../Article/Article.css.js";
44
+ import "../../ArticlesSet/ArticlesSet.css.js";
45
+ /* empty css */
46
+ /* empty css */
47
+ import Image from "next/image.js";
48
+ /* empty css */
50
49
  /* empty css */
51
50
  import "../../Carousel/index.js";
52
51
  /* empty css */
@@ -75,6 +74,8 @@ import Link from "next/link.js";
75
74
  /* empty css */
76
75
  import styles from "./NavBar.module.js";
77
76
  import { subNavItems } from "./NavData.js";
77
+ /* empty css */
78
+ import { usePathname } from "next/navigation.js";
78
79
  /* empty css */
79
80
  /* empty css */
80
81
  import "../../StepItem/StepItem.css.js";
@@ -87,8 +88,7 @@ import "next/script.js";
87
88
  /* empty css */
88
89
  import { sub_nav, dd_media } from "./SubNavbar.css.js";
89
90
  function SubNavBar() {
90
- const { pathname } = useLocation();
91
- const location = useLocation();
91
+ const pathname = usePathname();
92
92
  const [hoveredLink, setHoveredLink] = useState(void 0);
93
93
  const handleMouseEnter = (link) => setHoveredLink(link);
94
94
  const handleMouseLeave = () => setHoveredLink(void 0);
@@ -96,22 +96,21 @@ function SubNavBar() {
96
96
  const [showNavbar, setShowNavbar] = useState(false);
97
97
  const support = subNavItems.support;
98
98
  const about = subNavItems.about;
99
- const isHomepage = location.pathname === "/";
99
+ const isHomepage = pathname === "/";
100
100
  useEffect(() => {
101
101
  setShowNavbar(
102
102
  () => [
103
- "/",
104
103
  "/personal",
105
104
  "/business",
106
105
  "/partners",
107
- "/customer-suppor",
106
+ "/customer-support",
108
107
  "/about-us"
109
- ].some((el) => pathname?.includes(el))
108
+ ].some((el) => pathname?.includes(el) || isHomepage)
110
109
  );
111
110
  }, [pathname]);
112
- return showNavbar ? /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: styles.header_sub_row, children: [
113
- /* @__PURE__ */ jsx("nav", { children: /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", children: [
114
- (pathname?.includes("/personal") || isHomepage) && /* @__PURE__ */ jsxs(Fragment, { children: [
111
+ return showNavbar ? /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsxs("nav", { children: [
112
+ /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", children: [
113
+ (isHomepage || pathname?.includes("/personal")) && /* @__PURE__ */ jsxs(Fragment, { children: [
115
114
  /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
116
115
  "a",
117
116
  {
@@ -461,1302 +460,1808 @@ function SubNavBar() {
461
460
  (item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`)
462
461
  ),
463
462
  pathname?.includes("/about-us") && about.map((item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`))
464
- ] }) }),
465
- hoveredLink === "bank" && /* @__PURE__ */ jsx(
466
- "div",
467
- {
468
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
469
- role: "menu",
470
- onMouseLeave: handleMouseLeave,
471
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
472
- /* @__PURE__ */ jsxs(
473
- "div",
474
- {
475
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
476
- children: [
477
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
478
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Checking" }),
479
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Take control of your finances and find a checking solution that fits your needs." })
480
- ] }),
481
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
482
- Image,
483
- {
484
- src: `https://images.axos.com/o9ov1v03uwqk/eEwgc8g9ws7oWWUTh2G8X/de2e3ede3ca7c3762e052d9cba375de7/nav-submenu-bank.svg`,
485
- alt: "",
486
- width: 233,
487
- height: 222
488
- }
489
- ) }),
490
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
491
- Link,
492
- {
493
- href: `/personal/checking`,
494
- "aria-label": "learn more about available checking accounts",
495
- className: "text_center bg_white ",
496
- children: "Learn More"
497
- }
498
- ) })
499
- ]
500
- }
501
- ),
502
- /* @__PURE__ */ jsxs(
503
- "div",
504
- {
505
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
506
- children: [
507
- /* @__PURE__ */ jsxs(
508
- "div",
509
- {
510
- className: `${styles.headline} flex_row middle between`,
511
- children: [
512
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Take your money further, faster" }),
513
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
514
- /* @__PURE__ */ jsx(
515
- Image,
463
+ ] }),
464
+ /* @__PURE__ */ jsxs("div", { className: "relative", children: [
465
+ hoveredLink === "bank" && /* @__PURE__ */ jsx(
466
+ "div",
467
+ {
468
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
469
+ role: "menu",
470
+ onMouseLeave: handleMouseLeave,
471
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
472
+ /* @__PURE__ */ jsxs(
473
+ "div",
474
+ {
475
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
476
+ children: [
477
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
478
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Checking" }),
479
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Take control of your finances and find a checking solution that fits your needs." })
480
+ ] }),
481
+ /* @__PURE__ */ jsx(
482
+ "div",
483
+ {
484
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
485
+ children: /* @__PURE__ */ jsx(
486
+ Image,
487
+ {
488
+ src: `https://images.axos.com/o9ov1v03uwqk/eEwgc8g9ws7oWWUTh2G8X/de2e3ede3ca7c3762e052d9cba375de7/nav-submenu-bank.svg`,
489
+ alt: "",
490
+ width: 233,
491
+ height: 222
492
+ }
493
+ )
494
+ }
495
+ ),
496
+ /* @__PURE__ */ jsx(
497
+ "div",
498
+ {
499
+ className: `${styles.mt_8} ${styles.dd_media_cta}`,
500
+ children: /* @__PURE__ */ jsx(
501
+ Link,
502
+ {
503
+ href: `/personal/checking`,
504
+ "aria-label": "learn more about available checking accounts",
505
+ className: "text_center bg_white ",
506
+ children: "Learn More"
507
+ }
508
+ )
509
+ }
510
+ )
511
+ ]
512
+ }
513
+ ),
514
+ /* @__PURE__ */ jsxs(
515
+ "div",
516
+ {
517
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
518
+ children: [
519
+ /* @__PURE__ */ jsxs(
520
+ "div",
521
+ {
522
+ className: `${styles.headline} flex_row middle between`,
523
+ children: [
524
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Take your money further, faster" }),
525
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
526
+ /* @__PURE__ */ jsx(
527
+ Image,
528
+ {
529
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
530
+ alt: "",
531
+ width: 20,
532
+ height: 20
533
+ }
534
+ ),
535
+ /* @__PURE__ */ jsx(
536
+ "div",
537
+ {
538
+ className: `${styles.headline_cta} ${styles.ml_8}`,
539
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
540
+ }
541
+ )
542
+ ] })
543
+ ]
544
+ }
545
+ ),
546
+ /* @__PURE__ */ jsx("hr", {}),
547
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
548
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
549
+ /* @__PURE__ */ jsx(
550
+ Image,
551
+ {
552
+ src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
553
+ alt: "",
554
+ width: 20,
555
+ height: 20
556
+ }
557
+ ),
558
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
559
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
560
+ Link,
516
561
  {
517
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
518
- alt: "",
519
- width: 20,
520
- height: 20
562
+ href: "/personal/checking",
563
+ role: "heading",
564
+ children: "Checking"
521
565
  }
522
- ),
523
- /* @__PURE__ */ jsx(
524
- "div",
566
+ ) }),
567
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
568
+ Link,
525
569
  {
526
- className: `${styles.headline_cta} ${styles.ml_8}`,
527
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
570
+ href: "/personal/checking/rewards-checking",
571
+ children: "Rewards Checking"
528
572
  }
529
- )
573
+ ) }),
574
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
575
+ Link,
576
+ {
577
+ href: "/personal/checking/essential-checking",
578
+ children: "Essential Checking"
579
+ }
580
+ ) }),
581
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
582
+ Link,
583
+ {
584
+ href: "/personal/checking/first-checking",
585
+ children: "First Checking"
586
+ }
587
+ ) }),
588
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
589
+ Link,
590
+ {
591
+ href: "/personal/checking/cashback-checking",
592
+ children: "CashBack Checking"
593
+ }
594
+ ) }),
595
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
596
+ Link,
597
+ {
598
+ href: "/personal/checking/golden-checking",
599
+ children: "Golden Checking"
600
+ }
601
+ ) })
530
602
  ] })
531
- ]
532
- }
533
- ),
534
- /* @__PURE__ */ jsx("hr", {}),
535
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
536
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
537
- /* @__PURE__ */ jsx(
538
- Image,
539
- {
540
- src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
541
- alt: "",
542
- width: 20,
543
- height: 20
544
- }
545
- ),
546
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
547
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking", role: "heading", children: "Checking" }) }),
548
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking/rewards-checking", children: "Rewards Checking" }) }),
549
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
550
- Link,
551
- {
552
- href: "/personal/checking/essential-checking",
553
- children: "Essential Checking"
554
- }
555
- ) }),
556
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking/first-checking", children: "First Checking" }) }),
557
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking/cashback-checking", children: "CashBack Checking" }) }),
558
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking/golden-checking", children: "Golden Checking" }) })
603
+ ] }),
604
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
605
+ /* @__PURE__ */ jsx(
606
+ Image,
607
+ {
608
+ src: `https://images.axos.com/o9ov1v03uwqk/5ODchMOjrkKa90SBWKwcDw/e5508c26d341bfb58318e052d89f4771/nav-submenu-savings-icon.svg`,
609
+ alt: "",
610
+ width: 20,
611
+ height: 20
612
+ }
613
+ ),
614
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
615
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/savings", role: "heading", children: "Savings" }) }),
616
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
617
+ Link,
618
+ {
619
+ href: "/personal/savings/high-yield-savings",
620
+ children: "High Yield Savings"
621
+ }
622
+ ) }),
623
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
624
+ Link,
625
+ {
626
+ href: "/personal/savings/high-yield-money-market",
627
+ children: "High Yield Money Market"
628
+ }
629
+ ) }),
630
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/savings/first-savings", children: "First Savings" }) })
631
+ ] })
632
+ ] }),
633
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
634
+ /* @__PURE__ */ jsx(
635
+ Image,
636
+ {
637
+ src: `https://images.axos.com/o9ov1v03uwqk/6HFMuiXSvCndJhrPrt4JYk/0a8b9411818a8116943487f946867fe7/nav-submenu-cds-icon.svg`,
638
+ alt: "",
639
+ width: 20,
640
+ height: 20
641
+ }
642
+ ),
643
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `/personal/cds`, role: "heading", children: "Certificates of Deposit" }) }) })
644
+ ] }),
645
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
646
+ /* @__PURE__ */ jsx(
647
+ Image,
648
+ {
649
+ src: `https://images.axos.com/o9ov1v03uwqk/2zmsYM7kjm1WgbDkir7c3/16313ad773ff08a2d9bfa61ba161a528/nav-submenu-premier-icon.svg`,
650
+ alt: "",
651
+ width: 20,
652
+ height: 20
653
+ }
654
+ ),
655
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
656
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/premier", role: "heading", children: "Premier" }) }),
657
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/premier/privateclient", children: "Private Client" }) }),
658
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
659
+ Link,
660
+ {
661
+ href: "/personal/premier/insureguardplus",
662
+ children: "InsureGuard+"
663
+ }
664
+ ) }),
665
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
666
+ Link,
667
+ {
668
+ href: "/personal/premier/worldcheckingandsavings",
669
+ children: "World Checking & Savings"
670
+ }
671
+ ) })
672
+ ] })
673
+ ] }),
674
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
675
+ /* @__PURE__ */ jsx(
676
+ Image,
677
+ {
678
+ src: `https://images.axos.com/o9ov1v03uwqk/5JqDuUm6D5hbX2MQrbWCQq/0c6b5ed3d5e08cd03e2ca20b8e2f39ef/nav-submenu-atm-icon.svg`,
679
+ alt: "",
680
+ width: 20,
681
+ height: 20
682
+ }
683
+ ),
684
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `/atm-locator`, role: "heading", children: "ATM Locator" }) }) })
685
+ ] }),
686
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
687
+ /* @__PURE__ */ jsx(
688
+ Image,
689
+ {
690
+ src: `https://images.axos.com/o9ov1v03uwqk/6ninSDVeSycXICNX8zF4J3/75ccf4194f0b3e7209f4095457bce00d/nav-submenu-raf-icon.svg`,
691
+ alt: "",
692
+ width: 20,
693
+ height: 20
694
+ }
695
+ ),
696
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/refer-a-friend", role: "heading", children: "Refer-a-Friend" }) }) })
559
697
  ] })
698
+ ] })
699
+ ]
700
+ }
701
+ )
702
+ ] }) })
703
+ }
704
+ ),
705
+ hoveredLink === "borrow" && /* @__PURE__ */ jsx(
706
+ "div",
707
+ {
708
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
709
+ role: "menu",
710
+ onMouseLeave: handleMouseLeave,
711
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
712
+ /* @__PURE__ */ jsxs(
713
+ "div",
714
+ {
715
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
716
+ children: [
717
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
718
+ /* @__PURE__ */ jsxs("p", { role: "heading", children: [
719
+ "$0 Lender Fee",
720
+ /* @__PURE__ */ jsx("sup", { children: "1" }),
721
+ " on Home Loans"
722
+ ] }),
723
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Our best offer ever on home loans. Don't miss this limited time offer!" })
560
724
  ] }),
561
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
562
- /* @__PURE__ */ jsx(
563
- Image,
564
- {
565
- src: `https://images.axos.com/o9ov1v03uwqk/5ODchMOjrkKa90SBWKwcDw/e5508c26d341bfb58318e052d89f4771/nav-submenu-savings-icon.svg`,
566
- alt: "",
567
- width: 20,
568
- height: 20
569
- }
570
- ),
571
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
572
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/savings", role: "heading", children: "Savings" }) }),
573
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/savings/high-yield-savings", children: "High Yield Savings" }) }),
574
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
575
- Link,
725
+ /* @__PURE__ */ jsx(
726
+ "div",
727
+ {
728
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
729
+ children: /* @__PURE__ */ jsx(
730
+ Image,
576
731
  {
577
- href: "/personal/savings/high-yield-money-market",
578
- children: "High Yield Money Market"
732
+ src: `https://images.axos.com/o9ov1v03uwqk/6tVncmpCfCXbilZHhFUYJ5/9543b0e7d5cd8df20161e07c126667bf/nav-submenu-borrow.webp`,
733
+ alt: "",
734
+ width: 232,
735
+ height: 232
579
736
  }
580
- ) }),
581
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/savings/first-savings", children: "First Savings" }) })
582
- ] })
583
- ] }),
584
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
585
- /* @__PURE__ */ jsx(
586
- Image,
587
- {
588
- src: `https://images.axos.com/o9ov1v03uwqk/6HFMuiXSvCndJhrPrt4JYk/0a8b9411818a8116943487f946867fe7/nav-submenu-cds-icon.svg`,
589
- alt: "",
590
- width: 20,
591
- height: 20
592
- }
593
- ),
594
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `/personal/cds`, role: "heading", children: "Certificates of Deposit" }) }) })
595
- ] }),
596
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
597
- /* @__PURE__ */ jsx(
598
- Image,
599
- {
600
- src: `https://images.axos.com/o9ov1v03uwqk/2zmsYM7kjm1WgbDkir7c3/16313ad773ff08a2d9bfa61ba161a528/nav-submenu-premier-icon.svg`,
601
- alt: "",
602
- width: 20,
603
- height: 20
604
- }
605
- ),
606
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
607
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/premier", role: "heading", children: "Premier" }) }),
608
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/premier/privateclient", children: "Private Client" }) }),
609
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/premier/insureguardplus", children: "InsureGuard+" }) }),
610
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
737
+ )
738
+ }
739
+ ),
740
+ /* @__PURE__ */ jsx(
741
+ "div",
742
+ {
743
+ className: `${styles.mt_8} ${styles.dd_media_cta}`,
744
+ children: /* @__PURE__ */ jsx(
611
745
  Link,
612
746
  {
613
- href: "/personal/premier/worldcheckingandsavings",
614
- children: "World Checking & Savings"
747
+ href: `/personal/mortgages`,
748
+ "aria-label": "get a mortgage quote",
749
+ className: "text_center bg_white ",
750
+ children: "Get a Quote"
615
751
  }
616
- ) })
752
+ )
753
+ }
754
+ )
755
+ ]
756
+ }
757
+ ),
758
+ /* @__PURE__ */ jsxs(
759
+ "div",
760
+ {
761
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
762
+ children: [
763
+ /* @__PURE__ */ jsxs(
764
+ "div",
765
+ {
766
+ className: `${styles.headline} flex_row middle between`,
767
+ children: [
768
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Great rates on home loans" }),
769
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
770
+ /* @__PURE__ */ jsx(
771
+ Image,
772
+ {
773
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
774
+ alt: "",
775
+ width: 20,
776
+ height: 20
777
+ }
778
+ ),
779
+ /* @__PURE__ */ jsx(
780
+ "div",
781
+ {
782
+ className: `${styles.headline_cta} ${styles.ml_8}`,
783
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
784
+ }
785
+ )
786
+ ] })
787
+ ]
788
+ }
789
+ ),
790
+ /* @__PURE__ */ jsx("hr", {}),
791
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
792
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
793
+ /* @__PURE__ */ jsx(
794
+ Image,
795
+ {
796
+ src: `https://images.axos.com/o9ov1v03uwqk/4DCrulmnArCq5AeiHLUNg9/210d1bd6d08d15d9999494ea027ba4fd/nav-submenu-mortgage-icon.webp`,
797
+ alt: "",
798
+ width: 20,
799
+ height: 20
800
+ }
801
+ ),
802
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
803
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
804
+ Link,
805
+ {
806
+ href: "/personal/mortgages",
807
+ role: "heading",
808
+ children: "Mortgage"
809
+ }
810
+ ) }),
811
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
812
+ Link,
813
+ {
814
+ href: "/personal/mortgages/buying-a-home",
815
+ children: "Mortgage Refinance"
816
+ }
817
+ ) }),
818
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/refinance", children: "Mortgage Refinance" }) }),
819
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
820
+ Link,
821
+ {
822
+ href: "/personal/mortgages/buying-a-home/get-pre-qualifies",
823
+ children: "Get Pre-qualified"
824
+ }
825
+ ) }),
826
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages", children: "Get a Rate Quote" }) }),
827
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
828
+ Link,
829
+ {
830
+ href: `https://afp.axosbank.com/blend?type=signUp&createApplication=true`,
831
+ children: "Apply Now"
832
+ }
833
+ ) }),
834
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
835
+ Link,
836
+ {
837
+ href: "/personal/mortgages/mortgage-options",
838
+ children: "Mortgage Options"
839
+ }
840
+ ) }),
841
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
842
+ Link,
843
+ {
844
+ href: "/personal/mortgages/mortgage-support",
845
+ children: "Mortgage Services"
846
+ }
847
+ ) }),
848
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
849
+ Link,
850
+ {
851
+ href: "/customer-Support/personal-support/manage-my-loan",
852
+ children: "Make a Payment"
853
+ }
854
+ ) }),
855
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/rate-watch", children: "Rate Watch" }) })
856
+ ] })
857
+ ] }),
858
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
859
+ /* @__PURE__ */ jsx(
860
+ Image,
861
+ {
862
+ src: `https://images.axos.com/o9ov1v03uwqk/1P3FqllFkxleBe4qGVpcJD/7cfbf9d5aaeaf0b87c70f7438de9119a/nav-submenu-personalloans-icon.webp`,
863
+ alt: "",
864
+ width: 20,
865
+ height: 20
866
+ }
867
+ ),
868
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
869
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
870
+ Link,
871
+ {
872
+ href: "/personal/personal-loans",
873
+ role: "heading",
874
+ children: "Personal Loans"
875
+ }
876
+ ) }),
877
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/personal-loans", children: "Learn More" }) }),
878
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
879
+ Link,
880
+ {
881
+ href: `https://personalloans.axosbank.com/`,
882
+ children: "Apply Now"
883
+ }
884
+ ) }),
885
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
886
+ Link,
887
+ {
888
+ href: "/customer-support/personal-support/manage-my-loan",
889
+ children: "Make a Payment"
890
+ }
891
+ ) }),
892
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
893
+ Link,
894
+ {
895
+ href: "/personal/personal-loans/debt-consolidation-loans",
896
+ children: "Debt Consolidation Loans"
897
+ }
898
+ ) }),
899
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
900
+ Link,
901
+ {
902
+ href: "/personal/personal-loans/home-improvement-loans",
903
+ children: "Home Improvement Loans"
904
+ }
905
+ ) }),
906
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
907
+ Link,
908
+ {
909
+ href: "/personal/personal-loans/major-purchases-loans",
910
+ children: "Major Purchases Loans"
911
+ }
912
+ ) })
913
+ ] })
914
+ ] }),
915
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
916
+ /* @__PURE__ */ jsx(
917
+ Image,
918
+ {
919
+ src: `https://images.axos.com/o9ov1v03uwqk/jpqd1KnknpG6gVaYg04Bl/a55d179434815dc4029ee413d8d7a703/nav-submenu-auto-icon.webp`,
920
+ alt: "",
921
+ width: 20,
922
+ height: 20
923
+ }
924
+ ),
925
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
926
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
927
+ Link,
928
+ {
929
+ href: "/personal/auto-loan",
930
+ role: "heading",
931
+ children: "Auto Loans"
932
+ }
933
+ ) }),
934
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
935
+ Link,
936
+ {
937
+ href: "/personal/auto-loan/purchase-a-vehicle",
938
+ children: "Auto Purchase Loans"
939
+ }
940
+ ) }),
941
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/auto-loan/refincance", children: "Auto Refinance Loans" }) }),
942
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
943
+ Link,
944
+ {
945
+ href: "/tools/calculators/auto-loan-calculator",
946
+ children: "Auto Payment Calculator"
947
+ }
948
+ ) }),
949
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
950
+ Link,
951
+ {
952
+ href: "/customer-support/personal-support/manage-my-loan",
953
+ children: "Manage My Loan"
954
+ }
955
+ ) })
956
+ ] })
957
+ ] }),
958
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
959
+ /* @__PURE__ */ jsx(
960
+ Image,
961
+ {
962
+ src: `https://images.axos.com/o9ov1v03uwqk/4PzOJa1zI8qoTiFwQZHywH/3b135a2bb9f281633d2d9f8035dff6e3/nav-submenu-marine-icon.svg`,
963
+ alt: "",
964
+ width: 20,
965
+ height: 20
966
+ }
967
+ ),
968
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
969
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
970
+ Link,
971
+ {
972
+ href: `https://lavictoirefinance.com`,
973
+ role: "heading",
974
+ children: "New! Marine Loans"
975
+ }
976
+ ) }),
977
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `https://lavictoirefinance.com`, children: "Find The Right Loan" }) }),
978
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
979
+ Link,
980
+ {
981
+ href: `https://lavictoirefinance.com/apply-now`,
982
+ children: "Apply Now"
983
+ }
984
+ ) }),
985
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
986
+ Link,
987
+ {
988
+ href: `https://lavictoirefinance.com/contact-us`,
989
+ children: "Contact Us"
990
+ }
991
+ ) })
992
+ ] })
617
993
  ] })
618
- ] }),
619
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
620
- /* @__PURE__ */ jsx(
621
- Image,
622
- {
623
- src: `https://images.axos.com/o9ov1v03uwqk/5JqDuUm6D5hbX2MQrbWCQq/0c6b5ed3d5e08cd03e2ca20b8e2f39ef/nav-submenu-atm-icon.svg`,
624
- alt: "",
625
- width: 20,
626
- height: 20
627
- }
628
- ),
629
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `/atm-locator`, role: "heading", children: "ATM Locator" }) }) })
630
- ] }),
631
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
632
- /* @__PURE__ */ jsx(
633
- Image,
634
- {
635
- src: `https://images.axos.com/o9ov1v03uwqk/6ninSDVeSycXICNX8zF4J3/75ccf4194f0b3e7209f4095457bce00d/nav-submenu-raf-icon.svg`,
636
- alt: "",
637
- width: 20,
638
- height: 20
639
- }
640
- ),
641
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/refer-a-friend", role: "heading", children: "Refer-a-Friend" }) }) })
642
994
  ] })
643
- ] })
644
- ]
645
- }
646
- )
647
- ] }) })
648
- }
649
- ),
650
- hoveredLink === "borrow" && /* @__PURE__ */ jsx(
651
- "div",
652
- {
653
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
654
- role: "menu",
655
- onMouseLeave: handleMouseLeave,
656
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
657
- /* @__PURE__ */ jsxs(
658
- "div",
659
- {
660
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
661
- children: [
662
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
663
- /* @__PURE__ */ jsxs("p", { role: "heading", children: [
664
- "$0 Lender Fee",
665
- /* @__PURE__ */ jsx("sup", { children: "1" }),
666
- " on Home Loans"
995
+ ]
996
+ }
997
+ )
998
+ ] }) })
999
+ }
1000
+ ),
1001
+ hoveredLink === "invest" && /* @__PURE__ */ jsx(
1002
+ "div",
1003
+ {
1004
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1005
+ role: "menu",
1006
+ onMouseLeave: handleMouseLeave,
1007
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1008
+ /* @__PURE__ */ jsxs(
1009
+ "div",
1010
+ {
1011
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1012
+ children: [
1013
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1014
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Introducing Axos FundFinder+" }),
1015
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Welcome to your all-in-one research tool. Quickly discover, research, and compare mutual funds and ETFs – just like the pros." })
667
1016
  ] }),
668
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Our best offer ever on home loans. Don't miss this limited time offer!" })
669
- ] }),
670
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
671
- Image,
672
- {
673
- src: `https://images.axos.com/o9ov1v03uwqk/6tVncmpCfCXbilZHhFUYJ5/9543b0e7d5cd8df20161e07c126667bf/nav-submenu-borrow.webp`,
674
- alt: "",
675
- width: 232,
676
- height: 232
677
- }
678
- ) }),
679
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
680
- Link,
681
- {
682
- href: `/personal/mortgages`,
683
- "aria-label": "get a mortgage quote",
684
- className: "text_center bg_white ",
685
- children: "Get a Quote"
686
- }
687
- ) })
688
- ]
689
- }
690
- ),
691
- /* @__PURE__ */ jsxs(
692
- "div",
693
- {
694
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
695
- children: [
696
- /* @__PURE__ */ jsxs(
697
- "div",
698
- {
699
- className: `${styles.headline} flex_row middle between`,
700
- children: [
701
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Great rates on home loans" }),
702
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
703
- /* @__PURE__ */ jsx(
704
- Image,
1017
+ /* @__PURE__ */ jsx(
1018
+ "div",
1019
+ {
1020
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
1021
+ children: /* @__PURE__ */ jsx(
1022
+ Image,
1023
+ {
1024
+ src: `https://images.axos.com/o9ov1v03uwqk/2bREH0KGxe7C82N4cdathQ/27a2cc310ac12b074241cae88076958d/nav-submenu-invest.webp`,
1025
+ alt: "",
1026
+ width: 232,
1027
+ height: 232
1028
+ }
1029
+ )
1030
+ }
1031
+ ),
1032
+ /* @__PURE__ */ jsx(
1033
+ "div",
1034
+ {
1035
+ className: `${styles.mt_8} ${styles.dd_media_cta}`,
1036
+ children: /* @__PURE__ */ jsx(
1037
+ Link,
1038
+ {
1039
+ href: `https://axosfundfinder.com/`,
1040
+ "aria-label": "learn more about fundfinder",
1041
+ className: "text_center bg_white ",
1042
+ children: "Learn More"
1043
+ }
1044
+ )
1045
+ }
1046
+ )
1047
+ ]
1048
+ }
1049
+ ),
1050
+ /* @__PURE__ */ jsxs(
1051
+ "div",
1052
+ {
1053
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1054
+ children: [
1055
+ /* @__PURE__ */ jsxs(
1056
+ "div",
1057
+ {
1058
+ className: `${styles.headline} flex_row middle between`,
1059
+ children: [
1060
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Quickly discover and compare mutual funds and ETFs" }),
1061
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1062
+ /* @__PURE__ */ jsx(
1063
+ Image,
1064
+ {
1065
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1066
+ alt: "",
1067
+ width: 20,
1068
+ height: 20
1069
+ }
1070
+ ),
1071
+ /* @__PURE__ */ jsx(
1072
+ "div",
1073
+ {
1074
+ className: `${styles.headline_cta} ${styles.ml_8}`,
1075
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
1076
+ }
1077
+ )
1078
+ ] })
1079
+ ]
1080
+ }
1081
+ ),
1082
+ /* @__PURE__ */ jsx("hr", {}),
1083
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1084
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1085
+ /* @__PURE__ */ jsx(
1086
+ Image,
1087
+ {
1088
+ src: `https://images.axos.com/o9ov1v03uwqk/1plPiU22JsVdZW6B6XkBi9/14d55691945fba0ba77a7433c6dae988/nav-submenu-mp-icon.svg`,
1089
+ alt: "",
1090
+ width: 20,
1091
+ height: 20
1092
+ }
1093
+ ),
1094
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1095
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1096
+ Link,
705
1097
  {
706
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
707
- alt: "",
708
- width: 20,
709
- height: 20
1098
+ href: findMoreAxosDomains(
1099
+ "{AXOS}/invest/managed-portfolios"
1100
+ ),
1101
+ role: "heading",
1102
+ children: "Managed Portfolios"
710
1103
  }
711
- ),
712
- /* @__PURE__ */ jsx(
713
- "div",
1104
+ ) }),
1105
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1106
+ Link,
714
1107
  {
715
- className: `${styles.headline_cta} ${styles.ml_8}`,
716
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
1108
+ href: findMoreAxosDomains(
1109
+ "{AXOS}/invest/managed-portfolios/investing-details"
1110
+ ),
1111
+ children: "Investing Details"
717
1112
  }
718
- )
1113
+ ) }),
1114
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1115
+ Link,
1116
+ {
1117
+ href: findMoreAxosDomains(
1118
+ "{AXOS}/invest/managed-portfolios/investment-strategy"
1119
+ ),
1120
+ children: "Investment Strategy"
1121
+ }
1122
+ ) }),
1123
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1124
+ Link,
1125
+ {
1126
+ href: findMoreAxosDomains(
1127
+ "{AXOS}/invest/managed-portfolios/investing-features"
1128
+ ),
1129
+ children: "Investing Features"
1130
+ }
1131
+ ) })
719
1132
  ] })
720
- ]
721
- }
722
- ),
723
- /* @__PURE__ */ jsx("hr", {}),
724
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
725
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
726
- /* @__PURE__ */ jsx(
727
- Image,
728
- {
729
- src: `https://images.axos.com/o9ov1v03uwqk/4DCrulmnArCq5AeiHLUNg9/210d1bd6d08d15d9999494ea027ba4fd/nav-submenu-mortgage-icon.webp`,
730
- alt: "",
731
- width: 20,
732
- height: 20
733
- }
734
- ),
735
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
736
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages", role: "heading", children: "Mortgage" }) }),
737
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/buying-a-home", children: "Mortgage Refinance" }) }),
738
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/refinance", children: "Mortgage Refinance" }) }),
739
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
740
- Link,
1133
+ ] }),
1134
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1135
+ /* @__PURE__ */ jsx(
1136
+ Image,
1137
+ {
1138
+ src: `https://images.axos.com/o9ov1v03uwqk/AZigMaq83kcvUG8bUGsDz/c3dc8ae0e3020b4c39dd64af9f693b9a/nav-submenu-sdt-icon.webp`,
1139
+ alt: "",
1140
+ width: 20,
1141
+ height: 20
1142
+ }
1143
+ ),
1144
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1145
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1146
+ Link,
1147
+ {
1148
+ href: findMoreAxosDomains(
1149
+ "{AXOS}/invest/self-directed-trading"
1150
+ ),
1151
+ role: "heading",
1152
+ children: "Self Directed Trading"
1153
+ }
1154
+ ) }),
1155
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1156
+ Link,
1157
+ {
1158
+ href: findMoreAxosDomains(
1159
+ "{AXOS}/invest/self-directed-trading/axos-elite-investing"
1160
+ ),
1161
+ children: "Axos Elite Investing"
1162
+ }
1163
+ ) }),
1164
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1165
+ Link,
1166
+ {
1167
+ href: findMoreAxosDomains(
1168
+ "{AXOS}/invest/self-directed-trading/commission-free-stocks-and-etfs"
1169
+ ),
1170
+ children: "Stocks & ETFs"
1171
+ }
1172
+ ) }),
1173
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1174
+ Link,
1175
+ {
1176
+ href: findMoreAxosDomains(
1177
+ "{AXOS}/invest/self-directed-trading/margin-trading"
1178
+ ),
1179
+ children: "Margin Tradings"
1180
+ }
1181
+ ) }),
1182
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1183
+ Link,
1184
+ {
1185
+ href: findMoreAxosDomains(
1186
+ "{AXOS}/invest/self-directed-trading/options-trading"
1187
+ ),
1188
+ children: "Options Trading"
1189
+ }
1190
+ ) })
1191
+ ] })
1192
+ ] }),
1193
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1194
+ /* @__PURE__ */ jsx(
1195
+ Image,
741
1196
  {
742
- href: "/personal/mortgages/buying-a-home/get-pre-qualifies",
743
- children: "Get Pre-qualified"
1197
+ src: `https://images.axos.com/o9ov1v03uwqk/1enbU0rQRzTsm4mVsSNaso/1cd6f813063d71515a09ee338250215a/nav-submenu-retirement-icon.svg`,
1198
+ alt: "",
1199
+ width: 20,
1200
+ height: 20
744
1201
  }
745
- ) }),
746
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages", children: "Get a Rate Quote" }) }),
747
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1202
+ ),
1203
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
748
1204
  Link,
749
1205
  {
750
- href: `https://afp.axosbank.com/blend?type=signUp&createApplication=true`,
751
- children: "Apply Now"
1206
+ href: findMoreAxosDomains(
1207
+ "{AXOS}/invest/retirement"
1208
+ ),
1209
+ role: "heading",
1210
+ children: "Retirement"
752
1211
  }
753
- ) }),
754
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/mortgage-options", children: "Mortgage Options" }) }),
755
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/mortgage-support", children: "Mortgage Services" }) }),
756
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
757
- Link,
1212
+ ) }) })
1213
+ ] }),
1214
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1215
+ /* @__PURE__ */ jsx(
1216
+ Image,
758
1217
  {
759
- href: "/customer-Support/personal-support/manage-my-loan",
760
- children: "Make a Payment"
1218
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1219
+ alt: "",
1220
+ width: 20,
1221
+ height: 20
761
1222
  }
762
- ) }),
763
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/rate-watch", children: "Rate Watch" }) })
764
- ] })
765
- ] }),
766
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
767
- /* @__PURE__ */ jsx(
768
- Image,
769
- {
770
- src: `https://images.axos.com/o9ov1v03uwqk/1P3FqllFkxleBe4qGVpcJD/7cfbf9d5aaeaf0b87c70f7438de9119a/nav-submenu-personalloans-icon.webp`,
771
- alt: "",
772
- width: 20,
773
- height: 20
774
- }
775
- ),
776
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
777
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1223
+ ),
1224
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
778
1225
  Link,
779
1226
  {
780
- href: "/personal/personal-loans",
1227
+ href: findMoreAxosDomains(
1228
+ "{AXOS}/invest/support"
1229
+ ),
781
1230
  role: "heading",
782
- children: "Personal Loans"
783
- }
784
- ) }),
785
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/personal-loans", children: "Learn More" }) }),
786
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `https://personalloans.axosbank.com/`, children: "Apply Now" }) }),
787
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
788
- Link,
789
- {
790
- href: "/customer-support/personal-support/manage-my-loan",
791
- children: "Make a Payment"
792
- }
793
- ) }),
794
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
795
- Link,
796
- {
797
- href: "/personal/personal-loans/debt-consolidation-loans",
798
- children: "Debt Consolidation Loans"
799
- }
800
- ) }),
801
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
802
- Link,
803
- {
804
- href: "/personal/personal-loans/home-improvement-loans",
805
- children: "Home Improvement Loans"
806
- }
807
- ) }),
808
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
809
- Link,
810
- {
811
- href: "/personal/personal-loans/major-purchases-loans",
812
- children: "Major Purchases Loans"
813
- }
814
- ) })
815
- ] })
816
- ] }),
817
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
818
- /* @__PURE__ */ jsx(
819
- Image,
820
- {
821
- src: `https://images.axos.com/o9ov1v03uwqk/jpqd1KnknpG6gVaYg04Bl/a55d179434815dc4029ee413d8d7a703/nav-submenu-auto-icon.webp`,
822
- alt: "",
823
- width: 20,
824
- height: 20
825
- }
826
- ),
827
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
828
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/auto-loan", role: "heading", children: "Auto Loans" }) }),
829
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
830
- Link,
831
- {
832
- href: "/personal/auto-loan/purchase-a-vehicle",
833
- children: "Auto Purchase Loans"
1231
+ children: "Support"
834
1232
  }
835
- ) }),
836
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/auto-loan/refincance", children: "Auto Refinance Loans" }) }),
837
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
838
- Link,
1233
+ ) }) })
1234
+ ] }),
1235
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1236
+ /* @__PURE__ */ jsx(
1237
+ Image,
839
1238
  {
840
- href: "/tools/calculators/auto-loan-calculator",
841
- children: "Auto Payment Calculator"
1239
+ src: `https://images.axos.com/o9ov1v03uwqk/PvF22fgpIH1qP5swSt3MH/daf9fd3df98bc23ed6da9a51eaa37448/nav-submenu-blog-icon.svg`,
1240
+ alt: "",
1241
+ width: 20,
1242
+ height: 20
842
1243
  }
843
- ) }),
844
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1244
+ ),
1245
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
845
1246
  Link,
846
1247
  {
847
- href: "/customer-support/personal-support/manage-my-loan",
848
- children: "Manage My Loan"
1248
+ href: findMoreAxosDomains(
1249
+ "{AXOS}/invest/blog"
1250
+ ),
1251
+ role: "heading",
1252
+ children: "Blog"
849
1253
  }
850
- ) })
1254
+ ) }) })
851
1255
  ] })
1256
+ ] })
1257
+ ]
1258
+ }
1259
+ )
1260
+ ] }) })
1261
+ }
1262
+ ),
1263
+ hoveredLink === "plan" && /* @__PURE__ */ jsx(
1264
+ "div",
1265
+ {
1266
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1267
+ role: "menu",
1268
+ onMouseLeave: handleMouseLeave,
1269
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1270
+ /* @__PURE__ */ jsxs(
1271
+ "div",
1272
+ {
1273
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1274
+ children: [
1275
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1276
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "All your finances. In one place." }),
1277
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Get the Axos All-In-One Mobile App and gain the insights you need to plan your next move. No Axos account required!" })
852
1278
  ] }),
853
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
854
- /* @__PURE__ */ jsx(
855
- Image,
856
- {
857
- src: `https://images.axos.com/o9ov1v03uwqk/4PzOJa1zI8qoTiFwQZHywH/3b135a2bb9f281633d2d9f8035dff6e3/nav-submenu-marine-icon.svg`,
858
- alt: "",
859
- width: 20,
860
- height: 20
861
- }
862
- ),
863
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
864
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
865
- Link,
866
- {
867
- href: `https://lavictoirefinance.com`,
868
- role: "heading",
869
- children: "New! Marine Loans"
870
- }
871
- ) }),
872
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `https://lavictoirefinance.com`, children: "Find The Right Loan" }) }),
873
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
874
- Link,
1279
+ /* @__PURE__ */ jsx(
1280
+ "div",
1281
+ {
1282
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
1283
+ children: /* @__PURE__ */ jsx(
1284
+ Image,
875
1285
  {
876
- href: `https://lavictoirefinance.com/apply-now`,
877
- children: "Apply Now"
1286
+ src: `https://images.axos.com/o9ov1v03uwqk/4vSUrmXEbK80FeuAfe2fqJ/c79ef545cef6a995bd9d56ba417bf7ab/nav-submenu-plan.webp`,
1287
+ alt: "",
1288
+ width: 232,
1289
+ height: 232
878
1290
  }
879
- ) }),
880
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1291
+ )
1292
+ }
1293
+ ),
1294
+ /* @__PURE__ */ jsx(
1295
+ "div",
1296
+ {
1297
+ className: `${styles.mt_8} ${styles.dd_media_cta}`,
1298
+ children: /* @__PURE__ */ jsx(
881
1299
  Link,
882
1300
  {
883
- href: `https://lavictoirefinance.com/contact-us`,
884
- children: "Contact Us"
1301
+ href: `/tools/payment-apps/mobile-app`,
1302
+ "aria-label": "download the mobile app",
1303
+ className: "text_center bg_white ",
1304
+ children: "Get the App"
885
1305
  }
886
- ) })
887
- ] })
888
- ] })
889
- ] })
890
- ]
891
- }
892
- )
893
- ] }) })
894
- }
895
- ),
896
- hoveredLink === "invest" && /* @__PURE__ */ jsx(
897
- "div",
898
- {
899
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
900
- role: "menu",
901
- onMouseLeave: handleMouseLeave,
902
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
903
- /* @__PURE__ */ jsxs(
904
- "div",
905
- {
906
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
907
- children: [
908
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
909
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Introducing Axos FundFinder+" }),
910
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Welcome to your all-in-one research tool. Quickly discover, research, and compare mutual funds and ETFs – just like the pros." })
911
- ] }),
912
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
913
- Image,
914
- {
915
- src: `https://images.axos.com/o9ov1v03uwqk/2bREH0KGxe7C82N4cdathQ/27a2cc310ac12b074241cae88076958d/nav-submenu-invest.webp`,
916
- alt: "",
917
- width: 232,
918
- height: 232
919
- }
920
- ) }),
921
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
922
- Link,
923
- {
924
- href: `https://axosfundfinder.com/`,
925
- "aria-label": "learn more about fundfinder",
926
- className: "text_center bg_white ",
927
- children: "Learn More"
928
- }
929
- ) })
930
- ]
931
- }
932
- ),
933
- /* @__PURE__ */ jsxs(
934
- "div",
935
- {
936
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
937
- children: [
938
- /* @__PURE__ */ jsxs(
939
- "div",
940
- {
941
- className: `${styles.headline} flex_row middle between`,
942
- children: [
943
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Quickly discover and compare mutual funds and ETFs" }),
944
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
945
- /* @__PURE__ */ jsx(
946
- Image,
1306
+ )
1307
+ }
1308
+ )
1309
+ ]
1310
+ }
1311
+ ),
1312
+ /* @__PURE__ */ jsxs(
1313
+ "div",
1314
+ {
1315
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1316
+ children: [
1317
+ /* @__PURE__ */ jsxs(
1318
+ "div",
1319
+ {
1320
+ className: `${styles.headline} flex_row middle between`,
1321
+ children: [
1322
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Plan your next move" }),
1323
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1324
+ /* @__PURE__ */ jsx(
1325
+ Image,
1326
+ {
1327
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1328
+ alt: "",
1329
+ width: 20,
1330
+ height: 20
1331
+ }
1332
+ ),
1333
+ /* @__PURE__ */ jsx(
1334
+ "div",
1335
+ {
1336
+ className: `${styles.headline_cta} ${styles.ml_8}`,
1337
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
1338
+ }
1339
+ )
1340
+ ] })
1341
+ ]
1342
+ }
1343
+ ),
1344
+ /* @__PURE__ */ jsx("hr", {}),
1345
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1346
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1347
+ /* @__PURE__ */ jsx(
1348
+ Image,
1349
+ {
1350
+ src: `https://images.axos.com/o9ov1v03uwqk/3bY5vS0jWKu5FYx3wYjhc5/1be7a91da244ae54796ea8191c07150b/nav-submenu-app-icon.webp`,
1351
+ alt: "",
1352
+ width: 20,
1353
+ height: 20
1354
+ }
1355
+ ),
1356
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1357
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1358
+ Link,
947
1359
  {
948
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
949
- alt: "",
950
- width: 20,
951
- height: 20
1360
+ href: "/tools/payment-apps/mobile-app",
1361
+ role: "heading",
1362
+ children: "Axos Mobile App"
952
1363
  }
953
- ),
954
- /* @__PURE__ */ jsx(
955
- "div",
1364
+ ) }),
1365
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/payment-apps/mobile-app", children: "Download the App" }) }),
1366
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/payment-apps/mobile-app", children: "Mobile App Features" }) })
1367
+ ] })
1368
+ ] }),
1369
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1370
+ /* @__PURE__ */ jsx(
1371
+ Image,
1372
+ {
1373
+ src: `https://images.axos.com/o9ov1v03uwqk/4Dbx1OIp2ARiyWFC0dOqzg/38540096c180880dbb70176d3b2b1b2b/nav-submenu-tools-icon.webp`,
1374
+ alt: "",
1375
+ width: 20,
1376
+ height: 20
1377
+ }
1378
+ ),
1379
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1380
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools", role: "heading", children: "Financial Tools" }) }),
1381
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/calculators", children: "Calculators" }) }),
1382
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/credit-score-monitoring", children: "Credit Score Monitoring" }) }),
1383
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1384
+ Link,
956
1385
  {
957
- className: `${styles.headline_cta} ${styles.ml_8}`,
958
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
1386
+ href: "/personal/personal-finance-manager",
1387
+ children: "Personal Finance Manager"
959
1388
  }
960
- )
1389
+ ) }),
1390
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools", children: "Additional Tools" }) })
961
1391
  ] })
962
- ]
963
- }
964
- ),
965
- /* @__PURE__ */ jsx("hr", {}),
966
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
967
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
968
- /* @__PURE__ */ jsx(
969
- Image,
970
- {
971
- src: `https://images.axos.com/o9ov1v03uwqk/1plPiU22JsVdZW6B6XkBi9/14d55691945fba0ba77a7433c6dae988/nav-submenu-mp-icon.svg`,
972
- alt: "",
973
- width: 20,
974
- height: 20
975
- }
976
- ),
977
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
978
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
979
- Link,
980
- {
981
- href: findMoreAxosDomains(
982
- "{AXOS}/invest/managed-portfolios"
983
- ),
984
- role: "heading",
985
- children: "Managed Portfolios"
986
- }
987
- ) }),
988
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
989
- Link,
990
- {
991
- href: findMoreAxosDomains(
992
- "{AXOS}/invest/managed-portfolios/investing-details"
993
- ),
994
- children: "Investing Details"
995
- }
996
- ) }),
997
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
998
- Link,
999
- {
1000
- href: findMoreAxosDomains(
1001
- "{AXOS}/invest/managed-portfolios/investment-strategy"
1002
- ),
1003
- children: "Investment Strategy"
1004
- }
1005
- ) }),
1006
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1007
- Link,
1008
- {
1009
- href: findMoreAxosDomains(
1010
- "{AXOS}/invest/managed-portfolios/investing-features"
1011
- ),
1012
- children: "Investing Features"
1013
- }
1014
- ) })
1392
+ ] }),
1393
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1394
+ /* @__PURE__ */ jsx(
1395
+ Image,
1396
+ {
1397
+ src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
1398
+ alt: "",
1399
+ width: 20,
1400
+ height: 20
1401
+ }
1402
+ ),
1403
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1404
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/blog", role: "heading", children: "Education & Insights" }) }),
1405
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/blog", children: "Personal Finance" }) }),
1406
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1407
+ Link,
1408
+ {
1409
+ href: findMoreAxosDomains(
1410
+ "{AXOS}/invest/blog"
1411
+ ),
1412
+ children: "Investing Insight"
1413
+ }
1414
+ ) }),
1415
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/blog/categories/podcast", children: "Investing Podcase" }) })
1416
+ ] })
1417
+ ] })
1418
+ ] })
1419
+ ]
1420
+ }
1421
+ )
1422
+ ] }) })
1423
+ }
1424
+ ),
1425
+ hoveredLink === "sbb" && /* @__PURE__ */ jsx(
1426
+ "div",
1427
+ {
1428
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1429
+ role: "menu",
1430
+ onMouseLeave: handleMouseLeave,
1431
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1432
+ /* @__PURE__ */ jsxs(
1433
+ "div",
1434
+ {
1435
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1436
+ children: [
1437
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1438
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Open a Business Banking Account" }),
1439
+ /* @__PURE__ */ jsxs("p", { className: styles.mt_8, children: [
1440
+ "Designed to move your business forward. Speak to a Relationship Manager at",
1441
+ " ",
1442
+ /* @__PURE__ */ jsx(
1443
+ "a",
1444
+ {
1445
+ href: "tel:844-678-2726",
1446
+ style: { color: "#fff" },
1447
+ children: "844-678-2726"
1448
+ }
1449
+ )
1015
1450
  ] })
1016
1451
  ] }),
1017
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1018
- /* @__PURE__ */ jsx(
1019
- Image,
1020
- {
1021
- src: `https://images.axos.com/o9ov1v03uwqk/AZigMaq83kcvUG8bUGsDz/c3dc8ae0e3020b4c39dd64af9f693b9a/nav-submenu-sdt-icon.webp`,
1022
- alt: "",
1023
- width: 20,
1024
- height: 20
1025
- }
1026
- ),
1027
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1028
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1029
- Link,
1030
- {
1031
- href: findMoreAxosDomains(
1032
- "{AXOS}/invest/self-directed-trading"
1033
- ),
1034
- role: "heading",
1035
- children: "Self Directed Trading"
1036
- }
1037
- ) }),
1038
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1039
- Link,
1040
- {
1041
- href: findMoreAxosDomains(
1042
- "{AXOS}/invest/self-directed-trading/axos-elite-investing"
1043
- ),
1044
- children: "Axos Elite Investing"
1045
- }
1046
- ) }),
1047
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1048
- Link,
1049
- {
1050
- href: findMoreAxosDomains(
1051
- "{AXOS}/invest/self-directed-trading/commission-free-stocks-and-etfs"
1052
- ),
1053
- children: "Stocks & ETFs"
1054
- }
1055
- ) }),
1056
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1057
- Link,
1058
- {
1059
- href: findMoreAxosDomains(
1060
- "{AXOS}/invest/self-directed-trading/margin-trading"
1061
- ),
1062
- children: "Margin Tradings"
1063
- }
1064
- ) }),
1065
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1066
- Link,
1452
+ /* @__PURE__ */ jsx(
1453
+ "div",
1454
+ {
1455
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
1456
+ children: /* @__PURE__ */ jsx(
1457
+ Image,
1067
1458
  {
1068
- href: findMoreAxosDomains(
1069
- "{AXOS}/invest/self-directed-trading/options-trading"
1070
- ),
1071
- children: "Options Trading"
1459
+ src: `https://images.axos.com/o9ov1v03uwqk/5vHrV4m3DbDQt13GOahbYA/0e463ec0348dd117684629f59f24ea6e/nav-submenu-sbb.png`,
1460
+ alt: "",
1461
+ width: 232,
1462
+ height: 232
1072
1463
  }
1073
- ) })
1074
- ] })
1075
- ] }),
1076
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1077
- /* @__PURE__ */ jsx(
1078
- Image,
1079
- {
1080
- src: `https://images.axos.com/o9ov1v03uwqk/1enbU0rQRzTsm4mVsSNaso/1cd6f813063d71515a09ee338250215a/nav-submenu-retirement-icon.svg`,
1081
- alt: "",
1082
- width: 20,
1083
- height: 20
1084
- }
1085
- ),
1086
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1087
- Link,
1088
- {
1089
- href: findMoreAxosDomains(
1090
- "{AXOS}/invest/retirement"
1091
- ),
1092
- role: "heading",
1093
- children: "Retirement"
1094
- }
1095
- ) }) })
1096
- ] }),
1097
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1098
- /* @__PURE__ */ jsx(
1099
- Image,
1100
- {
1101
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1102
- alt: "",
1103
- width: 20,
1104
- height: 20
1105
- }
1106
- ),
1107
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1108
- Link,
1109
- {
1110
- href: findMoreAxosDomains(
1111
- "{AXOS}/invest/support"
1112
- ),
1113
- role: "heading",
1114
- children: "Support"
1115
- }
1116
- ) }) })
1117
- ] }),
1118
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1119
- /* @__PURE__ */ jsx(
1120
- Image,
1121
- {
1122
- src: `https://images.axos.com/o9ov1v03uwqk/PvF22fgpIH1qP5swSt3MH/daf9fd3df98bc23ed6da9a51eaa37448/nav-submenu-blog-icon.svg`,
1123
- alt: "",
1124
- width: 20,
1125
- height: 20
1126
- }
1127
- ),
1128
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1129
- Link,
1130
- {
1131
- href: findMoreAxosDomains("{AXOS}/invest/blog"),
1132
- role: "heading",
1133
- children: "Blog"
1134
- }
1135
- ) }) })
1136
- ] })
1137
- ] })
1138
- ]
1139
- }
1140
- )
1141
- ] }) })
1142
- }
1143
- ),
1144
- hoveredLink === "plan" && /* @__PURE__ */ jsx(
1145
- "div",
1146
- {
1147
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1148
- role: "menu",
1149
- onMouseLeave: handleMouseLeave,
1150
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1151
- /* @__PURE__ */ jsxs(
1152
- "div",
1153
- {
1154
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1155
- children: [
1156
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1157
- /* @__PURE__ */ jsx("p", { role: "heading", children: "All your finances. In one place." }),
1158
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Get the Axos All-In-One Mobile App and gain the insights you need to plan your next move. No Axos account required!" })
1159
- ] }),
1160
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
1161
- Image,
1162
- {
1163
- src: `https://images.axos.com/o9ov1v03uwqk/4vSUrmXEbK80FeuAfe2fqJ/c79ef545cef6a995bd9d56ba417bf7ab/nav-submenu-plan.webp`,
1164
- alt: "",
1165
- width: 232,
1166
- height: 232
1167
- }
1168
- ) }),
1169
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
1170
- Link,
1171
- {
1172
- href: `/tools/payment-apps/mobile-app`,
1173
- "aria-label": "download the mobile app",
1174
- className: "text_center bg_white ",
1175
- children: "Get the App"
1176
- }
1177
- ) })
1178
- ]
1179
- }
1180
- ),
1181
- /* @__PURE__ */ jsxs(
1182
- "div",
1183
- {
1184
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1185
- children: [
1186
- /* @__PURE__ */ jsxs(
1187
- "div",
1188
- {
1189
- className: `${styles.headline} flex_row middle between`,
1190
- children: [
1191
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Plan your next move" }),
1192
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1464
+ )
1465
+ }
1466
+ ),
1467
+ /* @__PURE__ */ jsxs(
1468
+ "div",
1469
+ {
1470
+ className: `${styles.mt_8} ${styles.dd_media_cta}`,
1471
+ children: [
1193
1472
  /* @__PURE__ */ jsx(
1194
- Image,
1473
+ Link,
1195
1474
  {
1196
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1197
- alt: "",
1198
- width: 20,
1199
- height: 20
1475
+ href: "/business/open-account-return-to-application",
1476
+ "aria-label": "open a business account",
1477
+ className: "text_center bg_white",
1478
+ children: "Open an Account"
1200
1479
  }
1201
1480
  ),
1202
1481
  /* @__PURE__ */ jsx(
1203
- "div",
1482
+ Link,
1204
1483
  {
1205
- className: `${styles.headline_cta} ${styles.ml_8}`,
1206
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
1484
+ href: `https://small-business-accounts.axosbank.com/cu/ViewSubmittedLoans.aspx?enc=Kw21Wblm1yxpjJabdoZaD2oIrfLnqyOPZYLje3IpAHPSPA0rk7uki-4iwxg4EEtcQ8w9BaoruqY2t_I-N_fTuA`,
1485
+ children: "Check Application Status"
1207
1486
  }
1208
1487
  )
1488
+ ]
1489
+ }
1490
+ )
1491
+ ]
1492
+ }
1493
+ ),
1494
+ /* @__PURE__ */ jsxs(
1495
+ "div",
1496
+ {
1497
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1498
+ children: [
1499
+ /* @__PURE__ */ jsxs(
1500
+ "div",
1501
+ {
1502
+ className: `${styles.headline} flex_row middle between`,
1503
+ children: [
1504
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Move your business forward" }),
1505
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1506
+ /* @__PURE__ */ jsx(
1507
+ Image,
1508
+ {
1509
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1510
+ alt: "",
1511
+ width: 20,
1512
+ height: 20
1513
+ }
1514
+ ),
1515
+ /* @__PURE__ */ jsx(
1516
+ "div",
1517
+ {
1518
+ className: `${styles.headline_cta} ${styles.ml_8}`,
1519
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/business-support", children: "Help & Support" })
1520
+ }
1521
+ )
1522
+ ] })
1523
+ ]
1524
+ }
1525
+ ),
1526
+ /* @__PURE__ */ jsx("hr", {}),
1527
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1528
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1529
+ /* @__PURE__ */ jsx(
1530
+ Image,
1531
+ {
1532
+ src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
1533
+ alt: "",
1534
+ width: 20,
1535
+ height: 20
1536
+ }
1537
+ ),
1538
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1539
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1540
+ Link,
1541
+ {
1542
+ href: "/business/small-business-banking/business-checking-compare",
1543
+ role: "heading",
1544
+ children: "Checking"
1545
+ }
1546
+ ) }),
1547
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1548
+ Link,
1549
+ {
1550
+ href: "/business/small-business-banking/business-checking-compare/basic-business-checking",
1551
+ children: "Basic Business Checking"
1552
+ }
1553
+ ) }),
1554
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1555
+ Link,
1556
+ {
1557
+ href: "/business/small-business-banking/business-checking-compare/business-interest-checking",
1558
+ children: "Business Interest Checking"
1559
+ }
1560
+ ) })
1561
+ ] })
1562
+ ] }),
1563
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1564
+ /* @__PURE__ */ jsx(
1565
+ Image,
1566
+ {
1567
+ src: `https://images.axos.com/o9ov1v03uwqk/5ODchMOjrkKa90SBWKwcDw/e5508c26d341bfb58318e052d89f4771/nav-submenu-savings-icon.svg`,
1568
+ alt: "",
1569
+ width: 20,
1570
+ height: 20
1571
+ }
1572
+ ),
1573
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1574
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1575
+ Link,
1576
+ {
1577
+ href: "/business/small-business-banking/savings",
1578
+ role: "heading",
1579
+ children: "Savings"
1580
+ }
1581
+ ) }),
1582
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1583
+ Link,
1584
+ {
1585
+ href: "/business/small-business-banking/savings/business-money-market-accounts/business-money-market",
1586
+ children: "Business Money Market"
1587
+ }
1588
+ ) }),
1589
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1590
+ Link,
1591
+ {
1592
+ href: "/business/small-business-banking/savings/business-savings-accounts/business-premium-saving",
1593
+ children: "Business Premium Savings"
1594
+ }
1595
+ ) }),
1596
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1597
+ Link,
1598
+ {
1599
+ href: "/business/small-business-banking/savings/business-savings-accounts/business-savings",
1600
+ children: "Business Savings"
1601
+ }
1602
+ ) }),
1603
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1604
+ Link,
1605
+ {
1606
+ href: "/business/small-business-banking/savings/business-money-market-accounts/non-profit-money-market",
1607
+ children: "Non-Profit Money Market"
1608
+ }
1609
+ ) }),
1610
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1611
+ Link,
1612
+ {
1613
+ href: "/business/small-business-banking/savings/business-cds",
1614
+ children: "Business CDs"
1615
+ }
1616
+ ) })
1617
+ ] })
1618
+ ] }),
1619
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1620
+ /* @__PURE__ */ jsx(
1621
+ Image,
1622
+ {
1623
+ src: `https://images.axos.com/o9ov1v03uwqk/3Nfbmfh8GeqQ05IBe9Jrmu/45369b473bdd3b280748ceee566542dc/nav-submenu-services-icon.svg`,
1624
+ alt: "",
1625
+ width: 20,
1626
+ height: 20
1627
+ }
1628
+ ),
1629
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1630
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1631
+ Link,
1632
+ {
1633
+ href: "/business/small-business-banking/services",
1634
+ role: "heading",
1635
+ children: "Services"
1636
+ }
1637
+ ) }),
1638
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1639
+ Link,
1640
+ {
1641
+ href: "/business/small-business-banking/services/merchant-services",
1642
+ children: "Merchant Services"
1643
+ }
1644
+ ) }),
1645
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1646
+ Link,
1647
+ {
1648
+ href: "/business/small-business-banking/services/payroll-services",
1649
+ children: "Payroll Services"
1650
+ }
1651
+ ) }),
1652
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1653
+ Link,
1654
+ {
1655
+ href: "/business/small-business-banking/services/sba-loans",
1656
+ children: "SBA Loans"
1657
+ }
1658
+ ) }),
1659
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1660
+ Link,
1661
+ {
1662
+ href: "/business/small-business-banking/services/treasury-management",
1663
+ children: "Treasury Management"
1664
+ }
1665
+ ) }),
1666
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1667
+ Link,
1668
+ {
1669
+ href: "/business/small-business-banking/services/insured-cash-sweep",
1670
+ children: "Insured Cash Sweep"
1671
+ }
1672
+ ) })
1673
+ ] })
1674
+ ] }),
1675
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1676
+ /* @__PURE__ */ jsx(
1677
+ Image,
1678
+ {
1679
+ src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
1680
+ alt: "",
1681
+ width: 20,
1682
+ height: 20
1683
+ }
1684
+ ),
1685
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1686
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1687
+ Link,
1688
+ {
1689
+ href: "/customer-support/business-support",
1690
+ role: "heading",
1691
+ children: "Other Resources"
1692
+ }
1693
+ ) }),
1694
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1695
+ Link,
1696
+ {
1697
+ href: "/customer-support/business-support/faq",
1698
+ children: "FAQ"
1699
+ }
1700
+ ) }),
1701
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/business-rates", children: "Rates" }) }),
1702
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/atm-locator", children: "ATM Locator" }) }),
1703
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1704
+ Link,
1705
+ {
1706
+ href: "/tools/calculators/saving-to-start-a-business-calculator",
1707
+ children: "Calculators"
1708
+ }
1709
+ ) })
1209
1710
  ] })
1210
- ]
1211
- }
1212
- ),
1213
- /* @__PURE__ */ jsx("hr", {}),
1214
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1215
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1216
- /* @__PURE__ */ jsx(
1217
- Image,
1218
- {
1219
- src: `https://images.axos.com/o9ov1v03uwqk/3bY5vS0jWKu5FYx3wYjhc5/1be7a91da244ae54796ea8191c07150b/nav-submenu-app-icon.webp`,
1220
- alt: "",
1221
- width: 20,
1222
- height: 20
1223
- }
1224
- ),
1225
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1226
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1227
- Link,
1228
- {
1229
- href: "/tools/payment-apps/mobile-app",
1230
- role: "heading",
1231
- children: "Axos Mobile App"
1232
- }
1233
- ) }),
1234
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/payment-apps/mobile-app", children: "Download the App" }) }),
1235
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/payment-apps/mobile-app", children: "Mobile App Features" }) })
1236
- ] })
1237
- ] }),
1238
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1239
- /* @__PURE__ */ jsx(
1240
- Image,
1241
- {
1242
- src: `https://images.axos.com/o9ov1v03uwqk/4Dbx1OIp2ARiyWFC0dOqzg/38540096c180880dbb70176d3b2b1b2b/nav-submenu-tools-icon.webp`,
1243
- alt: "",
1244
- width: 20,
1245
- height: 20
1246
- }
1247
- ),
1248
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1249
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools", role: "heading", children: "Financial Tools" }) }),
1250
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/calculators", children: "Calculators" }) }),
1251
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/credit-score-monitoring", children: "Credit Score Monitoring" }) }),
1252
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/personal-finance-manager", children: "Personal Finance Manager" }) }),
1253
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools", children: "Additional Tools" }) })
1254
- ] })
1255
- ] }),
1256
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1257
- /* @__PURE__ */ jsx(
1258
- Image,
1259
- {
1260
- src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
1261
- alt: "",
1262
- width: 20,
1263
- height: 20
1264
- }
1265
- ),
1266
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1267
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/blog", role: "heading", children: "Education & Insights" }) }),
1268
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/blog", children: "Personal Finance" }) }),
1269
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1270
- Link,
1271
- {
1272
- href: findMoreAxosDomains("{AXOS}/invest/blog"),
1273
- children: "Investing Insight"
1274
- }
1275
- ) }),
1276
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/blog/categories/podcast", children: "Investing Podcase" }) })
1277
1711
  ] })
1278
1712
  ] })
1279
- ] })
1280
- ]
1281
- }
1282
- )
1283
- ] }) })
1284
- }
1285
- ),
1286
- hoveredLink === "sbb" && /* @__PURE__ */ jsx(
1287
- "div",
1288
- {
1289
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1290
- role: "menu",
1291
- onMouseLeave: handleMouseLeave,
1292
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1293
- /* @__PURE__ */ jsxs(
1294
- "div",
1295
- {
1296
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1297
- children: [
1298
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1299
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Open a Business Banking Account" }),
1300
- /* @__PURE__ */ jsxs("p", { className: styles.mt_8, children: [
1301
- "Designed to move your business forward. Speak to a Relationship Manager at",
1302
- " ",
1303
- /* @__PURE__ */ jsx("a", { href: "tel:844-678-2726", style: { color: "#fff" }, children: "844-678-2726" })
1304
- ] })
1305
- ] }),
1306
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
1307
- Image,
1308
- {
1309
- src: `https://images.axos.com/o9ov1v03uwqk/5vHrV4m3DbDQt13GOahbYA/0e463ec0348dd117684629f59f24ea6e/nav-submenu-sbb.png`,
1310
- alt: "",
1311
- width: 232,
1312
- height: 232
1313
- }
1314
- ) }),
1315
- /* @__PURE__ */ jsxs("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: [
1713
+ ]
1714
+ }
1715
+ )
1716
+ ] }) })
1717
+ }
1718
+ ),
1719
+ hoveredLink === "combank" && /* @__PURE__ */ jsx(
1720
+ "div",
1721
+ {
1722
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1723
+ role: "menu",
1724
+ onMouseLeave: handleMouseLeave,
1725
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1726
+ /* @__PURE__ */ jsxs(
1727
+ "div",
1728
+ {
1729
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1730
+ children: [
1731
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1732
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Banking" }),
1733
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We customize treasury management solutions to meet the needs of your organization." })
1734
+ ] }),
1316
1735
  /* @__PURE__ */ jsx(
1317
- Link,
1736
+ "div",
1318
1737
  {
1319
- href: "/business/open-account-return-to-application",
1320
- "aria-label": "open a business account",
1321
- className: "text_center bg_white",
1322
- children: "Open an Account"
1738
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
1739
+ children: /* @__PURE__ */ jsx(
1740
+ Image,
1741
+ {
1742
+ src: `https://images.axos.com/o9ov1v03uwqk/7rELrrwmhLt5Bz9KqxLgMM/27a7555956dc516e732a14f78428dbd4/nav-submen-combank.png`,
1743
+ alt: "",
1744
+ width: 232,
1745
+ height: 232
1746
+ }
1747
+ )
1323
1748
  }
1324
- ),
1325
- /* @__PURE__ */ jsx(
1326
- Link,
1749
+ )
1750
+ ]
1751
+ }
1752
+ ),
1753
+ /* @__PURE__ */ jsxs(
1754
+ "div",
1755
+ {
1756
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1757
+ children: [
1758
+ /* @__PURE__ */ jsxs(
1759
+ "div",
1327
1760
  {
1328
- href: `https://small-business-accounts.axosbank.com/cu/ViewSubmittedLoans.aspx?enc=Kw21Wblm1yxpjJabdoZaD2oIrfLnqyOPZYLje3IpAHPSPA0rk7uki-4iwxg4EEtcQ8w9BaoruqY2t_I-N_fTuA`,
1329
- children: "Check Application Status"
1761
+ className: `${styles.headline} flex_row middle between`,
1762
+ children: [
1763
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Solutions from industry experts" }),
1764
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1765
+ /* @__PURE__ */ jsx(
1766
+ Image,
1767
+ {
1768
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1769
+ alt: "",
1770
+ width: 20,
1771
+ height: 20
1772
+ }
1773
+ ),
1774
+ /* @__PURE__ */ jsx(
1775
+ "div",
1776
+ {
1777
+ className: `${styles.headline_cta} ${styles.ml_8}`,
1778
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/business-support", children: "Help & Support" })
1779
+ }
1780
+ )
1781
+ ] })
1782
+ ]
1330
1783
  }
1331
- )
1332
- ] })
1333
- ]
1334
- }
1335
- ),
1336
- /* @__PURE__ */ jsxs(
1337
- "div",
1338
- {
1339
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1340
- children: [
1341
- /* @__PURE__ */ jsxs(
1342
- "div",
1343
- {
1344
- className: `${styles.headline} flex_row middle between`,
1345
- children: [
1346
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Move your business forward" }),
1347
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1348
- /* @__PURE__ */ jsx(
1349
- Image,
1784
+ ),
1785
+ /* @__PURE__ */ jsx("hr", {}),
1786
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1787
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1788
+ /* @__PURE__ */ jsx(
1789
+ Image,
1790
+ {
1791
+ src: `https://images.axos.com/o9ov1v03uwqk/5mzLCkz1I0k3mPowiNFOg0/ba3624a134d3b33bae0658e7b6efa3f6/nav-submenu-industry-icon.svg`,
1792
+ alt: "",
1793
+ width: 20,
1794
+ height: 20
1795
+ }
1796
+ ),
1797
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1798
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1799
+ Link,
1350
1800
  {
1351
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1352
- alt: "",
1353
- width: 20,
1354
- height: 20
1801
+ href: "/business/commercial-banking",
1802
+ role: "heading",
1803
+ children: "Solutions By Industry"
1355
1804
  }
1356
- ),
1357
- /* @__PURE__ */ jsx(
1358
- "div",
1805
+ ) }),
1806
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1807
+ Link,
1359
1808
  {
1360
- className: `${styles.headline_cta} ${styles.ml_8}`,
1361
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/business-support", children: "Help & Support" })
1809
+ href: "/business/commercial-banking/third-party-payment-processors",
1810
+ children: "Third Party Payment Processors"
1362
1811
  }
1363
- )
1812
+ ) }),
1813
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1814
+ Link,
1815
+ {
1816
+ href: "/business/commercial-banking/hoa-banking-and-lending",
1817
+ children: "HOA Banking & Lending"
1818
+ }
1819
+ ) }),
1820
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1821
+ Link,
1822
+ {
1823
+ href: "/business/commercial-banking/hoas-property-management",
1824
+ children: "HOAs & Property Management"
1825
+ }
1826
+ ) }),
1827
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1828
+ Link,
1829
+ {
1830
+ href: "/business/commercial-banking/1031-exchange-qualified-intermediaries",
1831
+ children: "1031 Exchange Qualified Intermediaries"
1832
+ }
1833
+ ) }),
1834
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1835
+ Link,
1836
+ {
1837
+ href: "/business/commercial-banking/title-and-escrow",
1838
+ children: "Title & Escrow"
1839
+ }
1840
+ ) }),
1841
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1842
+ Link,
1843
+ {
1844
+ href: "/business/commercial-banking/global-fiduciary-banking",
1845
+ children: "Global Fiduciary Banking"
1846
+ }
1847
+ ) }),
1848
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1849
+ Link,
1850
+ {
1851
+ href: `https://www.axosfiduciaryservices.com/`,
1852
+ children: "Fiduciary Services"
1853
+ }
1854
+ ) }),
1855
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1856
+ Link,
1857
+ {
1858
+ href: "/business/commercial-banking/business-management-banking",
1859
+ children: "Business Management Banking"
1860
+ }
1861
+ ) }),
1862
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1863
+ Link,
1864
+ {
1865
+ href: "/business/commercial-banking/hedge-funds-and-alternative-fund-banking-solutions",
1866
+ children: "Hedge Funds & Alternative Fund Banking Solutions"
1867
+ }
1868
+ ) }),
1869
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: findMoreAxosDomains("{AFS}"), children: "Axos Fiduciary Services" }) }),
1870
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "https://www.zis.com/", children: "Zenith" }) })
1364
1871
  ] })
1365
- ]
1366
- }
1367
- ),
1368
- /* @__PURE__ */ jsx("hr", {}),
1369
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1370
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1371
- /* @__PURE__ */ jsx(
1372
- Image,
1373
- {
1374
- src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
1375
- alt: "",
1376
- width: 20,
1377
- height: 20
1378
- }
1379
- ),
1380
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1381
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1382
- Link,
1383
- {
1384
- href: "/business/small-business-banking/business-checking-compare",
1385
- role: "heading",
1386
- children: "Checking"
1387
- }
1388
- ) }),
1389
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1390
- Link,
1391
- {
1392
- href: "/business/small-business-banking/business-checking-compare/basic-business-checking",
1393
- children: "Basic Business Checking"
1394
- }
1395
- ) }),
1396
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1397
- Link,
1398
- {
1399
- href: "/business/small-business-banking/business-checking-compare/business-interest-checking",
1400
- children: "Business Interest Checking"
1401
- }
1402
- ) })
1403
- ] })
1404
- ] }),
1405
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1406
- /* @__PURE__ */ jsx(
1407
- Image,
1408
- {
1409
- src: `https://images.axos.com/o9ov1v03uwqk/5ODchMOjrkKa90SBWKwcDw/e5508c26d341bfb58318e052d89f4771/nav-submenu-savings-icon.svg`,
1410
- alt: "",
1411
- width: 20,
1412
- height: 20
1413
- }
1414
- ),
1415
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1416
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1417
- Link,
1418
- {
1419
- href: "/business/small-business-banking/savings",
1420
- role: "heading",
1421
- children: "Savings"
1422
- }
1423
- ) }),
1424
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1425
- Link,
1426
- {
1427
- href: "/business/small-business-banking/savings/business-money-market-accounts/business-money-market",
1428
- children: "Business Money Market"
1429
- }
1430
- ) }),
1431
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1432
- Link,
1433
- {
1434
- href: "/business/small-business-banking/savings/business-savings-accounts/business-premium-saving",
1435
- children: "Business Premium Savings"
1436
- }
1437
- ) }),
1438
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1439
- Link,
1440
- {
1441
- href: "/business/small-business-banking/savings/business-savings-accounts/business-savings",
1442
- children: "Business Savings"
1443
- }
1444
- ) }),
1445
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1446
- Link,
1447
- {
1448
- href: "/business/small-business-banking/savings/business-money-market-accounts/non-profit-money-market",
1449
- children: "Non-Profit Money Market"
1450
- }
1451
- ) }),
1452
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1453
- Link,
1454
- {
1455
- href: "/business/small-business-banking/savings/business-cds",
1456
- children: "Business CDs"
1457
- }
1458
- ) })
1459
- ] })
1460
- ] }),
1461
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1462
- /* @__PURE__ */ jsx(
1463
- Image,
1464
- {
1465
- src: `https://images.axos.com/o9ov1v03uwqk/3Nfbmfh8GeqQ05IBe9Jrmu/45369b473bdd3b280748ceee566542dc/nav-submenu-services-icon.svg`,
1466
- alt: "",
1467
- width: 20,
1468
- height: 20
1469
- }
1470
- ),
1471
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1472
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1473
- Link,
1474
- {
1475
- href: "/business/small-business-banking/services",
1476
- role: "heading",
1477
- children: "Services"
1478
- }
1479
- ) }),
1480
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1481
- Link,
1482
- {
1483
- href: "/business/small-business-banking/services/merchant-services",
1484
- children: "Merchant Services"
1485
- }
1486
- ) }),
1487
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1488
- Link,
1489
- {
1490
- href: "/business/small-business-banking/services/payroll-services",
1491
- children: "Payroll Services"
1492
- }
1493
- ) }),
1494
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1495
- Link,
1496
- {
1497
- href: "/business/small-business-banking/services/sba-loans",
1498
- children: "SBA Loans"
1499
- }
1500
- ) }),
1501
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1502
- Link,
1503
- {
1504
- href: "/business/small-business-banking/services/treasury-management",
1505
- children: "Treasury Management"
1506
- }
1507
- ) }),
1508
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1509
- Link,
1510
- {
1511
- href: "/business/small-business-banking/services/insured-cash-sweep",
1512
- children: "Insured Cash Sweep"
1513
- }
1514
- ) })
1515
- ] })
1516
- ] }),
1517
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1518
- /* @__PURE__ */ jsx(
1519
- Image,
1520
- {
1521
- src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
1522
- alt: "",
1523
- width: 20,
1524
- height: 20
1525
- }
1526
- ),
1527
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1528
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1529
- Link,
1530
- {
1531
- href: "/customer-support/business-support",
1532
- role: "heading",
1533
- children: "Other Resources"
1534
- }
1535
- ) }),
1536
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1537
- Link,
1538
- {
1539
- href: "/customer-support/business-support/faq",
1540
- children: "FAQ"
1541
- }
1542
- ) }),
1543
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/business-rates", children: "Rates" }) }),
1544
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/atm-locator", children: "ATM Locator" }) }),
1545
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1546
- Link,
1547
- {
1548
- href: "/tools/calculators/saving-to-start-a-business-calculator",
1549
- children: "Calculators"
1550
- }
1551
- ) })
1552
- ] })
1553
- ] })
1554
- ] })
1555
- ]
1556
- }
1557
- )
1558
- ] }) })
1559
- }
1560
- ),
1561
- hoveredLink === "combank" && /* @__PURE__ */ jsx(
1562
- "div",
1563
- {
1564
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1565
- role: "menu",
1566
- onMouseLeave: handleMouseLeave,
1567
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1568
- /* @__PURE__ */ jsxs(
1569
- "div",
1570
- {
1571
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1572
- children: [
1573
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1574
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Banking" }),
1575
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We customize treasury management solutions to meet the needs of your organization." })
1576
- ] }),
1577
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
1578
- Image,
1579
- {
1580
- src: `https://images.axos.com/o9ov1v03uwqk/7rELrrwmhLt5Bz9KqxLgMM/27a7555956dc516e732a14f78428dbd4/nav-submen-combank.png`,
1581
- alt: "",
1582
- width: 232,
1583
- height: 232
1584
- }
1585
- ) })
1586
- ]
1587
- }
1588
- ),
1589
- /* @__PURE__ */ jsxs(
1590
- "div",
1591
- {
1592
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1593
- children: [
1594
- /* @__PURE__ */ jsxs(
1595
- "div",
1596
- {
1597
- className: `${styles.headline} flex_row middle between`,
1598
- children: [
1599
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Solutions from industry experts" }),
1600
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1601
- /* @__PURE__ */ jsx(
1602
- Image,
1872
+ ] }),
1873
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1874
+ /* @__PURE__ */ jsx(
1875
+ Image,
1876
+ {
1877
+ src: `https://images.axos.com/o9ov1v03uwqk/3Nfbmfh8GeqQ05IBe9Jrmu/45369b473bdd3b280748ceee566542dc/nav-submenu-services-icon.svg`,
1878
+ alt: "",
1879
+ width: 20,
1880
+ height: 20
1881
+ }
1882
+ ),
1883
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1884
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1885
+ Link,
1603
1886
  {
1604
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1605
- alt: "",
1606
- width: 20,
1607
- height: 20
1887
+ href: "/business/commercial-banking",
1888
+ role: "heading",
1889
+ children: "Services"
1608
1890
  }
1609
- ),
1610
- /* @__PURE__ */ jsx(
1611
- "div",
1891
+ ) }),
1892
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1893
+ Link,
1612
1894
  {
1613
- className: `${styles.headline_cta} ${styles.ml_8}`,
1614
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/business-support", children: "Help & Support" })
1895
+ href: "/business/commercial-banking/analyzed-checking",
1896
+ children: "Analyzed Business Checking"
1615
1897
  }
1616
- )
1898
+ ) }),
1899
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1900
+ Link,
1901
+ {
1902
+ href: "/business/business-merchant-services",
1903
+ children: "Merchant Services"
1904
+ }
1905
+ ) }),
1906
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1907
+ Link,
1908
+ {
1909
+ href: "/business/commercial-banking/treasury-management",
1910
+ children: "Treasury Management"
1911
+ }
1912
+ ) }),
1913
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
1914
+ Link,
1915
+ {
1916
+ href: "/business/commercial-banking/intrafi-network-deposits",
1917
+ children: [
1918
+ "IntraFi",
1919
+ /* @__PURE__ */ jsx("sup", { children: "®" }),
1920
+ " Network Deposits",
1921
+ /* @__PURE__ */ jsx("sup", { children: "℠" })
1922
+ ]
1923
+ }
1924
+ ) })
1617
1925
  ] })
1618
- ]
1619
- }
1620
- ),
1621
- /* @__PURE__ */ jsx("hr", {}),
1622
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1623
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1624
- /* @__PURE__ */ jsx(
1625
- Image,
1626
- {
1627
- src: `https://images.axos.com/o9ov1v03uwqk/5mzLCkz1I0k3mPowiNFOg0/ba3624a134d3b33bae0658e7b6efa3f6/nav-submenu-industry-icon.svg`,
1628
- alt: "",
1629
- width: 20,
1630
- height: 20
1631
- }
1632
- ),
1633
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1634
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1635
- Link,
1636
- {
1637
- href: "/business/commercial-banking",
1638
- role: "heading",
1639
- children: "Solutions By Industry"
1640
- }
1641
- ) }),
1642
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1643
- Link,
1644
- {
1645
- href: "/business/commercial-banking/third-party-payment-processors",
1646
- children: "Third Party Payment Processors"
1647
- }
1648
- ) }),
1649
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1650
- Link,
1651
- {
1652
- href: "/business/commercial-banking/hoa-banking-and-lending",
1653
- children: "HOA Banking & Lending"
1654
- }
1655
- ) }),
1656
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1657
- Link,
1658
- {
1659
- href: "/business/commercial-banking/hoas-property-management",
1660
- children: "HOAs & Property Management"
1661
- }
1662
- ) }),
1663
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1664
- Link,
1665
- {
1666
- href: "/business/commercial-banking/1031-exchange-qualified-intermediaries",
1667
- children: "1031 Exchange Qualified Intermediaries"
1668
- }
1669
- ) }),
1670
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1671
- Link,
1672
- {
1673
- href: "/business/commercial-banking/title-and-escrow",
1674
- children: "Title & Escrow"
1675
- }
1676
- ) }),
1677
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1678
- Link,
1679
- {
1680
- href: "/business/commercial-banking/global-fiduciary-banking",
1681
- children: "Global Fiduciary Banking"
1682
- }
1683
- ) }),
1684
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1685
- Link,
1686
- {
1687
- href: `https://www.axosfiduciaryservices.com/`,
1688
- children: "Fiduciary Services"
1689
- }
1690
- ) }),
1691
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1692
- Link,
1693
- {
1694
- href: "/business/commercial-banking/business-management-banking",
1695
- children: "Business Management Banking"
1696
- }
1697
- ) }),
1698
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1699
- Link,
1700
- {
1701
- href: "/business/commercial-banking/hedge-funds-and-alternative-fund-banking-solutions",
1702
- children: "Hedge Funds & Alternative Fund Banking Solutions"
1703
- }
1704
- ) })
1705
- ] })
1706
- ] }),
1707
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1708
- /* @__PURE__ */ jsx(
1709
- Image,
1710
- {
1711
- src: `https://images.axos.com/o9ov1v03uwqk/3Nfbmfh8GeqQ05IBe9Jrmu/45369b473bdd3b280748ceee566542dc/nav-submenu-services-icon.svg`,
1712
- alt: "",
1713
- width: 20,
1714
- height: 20
1715
- }
1716
- ),
1717
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1718
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1719
- Link,
1720
- {
1721
- href: "/business/commercial-banking",
1722
- role: "heading",
1723
- children: "Services"
1724
- }
1725
- ) }),
1726
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1727
- Link,
1926
+ ] }),
1927
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1928
+ /* @__PURE__ */ jsx(
1929
+ Image,
1930
+ {
1931
+ src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
1932
+ alt: "",
1933
+ width: 20,
1934
+ height: 20
1935
+ }
1936
+ ),
1937
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1938
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1939
+ Link,
1940
+ {
1941
+ href: "/customer-support/business-support",
1942
+ role: "heading",
1943
+ children: "Other Resources"
1944
+ }
1945
+ ) }),
1946
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1947
+ Link,
1948
+ {
1949
+ href: "/business/commercial-banking/calculators",
1950
+ children: "Calculators"
1951
+ }
1952
+ ) })
1953
+ ] })
1954
+ ] })
1955
+ ] })
1956
+ ]
1957
+ }
1958
+ )
1959
+ ] }) })
1960
+ }
1961
+ ),
1962
+ hoveredLink === "comlending" && /* @__PURE__ */ jsx(
1963
+ "div",
1964
+ {
1965
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1966
+ role: "menu",
1967
+ onMouseLeave: handleMouseLeave,
1968
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1969
+ /* @__PURE__ */ jsxs(
1970
+ "div",
1971
+ {
1972
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1973
+ children: [
1974
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1975
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Lending" }),
1976
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We are a lending partner with the flexibility to deliver results." })
1977
+ ] }),
1978
+ /* @__PURE__ */ jsx(
1979
+ "div",
1980
+ {
1981
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
1982
+ children: /* @__PURE__ */ jsx(
1983
+ Image,
1728
1984
  {
1729
- href: "/business/commercial-banking/analyzed-checking",
1730
- children: "Analyzed Business Checking"
1985
+ src: `https://images.axos.com/o9ov1v03uwqk/6PMA1kEss89S6m1BawAltW/0ffe57eaaa65e77e90e9f00396ee8ea6/nav-submenu-comlending.png`,
1986
+ alt: "",
1987
+ width: 232,
1988
+ height: 230
1731
1989
  }
1732
- ) }),
1733
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/business-merchant-services", children: "Merchant Services" }) }),
1734
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1735
- Link,
1990
+ )
1991
+ }
1992
+ )
1993
+ ]
1994
+ }
1995
+ ),
1996
+ /* @__PURE__ */ jsxs(
1997
+ "div",
1998
+ {
1999
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2000
+ children: [
2001
+ /* @__PURE__ */ jsxs(
2002
+ "div",
2003
+ {
2004
+ className: `${styles.headline} flex_row middle between`,
2005
+ children: [
2006
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Personalized lending solutions" }),
2007
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2008
+ /* @__PURE__ */ jsx(
2009
+ Image,
2010
+ {
2011
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2012
+ alt: "",
2013
+ width: 20,
2014
+ height: 20
2015
+ }
2016
+ ),
2017
+ /* @__PURE__ */ jsx(
2018
+ "div",
2019
+ {
2020
+ className: `${styles.headline_cta} ${styles.ml_8}`,
2021
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/business-support", children: "Help & Support" })
2022
+ }
2023
+ )
2024
+ ] })
2025
+ ]
2026
+ }
2027
+ ),
2028
+ /* @__PURE__ */ jsx("hr", {}),
2029
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
2030
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2031
+ /* @__PURE__ */ jsx(
2032
+ Image,
2033
+ {
2034
+ src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
2035
+ alt: "",
2036
+ width: 20,
2037
+ height: 20
2038
+ }
2039
+ ),
2040
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2041
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2042
+ Link,
2043
+ {
2044
+ href: "/business/commercial-lending",
2045
+ role: "heading",
2046
+ children: "Credit and Financial"
2047
+ }
2048
+ ) }),
2049
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2050
+ Link,
2051
+ {
2052
+ href: "/business/commercial-lending/commercial-lines-of-credit",
2053
+ children: "Commercial Lines of Credit"
2054
+ }
2055
+ ) }),
2056
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2057
+ Link,
2058
+ {
2059
+ href: "/business/commercial-lending/commercial-term-loans",
2060
+ children: "Comnmercial Term Loans"
2061
+ }
2062
+ ) }),
2063
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2064
+ Link,
2065
+ {
2066
+ href: "/business/commercial-lending/equipment-finance",
2067
+ children: "Equipment Finance"
2068
+ }
2069
+ ) })
2070
+ ] })
2071
+ ] }),
2072
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2073
+ /* @__PURE__ */ jsx(
2074
+ Image,
2075
+ {
2076
+ src: `https://images.axos.com/o9ov1v03uwqk/cHRJYycmvcbYj6ppcTQvg/ea375c834b0ced5ba646d1e88bb7828e/nav-submenu-lending-icon.svg`,
2077
+ alt: "",
2078
+ width: 20,
2079
+ height: 20
2080
+ }
2081
+ ),
2082
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2083
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2084
+ Link,
2085
+ {
2086
+ href: "/business/commercial-lending",
2087
+ role: "heading",
2088
+ children: "Commercial Lending"
2089
+ }
2090
+ ) }),
2091
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2092
+ Link,
2093
+ {
2094
+ href: "/business/commercial-lending/Commercial-Term-Loans",
2095
+ children: "Commercial Real Estate Bridge & Construction Lending"
2096
+ }
2097
+ ) }),
2098
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2099
+ Link,
2100
+ {
2101
+ href: "/business/commercial-lending/hoa-lending",
2102
+ children: "HOA Lending"
2103
+ }
2104
+ ) }),
2105
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2106
+ Link,
2107
+ {
2108
+ href: "/business/commercial-lending/lender-finance",
2109
+ children: "Lender Finance"
2110
+ }
2111
+ ) }),
2112
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2113
+ Link,
2114
+ {
2115
+ href: "/business/commercial-lending/warehouse-lending",
2116
+ children: "Residential Warehouse Lending"
2117
+ }
2118
+ ) }),
2119
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2120
+ Link,
2121
+ {
2122
+ href: "/business/commercial-lending/small-balance-commercial-real-estate",
2123
+ children: "Small Balance Commercial Real Estate"
2124
+ }
2125
+ ) }),
2126
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2127
+ Link,
2128
+ {
2129
+ href: "/business/commercial-lending/leveraged-finance",
2130
+ children: "Leveraged Finance"
2131
+ }
2132
+ ) }),
2133
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2134
+ Link,
2135
+ {
2136
+ href: `https://lavictoirefinance.com/dealers`,
2137
+ children: "New! Marine Dealer Floorplan Finance"
2138
+ }
2139
+ ) })
2140
+ ] })
2141
+ ] }),
2142
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2143
+ /* @__PURE__ */ jsx(
2144
+ Image,
2145
+ {
2146
+ src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
2147
+ alt: "",
2148
+ width: 20,
2149
+ height: 20
2150
+ }
2151
+ ),
2152
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2153
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2154
+ Link,
2155
+ {
2156
+ href: "/customer-support/business-support",
2157
+ role: "heading",
2158
+ children: "Other Resources"
2159
+ }
2160
+ ) }),
2161
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial-portal", children: "Commercial Portal" }) }),
2162
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2163
+ Link,
2164
+ {
2165
+ href: "/business/commercial-banking/calculators",
2166
+ children: "Calculators"
2167
+ }
2168
+ ) })
2169
+ ] })
2170
+ ] })
2171
+ ] })
2172
+ ]
2173
+ }
2174
+ )
2175
+ ] }) })
2176
+ }
2177
+ ),
2178
+ hoveredLink === "wholelending" && /* @__PURE__ */ jsx(
2179
+ "div",
2180
+ {
2181
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
2182
+ role: "menu",
2183
+ onMouseLeave: handleMouseLeave,
2184
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2185
+ /* @__PURE__ */ jsxs(
2186
+ "div",
2187
+ {
2188
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2189
+ children: [
2190
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2191
+ /* @__PURE__ */ jsx("p", { role: "heading", children: 'Say "YES" to Your Clients' }),
2192
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Fund more loans with our unique underwriting experience. Our mix and match program fits more needs." })
2193
+ ] }),
2194
+ /* @__PURE__ */ jsx(
2195
+ "div",
2196
+ {
2197
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
2198
+ children: /* @__PURE__ */ jsx(
2199
+ Image,
1736
2200
  {
1737
- href: "/business/commercial-banking/treasury-management",
1738
- children: "Treasury Management"
2201
+ src: `https://images.axos.com/o9ov1v03uwqk/6YLFvmdNVGWcf3bFlimNSs/ca2dd270ad3a1351b6bdf7369944ee74/nav-submenu-wholelending.png`,
2202
+ alt: "",
2203
+ width: 232,
2204
+ height: 232
1739
2205
  }
1740
- ) }),
1741
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
2206
+ )
2207
+ }
2208
+ ),
2209
+ /* @__PURE__ */ jsx(
2210
+ "div",
2211
+ {
2212
+ className: `${styles.mt_8} ${styles.dd_media_cta}`,
2213
+ children: /* @__PURE__ */ jsx(
1742
2214
  Link,
1743
2215
  {
1744
- href: "/business/commercial-banking/intrafi-network-deposits",
1745
- children: [
1746
- "IntraFi",
1747
- /* @__PURE__ */ jsx("sup", { children: "®" }),
1748
- " Network Deposits",
1749
- /* @__PURE__ */ jsx("sup", { children: "℠" })
1750
- ]
2216
+ href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
2217
+ "aria-label": "Get started with the Axos Quick Pricer",
2218
+ className: "text_center bg_white",
2219
+ children: "Price a Loan"
1751
2220
  }
1752
- ) })
1753
- ] })
1754
- ] }),
1755
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2221
+ )
2222
+ }
2223
+ )
2224
+ ]
2225
+ }
2226
+ ),
2227
+ /* @__PURE__ */ jsxs(
2228
+ "div",
2229
+ {
2230
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2231
+ children: [
2232
+ /* @__PURE__ */ jsxs(
2233
+ "div",
2234
+ {
2235
+ className: `${styles.headline} flex_row middle between`,
2236
+ children: [
2237
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Expand your options" }),
2238
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2239
+ /* @__PURE__ */ jsx(
2240
+ Image,
2241
+ {
2242
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2243
+ alt: "",
2244
+ width: 20,
2245
+ height: 20
2246
+ }
2247
+ ),
2248
+ /* @__PURE__ */ jsx(
2249
+ "div",
2250
+ {
2251
+ className: `${styles.headline_cta} ${styles.ml_8}`,
2252
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/partner-support", children: "Help & Support" })
2253
+ }
2254
+ )
2255
+ ] })
2256
+ ]
2257
+ }
2258
+ ),
2259
+ /* @__PURE__ */ jsx("hr", {}),
2260
+ /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1756
2261
  /* @__PURE__ */ jsx(
1757
2262
  Image,
1758
2263
  {
1759
- src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
2264
+ src: `https://images.axos.com/o9ov1v03uwqk/2hdeAHrWhgXNPJRcSVIDSb/8f1684584f4bdbf5ca73fea6e913d11a/nav-submenu-wcpl-icon.svg`,
1760
2265
  alt: "",
1761
2266
  width: 20,
1762
2267
  height: 20
@@ -1766,136 +2271,119 @@ function SubNavBar() {
1766
2271
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1767
2272
  Link,
1768
2273
  {
1769
- href: "/customer-support/business-support",
2274
+ href: "/partners/wholesale-correspondent-portfolio-lending",
1770
2275
  role: "heading",
1771
- children: "Other Resources"
2276
+ children: "Wholesale & Correspondent Lending"
1772
2277
  }
1773
2278
  ) }),
1774
2279
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1775
2280
  Link,
1776
2281
  {
1777
- href: "/business/commercial-banking/calculators",
1778
- children: "Calculators"
1779
- }
1780
- ) })
1781
- ] })
1782
- ] })
1783
- ] })
1784
- ]
1785
- }
1786
- )
1787
- ] }) })
1788
- }
1789
- ),
1790
- hoveredLink === "comlending" && /* @__PURE__ */ jsx(
1791
- "div",
1792
- {
1793
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1794
- role: "menu",
1795
- onMouseLeave: handleMouseLeave,
1796
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1797
- /* @__PURE__ */ jsxs(
1798
- "div",
1799
- {
1800
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1801
- children: [
1802
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1803
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Lending" }),
1804
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We are a lending partner with the flexibility to deliver results." })
1805
- ] }),
1806
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
1807
- Image,
1808
- {
1809
- src: `https://images.axos.com/o9ov1v03uwqk/6PMA1kEss89S6m1BawAltW/0ffe57eaaa65e77e90e9f00396ee8ea6/nav-submenu-comlending.png`,
1810
- alt: "",
1811
- width: 232,
1812
- height: 230
1813
- }
1814
- ) })
1815
- ]
1816
- }
1817
- ),
1818
- /* @__PURE__ */ jsxs(
1819
- "div",
1820
- {
1821
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1822
- children: [
1823
- /* @__PURE__ */ jsxs(
1824
- "div",
1825
- {
1826
- className: `${styles.headline} flex_row middle between`,
1827
- children: [
1828
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Personalized lending solutions" }),
1829
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1830
- /* @__PURE__ */ jsx(
1831
- Image,
1832
- {
1833
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1834
- alt: "",
1835
- width: 20,
1836
- height: 20
1837
- }
1838
- ),
1839
- /* @__PURE__ */ jsx(
1840
- "div",
1841
- {
1842
- className: `${styles.headline_cta} ${styles.ml_8}`,
1843
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/business-support", children: "Help & Support" })
1844
- }
1845
- )
1846
- ] })
1847
- ]
1848
- }
1849
- ),
1850
- /* @__PURE__ */ jsx("hr", {}),
1851
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1852
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1853
- /* @__PURE__ */ jsx(
1854
- Image,
1855
- {
1856
- src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
1857
- alt: "",
1858
- width: 20,
1859
- height: 20
1860
- }
1861
- ),
1862
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1863
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1864
- Link,
1865
- {
1866
- href: "/business/commercial-lending",
1867
- role: "heading",
1868
- children: "Credit and Financial"
2282
+ href: "/partners/wholesale-correspondent-portfolio-lending/resources-support",
2283
+ children: "Resources & Support"
1869
2284
  }
1870
2285
  ) }),
1871
2286
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1872
2287
  Link,
1873
2288
  {
1874
- href: "/business/commercial-lending/commercial-lines-of-credit",
1875
- children: "Commercial Lines of Credit"
2289
+ href: `https://thirdpartylending.axosbank.com/index`,
2290
+ children: "Register a Loan"
1876
2291
  }
1877
2292
  ) }),
1878
2293
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1879
2294
  Link,
1880
2295
  {
1881
- href: "/business/commercial-lending/commercial-term-loans",
1882
- children: "Comnmercial Term Loans"
2296
+ href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
2297
+ children: "Quick Pricer"
1883
2298
  }
1884
2299
  ) }),
1885
2300
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1886
2301
  Link,
1887
2302
  {
1888
- href: "/business/commercial-lending/equipment-finance",
1889
- children: "Equipment Finance"
2303
+ href: "/partners/wholesale-correspondent-portfolio-lending/meet-the-team",
2304
+ children: "Meet the Team"
1890
2305
  }
1891
2306
  ) })
1892
2307
  ] })
2308
+ ] }) })
2309
+ ]
2310
+ }
2311
+ )
2312
+ ] }) })
2313
+ }
2314
+ ),
2315
+ hoveredLink === "sbc" && /* @__PURE__ */ jsx(
2316
+ "div",
2317
+ {
2318
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
2319
+ role: "menu",
2320
+ onMouseLeave: handleMouseLeave,
2321
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2322
+ /* @__PURE__ */ jsxs(
2323
+ "div",
2324
+ {
2325
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2326
+ children: [
2327
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2328
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Small Balance Commercial Real Estate" }),
2329
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Try our fast and streamlined loan process." })
1893
2330
  ] }),
1894
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2331
+ /* @__PURE__ */ jsx(
2332
+ "div",
2333
+ {
2334
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
2335
+ children: /* @__PURE__ */ jsx(
2336
+ Image,
2337
+ {
2338
+ src: `https://images.axos.com/o9ov1v03uwqk/wU9cjrkWVQ4eb6i013qVO/bdca7f8f9a6adcaea6d27f6fb81f2416/nav-submenu-sbc.png`,
2339
+ alt: "",
2340
+ width: 232,
2341
+ height: 232
2342
+ }
2343
+ )
2344
+ }
2345
+ )
2346
+ ]
2347
+ }
2348
+ ),
2349
+ /* @__PURE__ */ jsxs(
2350
+ "div",
2351
+ {
2352
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2353
+ children: [
2354
+ /* @__PURE__ */ jsxs(
2355
+ "div",
2356
+ {
2357
+ className: `${styles.headline} flex_row middle between`,
2358
+ children: [
2359
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Diverse portfolio of lending options" }),
2360
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2361
+ /* @__PURE__ */ jsx(
2362
+ Image,
2363
+ {
2364
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2365
+ alt: "",
2366
+ width: 20,
2367
+ height: 20
2368
+ }
2369
+ ),
2370
+ /* @__PURE__ */ jsx(
2371
+ "div",
2372
+ {
2373
+ className: `${styles.headline_cta} ${styles.ml_8}`,
2374
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/partner-support", children: "Help & Support" })
2375
+ }
2376
+ )
2377
+ ] })
2378
+ ]
2379
+ }
2380
+ ),
2381
+ /* @__PURE__ */ jsx("hr", {}),
2382
+ /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1895
2383
  /* @__PURE__ */ jsx(
1896
2384
  Image,
1897
2385
  {
1898
- src: `https://images.axos.com/o9ov1v03uwqk/cHRJYycmvcbYj6ppcTQvg/ea375c834b0ced5ba646d1e88bb7828e/nav-submenu-lending-icon.svg`,
2386
+ src: `https://images.axos.com/o9ov1v03uwqk/1REUyghtG4xnJtAsZDgRbT/89de7055038937a1392d53c3c0ad7340/nav-submenu-sbc-icon.svg`,
1899
2387
  alt: "",
1900
2388
  width: 20,
1901
2389
  height: 20
@@ -1905,223 +2393,140 @@ function SubNavBar() {
1905
2393
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1906
2394
  Link,
1907
2395
  {
1908
- href: "/business/commercial-lending",
2396
+ href: "/partners/small-balance-commercial",
1909
2397
  role: "heading",
1910
- children: "Commercial Lending"
2398
+ children: "Small Balance Commercial"
1911
2399
  }
1912
2400
  ) }),
1913
2401
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1914
2402
  Link,
1915
2403
  {
1916
- href: "/business/commercial-lending/Commercial-Term-Loans",
1917
- children: "Commercial Real Estate Bridge & Construction Lending"
2404
+ href: "/partners/small-balance-commercial/investor-owned-2-4-unit-lending",
2405
+ children: "Investor-Owned 2-4 Unit Properties"
1918
2406
  }
1919
2407
  ) }),
1920
2408
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1921
2409
  Link,
1922
2410
  {
1923
- href: "/business/commercial-lending/hoa-lending",
1924
- children: "HOA Lending"
2411
+ href: "/partners/small-balance-commercial/mixed-use-lending",
2412
+ children: "Mixed-Use"
1925
2413
  }
1926
2414
  ) }),
1927
2415
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1928
2416
  Link,
1929
2417
  {
1930
- href: "/business/commercial-lending/lender-finance",
1931
- children: "Lender Finance"
2418
+ href: "/partners/small-balance-commercial/mobile-home-park",
2419
+ children: "Mobile Home Park"
1932
2420
  }
1933
2421
  ) }),
1934
2422
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1935
2423
  Link,
1936
2424
  {
1937
- href: "/business/commercial-lending/warehouse-lending",
1938
- children: "Residential Warehouse Lending"
2425
+ href: "/partners/small-balance-commercial/multifamily-lending",
2426
+ children: "Multi-Family Housing"
1939
2427
  }
1940
2428
  ) }),
1941
2429
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1942
2430
  Link,
1943
2431
  {
1944
- href: "/business/commercial-lending/small-balance-commercial-real-estate",
1945
- children: "Small Balance Commercial Real Estate"
2432
+ href: "/partners/small-balance-commercial/non-resident-aliens",
2433
+ children: "Non-Resident Aliens"
1946
2434
  }
1947
2435
  ) }),
1948
2436
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1949
2437
  Link,
1950
2438
  {
1951
- href: "/business/commercial-lending/leveraged-finance",
1952
- children: "Leveraged Finance"
2439
+ href: "/partners/small-balance-commercial/retail-office-and-industrial",
2440
+ children: "Retail Office & Industrial"
1953
2441
  }
1954
2442
  ) }),
1955
2443
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1956
2444
  Link,
1957
2445
  {
1958
- href: `https://lavictoirefinance.com/dealers`,
1959
- children: "New! Marine Dealer Floorplan Finance"
2446
+ href: "/partners/small-balance-commercial/student-housing",
2447
+ children: "Student Housing"
1960
2448
  }
1961
2449
  ) })
1962
2450
  ] })
2451
+ ] }) })
2452
+ ]
2453
+ }
2454
+ )
2455
+ ] }) })
2456
+ }
2457
+ ),
2458
+ hoveredLink === "dealerservices" && /* @__PURE__ */ jsx(
2459
+ "div",
2460
+ {
2461
+ className: `${styles.dd_wrapper} ${styles.desktop_only} `,
2462
+ role: "menu",
2463
+ onMouseLeave: handleMouseLeave,
2464
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2465
+ /* @__PURE__ */ jsxs(
2466
+ "div",
2467
+ {
2468
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2469
+ children: [
2470
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2471
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Dealer Services" }),
2472
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We put dealerships in the driver's seat." })
1963
2473
  ] }),
1964
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1965
- /* @__PURE__ */ jsx(
1966
- Image,
1967
- {
1968
- src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
1969
- alt: "",
1970
- width: 20,
1971
- height: 20
1972
- }
1973
- ),
1974
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1975
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1976
- Link,
1977
- {
1978
- href: "/customer-support/business-support",
1979
- role: "heading",
1980
- children: "Other Resources"
1981
- }
1982
- ) }),
1983
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial-portal", children: "Commercial Portal" }) }),
1984
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1985
- Link,
1986
- {
1987
- href: "/business/commercial-banking/calculators",
1988
- children: "Calculators"
1989
- }
1990
- ) })
1991
- ] })
1992
- ] })
1993
- ] })
1994
- ]
1995
- }
1996
- )
1997
- ] }) })
1998
- }
1999
- ),
2000
- hoveredLink === "wholelending" && /* @__PURE__ */ jsx(
2001
- "div",
2002
- {
2003
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
2004
- role: "menu",
2005
- onMouseLeave: handleMouseLeave,
2006
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2007
- /* @__PURE__ */ jsxs(
2008
- "div",
2009
- {
2010
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2011
- children: [
2012
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2013
- /* @__PURE__ */ jsx("p", { role: "heading", children: 'Say "YES" to Your Clients' }),
2014
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Fund more loans with our unique underwriting experience. Our mix and match program fits more needs." })
2015
- ] }),
2016
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
2017
- Image,
2018
- {
2019
- src: `https://images.axos.com/o9ov1v03uwqk/6YLFvmdNVGWcf3bFlimNSs/ca2dd270ad3a1351b6bdf7369944ee74/nav-submenu-wholelending.png`,
2020
- alt: "",
2021
- width: 232,
2022
- height: 232
2023
- }
2024
- ) }),
2025
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
2026
- Link,
2027
- {
2028
- href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
2029
- "aria-label": "Get started with the Axos Quick Pricer",
2030
- className: "text_center bg_white",
2031
- children: "Price a Loan"
2032
- }
2033
- ) })
2034
- ]
2035
- }
2036
- ),
2037
- /* @__PURE__ */ jsxs(
2038
- "div",
2039
- {
2040
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2041
- children: [
2042
- /* @__PURE__ */ jsxs(
2043
- "div",
2044
- {
2045
- className: `${styles.headline} flex_row middle between`,
2046
- children: [
2047
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Expand your options" }),
2048
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2049
- /* @__PURE__ */ jsx(
2050
- Image,
2051
- {
2052
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2053
- alt: "",
2054
- width: 20,
2055
- height: 20
2056
- }
2057
- ),
2058
- /* @__PURE__ */ jsx(
2059
- "div",
2060
- {
2061
- className: `${styles.headline_cta} ${styles.ml_8}`,
2062
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/partner-support", children: "Help & Support" })
2063
- }
2064
- )
2065
- ] })
2066
- ]
2067
- }
2068
- ),
2069
- /* @__PURE__ */ jsx("hr", {}),
2070
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
2071
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2072
- /* @__PURE__ */ jsx(
2073
- Image,
2074
- {
2075
- src: `https://images.axos.com/o9ov1v03uwqk/2hdeAHrWhgXNPJRcSVIDSb/8f1684584f4bdbf5ca73fea6e913d11a/nav-submenu-wcpl-icon.svg`,
2076
- alt: "",
2077
- width: 20,
2078
- height: 20
2079
- }
2080
- ),
2081
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2082
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2083
- Link,
2084
- {
2085
- href: "/partners/wholesale-correspondent-portfolio-lending",
2086
- role: "heading",
2087
- children: "Wholesale & Correspondent Lending"
2088
- }
2089
- ) }),
2090
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2091
- Link,
2092
- {
2093
- href: "/partners/wholesale-correspondent-portfolio-lending/programs-and-products",
2094
- children: "All Programs & Products"
2095
- }
2096
- ) }),
2097
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2098
- Link,
2099
- {
2100
- href: "/partners/wholesale-correspondent-portfolio-lending/programs-and-products/dscr",
2101
- children: "DSCR"
2102
- }
2103
- ) }),
2104
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2105
- Link,
2106
- {
2107
- href: "/partners/wholesale-correspondent-portfolio-lending/programs-and-products/cash-flow-maximizer",
2108
- children: "Cash-Flow mAXimizer"
2109
- }
2110
- ) }),
2111
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2112
- Link,
2474
+ /* @__PURE__ */ jsx(
2475
+ "div",
2476
+ {
2477
+ className: `${styles.mt_8} ${styles.dd_media_img}`,
2478
+ children: /* @__PURE__ */ jsx(
2479
+ Image,
2113
2480
  {
2114
- href: "/partners/wholesale-correspondent-portfolio-lending/meet-the-team",
2115
- children: "Meet the Team"
2481
+ src: `https://images.axos.com/o9ov1v03uwqk/3wtG13mXSTgSzMoB0YU3Ot/b3f7ca4554c78d770154c4b473daf4d7/nav-submenu-dealer.png`,
2482
+ alt: "",
2483
+ width: 232,
2484
+ height: 162
2116
2485
  }
2117
- ) })
2118
- ] })
2119
- ] }),
2120
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2486
+ )
2487
+ }
2488
+ )
2489
+ ]
2490
+ }
2491
+ ),
2492
+ /* @__PURE__ */ jsxs(
2493
+ "div",
2494
+ {
2495
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2496
+ children: [
2497
+ /* @__PURE__ */ jsxs(
2498
+ "div",
2499
+ {
2500
+ className: `${styles.headline} flex_row middle between`,
2501
+ children: [
2502
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Fueling results for dealerships" }),
2503
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2504
+ /* @__PURE__ */ jsx(
2505
+ Image,
2506
+ {
2507
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2508
+ alt: "",
2509
+ width: 20,
2510
+ height: 20
2511
+ }
2512
+ ),
2513
+ /* @__PURE__ */ jsx(
2514
+ "div",
2515
+ {
2516
+ className: `${styles.headline_cta} ${styles.ml_8}`,
2517
+ children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/partner-support", children: "Help & Support" })
2518
+ }
2519
+ )
2520
+ ] })
2521
+ ]
2522
+ }
2523
+ ),
2524
+ /* @__PURE__ */ jsx("hr", {}),
2525
+ /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2121
2526
  /* @__PURE__ */ jsx(
2122
2527
  Image,
2123
2528
  {
2124
- src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
2529
+ src: `https://images.axos.com/o9ov1v03uwqk/jpqd1KnknpG6gVaYg04Bl/a55d179434815dc4029ee413d8d7a703/nav-submenu-auto-icon.webp`,
2125
2530
  alt: "",
2126
2531
  width: 20,
2127
2532
  height: 20
@@ -2131,261 +2536,28 @@ function SubNavBar() {
2131
2536
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2132
2537
  Link,
2133
2538
  {
2134
- href: "/partners/wholesale-correspondent-portfolio-lending/resources-support",
2539
+ href: "/partners/dealer-services",
2135
2540
  role: "heading",
2136
- children: "Resources & Support"
2541
+ children: "Dealer Services"
2137
2542
  }
2138
2543
  ) }),
2139
2544
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2140
2545
  Link,
2141
2546
  {
2142
- href: `https://thirdpartylending.axosbank.com/index`,
2143
- children: "Register a Loan"
2144
- }
2145
- ) }),
2146
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2147
- Link,
2148
- {
2149
- href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
2150
- children: "Quick Pricer"
2547
+ href: "/partners/dealer-services/contact",
2548
+ children: "Request More Information"
2151
2549
  }
2152
2550
  ) })
2153
2551
  ] })
2154
- ] })
2155
- ] })
2156
- ]
2157
- }
2158
- )
2159
- ] }) })
2160
- }
2161
- ),
2162
- hoveredLink === "sbc" && /* @__PURE__ */ jsx(
2163
- "div",
2164
- {
2165
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
2166
- role: "menu",
2167
- onMouseLeave: handleMouseLeave,
2168
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2169
- /* @__PURE__ */ jsxs(
2170
- "div",
2171
- {
2172
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2173
- children: [
2174
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2175
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Small Balance Commercial Real Estate" }),
2176
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Try our fast and streamlined loan process." })
2177
- ] }),
2178
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
2179
- Image,
2180
- {
2181
- src: `https://images.axos.com/o9ov1v03uwqk/wU9cjrkWVQ4eb6i013qVO/bdca7f8f9a6adcaea6d27f6fb81f2416/nav-submenu-sbc.png`,
2182
- alt: "",
2183
- width: 232,
2184
- height: 232
2185
- }
2186
- ) })
2187
- ]
2188
- }
2189
- ),
2190
- /* @__PURE__ */ jsxs(
2191
- "div",
2192
- {
2193
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2194
- children: [
2195
- /* @__PURE__ */ jsxs(
2196
- "div",
2197
- {
2198
- className: `${styles.headline} flex_row middle between`,
2199
- children: [
2200
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Diverse portfolio of lending options" }),
2201
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2202
- /* @__PURE__ */ jsx(
2203
- Image,
2204
- {
2205
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2206
- alt: "",
2207
- width: 20,
2208
- height: 20
2209
- }
2210
- ),
2211
- /* @__PURE__ */ jsx(
2212
- "div",
2213
- {
2214
- className: `${styles.headline_cta} ${styles.ml_8}`,
2215
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/partner-support", children: "Help & Support" })
2216
- }
2217
- )
2218
- ] })
2219
- ]
2220
- }
2221
- ),
2222
- /* @__PURE__ */ jsx("hr", {}),
2223
- /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2224
- /* @__PURE__ */ jsx(
2225
- Image,
2226
- {
2227
- src: `https://images.axos.com/o9ov1v03uwqk/1REUyghtG4xnJtAsZDgRbT/89de7055038937a1392d53c3c0ad7340/nav-submenu-sbc-icon.svg`,
2228
- alt: "",
2229
- width: 20,
2230
- height: 20
2231
- }
2232
- ),
2233
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2234
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2235
- Link,
2236
- {
2237
- href: "/partners/small-balance-commercial",
2238
- role: "heading",
2239
- children: "Small Balance Commercial"
2240
- }
2241
- ) }),
2242
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2243
- Link,
2244
- {
2245
- href: "/partners/small-balance-commercial/investor-owned-2-4-unit-lending",
2246
- children: "Investor-Owned 2-4 Unit Properties"
2247
- }
2248
- ) }),
2249
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2250
- Link,
2251
- {
2252
- href: "/partners/small-balance-commercial/mixed-use-lending",
2253
- children: "Mixed-Use"
2254
- }
2255
- ) }),
2256
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2257
- Link,
2258
- {
2259
- href: "/partners/small-balance-commercial/mobile-home-park",
2260
- children: "Mobile Home Park"
2261
- }
2262
- ) }),
2263
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2264
- Link,
2265
- {
2266
- href: "/partners/small-balance-commercial/multifamily-lending",
2267
- children: "Multi-Family Housing"
2268
- }
2269
- ) }),
2270
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2271
- Link,
2272
- {
2273
- href: "/partners/small-balance-commercial/non-resident-aliens",
2274
- children: "Non-Resident Aliens"
2275
- }
2276
- ) }),
2277
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2278
- Link,
2279
- {
2280
- href: "/partners/small-balance-commercial/retail-office-and-industrial",
2281
- children: "Retail Office & Industrial"
2282
- }
2283
- ) }),
2284
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2285
- Link,
2286
- {
2287
- href: "/partners/small-balance-commercial/student-housing",
2288
- children: "Student Housing"
2289
- }
2290
- ) })
2291
- ] })
2292
- ] }) })
2293
- ]
2294
- }
2295
- )
2296
- ] }) })
2297
- }
2298
- ),
2299
- hoveredLink === "dealerservices" && /* @__PURE__ */ jsx(
2300
- "div",
2301
- {
2302
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
2303
- role: "menu",
2304
- onMouseLeave: handleMouseLeave,
2305
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2306
- /* @__PURE__ */ jsxs(
2307
- "div",
2308
- {
2309
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2310
- children: [
2311
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2312
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Dealer Services" }),
2313
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We put dealerships in the driver's seat." })
2314
- ] }),
2315
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
2316
- Image,
2317
- {
2318
- src: `https://images.axos.com/o9ov1v03uwqk/3wtG13mXSTgSzMoB0YU3Ot/b3f7ca4554c78d770154c4b473daf4d7/nav-submenu-dealer.png`,
2319
- alt: "",
2320
- width: 232,
2321
- height: 162
2322
- }
2323
- ) })
2324
- ]
2325
- }
2326
- ),
2327
- /* @__PURE__ */ jsxs(
2328
- "div",
2329
- {
2330
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2331
- children: [
2332
- /* @__PURE__ */ jsxs(
2333
- "div",
2334
- {
2335
- className: `${styles.headline} flex_row middle between`,
2336
- children: [
2337
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Fueling results for dealerships" }),
2338
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2339
- /* @__PURE__ */ jsx(
2340
- Image,
2341
- {
2342
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2343
- alt: "",
2344
- width: 20,
2345
- height: 20
2346
- }
2347
- ),
2348
- /* @__PURE__ */ jsx(
2349
- "div",
2350
- {
2351
- className: `${styles.headline_cta} ${styles.ml_8}`,
2352
- children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/partner-support", children: "Help & Support" })
2353
- }
2354
- )
2355
- ] })
2356
- ]
2357
- }
2358
- ),
2359
- /* @__PURE__ */ jsx("hr", {}),
2360
- /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2361
- /* @__PURE__ */ jsx(
2362
- Image,
2363
- {
2364
- src: `https://images.axos.com/o9ov1v03uwqk/jpqd1KnknpG6gVaYg04Bl/a55d179434815dc4029ee413d8d7a703/nav-submenu-auto-icon.webp`,
2365
- alt: "",
2366
- width: 20,
2367
- height: 20
2368
- }
2369
- ),
2370
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2371
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2372
- Link,
2373
- {
2374
- href: "/partners/dealer-services",
2375
- role: "heading",
2376
- children: "Dealer Services"
2377
- }
2378
- ) }),
2379
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/partners/dealer-services/contact", children: "Request More Information" }) })
2380
- ] })
2381
- ] }) })
2382
- ]
2383
- }
2384
- )
2385
- ] }) })
2386
- }
2387
- )
2388
- ] }) }) }) : null;
2552
+ ] }) })
2553
+ ]
2554
+ }
2555
+ )
2556
+ ] }) })
2557
+ }
2558
+ )
2559
+ ] })
2560
+ ] }) }) }) }) : null;
2389
2561
  }
2390
2562
  export {
2391
2563
  SubNavBar as default