@axos-web-dev/shared-components 2.0.0-dev.2-bwaTest → 2.0.0-dev.2-nav-1

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 (81) hide show
  1. package/dist/ATMLocator/ATMLocator.js +14 -84
  2. package/dist/Auth/ErrorAlert.js +6 -88
  3. package/dist/Button/Button.js +6 -120
  4. package/dist/Calculators/Calculator.d.ts +1 -1
  5. package/dist/Calculators/Calculator.js +18 -89
  6. package/dist/Calculators/MarginTradingCalculator/index.js +2 -112
  7. package/dist/Carousel/index.js +4 -109
  8. package/dist/Chatbot/ChatWindow.css.d.ts +4 -0
  9. package/dist/Chatbot/ChatWindow.css.js +8 -0
  10. package/dist/Chatbot/ChatWindow.js +8 -2
  11. package/dist/Chatbot/Chatbot.js +12 -2
  12. package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
  13. package/dist/Chatbot/ChatbotMessage.js +47 -4
  14. package/dist/Chatbot/index.js +5 -1
  15. package/dist/Chevron/index.js +4 -114
  16. package/dist/Comparison/Comparison.js +5 -121
  17. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -2
  18. package/dist/ExecutiveBio/ExecutiveBio.js +4 -126
  19. package/dist/FaqAccordion/index.js +7 -110
  20. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +5 -110
  21. package/dist/Forms/ApplyNow.js +4 -109
  22. package/dist/Forms/ContactCompany.d.ts +1 -1
  23. package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
  24. package/dist/Forms/ContactUsBusiness.js +7 -104
  25. package/dist/Forms/ContactUsBusinessNameEmail.js +8 -104
  26. package/dist/Forms/ContactUsNMLSId.js +7 -104
  27. package/dist/Forms/CpraRequest.js +2 -96
  28. package/dist/Forms/CraPublicFile.js +7 -104
  29. package/dist/Forms/DealerServices.d.ts +1 -1
  30. package/dist/Forms/EmailOnly.js +7 -104
  31. package/dist/Forms/EmailUs.js +34 -40
  32. package/dist/Forms/Forms.css.d.ts +0 -3
  33. package/dist/Forms/Forms.css.js +39 -39
  34. package/dist/Forms/MortgageRate/MortgageRateForm.js +8 -96
  35. package/dist/Forms/MortgageRate/MortgageRateWatch.js +4 -92
  36. package/dist/Forms/MortgageWarehouseLending.js +7 -104
  37. package/dist/Forms/SuccesForm.js +8 -91
  38. package/dist/Hyperlink/index.js +5 -110
  39. package/dist/ImageLink/ImageLink.js +6 -106
  40. package/dist/ImageLink/ImageLinkSet.js +6 -114
  41. package/dist/ImageLink/index.js +6 -105
  42. package/dist/Insight/Featured/CategorySelector.d.ts +1 -1
  43. package/dist/Insight/Featured/CategorySelector.js +5 -109
  44. package/dist/Insight/Featured/Featured.js +8 -106
  45. package/dist/Insight/Featured/Header.js +4 -109
  46. package/dist/LandingPageHeader/LandingPageHeader.d.ts +1 -1
  47. package/dist/Modal/Modal.js +2 -122
  48. package/dist/NavigationMenu/AxosALTS/index.js +6 -111
  49. package/dist/NavigationMenu/AxosBank/DropwdownButton.d.ts +7 -0
  50. package/dist/NavigationMenu/AxosBank/DropwdownButton.js +125 -0
  51. package/dist/NavigationMenu/AxosBank/Menu.d.ts +37 -0
  52. package/dist/NavigationMenu/AxosBank/Menu.js +150 -0
  53. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +12 -1
  54. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +183 -268
  55. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +37 -268
  56. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +63 -492
  57. package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.d.ts +36 -0
  58. package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.js +105 -0
  59. package/dist/NavigationMenu/AxosBank/NavBar.module.js +42 -39
  60. package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +6 -1
  61. package/dist/NavigationMenu/AxosBank/SubNavBar.js +118 -3187
  62. package/dist/NavigationMenu/AxosBank/SubNavItem.d.ts +1 -0
  63. package/dist/NavigationMenu/AxosBank/SubNavItem.js +206 -0
  64. package/dist/NavigationMenu/AxosBank/index.d.ts +6 -4
  65. package/dist/NavigationMenu/AxosBank/index.js +83 -457
  66. package/dist/NavigationMenu/LaVictoire/index.js +5 -118
  67. package/dist/NavigationMenu/Navbar.d.ts +4 -1
  68. package/dist/NavigationMenu/Navbar.js +11 -114
  69. package/dist/NavigationMenu/SignInNavButton.js +9 -122
  70. package/dist/NavigationMenu/utils.d.ts +465 -0
  71. package/dist/NavigationMenu/utils.js +112 -0
  72. package/dist/SetContainer/SetContainer.js +7 -108
  73. package/dist/SocialMediaBar/iconsRepository.js +0 -124
  74. package/dist/VideoTile/VideoTile.js +2 -106
  75. package/dist/VideoWrapper/index.js +7 -110
  76. package/dist/assets/Chatbot/ChatWindow.css +26 -0
  77. package/dist/assets/Forms/Forms.css +91 -94
  78. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +125 -87
  79. package/dist/assets/incoming.mp3.js +4 -0
  80. package/dist/main.js +5 -1
  81. package/package.json +5 -3
@@ -1,150 +1,44 @@
1
1
  "use client";
2
- import { jsx, jsxs, Fragment } from "react/jsx-runtime";
3
- import "../../Accordion/Accordion.js";
4
- import "../../Accordion/Accordion.css.js";
2
+ import { jsxs, jsx } from "react/jsx-runtime";
3
+ import "../../IconBillboard/IconBillboard.css.js";
5
4
  import "../../icons/ArrowIcon/ArrowIcon.css.js";
6
5
  import "../../icons/CheckIcon/CheckIcon.css.js";
7
- import '../../assets/VideoWrapper/VideoWrapper.css';import '../../assets/TopicalNavSet/TopicalNavSet.css';import '../../assets/TopicalNavItem/TopicalNavItem.css';import '../../assets/Topic/Topic.css';import '../../assets/TextBlock/TextBlock.css';import '../../assets/SocialMediaBar/SocialMediaBar.css';import '../../assets/SecondaryFooter/SecondaryFooter.css';import '../../assets/Pagination/Pagination.css';import '../../assets/PageNavSet/PageNavigationSet.css';import '../../assets/NavigationMenu/LaVictoire/NavBar2.css';import '../../assets/NavigationMenu/AxosALTS/NavBar2.css';import '../../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../../assets/NavigationMenu/AxosBank/NavBar2.css';import '../../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar2.css';import '../../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../../assets/NavigationMenu/AxosAdvisor/NavBar2.css';import '../../assets/Insight/Featured/Header.css';import '../../assets/Insight/Featured/CategorySelector.css';import '../../assets/Insight/Featured/Featured.css';import '../../assets/ImageLink/ImageLink.css';import '../../assets/VideoTile/VideoTile.css';import '../../assets/HelpArticle/HelpArticle.css';import '../../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../../assets/DownloadTile/DownloadTile.css';import '../../assets/CollectInformationAlert/CollectInformationAlert.css';import '../../assets/Chatbot/ChatWindow.css';import '../../assets/Chatbot/Chatbot.css';import '../../assets/Chatbot/Bubble.css';import '../../assets/Chatbot/AnimatedGradientBorder.css';import '../../assets/CallToActionBar/CallToActionBar.css';import '../../assets/Insight/Insight.css';import '../../assets/AwardsItem/AwardsItem.css';import '../../assets/AwardsBanner/AwardsBanner.css';import '../../assets/Auth/SignIn.css';import '../../assets/Auth/ErrorAlert.css';import '../../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../../assets/Forms/QuickPricer/UserInformation.css';import '../../assets/Forms/QuickPricer/QuickPricerResults.css';import '../../assets/Modal/Modal.css';import '../../assets/BulletItem/BulletItem.css';import '../../assets/Typography/Typography.css';import '../../assets/icons/FollowIcon/FollowIcon.css';import '../../assets/icons/DownloadIcon/DownloadIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/ufb.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
6
+ import '../../assets/Modal/Modal.css';import '../../assets/BulletItem/BulletItem.css';import '../../assets/Typography/Typography.css';import '../../assets/icons/FollowIcon/FollowIcon.css';import '../../assets/icons/DownloadIcon/DownloadIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/ufb.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
8
7
  /* empty css */
9
8
  /* empty css */
10
9
  /* empty css */
11
10
  /* empty css */
12
11
  /* empty css */
13
- import "clsx";
14
- import { useState, useRef, useEffect } from "react";
15
- import "../../Chevron/Chevron.css.js";
16
- import "../../AlertBanner/AlertBanner.css.js";
17
- import "../../Article/Article.css.js";
18
- import "../../IconBillboard/IconBillboard.css.js";
19
12
  import { appendQueryParams } from "../../utils/appendQueryParams.js";
13
+ import { useState, useRef, useEffect } from "react";
14
+ import "clsx";
20
15
  /* empty css */
21
16
  /* empty css */
17
+ import "../../Chevron/Chevron.css.js";
22
18
  import "../../Interstitial/Interstitial-variants.css.js";
23
- /* empty css */
24
- import { useGlobalContext } from "../../Modal/contextApi/store.js";
25
19
  import "../../Button/Button.css.js";
26
- import "react-use";
27
- import "../../ArticlesSet/ArticlesSet.css.js";
28
- import "../../Calculators/calculator.css.js";
29
- import "../../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
30
- import "../../Calculators/ApyCalculator/ApyCalculator.css.js";
31
- import "../../Table/Table.css.js";
32
- import "../../Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js";
33
- import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
34
- import "@hookform/resolvers/zod";
35
- import "../../Input/Checkbox.js";
36
- import "../../Input/CurrencyInput.js";
37
- import "../../Input/Dropdown.js";
38
- import "../../Input/Dropdown.css.js";
39
- import "../../Input/Input.js";
40
- import "../../Input/Input.css.js";
41
- import "../../Input/InputAmount.js";
42
- import "../../Input/InputPhone.js";
43
- import "../../Input/InputTextArea.js";
44
- import "../../Input/DownPaymentInput.js";
45
- import "../../Input/RadioButton.js";
46
- import "../../Input/PercentageInput.js";
47
- import "react-hook-form";
48
- import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
49
- import "../../Forms/Forms.css.js";
50
- import "../../Forms/HoneyPot/index.js";
51
- import "../../Forms/SalesforceFieldsForm.js";
52
- import "../../Input/RadioButton.css.js";
53
- import "../../Input/Checkbox.css.js";
54
- import "../../LoadingIndicator/LoadingIndicator.css.js";
55
- import "../../Inputs/Input.css.js";
56
- /* empty css */
57
- import "../../Hyperlink/Hyperlink.css.js";
58
- /* empty css */
59
- import "iframe-resizer";
60
- /* empty css */
61
- import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
62
- import "../../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
63
- import "../../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
64
- /* empty css */
65
- import "react-dom";
20
+ import { useLocation, useClickAway } from "react-use";
66
21
  /* empty css */
67
- import "../../Auth/SignInPassword.js";
68
- /* empty css */
69
- /* empty css */
70
- /* empty css */
71
- /* empty css */
72
- import "../../Carousel/index.js";
73
- /* empty css */
74
- /* empty css */
75
- import "../../Chatbot/store/chat.js";
76
- import "../../Chatbot/authenticate.js";
77
- /* empty css */
78
- /* empty css */
79
- import "../../Chatbot/store/messages.js";
80
- /* empty css */
81
- import "../../Comparison/Comparison.css.js";
82
- import Image from "next/image.js";
83
- import "../../HeroBanner/HeroBanner.css.js";
84
- import "../../HeroBanner/LargeBanner.css.js";
85
- import "../../HeroBanner/SelectionBanner.css.js";
86
- import "../../SetContainer/SetContainer.css.js";
87
- import "../../Tab/Tab.css.js";
88
- import "../../icons/Star/Star.css.js";
89
- import "../../ContentBanner/ContentBanner.css.js";
90
- /* empty css */
91
- import "../../ExecutiveBio/ExecutiveBio.css.js";
92
- import "../../FaqAccordion/index.js";
93
- import "../../FooterDisclosure/FooterDisclosure.css.js";
94
- /* empty css */
95
- /* empty css */
96
- /* empty css */
97
- import "../../ImageBillboard/ImageBillboard.css.js";
98
- import "next/script.js";
99
- /* empty css */
100
- /* empty css */
101
- /* empty css */
102
- /* empty css */
103
- /* empty css */
104
- import "../../LandingPageHeader/LandingPageHeader.css.js";
105
- /* empty css */
106
- import { usePathname } from "next/navigation.js";
107
- /* empty css */
108
- /* empty css */
109
- /* empty css */
110
- import Link from "next/link.js";
111
- /* empty css */
22
+ import { useGlobalContext } from "../../Modal/contextApi/store.js";
23
+ import { Menu } from "./Menu.js";
112
24
  import styles from "./NavBar.module.js";
113
- import { getSubNavItems } from "./NavData.js";
114
- /* empty css */
115
- /* empty css */
116
- /* empty css */
117
- import "../../PageNavItem/PageNavItem.css.js";
118
- import "react-slick";
119
- /* empty css */
120
- /* empty css */
121
- /* empty css */
122
- /* empty css */
123
- import "../../StepItem/StepItem.css.js";
124
- import "../../StepItemSet/StepItemSet.css.js";
125
- /* empty css */
126
- /* empty css */
127
- /* empty css */
128
- /* empty css */
129
- /* empty css */
130
- import { sub_nav, dd_media, dd_main_btn, dd_cta_link } from "./SubNavbar.css.js";
131
- function SubNavBar() {
132
- const pathname = usePathname();
133
- const { resolveUrl, domains } = useGlobalContext();
134
- const subNavItems = getSubNavItems(resolveUrl);
25
+ import { sub_nav } from "./SubNavbar.css.js";
26
+ function SubNavBar({
27
+ items
28
+ }) {
29
+ const { pathname } = useLocation();
30
+ const { resolveUrl } = useGlobalContext();
135
31
  const [hoveredLink, setHoveredLink] = useState(void 0);
32
+ const [menu, setMenu] = useState(void 0);
136
33
  const handleMouseEnter = (link) => setHoveredLink(link);
137
34
  const handleMouseLeave = () => setHoveredLink(void 0);
138
- const AXOS_ONE_APY = Number(domains.AXOS_ONE_APY);
139
- const AXOS_ONE_APY_CHECKING = Number(domains.AXOS_ONE_APY_CHECKING);
140
35
  const containerRef = useRef(null);
36
+ const subNavBarRef = useRef(null);
141
37
  const [isClient, setIsClient] = useState(false);
142
- const support = subNavItems.support;
143
- const about = subNavItems.about;
144
- const legal = subNavItems.legal;
145
38
  const isHomepage = pathname === "/";
146
- const isBusiness = pathname?.includes("/business");
147
- const isCommercial = pathname?.includes("/commercial");
39
+ useClickAway(subNavBarRef, () => {
40
+ handleMouseLeave();
41
+ });
148
42
  const subNavPaths = [
149
43
  "/personal",
150
44
  "/business",
@@ -167,6 +61,12 @@ function SubNavBar() {
167
61
  useEffect(() => {
168
62
  appendQueryParams();
169
63
  }, [hoveredLink]);
64
+ useEffect(() => {
65
+ const menu2 = items?.subItems?.find(
66
+ (item) => typeof item != "undefined" && item.label === hoveredLink
67
+ );
68
+ if (menu2 && "menuItems" in menu2) setMenu(menu2?.menuItems);
69
+ }, [hoveredLink, setMenu, items]);
170
70
  const handleKeyDownContainer = (e, linkId) => {
171
71
  if (e.key === "Tab") {
172
72
  const focusableElements = containerRef.current?.querySelectorAll(
@@ -179,7 +79,9 @@ function SubNavBar() {
179
79
  e.preventDefault();
180
80
  const triggeredLink = document.getElementById(linkId);
181
81
  setHoveredLink(void 0);
182
- triggeredLink?.focus();
82
+ const nextLi = triggeredLink?.parentElement?.nextElementSibling;
83
+ const nextA = nextLi?.querySelector("a");
84
+ nextA?.focus();
183
85
  }
184
86
  }
185
87
  }
@@ -187,3075 +89,104 @@ function SubNavBar() {
187
89
  if (!subNavPaths.some((el) => pathname?.includes(el) || isHomepage)) {
188
90
  return null;
189
91
  }
190
- return /* @__PURE__ */ jsx("div", { className: `${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: [
191
- /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", role: "menubar", children: [
192
- (isHomepage || pathname?.includes("/personal") || pathname?.split("/")[1] == "invest" || pathname?.includes("/tools")) && /* @__PURE__ */ jsxs(Fragment, { children: [
193
- /* @__PURE__ */ jsxs(
194
- "li",
195
- {
196
- className: styles.sub_nav_link,
197
- onMouseEnter: () => handleMouseEnter("bank"),
198
- role: "menuitem",
199
- children: [
200
- /* @__PURE__ */ jsx(
201
- "a",
202
- {
203
- href: resolveUrl("{AXOSBANK}/personal/bank"),
204
- id: "personalNav1",
205
- "aria-label": "Press Enter to navigate to the Bank section home page, or press Tab again to focus on the down arrow and press Enter to open the Bank section sub-menu.",
206
- children: "Bank"
207
- }
208
- ),
209
- /* @__PURE__ */ jsx(
210
- "a",
211
- {
212
- href: "#",
213
- id: "personalNav1",
214
- onKeyDown: (event) => {
215
- if (event.key === "Enter") {
216
- handleMouseEnter("bank");
217
- }
218
- },
219
- "aria-label": "Press Enter to open the Bank section sub-menu.",
220
- children: /* @__PURE__ */ jsx(
221
- "svg",
222
- {
223
- width: "15",
224
- height: "12",
225
- viewBox: "0 0 20 12",
226
- fill: "none",
227
- xmlns: "http://www.w3.org/2000/svg",
228
- style: { marginLeft: "8px" },
229
- children: /* @__PURE__ */ jsx(
230
- "path",
231
- {
232
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
233
- fill: "white"
234
- }
235
- )
236
- }
237
- )
238
- }
239
- )
240
- ]
241
- }
242
- ),
243
- /* @__PURE__ */ jsxs(
244
- "li",
245
- {
246
- className: styles.sub_nav_link,
247
- onMouseEnter: () => handleMouseEnter("borrow"),
248
- role: "menuitem",
249
- children: [
250
- /* @__PURE__ */ jsx(
251
- "a",
252
- {
253
- href: resolveUrl("{AXOSBANK}/personal/borrow"),
254
- id: "personalNav2",
255
- "aria-label": "Press Enter to navigate to the Borrow section home page, or press Tab again to focus on the down arrow and press Enter to open the Borrow section sub-menu.",
256
- children: "Borrow"
257
- }
258
- ),
259
- /* @__PURE__ */ jsx(
260
- "a",
261
- {
262
- href: "#",
263
- id: "personalNav2",
264
- onKeyDown: (event) => {
265
- if (event.key === "Enter") {
266
- handleMouseEnter("borrow");
267
- }
268
- },
269
- "aria-label": "Press Enter to open the Borrow section sub-menu.",
270
- children: /* @__PURE__ */ jsx(
271
- "svg",
272
- {
273
- width: "15",
274
- height: "12",
275
- viewBox: "0 0 20 12",
276
- fill: "none",
277
- xmlns: "http://www.w3.org/2000/svg",
278
- style: { marginLeft: "8px" },
279
- children: /* @__PURE__ */ jsx(
280
- "path",
281
- {
282
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
283
- fill: "white"
284
- }
285
- )
286
- }
287
- )
288
- }
289
- )
290
- ]
291
- }
292
- ),
293
- /* @__PURE__ */ jsxs(
294
- "li",
295
- {
296
- className: styles.sub_nav_link,
297
- onMouseEnter: () => handleMouseEnter("invest"),
298
- role: "menuitem",
299
- children: [
300
- /* @__PURE__ */ jsx(
301
- "a",
302
- {
303
- href: resolveUrl("{AXOS}/invest"),
304
- id: "personalNav3",
305
- "aria-label": "Press Enter to navigate to the Invest section home page, or press Tab again to focus on the down arrow and press Enter to open the Invest section sub-menu.",
306
- children: "Invest"
307
- }
308
- ),
309
- /* @__PURE__ */ jsx(
310
- "a",
311
- {
312
- href: "#",
313
- id: "personalNav3",
314
- "aria-label": "Press Enter to open the Invest section sub-menu.",
315
- onKeyDown: (event) => {
316
- if (event.key === "Enter") {
317
- handleMouseEnter("invest");
318
- }
319
- },
320
- children: /* @__PURE__ */ jsx(
321
- "svg",
322
- {
323
- width: "15",
324
- height: "12",
325
- viewBox: "0 0 20 12",
326
- fill: "none",
327
- xmlns: "http://www.w3.org/2000/svg",
328
- style: { marginLeft: "8px" },
329
- children: /* @__PURE__ */ jsx(
330
- "path",
331
- {
332
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
333
- fill: "white"
334
- }
335
- )
336
- }
337
- )
338
- }
339
- )
340
- ]
341
- }
342
- ),
343
- /* @__PURE__ */ jsxs(
344
- "li",
345
- {
346
- className: styles.sub_nav_link,
347
- onMouseEnter: () => handleMouseEnter("plan"),
348
- role: "menuitem",
349
- children: [
350
- /* @__PURE__ */ jsx(
351
- "a",
352
- {
353
- href: resolveUrl("{AXOSBANK}/personal/plan"),
354
- id: "personalNav4",
355
- "aria-label": "Press Enter to navigate to the Plan section home page, or press Tab again to focus on the down arrow and press Enter to open the Plan section sub-menu.",
356
- children: "Plan"
357
- }
358
- ),
359
- /* @__PURE__ */ jsx(
360
- "a",
361
- {
362
- href: "#",
363
- id: "personalNav4",
364
- "aria-label": "Press Enter to open the Plan section sub-menu.",
365
- onKeyDown: (event) => {
366
- if (event.key === "Enter") {
367
- handleMouseEnter("plan");
368
- }
369
- },
370
- children: /* @__PURE__ */ jsx(
371
- "svg",
372
- {
373
- width: "15",
374
- height: "12",
375
- viewBox: "0 0 20 12",
376
- fill: "none",
377
- xmlns: "http://www.w3.org/2000/svg",
378
- style: { marginLeft: "8px" },
379
- children: /* @__PURE__ */ jsx(
380
- "path",
381
- {
382
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
383
- fill: "white"
384
- }
385
- )
386
- }
387
- )
388
- }
389
- )
390
- ]
391
- }
392
- )
393
- ] }),
394
- (isBusiness || isCommercial) && /* @__PURE__ */ jsxs(Fragment, { children: [
395
- /* @__PURE__ */ jsxs(
396
- "li",
397
- {
398
- className: styles.sub_nav_link,
399
- onMouseEnter: () => handleMouseEnter("sbb"),
400
- role: "menuitem",
401
- children: [
402
- /* @__PURE__ */ jsx(
403
- "a",
404
- {
405
- href: resolveUrl("{AXOSBANK}/business"),
406
- id: "busNav1",
407
- "aria-label": "Press Enter to navigate to the Small Business Banking section home page, or press Tab again to focus on the down arrow and press Enter to open the Small Business Banking section sub-menu.",
408
- children: "Small Business Banking"
409
- }
410
- ),
411
- /* @__PURE__ */ jsx(
412
- "a",
413
- {
414
- href: "#",
415
- id: "busNav1",
416
- "aria-label": "Press Enter to open the Small Business Banking section sub-menu.",
417
- onKeyDown: (event) => {
418
- if (event.key === "Enter") {
419
- handleMouseEnter("sbb");
420
- }
421
- },
422
- children: /* @__PURE__ */ jsx(
423
- "svg",
424
- {
425
- width: "15",
426
- height: "12",
427
- viewBox: "0 0 20 12",
428
- fill: "none",
429
- xmlns: "http://www.w3.org/2000/svg",
430
- style: { marginLeft: "8px" },
431
- children: /* @__PURE__ */ jsx(
432
- "path",
433
- {
434
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
435
- fill: "white"
436
- }
437
- )
438
- }
439
- )
440
- }
441
- )
442
- ]
443
- }
444
- ),
445
- /* @__PURE__ */ jsxs(
446
- "li",
447
- {
448
- className: styles.sub_nav_link,
449
- onMouseEnter: () => handleMouseEnter("combank"),
450
- role: "menuitem",
451
- children: [
452
- /* @__PURE__ */ jsx(
453
- "a",
454
- {
455
- href: resolveUrl("{AXOSBANK}/commercial/banking"),
456
- id: "busNav2",
457
- "aria-label": "Press Enter to navigate to the Commercial Banking section home page, or press Tab again to focus on the down arrow and press Enter to open the Commercial Banking section sub-menu.",
458
- children: "Commercial Banking"
459
- }
460
- ),
461
- /* @__PURE__ */ jsx(
462
- "a",
463
- {
464
- href: "#",
465
- id: "busNav2",
466
- "aria-label": "Press Enter to open the Commercial Banking section sub-menu.",
467
- onKeyDown: (event) => {
468
- if (event.key === "Enter") {
469
- handleMouseEnter("combank");
470
- }
471
- },
472
- children: /* @__PURE__ */ jsx(
473
- "svg",
474
- {
475
- width: "15",
476
- height: "12",
477
- viewBox: "0 0 20 12",
478
- fill: "none",
479
- xmlns: "http://www.w3.org/2000/svg",
480
- style: { marginLeft: "8px" },
481
- children: /* @__PURE__ */ jsx(
482
- "path",
483
- {
484
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
485
- fill: "white"
486
- }
487
- )
488
- }
489
- )
490
- }
491
- )
492
- ]
493
- }
494
- ),
495
- /* @__PURE__ */ jsxs(
496
- "li",
497
- {
498
- className: styles.sub_nav_link,
499
- onMouseEnter: () => handleMouseEnter("comlending"),
500
- role: "menuitem",
501
- children: [
502
- /* @__PURE__ */ jsx(
503
- "a",
504
- {
505
- href: resolveUrl("{AXOSBANK}/commercial/lending"),
506
- id: "busNav3",
507
- "aria-label": "Press Enter to navigate to the Commercial Lending section home page, or press Tab again to focus on the down arrow and press Enter to open the Commercial Lending section sub-menu.",
508
- children: "Commercial Lending"
509
- }
510
- ),
511
- /* @__PURE__ */ jsx(
512
- "a",
513
- {
514
- href: "#",
515
- id: "busNav3",
516
- "aria-label": "Press Enter to open the Commercial Lending section sub-menu.",
517
- onKeyDown: (event) => {
518
- if (event.key === "Enter") {
519
- handleMouseEnter("comlending");
520
- }
521
- },
522
- children: /* @__PURE__ */ jsx(
523
- "svg",
524
- {
525
- width: "15",
526
- height: "12",
527
- viewBox: "0 0 20 12",
528
- fill: "none",
529
- xmlns: "http://www.w3.org/2000/svg",
530
- style: { marginLeft: "8px" },
531
- children: /* @__PURE__ */ jsx(
532
- "path",
533
- {
534
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
535
- fill: "white"
536
- }
537
- )
538
- }
539
- )
540
- }
541
- )
542
- ]
543
- }
544
- )
545
- ] }),
546
- pathname?.includes("/partners") && /* @__PURE__ */ jsxs(Fragment, { children: [
547
- /* @__PURE__ */ jsxs(
548
- "li",
549
- {
550
- className: styles.sub_nav_link,
551
- onMouseEnter: () => handleMouseEnter("wholelending"),
552
- role: "menuitem",
553
- children: [
554
- /* @__PURE__ */ jsx(
555
- "a",
556
- {
557
- href: resolveUrl(
558
- "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
559
- ),
560
- id: "partNav2",
561
- "aria-label": "Press Enter to navigate to the Wholesale Lending section home page, or press Tab again to focus on the down arrow and press Enter to open the Wholesale Lending section sub-menu.",
562
- children: "Wholesale Lending"
563
- }
564
- ),
565
- /* @__PURE__ */ jsx(
566
- "a",
567
- {
568
- href: "#",
569
- id: "partNav2",
570
- "aria-label": "Press Enter to open the Wholesale Lending section sub-menu.",
571
- onKeyDown: (event) => {
572
- if (event.key === "Enter") {
573
- handleMouseEnter("wholelending");
574
- }
575
- },
576
- children: /* @__PURE__ */ jsx(
577
- "svg",
578
- {
579
- width: "15",
580
- height: "12",
581
- viewBox: "0 0 20 12",
582
- fill: "none",
583
- xmlns: "http://www.w3.org/2000/svg",
584
- style: { marginLeft: "8px" },
585
- children: /* @__PURE__ */ jsx(
586
- "path",
587
- {
588
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
589
- fill: "white"
590
- }
591
- )
592
- }
593
- )
594
- }
595
- )
596
- ]
92
+ const renderSubItems = items?.subItems?.map(
93
+ (item) => item && /* @__PURE__ */ jsxs(
94
+ "li",
95
+ {
96
+ className: styles.sub_nav_link,
97
+ onMouseEnter: () => {
98
+ if (item && "menuItems" in item && item?.menuItems?.subItems && item?.menuItems?.subItems?.length > 0) {
99
+ handleMouseEnter(item?.label);
597
100
  }
598
- ),
599
- /* @__PURE__ */ jsxs(
600
- "li",
601
- {
602
- className: styles.sub_nav_link,
603
- onMouseEnter: () => handleMouseEnter("dealerservices"),
604
- role: "menuitem",
605
- children: [
606
- /* @__PURE__ */ jsx(
607
- "a",
608
- {
609
- href: resolveUrl("{AXOSBANK}/partners/dealer-services"),
610
- id: "partNav5",
611
- "aria-label": "Press Enter to navigate to the Dealer Services section home page, or press Tab again to focus on the down arrow and press Enter to open the Dealer Services section sub-menu.",
612
- children: "Dealer Services"
613
- }
614
- ),
615
- /* @__PURE__ */ jsx(
616
- "a",
617
- {
618
- href: "#",
619
- id: "partNav5",
620
- "aria-label": "Press Enter to open the Dealer Services section sub-menu.",
621
- onKeyDown: (event) => {
622
- if (event.key === "Enter") {
623
- handleMouseEnter("dealerservices");
624
- }
625
- },
101
+ },
102
+ role: "menuitem",
103
+ id: `menu-${item?.label?.toLocaleLowerCase()}`,
104
+ children: [
105
+ /* @__PURE__ */ jsx(
106
+ "a",
107
+ {
108
+ href: resolveUrl(item?.url),
109
+ id: item?.target?.id,
110
+ "aria-label": item?.descriptiveTextAriaLabel,
111
+ children: item?.label
112
+ }
113
+ ),
114
+ "menuItems" in item && item?.menuItems && item?.menuItems?.subItems && item?.menuItems?.subItems?.length > 0 ? /* @__PURE__ */ jsx(
115
+ "a",
116
+ {
117
+ href: "#",
118
+ id: item?.label,
119
+ onKeyDown: (event) => {
120
+ if (event.key === "Enter") {
121
+ handleMouseEnter(item?.label);
122
+ }
123
+ },
124
+ "aria-label": `Press Enter to open the ${item?.label} section sub-menu.`,
125
+ children: /* @__PURE__ */ jsx(
126
+ "svg",
127
+ {
128
+ width: "15",
129
+ height: "12",
130
+ viewBox: "0 0 20 12",
131
+ fill: "none",
132
+ xmlns: "http://www.w3.org/2000/svg",
133
+ style: { marginLeft: "8px" },
626
134
  children: /* @__PURE__ */ jsx(
627
- "svg",
135
+ "path",
628
136
  {
629
- width: "15",
630
- height: "12",
631
- viewBox: "0 0 20 12",
632
- fill: "none",
633
- xmlns: "http://www.w3.org/2000/svg",
634
- style: { marginLeft: "8px" },
635
- children: /* @__PURE__ */ jsx(
636
- "path",
637
- {
638
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
639
- fill: "white"
640
- }
641
- )
137
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
138
+ fill: "white"
642
139
  }
643
140
  )
644
141
  }
645
142
  )
646
- ]
647
- }
648
- ),
649
- /* @__PURE__ */ jsx(
650
- "li",
651
- {
652
- className: styles.sub_nav_link,
653
- onMouseEnter: handleMouseLeave,
654
- role: "menuitem",
655
- children: /* @__PURE__ */ jsx(
656
- Link,
657
- {
658
- href: resolveUrl(
659
- "{AXOSBANK}/partners/strategic-partnerships"
660
- ),
661
- id: "partNav6",
662
- "aria-label": "Press Enter to navigate to the Strategic Partnerships section home page.",
663
- children: "Strategic Partnerships"
664
- }
665
- )
666
- }
667
- )
668
- ] }),
669
- pathname?.includes("/customer-support") && support.map(
670
- (item) => /* @__PURE__ */ jsx(
671
- "li",
672
- {
673
- className: styles.sub_nav_link,
674
- role: "menuitem",
675
- children: /* @__PURE__ */ jsx(Link, { href: item.url, children: item.name })
676
- },
677
- `snb-${item.id}`
678
- )
679
- ),
680
- pathname?.includes("/about-us") && about.map((item) => /* @__PURE__ */ jsx(
681
- "li",
682
- {
683
- className: styles.sub_nav_link,
684
- role: "menuitem",
685
- children: /* @__PURE__ */ jsx(Link, { href: item.url, children: item.name })
143
+ }
144
+ ) : null
145
+ ]
146
+ },
147
+ item?.id
148
+ )
149
+ );
150
+ return /* @__PURE__ */ jsx("div", { className: `${sub_nav} ${styles.desktop_only}`, ref: subNavBarRef, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsxs("nav", { children: [
151
+ /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", role: "menubar", children: renderSubItems }),
152
+ /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsx(
153
+ "div",
154
+ {
155
+ style: {
156
+ display: hoveredLink !== void 0 ? "block" : "none"
686
157
  },
687
- `snb-${item.id}`
688
- )),
689
- pathname?.includes("/legal") && legal.map((item) => /* @__PURE__ */ jsx(
690
- "li",
691
- {
692
- className: styles.sub_nav_link,
693
- role: "menuitem",
694
- children: /* @__PURE__ */ jsx(Link, { href: item.url, children: item.name })
158
+ onMouseLeave: () => {
159
+ setHoveredLink(void 0);
695
160
  },
696
- `snb-${item.id}`
697
- ))
698
- ] }),
699
- /* @__PURE__ */ jsxs("div", { className: "relative", children: [
700
- hoveredLink === "bank" && /* @__PURE__ */ jsx(
701
- "div",
702
- {
703
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
704
- role: "menu",
705
- onMouseLeave: handleMouseLeave,
706
- ref: containerRef,
707
- tabIndex: 0,
708
- onKeyDown: (event) => handleKeyDownContainer(event, "personalNav2"),
709
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
710
- /* @__PURE__ */ jsxs(
711
- "div",
712
- {
713
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
714
- children: [
715
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
716
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Introducing Axos ONE" }),
717
- /* @__PURE__ */ jsxs("p", { className: styles.mt_8, children: [
718
- "Explore the benefits of our newest account bundle with up to ",
719
- AXOS_ONE_APY,
720
- "% APY",
721
- /* @__PURE__ */ jsx("sup", { children: "*" }),
722
- " on Savings and ",
723
- AXOS_ONE_APY_CHECKING,
724
- "% APY",
725
- /* @__PURE__ */ jsx("sup", { children: "*" }),
726
- " on Checking, plus early paydays and no maintenance fees."
727
- ] })
728
- ] }),
729
- /* @__PURE__ */ jsx(
730
- "div",
731
- {
732
- className: `${styles.mt_8} ${styles.dd_media_img}`,
733
- children: /* @__PURE__ */ jsx(
734
- "img",
735
- {
736
- src: resolveUrl(
737
- "{AXOS}/images/17Q3IVqKwSGO9cMqFUWF4o/axos-one-nav.png"
738
- ),
739
- alt: "",
740
- width: 233,
741
- height: 233
742
- }
743
- )
744
- }
745
- ),
746
- /* @__PURE__ */ jsx(
747
- "div",
748
- {
749
- className: `${styles.mt_8} ${styles.dd_media_cta}`,
750
- children: /* @__PURE__ */ jsx(
751
- Link,
752
- {
753
- href: resolveUrl(
754
- "{AXOSBANK}/personal/bank/axos-one"
755
- ),
756
- "aria-label": "learn more about axos ONE checking and savings products",
757
- className: `${dd_main_btn} text_center`,
758
- children: "Learn More"
759
- }
760
- )
761
- }
762
- )
763
- ]
764
- }
765
- ),
766
- /* @__PURE__ */ jsxs(
767
- "div",
768
- {
769
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
770
- children: [
771
- /* @__PURE__ */ jsxs(
772
- "div",
773
- {
774
- className: `${styles.headline} flex_row middle between`,
775
- children: [
776
- /* @__PURE__ */ jsx("span", { role: "heading", children: "Take your money further, faster" }),
777
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
778
- /* @__PURE__ */ jsx(
779
- Image,
780
- {
781
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
782
- alt: "",
783
- width: 20,
784
- height: 20
785
- }
786
- ),
787
- /* @__PURE__ */ jsx(
788
- "div",
789
- {
790
- className: `${styles.headline_cta} ${styles.ml_8}`,
791
- children: /* @__PURE__ */ jsx(
792
- Link,
793
- {
794
- href: resolveUrl("{AXOSBANK}/personal/support"),
795
- children: "Help & Support"
796
- }
797
- )
798
- }
799
- )
800
- ] })
801
- ]
802
- }
803
- ),
804
- /* @__PURE__ */ jsx("hr", {}),
805
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists}`, children: [
806
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
807
- /* @__PURE__ */ jsx(
808
- Image,
809
- {
810
- src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
811
- alt: "",
812
- width: 20,
813
- height: 20
814
- }
815
- ),
816
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
817
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
818
- Link,
819
- {
820
- href: resolveUrl(
821
- "{AXOSBANK}/personal/bank/checking-accounts"
822
- ),
823
- role: "heading",
824
- children: "Checking"
825
- }
826
- ) }),
827
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
828
- Link,
829
- {
830
- href: resolveUrl(
831
- "{AXOSBANK}/personal/bank/axos-one"
832
- ),
833
- children: "Axos ONE Checking"
834
- }
835
- ) }),
836
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
837
- Link,
838
- {
839
- href: resolveUrl(
840
- "{AXOSBANK}/personal/bank/checking-accounts/rewards-checking"
841
- ),
842
- children: "Rewards Checking"
843
- }
844
- ) }),
845
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
846
- Link,
847
- {
848
- href: resolveUrl(
849
- "{AXOSBANK}/personal/bank/checking-accounts/essential-checking"
850
- ),
851
- children: "Essential Checking"
852
- }
853
- ) }),
854
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
855
- Link,
856
- {
857
- href: resolveUrl(
858
- "{AXOSBANK}/personal/bank/checking-accounts/first-checking"
859
- ),
860
- children: "First Checking"
861
- }
862
- ) }),
863
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
864
- Link,
865
- {
866
- href: resolveUrl(
867
- "{AXOSBANK}/personal/bank/checking-accounts/cashback-checking"
868
- ),
869
- children: "CashBack Checking"
870
- }
871
- ) }),
872
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
873
- Link,
874
- {
875
- href: resolveUrl(
876
- "{AXOSBANK}/personal/bank/checking-accounts/golden-checking"
877
- ),
878
- children: "Golden Checking"
879
- }
880
- ) })
881
- ] })
882
- ] }),
883
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
884
- /* @__PURE__ */ jsx(
885
- Image,
886
- {
887
- src: `https://images.axos.com/o9ov1v03uwqk/5ODchMOjrkKa90SBWKwcDw/e5508c26d341bfb58318e052d89f4771/nav-submenu-savings-icon.svg`,
888
- alt: "",
889
- width: 20,
890
- height: 20
891
- }
892
- ),
893
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
894
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
895
- Link,
896
- {
897
- href: resolveUrl(
898
- "{AXOSBANK}/personal/bank/savings-accounts"
899
- ),
900
- role: "heading",
901
- children: "Savings"
902
- }
903
- ) }),
904
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
905
- Link,
906
- {
907
- href: resolveUrl(
908
- "{AXOSBANK}/personal/bank/axos-one"
909
- ),
910
- children: "Axos ONE Savings"
911
- }
912
- ) }),
913
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
914
- Link,
915
- {
916
- href: resolveUrl(
917
- "{AXOSBANK}/personal/bank/savings-accounts/summit-savings"
918
- ),
919
- children: "Summit Savings"
920
- }
921
- ) }),
922
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
923
- Link,
924
- {
925
- href: resolveUrl(
926
- "{AXOSBANK}/personal/bank/savings-accounts/first-savings"
927
- ),
928
- children: "First Savings"
929
- }
930
- ) })
931
- ] })
932
- ] }),
933
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
934
- /* @__PURE__ */ jsx(
935
- Image,
936
- {
937
- src: `https://images.axos.com/o9ov1v03uwqk/2zmsYM7kjm1WgbDkir7c3/16313ad773ff08a2d9bfa61ba161a528/nav-submenu-premier-icon.svg`,
938
- alt: "",
939
- width: 20,
940
- height: 20
941
- }
942
- ),
943
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
944
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
945
- Link,
946
- {
947
- href: resolveUrl(
948
- "{AXOSBANK}/personal/bank/premier"
949
- ),
950
- role: "heading",
951
- children: "Premier"
952
- }
953
- ) }),
954
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
955
- Link,
956
- {
957
- href: resolveUrl(
958
- "{AXOSBANK}/personal/bank/premier/private-client-banking"
959
- ),
960
- children: "Private Client"
961
- }
962
- ) }),
963
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
964
- Link,
965
- {
966
- href: resolveUrl(
967
- "{AXOSBANK}/personal/bank/premier/insureguard-savings"
968
- ),
969
- children: "InsureGuard+"
970
- }
971
- ) }),
972
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
973
- Link,
974
- {
975
- href: resolveUrl(
976
- "{AXOSBANK}/personal/bank/premier/trust"
977
- ),
978
- children: "Trust Accounts"
979
- }
980
- ) })
981
- ] })
982
- ] }),
983
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
984
- /* @__PURE__ */ jsx(
985
- Image,
986
- {
987
- src: `https://images.axos.com/o9ov1v03uwqk/5JqDuUm6D5hbX2MQrbWCQq/0c6b5ed3d5e08cd03e2ca20b8e2f39ef/nav-submenu-atm-icon.svg`,
988
- alt: "",
989
- width: 20,
990
- height: 20
991
- }
992
- ),
993
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
994
- Link,
995
- {
996
- href: resolveUrl(
997
- "{AXOSBANK}/personal/support/atm-locator"
998
- ),
999
- role: "heading",
1000
- children: "ATM Locator"
1001
- }
1002
- ) }) })
1003
- ] }),
1004
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1005
- /* @__PURE__ */ jsx(
1006
- Image,
1007
- {
1008
- src: `https://images.axos.com/o9ov1v03uwqk/6ninSDVeSycXICNX8zF4J3/75ccf4194f0b3e7209f4095457bce00d/nav-submenu-raf-icon.svg`,
1009
- alt: "",
1010
- width: 20,
1011
- height: 20
1012
- }
1013
- ),
1014
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1015
- Link,
1016
- {
1017
- href: resolveUrl(
1018
- "{AXOSBANK}/personal/bank/refer-a-friend"
1019
- ),
1020
- role: "heading",
1021
- children: "Refer-a-Friend"
1022
- }
1023
- ) }) })
1024
- ] }),
1025
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1026
- /* @__PURE__ */ jsx(
1027
- Image,
1028
- {
1029
- src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
1030
- alt: "",
1031
- width: 20,
1032
- height: 20
1033
- }
1034
- ),
1035
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1036
- Link,
1037
- {
1038
- href: resolveUrl(
1039
- "{AXOSBANK}/personal/insights"
1040
- ),
1041
- role: "heading",
1042
- children: "Insights"
1043
- }
1044
- ) }) })
1045
- ] })
1046
- ] })
1047
- ]
1048
- }
1049
- )
1050
- ] }) })
1051
- }
1052
- ),
1053
- hoveredLink === "borrow" && /* @__PURE__ */ jsx(
1054
- "div",
1055
- {
1056
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1057
- role: "menu",
1058
- onMouseLeave: handleMouseLeave,
1059
- ref: containerRef,
1060
- tabIndex: 0,
1061
- onKeyDown: (event) => handleKeyDownContainer(event, "personalNav3"),
1062
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1063
- /* @__PURE__ */ jsxs(
1064
- "div",
1065
- {
1066
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
1067
- children: [
1068
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1069
- /* @__PURE__ */ jsxs("p", { role: "heading", children: [
1070
- "$0 Lender Fee",
1071
- /* @__PURE__ */ jsx("sup", { children: "1" }),
1072
- " on Home Loans"
1073
- ] }),
1074
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Our best offer ever on home loans. Don't miss this limited time offer!" })
1075
- ] }),
1076
- /* @__PURE__ */ jsx(
1077
- "div",
1078
- {
1079
- className: `${styles.mt_8} ${styles.dd_media_img}`,
1080
- children: /* @__PURE__ */ jsx(
1081
- "img",
1082
- {
1083
- src: resolveUrl(
1084
- "{AXOS}/images/6tVncmpCfCXbilZHhFUYJ5/nav-submenu-borrow.webp"
1085
- ),
1086
- alt: "",
1087
- width: 232,
1088
- height: 232
1089
- }
1090
- )
1091
- }
1092
- ),
1093
- /* @__PURE__ */ jsx(
1094
- "div",
1095
- {
1096
- className: `${styles.mt_8} ${styles.dd_media_cta}`,
1097
- children: /* @__PURE__ */ jsx(
1098
- Link,
1099
- {
1100
- href: resolveUrl(
1101
- "{AXOSBANK}/personal/borrow/mortgages"
1102
- ),
1103
- "aria-label": "get a mortgage quote",
1104
- className: `${dd_main_btn} text_center`,
1105
- children: "Get a Quote"
1106
- }
1107
- )
1108
- }
1109
- )
1110
- ]
1111
- }
1112
- ),
1113
- /* @__PURE__ */ jsxs(
1114
- "div",
1115
- {
1116
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1117
- children: [
1118
- /* @__PURE__ */ jsxs(
1119
- "div",
1120
- {
1121
- className: `${styles.headline} flex_row middle between`,
1122
- children: [
1123
- /* @__PURE__ */ jsx("span", { role: "heading", children: "Great rates on home loans" }),
1124
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1125
- /* @__PURE__ */ jsx(
1126
- Image,
1127
- {
1128
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1129
- alt: "",
1130
- width: 20,
1131
- height: 20
1132
- }
1133
- ),
1134
- /* @__PURE__ */ jsx(
1135
- "div",
1136
- {
1137
- className: `${styles.headline_cta} ${styles.ml_8}`,
1138
- children: /* @__PURE__ */ jsx(
1139
- Link,
1140
- {
1141
- href: resolveUrl("{AXOSBANK}/personal/support"),
1142
- children: "Help & Support"
1143
- }
1144
- )
1145
- }
1146
- )
1147
- ] })
1148
- ]
1149
- }
1150
- ),
1151
- /* @__PURE__ */ jsx("hr", {}),
1152
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists}`, children: [
1153
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1154
- /* @__PURE__ */ jsx(
1155
- Image,
1156
- {
1157
- src: `https://images.axos.com/o9ov1v03uwqk/4DCrulmnArCq5AeiHLUNg9/210d1bd6d08d15d9999494ea027ba4fd/nav-submenu-mortgage-icon.webp`,
1158
- alt: "",
1159
- width: 20,
1160
- height: 20
1161
- }
1162
- ),
1163
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1164
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1165
- Link,
1166
- {
1167
- href: resolveUrl(
1168
- "{AXOSBANK}/personal/borrow/mortgages"
1169
- ),
1170
- role: "heading",
1171
- children: "Mortgages"
1172
- }
1173
- ) }),
1174
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1175
- Link,
1176
- {
1177
- href: resolveUrl(
1178
- "{AXOSBANK}/personal/borrow/mortgages/buying-a-home"
1179
- ),
1180
- children: "Buying a Home"
1181
- }
1182
- ) }),
1183
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1184
- Link,
1185
- {
1186
- href: resolveUrl(
1187
- "{AXOSBANK}/personal/borrow/mortgages/refinance"
1188
- ),
1189
- children: "Mortgage Refinance"
1190
- }
1191
- ) }),
1192
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1193
- Link,
1194
- {
1195
- href: resolveUrl(
1196
- "{AXOSBANK}/personal/borrow/mortgages/buying-a-home/get-pre-qualified"
1197
- ),
1198
- children: "Get Pre-qualified"
1199
- }
1200
- ) }),
1201
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1202
- Link,
1203
- {
1204
- href: resolveUrl(
1205
- "{AXOSBANK}/personal/borrow/mortgages"
1206
- ),
1207
- children: "Get a Rate Quote"
1208
- }
1209
- ) }),
1210
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1211
- Link,
1212
- {
1213
- href: resolveUrl(
1214
- "{AFP}/login?apply_mortgage=true"
1215
- ),
1216
- children: "Apply Now"
1217
- }
1218
- ) }),
1219
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1220
- Link,
1221
- {
1222
- href: resolveUrl(
1223
- "{AXOSBANK}/personal/borrow/mortgages/buying-a-home/process"
1224
- ),
1225
- children: "Mortgage Services"
1226
- }
1227
- ) }),
1228
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1229
- Link,
1230
- {
1231
- href: resolveUrl(
1232
- "{AXOSBANK}/personal/support/manage-my-loan"
1233
- ),
1234
- children: "Make a Payment"
1235
- }
1236
- ) }),
1237
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1238
- Link,
1239
- {
1240
- href: resolveUrl(
1241
- "{AXOSBANK}/personal/borrow/mortgages/construction-lending"
1242
- ),
1243
- children: "Construction Lending"
1244
- }
1245
- ) })
1246
- ] })
1247
- ] }),
1248
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1249
- /* @__PURE__ */ jsx(
1250
- Image,
1251
- {
1252
- src: `https://images.axos.com/o9ov1v03uwqk/1P3FqllFkxleBe4qGVpcJD/7cfbf9d5aaeaf0b87c70f7438de9119a/nav-submenu-personalloans-icon.webp`,
1253
- alt: "",
1254
- width: 20,
1255
- height: 20
1256
- }
1257
- ),
1258
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1259
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1260
- Link,
1261
- {
1262
- href: resolveUrl(
1263
- "{AXOSBANK}/personal/borrow/personal-loans"
1264
- ),
1265
- role: "heading",
1266
- children: "Personal Loans"
1267
- }
1268
- ) }),
1269
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1270
- Link,
1271
- {
1272
- href: resolveUrl(
1273
- "{AXOSBANK}/personal/borrow/personal-loans"
1274
- ),
1275
- children: "Learn More"
1276
- }
1277
- ) }),
1278
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: resolveUrl(`{PERSONALLOANS}`), children: "Apply Now" }) }),
1279
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1280
- Link,
1281
- {
1282
- href: resolveUrl(
1283
- "{AXOSBANK}/personal/support/manage-my-loan"
1284
- ),
1285
- children: "Make a Payment"
1286
- }
1287
- ) }),
1288
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1289
- Link,
1290
- {
1291
- href: resolveUrl(
1292
- "{AXOSBANK}/personal/borrow/personal-loans/debt-consolidation"
1293
- ),
1294
- children: "Debt Consolidation Loans"
1295
- }
1296
- ) }),
1297
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1298
- Link,
1299
- {
1300
- href: resolveUrl(
1301
- "{AXOSBANK}/personal/borrow/personal-loans/home-improvements"
1302
- ),
1303
- children: "Home Improvement Loans"
1304
- }
1305
- ) }),
1306
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1307
- Link,
1308
- {
1309
- href: resolveUrl(
1310
- "{AXOSBANK}/personal/borrow/personal-loans/major-purchases"
1311
- ),
1312
- children: "Major Purchases Loans"
1313
- }
1314
- ) })
1315
- ] })
1316
- ] }),
1317
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1318
- /* @__PURE__ */ jsx(
1319
- Image,
1320
- {
1321
- src: `https://images.axos.com/o9ov1v03uwqk/jpqd1KnknpG6gVaYg04Bl/a55d179434815dc4029ee413d8d7a703/nav-submenu-auto-icon.webp`,
1322
- alt: "",
1323
- width: 20,
1324
- height: 20
1325
- }
1326
- ),
1327
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1328
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1329
- Link,
1330
- {
1331
- href: resolveUrl(
1332
- "{AXOSBANK}/personal/borrow/auto-loans"
1333
- ),
1334
- role: "heading",
1335
- children: "Auto Loans"
1336
- }
1337
- ) }),
1338
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1339
- Link,
1340
- {
1341
- href: resolveUrl(
1342
- "{AXOSBANK}/personal/borrow/auto-loans/purchase-a-vehicle"
1343
- ),
1344
- children: "Auto Purchase Loans"
1345
- }
1346
- ) }),
1347
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1348
- Link,
1349
- {
1350
- href: resolveUrl(
1351
- "{AXOSBANK}/personal/borrow/auto-loans/refinance"
1352
- ),
1353
- children: "Auto Refinance Loans"
1354
- }
1355
- ) }),
1356
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1357
- Link,
1358
- {
1359
- href: resolveUrl(
1360
- "{AXOSBANK}/tools/calculators/auto-loan-calculator"
1361
- ),
1362
- children: "Auto Payment Calculator"
1363
- }
1364
- ) }),
1365
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1366
- Link,
1367
- {
1368
- href: resolveUrl(
1369
- "{AXOSBANK}/personal/support/manage-my-loan"
1370
- ),
1371
- children: "Manage My Loan"
1372
- }
1373
- ) })
1374
- ] })
1375
- ] }),
1376
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1377
- /* @__PURE__ */ jsx(
1378
- Image,
1379
- {
1380
- src: `https://images.axos.com/o9ov1v03uwqk/4PzOJa1zI8qoTiFwQZHywH/3b135a2bb9f281633d2d9f8035dff6e3/nav-submenu-marine-icon.svg`,
1381
- alt: "",
1382
- width: 20,
1383
- height: 20
1384
- }
1385
- ),
1386
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1387
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1388
- Link,
1389
- {
1390
- href: resolveUrl(
1391
- "{AXOSBANK}/personal/borrow/marine-loans"
1392
- ),
1393
- role: "heading",
1394
- children: "Marine Loans"
1395
- }
1396
- ) }),
1397
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1398
- Link,
1399
- {
1400
- href: resolveUrl(
1401
- "{AXOSBANK}/personal/borrow/marine-loans"
1402
- ),
1403
- children: "Find The Right Loan"
1404
- }
1405
- ) }),
1406
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1407
- Link,
1408
- {
1409
- href: resolveUrl(
1410
- "{AXOSBANK}/personal/borrow/marine-loans#AXB----Lets-Talk-LVF-for-AXB----Webform"
1411
- ),
1412
- children: "Contact Us"
1413
- }
1414
- ) })
1415
- ] })
1416
- ] })
1417
- ] })
1418
- ]
1419
- }
1420
- )
1421
- ] }) })
1422
- }
1423
- ),
1424
- hoveredLink === "invest" && /* @__PURE__ */ jsx(
1425
- "div",
1426
- {
1427
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1428
- role: "menu",
1429
- onMouseLeave: handleMouseLeave,
1430
- ref: containerRef,
1431
- tabIndex: 0,
1432
- onKeyDown: (event) => handleKeyDownContainer(event, "personalNav4"),
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} text_center`,
1438
- children: [
1439
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1440
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Managed portfolios selection tool" }),
1441
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Investing made personal and powerful. Answer a few questions and discover curated stock, mutual fund, and ETF portfolios designed to match your financial lifecycle phase." })
1442
- ] }),
1443
- /* @__PURE__ */ jsx(
1444
- "div",
1445
- {
1446
- className: `${styles.mt_8} ${styles.dd_media_img}`,
1447
- children: /* @__PURE__ */ jsx(
1448
- "img",
1449
- {
1450
- src: resolveUrl(
1451
- "{AXOS}/images/1Gg7yGe3iY6GFxTSxL3i1u/nav-submenu-managed-portfolios-selection-tool.png"
1452
- ),
1453
- alt: "",
1454
- width: 232,
1455
- height: 232
1456
- }
1457
- )
1458
- }
1459
- ),
1460
- /* @__PURE__ */ jsx(
1461
- "div",
1462
- {
1463
- className: `${styles.mt_8} ${styles.dd_media_cta}`,
1464
- children: /* @__PURE__ */ jsx(
1465
- Link,
1466
- {
1467
- href: resolveUrl(
1468
- "{AXOS}/invest/managed-portfolios/questionnaire"
1469
- ),
1470
- "aria-label": "learn more about managed portfolios.",
1471
- className: `${dd_main_btn} text_center`,
1472
- children: "Learn More"
1473
- }
1474
- )
1475
- }
1476
- )
1477
- ]
1478
- }
1479
- ),
1480
- /* @__PURE__ */ jsxs(
1481
- "div",
1482
- {
1483
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1484
- children: [
1485
- /* @__PURE__ */ jsxs(
1486
- "div",
1487
- {
1488
- className: `${styles.headline} flex_row middle between`,
1489
- children: [
1490
- /* @__PURE__ */ jsx("span", { role: "heading", children: "Quickly discover and compare mutual funds and ETFs" }),
1491
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1492
- /* @__PURE__ */ jsx(
1493
- Image,
1494
- {
1495
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1496
- alt: "",
1497
- width: 20,
1498
- height: 20
1499
- }
1500
- ),
1501
- /* @__PURE__ */ jsx(
1502
- "div",
1503
- {
1504
- className: `${styles.headline_cta} ${styles.ml_8}`,
1505
- children: /* @__PURE__ */ jsx(Link, { href: resolveUrl("{AXOS}/invest/support"), children: "Help & Support" })
1506
- }
1507
- )
1508
- ] })
1509
- ]
1510
- }
1511
- ),
1512
- /* @__PURE__ */ jsx("hr", {}),
1513
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists}`, children: [
1514
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1515
- /* @__PURE__ */ jsx(
1516
- Image,
1517
- {
1518
- src: `https://images.axos.com/o9ov1v03uwqk/1plPiU22JsVdZW6B6XkBi9/14d55691945fba0ba77a7433c6dae988/nav-submenu-mp-icon.svg`,
1519
- alt: "",
1520
- width: 20,
1521
- height: 20
1522
- }
1523
- ),
1524
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1525
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1526
- Link,
1527
- {
1528
- href: resolveUrl(
1529
- "{AXOS}/invest/managed-portfolios"
1530
- ),
1531
- role: "heading",
1532
- children: "Managed Portfolios"
1533
- }
1534
- ) }),
1535
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1536
- Link,
1537
- {
1538
- href: resolveUrl(
1539
- "{AXOS}/invest/managed-portfolios"
1540
- ),
1541
- children: "Managed Portfolios"
1542
- }
1543
- ) }),
1544
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1545
- Link,
1546
- {
1547
- href: resolveUrl(
1548
- "{AXOS}/invest/managed-portfolios/investing-details"
1549
- ),
1550
- children: "Investing Details"
1551
- }
1552
- ) })
1553
- ] })
1554
- ] }),
1555
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1556
- /* @__PURE__ */ jsx(
1557
- Image,
1558
- {
1559
- src: `https://images.axos.com/o9ov1v03uwqk/AZigMaq83kcvUG8bUGsDz/c3dc8ae0e3020b4c39dd64af9f693b9a/nav-submenu-sdt-icon.webp`,
1560
- alt: "",
1561
- width: 20,
1562
- height: 20
1563
- }
1564
- ),
1565
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1566
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1567
- Link,
1568
- {
1569
- href: resolveUrl(
1570
- "{AXOS}/invest/self-directed-trading"
1571
- ),
1572
- role: "heading",
1573
- children: "Self-Directed Trading"
1574
- }
1575
- ) }),
1576
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1577
- Link,
1578
- {
1579
- href: resolveUrl(
1580
- "{AXOS}/invest/self-directed-trading/axos-elite-investing"
1581
- ),
1582
- children: "Axos Elite Investing"
1583
- }
1584
- ) }),
1585
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1586
- Link,
1587
- {
1588
- href: resolveUrl(
1589
- "{AXOS}/invest/self-directed-trading/commission-free-stocks-and-etfs"
1590
- ),
1591
- children: "Stocks & ETFs"
1592
- }
1593
- ) }),
1594
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1595
- Link,
1596
- {
1597
- href: resolveUrl(
1598
- "{AXOS}/invest/self-directed-trading/margin-trading"
1599
- ),
1600
- children: "Margin Trading"
1601
- }
1602
- ) }),
1603
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1604
- Link,
1605
- {
1606
- href: resolveUrl(
1607
- "{AXOS}/invest/self-directed-trading/options-trading"
1608
- ),
1609
- children: "Options Trading"
1610
- }
1611
- ) })
1612
- ] })
1613
- ] }),
1614
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1615
- /* @__PURE__ */ jsx(
1616
- Image,
1617
- {
1618
- src: `https://images.axos.com/o9ov1v03uwqk/1enbU0rQRzTsm4mVsSNaso/1cd6f813063d71515a09ee338250215a/nav-submenu-retirement-icon.svg`,
1619
- alt: "",
1620
- width: 20,
1621
- height: 20
1622
- }
1623
- ),
1624
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1625
- Link,
1626
- {
1627
- href: resolveUrl("{AXOS}/invest/retirement"),
1628
- role: "heading",
1629
- children: "Retirement"
1630
- }
1631
- ) }) })
1632
- ] }),
1633
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1634
- /* @__PURE__ */ jsx(
1635
- Image,
1636
- {
1637
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1638
- alt: "",
1639
- width: 20,
1640
- height: 20
1641
- }
1642
- ),
1643
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1644
- Link,
1645
- {
1646
- href: resolveUrl("{AXOS}/invest/support"),
1647
- role: "heading",
1648
- children: "Support"
1649
- }
1650
- ) }) })
1651
- ] }),
1652
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1653
- /* @__PURE__ */ jsx(
1654
- Image,
1655
- {
1656
- src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
1657
- alt: "",
1658
- width: 20,
1659
- height: 20
1660
- }
1661
- ),
1662
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1663
- Link,
1664
- {
1665
- href: resolveUrl("{AXOS}/invest/insights"),
1666
- role: "heading",
1667
- children: "Insights"
1668
- }
1669
- ) }) })
1670
- ] })
1671
- ] })
1672
- ]
1673
- }
1674
- )
1675
- ] }) })
1676
- }
1677
- ),
1678
- hoveredLink === "plan" && /* @__PURE__ */ jsx(
1679
- "div",
1680
- {
1681
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1682
- role: "menu",
1683
- onMouseLeave: handleMouseLeave,
1684
- ref: containerRef,
1685
- tabIndex: 0,
1686
- onKeyDown: (event) => handleKeyDownContainer(event, "personalNav4"),
1687
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1688
- /* @__PURE__ */ jsxs(
1689
- "div",
1690
- {
1691
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
1692
- children: [
1693
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1694
- /* @__PURE__ */ jsx("p", { role: "heading", children: "All your finances. In one place." }),
1695
- /* @__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!" })
1696
- ] }),
1697
- /* @__PURE__ */ jsx(
1698
- "div",
1699
- {
1700
- className: `${styles.mt_8} ${styles.dd_media_img}`,
1701
- children: /* @__PURE__ */ jsx(
1702
- "img",
1703
- {
1704
- src: resolveUrl(
1705
- "{AXOS}/images/4vSUrmXEbK80FeuAfe2fqJ/nav-submenu-plan.webp"
1706
- ),
1707
- alt: "",
1708
- width: 232,
1709
- height: 232
1710
- }
1711
- )
1712
- }
1713
- ),
1714
- /* @__PURE__ */ jsx(
1715
- "div",
1716
- {
1717
- className: `${styles.mt_8} ${styles.dd_media_cta}`,
1718
- children: /* @__PURE__ */ jsx(
1719
- Link,
1720
- {
1721
- href: resolveUrl(
1722
- "{AXOSBANK}/tools/payment-apps/mobile-app"
1723
- ),
1724
- "aria-label": "download the mobile app",
1725
- className: `${dd_main_btn} text_center`,
1726
- children: "Get the App"
1727
- }
1728
- )
1729
- }
1730
- )
1731
- ]
1732
- }
1733
- ),
1734
- /* @__PURE__ */ jsxs(
1735
- "div",
1736
- {
1737
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1738
- children: [
1739
- /* @__PURE__ */ jsxs(
1740
- "div",
1741
- {
1742
- className: `${styles.headline} flex_row middle between`,
1743
- children: [
1744
- /* @__PURE__ */ jsx("span", { role: "heading", children: "Plan your next move" }),
1745
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1746
- /* @__PURE__ */ jsx(
1747
- Image,
1748
- {
1749
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1750
- alt: "",
1751
- width: 20,
1752
- height: 20
1753
- }
1754
- ),
1755
- /* @__PURE__ */ jsx(
1756
- "div",
1757
- {
1758
- className: `${styles.headline_cta} ${styles.ml_8}`,
1759
- children: /* @__PURE__ */ jsx(
1760
- Link,
1761
- {
1762
- href: resolveUrl("{AXOSBANK}/personal/support"),
1763
- children: "Help & Support"
1764
- }
1765
- )
1766
- }
1767
- )
1768
- ] })
1769
- ]
1770
- }
1771
- ),
1772
- /* @__PURE__ */ jsx("hr", {}),
1773
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists}`, children: [
1774
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1775
- /* @__PURE__ */ jsx(
1776
- Image,
1777
- {
1778
- src: `https://images.axos.com/o9ov1v03uwqk/3bY5vS0jWKu5FYx3wYjhc5/1be7a91da244ae54796ea8191c07150b/nav-submenu-app-icon.webp`,
1779
- alt: "",
1780
- width: 20,
1781
- height: 20
1782
- }
1783
- ),
1784
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1785
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1786
- Link,
1787
- {
1788
- href: resolveUrl(
1789
- "{AXOSBANK}/tools/payment-apps/mobile-app"
1790
- ),
1791
- role: "heading",
1792
- children: "Axos Mobile App"
1793
- }
1794
- ) }),
1795
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1796
- Link,
1797
- {
1798
- href: resolveUrl(
1799
- "{AXOSBANK}/tools/payment-apps/mobile-app"
1800
- ),
1801
- children: "Download the App"
1802
- }
1803
- ) }),
1804
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1805
- Link,
1806
- {
1807
- href: resolveUrl(
1808
- "{AXOSBANK}/tools/payment-apps/mobile-app"
1809
- ),
1810
- children: "Mobile App Features"
1811
- }
1812
- ) })
1813
- ] })
1814
- ] }),
1815
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1816
- /* @__PURE__ */ jsx(
1817
- Image,
1818
- {
1819
- src: `https://images.axos.com/o9ov1v03uwqk/4Dbx1OIp2ARiyWFC0dOqzg/38540096c180880dbb70176d3b2b1b2b/nav-submenu-tools-icon.webp`,
1820
- alt: "",
1821
- width: 20,
1822
- height: 20
1823
- }
1824
- ),
1825
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1826
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1827
- Link,
1828
- {
1829
- href: resolveUrl("{AXOSBANK}/tools"),
1830
- role: "heading",
1831
- children: "Financial Tools"
1832
- }
1833
- ) }),
1834
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1835
- Link,
1836
- {
1837
- href: resolveUrl(
1838
- "{AXOSBANK}/tools/calculators"
1839
- ),
1840
- children: "Calculators"
1841
- }
1842
- ) }),
1843
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1844
- Link,
1845
- {
1846
- href: resolveUrl(
1847
- "{AXOSBANK}/tools/credit-score-monitoring"
1848
- ),
1849
- children: "Credit Score Monitoring"
1850
- }
1851
- ) }),
1852
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1853
- Link,
1854
- {
1855
- href: resolveUrl(
1856
- "{AXOSBANK}/personal/personal-finance-manager"
1857
- ),
1858
- children: "Personal Finance Manager"
1859
- }
1860
- ) }),
1861
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: resolveUrl("{AXOSBANK}/tools"), children: "Additional Tools" }) }),
1862
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1863
- Link,
1864
- {
1865
- href: resolveUrl(
1866
- "{AXOSBANK}/tools/fund-your-account"
1867
- ),
1868
- children: "Fund Your Account"
1869
- }
1870
- ) })
1871
- ] })
1872
- ] }),
1873
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1874
- /* @__PURE__ */ jsx(
1875
- Image,
1876
- {
1877
- src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
1878
- alt: "",
1879
- width: 20,
1880
- height: 20
1881
- }
1882
- ),
1883
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1884
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1885
- Link,
1886
- {
1887
- href: resolveUrl(
1888
- "{AXOSBANK}/personal/insights"
1889
- ),
1890
- role: "heading",
1891
- children: "Education & Insights"
1892
- }
1893
- ) }),
1894
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1895
- Link,
1896
- {
1897
- href: resolveUrl(
1898
- "{AXOSBANK}/personal/insights/finance"
1899
- ),
1900
- children: "Banking Insights"
1901
- }
1902
- ) }),
1903
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1904
- Link,
1905
- {
1906
- href: resolveUrl("{AXOS}/invest/insights"),
1907
- children: "Investing Insights"
1908
- }
1909
- ) })
1910
- ] })
1911
- ] })
1912
- ] })
1913
- ]
1914
- }
1915
- )
1916
- ] }) })
1917
- }
1918
- ),
1919
- hoveredLink === "sbb" && /* @__PURE__ */ jsx(
1920
- "div",
1921
- {
1922
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
1923
- role: "menu",
1924
- onMouseLeave: handleMouseLeave,
1925
- ref: containerRef,
1926
- tabIndex: 0,
1927
- onKeyDown: (event) => handleKeyDownContainer(event, "busNav2"),
1928
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1929
- /* @__PURE__ */ jsxs(
1930
- "div",
1931
- {
1932
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
1933
- children: [
1934
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1935
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Open a Business Banking Account" }),
1936
- /* @__PURE__ */ jsxs("p", { className: styles.mt_8, children: [
1937
- "Designed to move your business forward. Speak to a Relationship Manager at",
1938
- " ",
1939
- /* @__PURE__ */ jsx(
1940
- "a",
1941
- {
1942
- href: "tel:844-678-2726",
1943
- style: { color: "#fff" },
1944
- children: "844-678-2726"
1945
- }
1946
- )
1947
- ] })
1948
- ] }),
1949
- /* @__PURE__ */ jsx(
1950
- "div",
1951
- {
1952
- className: `${styles.mt_8} ${styles.dd_media_img}`,
1953
- children: /* @__PURE__ */ jsx(
1954
- "img",
1955
- {
1956
- src: resolveUrl(
1957
- "{AXOS}/images/5vHrV4m3DbDQt13GOahbYA/nav-submenu-sbb.png"
1958
- ),
1959
- alt: "",
1960
- width: 232,
1961
- height: 232
1962
- }
1963
- )
1964
- }
1965
- ),
1966
- /* @__PURE__ */ jsxs(
1967
- "div",
1968
- {
1969
- className: `${styles.mt_8} ${styles.dd_media_cta}`,
1970
- children: [
1971
- /* @__PURE__ */ jsx(
1972
- Link,
1973
- {
1974
- href: resolveUrl(
1975
- "{AXOSBANK}/business/open-account-return-to-application"
1976
- ),
1977
- "aria-label": "open a business account",
1978
- className: `${dd_main_btn} text_center`,
1979
- children: "Open an Account"
1980
- }
1981
- ),
1982
- /* @__PURE__ */ jsx(
1983
- Link,
1984
- {
1985
- href: resolveUrl(
1986
- "{AXOSBANK}/business/open-account-return-to-application#AXB----Return-To-My-Application----Icon-Billboard"
1987
- ),
1988
- className: dd_cta_link,
1989
- children: "Check Application Status"
1990
- }
1991
- )
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("span", { role: "heading", children: "Move your business forward" }),
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(
2024
- Link,
2025
- {
2026
- href: resolveUrl("{AXOSBANK}/business/support"),
2027
- children: "Help & Support"
2028
- }
2029
- )
2030
- }
2031
- )
2032
- ] })
2033
- ]
2034
- }
2035
- ),
2036
- /* @__PURE__ */ jsx("hr", {}),
2037
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists}`, children: [
2038
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2039
- /* @__PURE__ */ jsx(
2040
- Image,
2041
- {
2042
- src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
2043
- alt: "",
2044
- width: 20,
2045
- height: 20
2046
- }
2047
- ),
2048
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2049
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2050
- Link,
2051
- {
2052
- href: resolveUrl(
2053
- "{AXOSBANK}/business/business-checking-accounts"
2054
- ),
2055
- role: "heading",
2056
- children: "Checking"
2057
- }
2058
- ) }),
2059
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2060
- Link,
2061
- {
2062
- href: resolveUrl(
2063
- "{AXOSBANK}/business/business-checking-accounts/basic-business-checking"
2064
- ),
2065
- children: "Basic Business Checking"
2066
- }
2067
- ) }),
2068
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2069
- Link,
2070
- {
2071
- href: resolveUrl(
2072
- "{AXOSBANK}/business/business-checking-accounts/business-interest-checking"
2073
- ),
2074
- children: "Business Interest Checking"
2075
- }
2076
- ) })
2077
- ] })
2078
- ] }),
2079
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2080
- /* @__PURE__ */ jsx(
2081
- Image,
2082
- {
2083
- src: `https://images.axos.com/o9ov1v03uwqk/5ODchMOjrkKa90SBWKwcDw/e5508c26d341bfb58318e052d89f4771/nav-submenu-savings-icon.svg`,
2084
- alt: "",
2085
- width: 20,
2086
- height: 20
2087
- }
2088
- ),
2089
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2090
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2091
- Link,
2092
- {
2093
- href: resolveUrl(
2094
- "{AXOSBANK}/business/savings"
2095
- ),
2096
- role: "heading",
2097
- children: "Savings"
2098
- }
2099
- ) }),
2100
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2101
- Link,
2102
- {
2103
- href: resolveUrl(
2104
- "{AXOSBANK}/business/savings/business-money-market-accounts/business-money-market"
2105
- ),
2106
- children: "Business Money Market"
2107
- }
2108
- ) }),
2109
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2110
- Link,
2111
- {
2112
- href: resolveUrl(
2113
- "{AXOSBANK}/business/savings/business-savings-accounts/business-premium-savings"
2114
- ),
2115
- children: "Business Premium Savings"
2116
- }
2117
- ) }),
2118
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2119
- Link,
2120
- {
2121
- href: resolveUrl(
2122
- "{AXOSBANK}/business/savings/business-savings-accounts/business-savings"
2123
- ),
2124
- children: "Business Savings"
2125
- }
2126
- ) }),
2127
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2128
- Link,
2129
- {
2130
- href: resolveUrl(
2131
- "{AXOSBANK}/business/savings/business-money-market-accounts/non-profit-money-market"
2132
- ),
2133
- children: "Non-Profit Money Market"
2134
- }
2135
- ) }),
2136
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2137
- Link,
2138
- {
2139
- href: resolveUrl(
2140
- "{AXOSBANK}/business/savings/business-cds"
2141
- ),
2142
- children: "Business CDs"
2143
- }
2144
- ) })
2145
- ] })
2146
- ] }),
2147
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2148
- /* @__PURE__ */ jsx(
2149
- Image,
2150
- {
2151
- src: `https://images.axos.com/o9ov1v03uwqk/6bS9epOgzZpJY2jeuepswo/5ee31f624370b44ab1483b537c3fa704/nav-submenu-bundles-icon.svg`,
2152
- alt: "",
2153
- width: 20,
2154
- height: 20
2155
- }
2156
- ),
2157
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2158
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2159
- Link,
2160
- {
2161
- href: resolveUrl(
2162
- "{AXOSBANK}/business/axos-business-bundle"
2163
- ),
2164
- role: "heading",
2165
- children: "Bundles"
2166
- }
2167
- ) }),
2168
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2169
- Link,
2170
- {
2171
- href: resolveUrl(
2172
- "{AXOSBANK}/business/axos-business-bundle"
2173
- ),
2174
- children: "Axos Business Bundle"
2175
- }
2176
- ) })
2177
- ] })
2178
- ] }),
2179
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2180
- /* @__PURE__ */ jsx(
2181
- Image,
2182
- {
2183
- src: `https://images.axos.com/o9ov1v03uwqk/3Nfbmfh8GeqQ05IBe9Jrmu/45369b473bdd3b280748ceee566542dc/nav-submenu-services-icon.svg`,
2184
- alt: "",
2185
- width: 20,
2186
- height: 20
2187
- }
2188
- ),
2189
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2190
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2191
- Link,
2192
- {
2193
- href: resolveUrl(
2194
- "{AXOSBANK}/business/services"
2195
- ),
2196
- role: "heading",
2197
- children: "Services"
2198
- }
2199
- ) }),
2200
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2201
- Link,
2202
- {
2203
- href: resolveUrl(
2204
- "{AXOSBANK}/business/services/merchant-services"
2205
- ),
2206
- children: "Merchant Services"
2207
- }
2208
- ) }),
2209
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2210
- Link,
2211
- {
2212
- href: resolveUrl(
2213
- "{AXOSBANK}/business/services/payroll-services"
2214
- ),
2215
- children: "Payroll Services"
2216
- }
2217
- ) }),
2218
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2219
- Link,
2220
- {
2221
- href: resolveUrl(
2222
- "{AXOSBANK}/business/services/sba-loans"
2223
- ),
2224
- children: "SBA Loans"
2225
- }
2226
- ) }),
2227
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2228
- Link,
2229
- {
2230
- href: resolveUrl(
2231
- "{AXOSBANK}/business/services/treasury-management"
2232
- ),
2233
- children: "Treasury Management"
2234
- }
2235
- ) }),
2236
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2237
- Link,
2238
- {
2239
- href: resolveUrl(
2240
- "{AXOSBANK}/business/services/insured-cash-sweep"
2241
- ),
2242
- children: "Insured Cash Sweep"
2243
- }
2244
- ) }),
2245
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2246
- Link,
2247
- {
2248
- href: resolveUrl(
2249
- "{AXOSBANK}/business/digital-business-banking"
2250
- ),
2251
- children: "Digital Banking"
2252
- }
2253
- ) })
2254
- ] })
2255
- ] }),
2256
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2257
- /* @__PURE__ */ jsx(
2258
- Image,
2259
- {
2260
- src: `https://images.axos.com/o9ov1v03uwqk/7937jPXKWwAOtAJyWzbRFJ/45d2abc8e8492c6dc06a0866f2a7a123/thumbs_up_icon.png`,
2261
- alt: "",
2262
- width: 20,
2263
- height: 20
2264
- }
2265
- ),
2266
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2267
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2268
- Link,
2269
- {
2270
- href: resolveUrl(
2271
- "{AXOSBANK}/business/solutions/new-business"
2272
- ),
2273
- role: "heading",
2274
- children: "Solutions"
2275
- }
2276
- ) }),
2277
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2278
- Link,
2279
- {
2280
- href: resolveUrl(
2281
- "{AXOSBANK}/business/solutions/new-business"
2282
- ),
2283
- children: "New Business"
2284
- }
2285
- ) }),
2286
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2287
- Link,
2288
- {
2289
- href: resolveUrl(
2290
- "{AXOSBANK}/business/solutions/nonprofit-banking"
2291
- ),
2292
- children: "Nonprofit Banking"
2293
- }
2294
- ) })
2295
- ] })
2296
- ] }),
2297
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2298
- /* @__PURE__ */ jsx(
2299
- Image,
2300
- {
2301
- src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
2302
- alt: "",
2303
- width: 20,
2304
- height: 20
2305
- }
2306
- ),
2307
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2308
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2309
- Link,
2310
- {
2311
- href: resolveUrl(
2312
- "{AXOSBANK}/business/support"
2313
- ),
2314
- role: "heading",
2315
- children: "Other Resources"
2316
- }
2317
- ) }),
2318
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2319
- Link,
2320
- {
2321
- href: resolveUrl(
2322
- "{AXOSBANK}/business/support/faqs"
2323
- ),
2324
- children: "FAQ"
2325
- }
2326
- ) }),
2327
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2328
- Link,
2329
- {
2330
- href: resolveUrl(
2331
- "{AXOSBANK}/business/support/atm-locator"
2332
- ),
2333
- children: "ATM Locator"
2334
- }
2335
- ) }),
2336
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2337
- Link,
2338
- {
2339
- href: resolveUrl(
2340
- "{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
2341
- ),
2342
- children: "Calculators"
2343
- }
2344
- ) })
2345
- ] })
2346
- ] }),
2347
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2348
- /* @__PURE__ */ jsx(
2349
- Image,
2350
- {
2351
- src: `https://images.axos.com/o9ov1v03uwqk/6ninSDVeSycXICNX8zF4J3/75ccf4194f0b3e7209f4095457bce00d/nav-submenu-raf-icon.svg`,
2352
- alt: "",
2353
- width: 20,
2354
- height: 20
2355
- }
2356
- ),
2357
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2358
- Link,
2359
- {
2360
- href: resolveUrl(
2361
- "{AXOSBANK}/business/refer-a-business"
2362
- ),
2363
- role: "heading",
2364
- children: "Refer-a-Business"
2365
- }
2366
- ) }) })
2367
- ] }),
2368
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2369
- /* @__PURE__ */ jsx(
2370
- Image,
2371
- {
2372
- src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
2373
- alt: "",
2374
- width: 20,
2375
- height: 20
2376
- }
2377
- ),
2378
- /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2379
- Link,
2380
- {
2381
- href: resolveUrl(
2382
- "{AXOSBANK}/business/insights"
2383
- ),
2384
- role: "heading",
2385
- children: "Insights"
2386
- }
2387
- ) }) })
2388
- ] })
2389
- ] })
2390
- ]
2391
- }
2392
- )
2393
- ] }) })
2394
- }
2395
- ),
2396
- hoveredLink === "combank" && /* @__PURE__ */ jsx(
2397
- "div",
2398
- {
2399
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
2400
- role: "menu",
2401
- onMouseLeave: handleMouseLeave,
2402
- ref: containerRef,
2403
- tabIndex: 0,
2404
- onKeyDown: (event) => handleKeyDownContainer(event, "busNav3"),
2405
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2406
- /* @__PURE__ */ jsxs(
2407
- "div",
2408
- {
2409
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
2410
- children: [
2411
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2412
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Banking" }),
2413
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We customize treasury management solutions to meet the needs of your organization." })
2414
- ] }),
2415
- /* @__PURE__ */ jsx(
2416
- "div",
2417
- {
2418
- className: `${styles.mt_8} ${styles.dd_media_img}`,
2419
- children: /* @__PURE__ */ jsx(
2420
- "img",
2421
- {
2422
- src: resolveUrl(
2423
- "{AXOS}/images/7rELrrwmhLt5Bz9KqxLgMM/nav-submen-combank.png"
2424
- ),
2425
- alt: "",
2426
- width: 232,
2427
- height: 232
2428
- }
2429
- )
2430
- }
2431
- )
2432
- ]
2433
- }
2434
- ),
2435
- /* @__PURE__ */ jsxs(
2436
- "div",
2437
- {
2438
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2439
- children: [
2440
- /* @__PURE__ */ jsxs(
2441
- "div",
2442
- {
2443
- className: `${styles.headline} flex_row middle between`,
2444
- children: [
2445
- /* @__PURE__ */ jsx("span", { role: "heading", children: "Solutions from industry experts" }),
2446
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2447
- /* @__PURE__ */ jsx(
2448
- Image,
2449
- {
2450
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2451
- alt: "",
2452
- width: 20,
2453
- height: 20
2454
- }
2455
- ),
2456
- /* @__PURE__ */ jsx(
2457
- "div",
2458
- {
2459
- className: `${styles.headline_cta} ${styles.ml_8}`,
2460
- children: /* @__PURE__ */ jsx(
2461
- Link,
2462
- {
2463
- href: resolveUrl(
2464
- "{AXOSBANK}/commercial/support"
2465
- ),
2466
- children: "Help & Support"
2467
- }
2468
- )
2469
- }
2470
- )
2471
- ] })
2472
- ]
2473
- }
2474
- ),
2475
- /* @__PURE__ */ jsx("hr", {}),
2476
- /* @__PURE__ */ jsxs(
2477
- "div",
2478
- {
2479
- className: `${styles.site_lists} ${styles.modify_fit}`,
2480
- children: [
2481
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2482
- /* @__PURE__ */ jsx(
2483
- Image,
2484
- {
2485
- src: `https://images.axos.com/o9ov1v03uwqk/5mzLCkz1I0k3mPowiNFOg0/ba3624a134d3b33bae0658e7b6efa3f6/nav-submenu-industry-icon.svg`,
2486
- alt: "",
2487
- width: 20,
2488
- height: 20
2489
- }
2490
- ),
2491
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2492
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2493
- Link,
2494
- {
2495
- href: resolveUrl("{AXOSBANK}/commercial"),
2496
- role: "heading",
2497
- children: "Solutions By Industry"
2498
- }
2499
- ) }),
2500
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2501
- Link,
2502
- {
2503
- href: resolveUrl(
2504
- "{AXOSBANK}/commercial/banking/third-party-payment-processors"
2505
- ),
2506
- children: "Third Party Payment Processors"
2507
- }
2508
- ) }),
2509
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2510
- Link,
2511
- {
2512
- href: resolveUrl(
2513
- "{AXOSBANK}/commercial/banking/hoa-banking-and-lending"
2514
- ),
2515
- children: "HOA Banking & Lending"
2516
- }
2517
- ) }),
2518
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2519
- Link,
2520
- {
2521
- href: resolveUrl(
2522
- "{AXOSBANK}/commercial/banking/hoa-property-management"
2523
- ),
2524
- children: "HOAs & Property Management"
2525
- }
2526
- ) }),
2527
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2528
- Link,
2529
- {
2530
- href: resolveUrl(
2531
- "{AXOSBANK}/commercial/banking/1031-exchange-qualified-intermediaries"
2532
- ),
2533
- children: "1031 Exchange Qualified Intermediaries"
2534
- }
2535
- ) }),
2536
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2537
- Link,
2538
- {
2539
- href: resolveUrl(
2540
- "{AXOSBANK}/commercial/banking/title-and-escrow"
2541
- ),
2542
- children: "Title & Escrow"
2543
- }
2544
- ) }),
2545
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2546
- Link,
2547
- {
2548
- href: resolveUrl(
2549
- "{AXOSBANK}/commercial/banking/global-fiduciary-banking"
2550
- ),
2551
- children: "Global Fiduciary Banking"
2552
- }
2553
- ) }),
2554
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: resolveUrl(`{AFS}`), children: "Fiduciary Services" }) }),
2555
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2556
- Link,
2557
- {
2558
- href: resolveUrl(
2559
- "{AXOSBANK}/commercial/banking/business-management-banking"
2560
- ),
2561
- children: "Business Management Banking"
2562
- }
2563
- ) }),
2564
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2565
- Link,
2566
- {
2567
- href: resolveUrl(
2568
- "{AXOSBANK}/commercial/banking/hedge-funds-and-alternative-funds"
2569
- ),
2570
- children: "Hedge Funds & Alternative Fund Banking Solutions"
2571
- }
2572
- ) }),
2573
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2574
- Link,
2575
- {
2576
- href: resolveUrl(
2577
- "{AXOSBANK}/commercial/banking/middle-market"
2578
- ),
2579
- children: "Middle Market"
2580
- }
2581
- ) }),
2582
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2583
- Link,
2584
- {
2585
- href: resolveUrl(
2586
- "{AXOSBANK}/commercial/banking/technology-and-life-sciences-banking"
2587
- ),
2588
- children: "Technology & Life Sciences Banking"
2589
- }
2590
- ) })
2591
- ] })
2592
- ] }),
2593
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2594
- /* @__PURE__ */ jsx(
2595
- Image,
2596
- {
2597
- src: `https://images.axos.com/o9ov1v03uwqk/3Nfbmfh8GeqQ05IBe9Jrmu/45369b473bdd3b280748ceee566542dc/nav-submenu-services-icon.svg`,
2598
- alt: "",
2599
- width: 20,
2600
- height: 20
2601
- }
2602
- ),
2603
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2604
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2605
- Link,
2606
- {
2607
- href: resolveUrl(
2608
- "{AXOSBANK}/commercial/banking"
2609
- ),
2610
- role: "heading",
2611
- children: "Services"
2612
- }
2613
- ) }),
2614
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2615
- Link,
2616
- {
2617
- href: resolveUrl(
2618
- "{AXOSBANK}/commercial/banking/analyzed-business-checking"
2619
- ),
2620
- children: "Analyzed Business Checking"
2621
- }
2622
- ) }),
2623
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2624
- Link,
2625
- {
2626
- href: resolveUrl(
2627
- "{AXOSBANK}/commercial/banking/merchant-services"
2628
- ),
2629
- children: "Merchant Services"
2630
- }
2631
- ) }),
2632
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2633
- Link,
2634
- {
2635
- href: resolveUrl(
2636
- "{AXOSBANK}/commercial/banking/global-treasury-management"
2637
- ),
2638
- children: "Treasury Management"
2639
- }
2640
- ) }),
2641
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
2642
- Link,
2643
- {
2644
- href: resolveUrl(
2645
- "{AXOSBANK}/commercial/banking/intrafi-network-deposits"
2646
- ),
2647
- children: [
2648
- "IntraFi",
2649
- /* @__PURE__ */ jsx("sup", { children: "®" }),
2650
- " Network Deposits",
2651
- " ",
2652
- /* @__PURE__ */ jsx("sup", { children: "℠" })
2653
- ]
2654
- }
2655
- ) }),
2656
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2657
- Link,
2658
- {
2659
- href: resolveUrl(
2660
- "{AXOSBANK}/commercial/banking/payroll-services"
2661
- ),
2662
- children: "Payroll Services"
2663
- }
2664
- ) })
2665
- ] })
2666
- ] }),
2667
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2668
- /* @__PURE__ */ jsx(
2669
- Image,
2670
- {
2671
- src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
2672
- alt: "",
2673
- width: 20,
2674
- height: 20
2675
- }
2676
- ),
2677
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2678
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2679
- Link,
2680
- {
2681
- href: resolveUrl(
2682
- "{AXOSBANK}/business/support"
2683
- ),
2684
- role: "heading",
2685
- children: "Other Resources"
2686
- }
2687
- ) }),
2688
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2689
- Link,
2690
- {
2691
- href: resolveUrl(
2692
- "{AXOSBANK}/commercial/calculators"
2693
- ),
2694
- children: "Calculators"
2695
- }
2696
- ) })
2697
- ] })
2698
- ] })
2699
- ]
2700
- }
2701
- )
2702
- ]
2703
- }
2704
- )
2705
- ] }) })
2706
- }
2707
- ),
2708
- hoveredLink === "comlending" && /* @__PURE__ */ jsx(
2709
- "div",
2710
- {
2711
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
2712
- role: "menu",
2713
- onMouseLeave: handleMouseLeave,
2714
- ref: containerRef,
2715
- tabIndex: 0,
2716
- onKeyDown: (event) => handleKeyDownContainer(event, "busNav3"),
2717
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2718
- /* @__PURE__ */ jsxs(
2719
- "div",
2720
- {
2721
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
2722
- children: [
2723
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2724
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Lending" }),
2725
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We are a lending partner with the flexibility to deliver results." })
2726
- ] }),
2727
- /* @__PURE__ */ jsx(
2728
- "div",
2729
- {
2730
- className: `${styles.mt_8} ${styles.dd_media_img}`,
2731
- children: /* @__PURE__ */ jsx(
2732
- "img",
2733
- {
2734
- src: resolveUrl(
2735
- "{AXOS}/images/6PMA1kEss89S6m1BawAltW/nav-submenu-comlending.png"
2736
- ),
2737
- alt: "",
2738
- width: 232,
2739
- height: 318
2740
- }
2741
- )
2742
- }
2743
- )
2744
- ]
2745
- }
2746
- ),
2747
- /* @__PURE__ */ jsxs(
2748
- "div",
2749
- {
2750
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2751
- children: [
2752
- /* @__PURE__ */ jsxs(
2753
- "div",
2754
- {
2755
- className: `${styles.headline} flex_row middle between`,
2756
- children: [
2757
- /* @__PURE__ */ jsx("span", { role: "heading", children: "Personalized lending solutions" }),
2758
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2759
- /* @__PURE__ */ jsx(
2760
- Image,
2761
- {
2762
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2763
- alt: "",
2764
- width: 20,
2765
- height: 20
2766
- }
2767
- ),
2768
- /* @__PURE__ */ jsx(
2769
- "div",
2770
- {
2771
- className: `${styles.headline_cta} ${styles.ml_8}`,
2772
- children: /* @__PURE__ */ jsx(
2773
- Link,
2774
- {
2775
- href: resolveUrl(
2776
- "{AXOSBANK}/commercial/support"
2777
- ),
2778
- children: "Help & Support"
2779
- }
2780
- )
2781
- }
2782
- )
2783
- ] })
2784
- ]
2785
- }
2786
- ),
2787
- /* @__PURE__ */ jsx("hr", {}),
2788
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists}`, children: [
2789
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2790
- /* @__PURE__ */ jsx(
2791
- Image,
2792
- {
2793
- src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
2794
- alt: "",
2795
- width: 20,
2796
- height: 20
2797
- }
2798
- ),
2799
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2800
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2801
- Link,
2802
- {
2803
- href: resolveUrl(
2804
- "{AXOSBANK}/commercial/lending"
2805
- ),
2806
- role: "heading",
2807
- children: "Credit and Financial"
2808
- }
2809
- ) }),
2810
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2811
- Link,
2812
- {
2813
- href: resolveUrl(
2814
- "{AXOSBANK}/commercial/lending/commercial-loans-and-lines-of-credit"
2815
- ),
2816
- children: "Commercial Lines of Credit"
2817
- }
2818
- ) }),
2819
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2820
- Link,
2821
- {
2822
- href: resolveUrl(
2823
- "{AXOSBANK}/commercial/lending/commercial-term-loans"
2824
- ),
2825
- children: "Commercial Term Loans"
2826
- }
2827
- ) }),
2828
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2829
- Link,
2830
- {
2831
- href: resolveUrl(
2832
- "{AXOSBANK}/commercial/lending/equipment-finance"
2833
- ),
2834
- children: "Equipment Finance"
2835
- }
2836
- ) })
2837
- ] })
2838
- ] }),
2839
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2840
- /* @__PURE__ */ jsx(
2841
- Image,
2842
- {
2843
- src: `https://images.axos.com/o9ov1v03uwqk/cHRJYycmvcbYj6ppcTQvg/ea375c834b0ced5ba646d1e88bb7828e/nav-submenu-lending-icon.svg`,
2844
- alt: "",
2845
- width: 20,
2846
- height: 20
2847
- }
2848
- ),
2849
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2850
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2851
- Link,
2852
- {
2853
- href: resolveUrl(
2854
- "{AXOSBANK}/commercial/lending"
2855
- ),
2856
- role: "heading",
2857
- children: "Commercial Lending"
2858
- }
2859
- ) }),
2860
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2861
- Link,
2862
- {
2863
- href: resolveUrl(
2864
- "{AXOSBANK}/commercial/lending/bridge-and-construction-lending"
2865
- ),
2866
- children: "Commercial Real Estate Bridge & Construction Lending"
2867
- }
2868
- ) }),
2869
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2870
- Link,
2871
- {
2872
- href: resolveUrl(
2873
- "{AXOSBANK}/commercial/lending/hoa-lending"
2874
- ),
2875
- children: "HOA Lending"
2876
- }
2877
- ) }),
2878
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2879
- Link,
2880
- {
2881
- href: resolveUrl(
2882
- "{AXOSBANK}/commercial/lending/lender-financing"
2883
- ),
2884
- children: "Lender Finance"
2885
- }
2886
- ) }),
2887
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2888
- Link,
2889
- {
2890
- href: resolveUrl(
2891
- "{AXOSBANK}/commercial/lending/residential-warehouse-lending"
2892
- ),
2893
- children: "Residential Warehouse Lending"
2894
- }
2895
- ) }),
2896
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2897
- Link,
2898
- {
2899
- href: resolveUrl(
2900
- "{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
2901
- ),
2902
- children: "Small Balance Commercial Real Estate"
2903
- }
2904
- ) }),
2905
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2906
- Link,
2907
- {
2908
- href: resolveUrl(
2909
- "{AXOSBANK}/commercial/lending/leveraged-finance"
2910
- ),
2911
- children: "Leveraged Finance"
2912
- }
2913
- ) }),
2914
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2915
- Link,
2916
- {
2917
- href: resolveUrl(
2918
- "{AXOSBANK}/pages/axos-capital-solutions"
2919
- ),
2920
- children: "Dealer Floorplan Finance"
2921
- }
2922
- ) }),
2923
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2924
- Link,
2925
- {
2926
- href: resolveUrl(
2927
- "{AXOSBANK}/commercial/lending/premium-finance"
2928
- ),
2929
- children: "Premium Finance"
2930
- }
2931
- ) })
2932
- ] })
2933
- ] }),
2934
- /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2935
- /* @__PURE__ */ jsx(
2936
- Image,
2937
- {
2938
- src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
2939
- alt: "",
2940
- width: 20,
2941
- height: 20
2942
- }
2943
- ),
2944
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2945
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2946
- Link,
2947
- {
2948
- href: resolveUrl(
2949
- "{AXOSBANK}/business/support"
2950
- ),
2951
- role: "heading",
2952
- children: "Other Resources"
2953
- }
2954
- ) }),
2955
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2956
- Link,
2957
- {
2958
- href: resolveUrl(
2959
- "{AXOSBANK}/commercial/lending/commercial-portal"
2960
- ),
2961
- children: "Commercial Portal"
2962
- }
2963
- ) }),
2964
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2965
- Link,
2966
- {
2967
- href: resolveUrl(
2968
- "{AXOSBANK}/commercial/calculators"
2969
- ),
2970
- children: "Calculators"
2971
- }
2972
- ) })
2973
- ] })
2974
- ] })
2975
- ] })
2976
- ]
2977
- }
2978
- )
2979
- ] }) })
2980
- }
2981
- ),
2982
- hoveredLink === "wholelending" && /* @__PURE__ */ jsx(
2983
- "div",
2984
- {
2985
- className: `${styles.dd_wrapper} ${styles.desktop_only}`,
2986
- role: "menu",
2987
- onMouseLeave: handleMouseLeave,
2988
- ref: containerRef,
2989
- tabIndex: 0,
2990
- onKeyDown: (event) => handleKeyDownContainer(event, "partNav3"),
2991
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2992
- /* @__PURE__ */ jsxs(
2993
- "div",
2994
- {
2995
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
2996
- children: [
2997
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2998
- /* @__PURE__ */ jsx("p", { role: "heading", children: 'Say "YES" to Your Clients' }),
2999
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Fund more loans with our unique underwriting experience. Our mix and match program fits more needs." })
3000
- ] }),
3001
- /* @__PURE__ */ jsx(
3002
- "div",
3003
- {
3004
- className: `${styles.mt_8} ${styles.dd_media_img}`,
3005
- children: /* @__PURE__ */ jsx(
3006
- "img",
3007
- {
3008
- src: resolveUrl(
3009
- "{AXOS}/images/6YLFvmdNVGWcf3bFlimNSs/nav-submenu-wholelending.png"
3010
- ),
3011
- alt: "",
3012
- width: 232,
3013
- height: 232
3014
- }
3015
- )
3016
- }
3017
- ),
3018
- /* @__PURE__ */ jsx(
3019
- "div",
3020
- {
3021
- className: `${styles.mt_8} ${styles.dd_media_cta}`,
3022
- children: /* @__PURE__ */ jsx(
3023
- Link,
3024
- {
3025
- href: resolveUrl(
3026
- "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/quick-pricer"
3027
- ),
3028
- "aria-label": "Get started with the Axos Quick Pricer",
3029
- className: `${dd_main_btn} text_center`,
3030
- children: "Price a Loan"
3031
- }
3032
- )
3033
- }
3034
- )
3035
- ]
3036
- }
3037
- ),
3038
- /* @__PURE__ */ jsxs(
3039
- "div",
3040
- {
3041
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
3042
- children: [
3043
- /* @__PURE__ */ jsxs(
3044
- "div",
3045
- {
3046
- className: `${styles.headline} flex_row middle between`,
3047
- children: [
3048
- /* @__PURE__ */ jsx("span", { role: "heading", children: "Expand your options" }),
3049
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
3050
- /* @__PURE__ */ jsx(
3051
- Image,
3052
- {
3053
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
3054
- alt: "",
3055
- width: 20,
3056
- height: 20
3057
- }
3058
- ),
3059
- /* @__PURE__ */ jsx(
3060
- "div",
3061
- {
3062
- className: `${styles.headline_cta} ${styles.ml_8}`,
3063
- children: /* @__PURE__ */ jsx(
3064
- Link,
3065
- {
3066
- href: resolveUrl(
3067
- "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/support"
3068
- ),
3069
- children: "Help & Support"
3070
- }
3071
- )
3072
- }
3073
- )
3074
- ] })
3075
- ]
3076
- }
3077
- ),
3078
- /* @__PURE__ */ jsx("hr", {}),
3079
- /* @__PURE__ */ jsx("div", { className: `${styles.site_lists}`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
3080
- /* @__PURE__ */ jsx(
3081
- Image,
3082
- {
3083
- src: `https://images.axos.com/o9ov1v03uwqk/2hdeAHrWhgXNPJRcSVIDSb/8f1684584f4bdbf5ca73fea6e913d11a/nav-submenu-wcpl-icon.svg`,
3084
- alt: "",
3085
- width: 20,
3086
- height: 20
3087
- }
3088
- ),
3089
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
3090
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
3091
- Link,
3092
- {
3093
- href: resolveUrl(
3094
- "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
3095
- ),
3096
- role: "heading",
3097
- children: "Wholesale & Correspondent Lending"
3098
- }
3099
- ) }),
3100
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
3101
- Link,
3102
- {
3103
- href: resolveUrl(
3104
- "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/support"
3105
- ),
3106
- children: "Resources & Support"
3107
- }
3108
- ) }),
3109
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
3110
- Link,
3111
- {
3112
- href: `https://thirdpartylending.axosbank.com/index`,
3113
- children: "Register a Loan"
3114
- }
3115
- ) }),
3116
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
3117
- Link,
3118
- {
3119
- href: resolveUrl(
3120
- "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/quick-pricer"
3121
- ),
3122
- children: "Quick Pricer"
3123
- }
3124
- ) }),
3125
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
3126
- Link,
3127
- {
3128
- href: resolveUrl(
3129
- "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/meet-the-team"
3130
- ),
3131
- children: "Meet the Team"
3132
- }
3133
- ) })
3134
- ] })
3135
- ] }) })
3136
- ]
3137
- }
3138
- )
3139
- ] }) })
3140
- }
3141
- ),
3142
- hoveredLink === "dealerservices" && /* @__PURE__ */ jsx(
3143
- "div",
3144
- {
3145
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
3146
- role: "menu",
3147
- onMouseLeave: handleMouseLeave,
3148
- ref: containerRef,
3149
- tabIndex: 0,
3150
- onKeyDown: (event) => handleKeyDownContainer(event, "partNav6"),
3151
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
3152
- /* @__PURE__ */ jsxs(
3153
- "div",
3154
- {
3155
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
3156
- children: [
3157
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
3158
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Dealer Services" }),
3159
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We put dealerships in the driver's seat." })
3160
- ] }),
3161
- /* @__PURE__ */ jsx(
3162
- "div",
3163
- {
3164
- className: `${styles.mt_8} ${styles.dd_media_img}`,
3165
- children: /* @__PURE__ */ jsx(
3166
- "img",
3167
- {
3168
- src: resolveUrl(
3169
- "{AXOS}/images/3wtG13mXSTgSzMoB0YU3Ot/nav-submenu-dealer.png"
3170
- ),
3171
- alt: "",
3172
- width: 232,
3173
- height: 162
3174
- }
3175
- )
3176
- }
3177
- )
3178
- ]
3179
- }
3180
- ),
3181
- /* @__PURE__ */ jsxs(
3182
- "div",
3183
- {
3184
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
3185
- children: [
3186
- /* @__PURE__ */ jsxs(
3187
- "div",
3188
- {
3189
- className: `${styles.headline} flex_row middle between`,
3190
- children: [
3191
- /* @__PURE__ */ jsx("span", { role: "heading", children: "Fueling results for dealerships" }),
3192
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
3193
- /* @__PURE__ */ jsx(
3194
- Image,
3195
- {
3196
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
3197
- alt: "",
3198
- width: 20,
3199
- height: 20
3200
- }
3201
- ),
3202
- /* @__PURE__ */ jsx(
3203
- "div",
3204
- {
3205
- className: `${styles.headline_cta} ${styles.ml_8}`,
3206
- children: /* @__PURE__ */ jsx(
3207
- Link,
3208
- {
3209
- href: resolveUrl("{AXOSBANK}/partners/support"),
3210
- children: "Help & Support"
3211
- }
3212
- )
3213
- }
3214
- )
3215
- ] })
3216
- ]
3217
- }
3218
- ),
3219
- /* @__PURE__ */ jsx("hr", {}),
3220
- /* @__PURE__ */ jsx("div", { className: `${styles.site_lists}`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
3221
- /* @__PURE__ */ jsx(
3222
- Image,
3223
- {
3224
- src: `https://images.axos.com/o9ov1v03uwqk/jpqd1KnknpG6gVaYg04Bl/a55d179434815dc4029ee413d8d7a703/nav-submenu-auto-icon.webp`,
3225
- alt: "",
3226
- width: 20,
3227
- height: 20
3228
- }
3229
- ),
3230
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
3231
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
3232
- Link,
3233
- {
3234
- href: resolveUrl(
3235
- "{AXOSBANK}/partners/dealer-services"
3236
- ),
3237
- role: "heading",
3238
- children: "Dealer Services"
3239
- }
3240
- ) }),
3241
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
3242
- Link,
3243
- {
3244
- href: resolveUrl(
3245
- "{AXOSBANK}/partners/dealer-services/contact"
3246
- ),
3247
- children: "Request More Information"
3248
- }
3249
- ) })
3250
- ] })
3251
- ] }) })
3252
- ]
3253
- }
3254
- )
3255
- ] }) })
3256
- }
3257
- )
3258
- ] })
161
+ children: menu ? /* @__PURE__ */ jsx(
162
+ Menu,
163
+ {
164
+ id: hoveredLink || "",
165
+ onDownKeyContainer: handleKeyDownContainer,
166
+ onMouseLeave: handleMouseLeave,
167
+ ref: containerRef,
168
+ header: menu?.bannerHeading,
169
+ headerOnHover: menu?.heading,
170
+ description: menu?.bannerDescription,
171
+ helpUrl: menu?.helpAndSupportLink,
172
+ image: {
173
+ src: menu?.bannerImage?.fields?.file?.url,
174
+ alt: menu?.bannerImage?.fields?.title,
175
+ width: menu?.bannerImage?.fields?.file?.details?.image?.width || 232,
176
+ height: menu?.bannerImage?.fields?.file?.details?.image?.height || 232
177
+ },
178
+ bannerCta: {
179
+ id: menu?.bannerCta?.id || "",
180
+ label: menu?.bannerCta?.label || "",
181
+ url: menu?.bannerCta?.url || "",
182
+ ariaLabel: menu?.bannerCta?.ariaLabel || void 0
183
+ },
184
+ subNavItems: menu?.subItems,
185
+ ...menu
186
+ }
187
+ ) : null
188
+ }
189
+ ) })
3259
190
  ] }) }) }) });
3260
191
  }
3261
192
  export {