@axos-web-dev/shared-components 0.0.91 → 0.0.93

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