@axos-web-dev/shared-components 2.0.0-dev.16 → 2.0.0-dev.16-nav-0

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