@axos-web-dev/shared-components 0.0.171 → 0.0.172
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +127 -235
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/NavigationMenu/AxosBank/NavData.js +3 -3
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +52 -202
- package/dist/NavigationMenu/AxosBank/index.js +4 -12
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +2 -2
- package/dist/assets/Interstitial/Interstitial.css.css +142 -142
- package/package.json +1 -1
|
@@ -109,7 +109,7 @@ const AxosFooterSiteMap = ({
|
|
|
109
109
|
return /* @__PURE__ */ jsx("footer", { className: footer_section, id: "site_map", children: /* @__PURE__ */ jsxs("div", { className: "containment", children: [
|
|
110
110
|
/* @__PURE__ */ jsxs("nav", { className: footer_wrapper, children: [
|
|
111
111
|
/* @__PURE__ */ jsxs("div", { className: ft_col, children: [
|
|
112
|
-
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/personal"), children: "Personal" }) }),
|
|
112
|
+
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/personal/bank"), children: "Personal" }) }),
|
|
113
113
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
114
114
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
115
115
|
"a",
|
|
@@ -145,7 +145,8 @@ const AxosFooterSiteMap = ({
|
|
|
145
145
|
),
|
|
146
146
|
children: "CDs"
|
|
147
147
|
}
|
|
148
|
-
) })
|
|
148
|
+
) }),
|
|
149
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/personal/bank/premier"), children: "Premier" }) })
|
|
149
150
|
] }),
|
|
150
151
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
151
152
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -178,11 +179,12 @@ const AxosFooterSiteMap = ({
|
|
|
178
179
|
"a",
|
|
179
180
|
{
|
|
180
181
|
href: findMoreAxosDomains(
|
|
181
|
-
"{AXOSBANK}/personal/auto-
|
|
182
|
+
"{AXOSBANK}/personal/borrow/auto-loans"
|
|
182
183
|
),
|
|
183
184
|
children: "Auto Loans"
|
|
184
185
|
}
|
|
185
|
-
) })
|
|
186
|
+
) }),
|
|
187
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "https://lavictoirefinance.com/", children: "Marine Loans" }) })
|
|
186
188
|
] }),
|
|
187
189
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
188
190
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -212,10 +214,36 @@ const AxosFooterSiteMap = ({
|
|
|
212
214
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
213
215
|
"a",
|
|
214
216
|
{
|
|
215
|
-
href: findMoreAxosDomains("{AXOSBANK}/Legal/Disclosures#
|
|
217
|
+
href: findMoreAxosDomains("{AXOSBANK}/Legal/Disclosures#AXB----Legal-Disclosures---Personal-Invest-Account-Disclosures---DownloadTileSet"),
|
|
216
218
|
children: "Client Relationship Summary"
|
|
217
219
|
}
|
|
218
220
|
) })
|
|
221
|
+
] }),
|
|
222
|
+
/* @__PURE__ */ jsxs("ul", { children: [
|
|
223
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("span", { className: ft_col_subheader, children: "Plan" }) }),
|
|
224
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
225
|
+
"a",
|
|
226
|
+
{
|
|
227
|
+
href: findMoreAxosDomains("{AXOSBANK}/tools/payment-apps/mobile-app"),
|
|
228
|
+
children: "Axos Mobile App"
|
|
229
|
+
}
|
|
230
|
+
) }),
|
|
231
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
232
|
+
"a",
|
|
233
|
+
{
|
|
234
|
+
href: findMoreAxosDomains(
|
|
235
|
+
"{AXOSBANK}/tools"
|
|
236
|
+
),
|
|
237
|
+
children: "Financial Tools"
|
|
238
|
+
}
|
|
239
|
+
) }),
|
|
240
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
241
|
+
"a",
|
|
242
|
+
{
|
|
243
|
+
href: findMoreAxosDomains("{AXOSBANK}/personal/insights"),
|
|
244
|
+
children: "Insights"
|
|
245
|
+
}
|
|
246
|
+
) })
|
|
219
247
|
] })
|
|
220
248
|
] }),
|
|
221
249
|
/* @__PURE__ */ jsxs("div", { className: ft_col, children: [
|
|
@@ -226,62 +254,35 @@ const AxosFooterSiteMap = ({
|
|
|
226
254
|
"a",
|
|
227
255
|
{
|
|
228
256
|
className: ft_col_subheader,
|
|
229
|
-
href: findMoreAxosDomains("{AXOSBANK}/
|
|
230
|
-
children: "
|
|
231
|
-
}
|
|
232
|
-
) }),
|
|
233
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
234
|
-
"a",
|
|
235
|
-
{
|
|
236
|
-
href: findMoreAxosDomains(
|
|
237
|
-
"{AXOSBANK}/commercial/lending/equipment-finance"
|
|
238
|
-
),
|
|
239
|
-
children: "Equipment Finance"
|
|
240
|
-
}
|
|
241
|
-
) }),
|
|
242
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
243
|
-
"a",
|
|
244
|
-
{
|
|
245
|
-
href: findMoreAxosDomains(
|
|
246
|
-
"{AXOSBANK}/commercial/lending/lender-financing"
|
|
247
|
-
),
|
|
248
|
-
children: "Lender Finance"
|
|
249
|
-
}
|
|
250
|
-
) }),
|
|
251
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
252
|
-
"a",
|
|
253
|
-
{
|
|
254
|
-
href: findMoreAxosDomains(
|
|
255
|
-
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
256
|
-
),
|
|
257
|
-
children: "Small Balance Commercial Real Estate"
|
|
257
|
+
href: findMoreAxosDomains("{AXOSBANK}/business"),
|
|
258
|
+
children: "Small Business"
|
|
258
259
|
}
|
|
259
260
|
) }),
|
|
260
261
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
261
262
|
"a",
|
|
262
263
|
{
|
|
263
264
|
href: findMoreAxosDomains(
|
|
264
|
-
"{AXOSBANK}/
|
|
265
|
+
"{AXOSBANK}/business/business-checking-accounts"
|
|
265
266
|
),
|
|
266
|
-
children: "
|
|
267
|
+
children: "Checking"
|
|
267
268
|
}
|
|
268
269
|
) }),
|
|
269
270
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
270
271
|
"a",
|
|
271
272
|
{
|
|
272
273
|
href: findMoreAxosDomains(
|
|
273
|
-
"{AXOSBANK}/
|
|
274
|
+
"{AXOSBANK}/business/savings"
|
|
274
275
|
),
|
|
275
|
-
children: "
|
|
276
|
+
children: "Savings"
|
|
276
277
|
}
|
|
277
278
|
) }),
|
|
278
279
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
279
280
|
"a",
|
|
280
281
|
{
|
|
281
282
|
href: findMoreAxosDomains(
|
|
282
|
-
"{AXOSBANK}/
|
|
283
|
+
"{AXOSBANK}/business/services"
|
|
283
284
|
),
|
|
284
|
-
children: "
|
|
285
|
+
children: "Services"
|
|
285
286
|
}
|
|
286
287
|
) })
|
|
287
288
|
] }),
|
|
@@ -290,62 +291,53 @@ const AxosFooterSiteMap = ({
|
|
|
290
291
|
"a",
|
|
291
292
|
{
|
|
292
293
|
className: ft_col_subheader,
|
|
293
|
-
href: findMoreAxosDomains("{AXOSBANK}/
|
|
294
|
-
children: "
|
|
295
|
-
}
|
|
296
|
-
) }),
|
|
297
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
298
|
-
"a",
|
|
299
|
-
{
|
|
300
|
-
href: findMoreAxosDomains(
|
|
301
|
-
"{AXOSBANK}/business/business-checking-accounts/basic-business-checking"
|
|
302
|
-
),
|
|
303
|
-
children: "Basic Business Checking"
|
|
294
|
+
href: findMoreAxosDomains("{AXOSBANK}/commercial"),
|
|
295
|
+
children: "Commercial Lending"
|
|
304
296
|
}
|
|
305
297
|
) }),
|
|
306
298
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
307
299
|
"a",
|
|
308
300
|
{
|
|
309
301
|
href: findMoreAxosDomains(
|
|
310
|
-
"{AXOSBANK}/
|
|
302
|
+
"{AXOSBANK}/commercial/lending/equipment-finance"
|
|
311
303
|
),
|
|
312
|
-
children: "
|
|
304
|
+
children: "Equipment Finance"
|
|
313
305
|
}
|
|
314
306
|
) }),
|
|
315
307
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
316
308
|
"a",
|
|
317
309
|
{
|
|
318
310
|
href: findMoreAxosDomains(
|
|
319
|
-
"{AXOSBANK}/
|
|
311
|
+
"{AXOSBANK}/commercial/lending/lender-financing"
|
|
320
312
|
),
|
|
321
|
-
children: "
|
|
313
|
+
children: "Lender Finance"
|
|
322
314
|
}
|
|
323
315
|
) }),
|
|
324
316
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
325
317
|
"a",
|
|
326
318
|
{
|
|
327
319
|
href: findMoreAxosDomains(
|
|
328
|
-
"{AXOSBANK}/
|
|
320
|
+
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
329
321
|
),
|
|
330
|
-
children: "
|
|
322
|
+
children: "Small Balance Commercial Real Estate"
|
|
331
323
|
}
|
|
332
324
|
) }),
|
|
333
325
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
334
326
|
"a",
|
|
335
327
|
{
|
|
336
328
|
href: findMoreAxosDomains(
|
|
337
|
-
"{AXOSBANK}/
|
|
329
|
+
"{AXOSBANK}/commercial/lending/residential-warehouse-lending"
|
|
338
330
|
),
|
|
339
|
-
children: "
|
|
331
|
+
children: "Residential Warehouse Lending"
|
|
340
332
|
}
|
|
341
333
|
) }),
|
|
342
334
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
343
335
|
"a",
|
|
344
336
|
{
|
|
345
337
|
href: findMoreAxosDomains(
|
|
346
|
-
"{AXOSBANK}/
|
|
338
|
+
"{AXOSBANK}/commercial/lending/bridge-and-construction-lending"
|
|
347
339
|
),
|
|
348
|
-
children: "
|
|
340
|
+
children: "Commercial Real Estate Bridge & Construction Lending"
|
|
349
341
|
}
|
|
350
342
|
) })
|
|
351
343
|
] }),
|
|
@@ -355,7 +347,7 @@ const AxosFooterSiteMap = ({
|
|
|
355
347
|
{
|
|
356
348
|
className: ft_col_subheader,
|
|
357
349
|
href: findMoreAxosDomains("{AXOSBANK}/commercial/banking"),
|
|
358
|
-
children: "
|
|
350
|
+
children: "Commercial Banking"
|
|
359
351
|
}
|
|
360
352
|
) }),
|
|
361
353
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -403,6 +395,15 @@ const AxosFooterSiteMap = ({
|
|
|
403
395
|
),
|
|
404
396
|
children: "Hedge Funds & Alternative Fund Banking Solutions"
|
|
405
397
|
}
|
|
398
|
+
) }),
|
|
399
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
400
|
+
"a",
|
|
401
|
+
{
|
|
402
|
+
href: findMoreAxosDomains(
|
|
403
|
+
"{AXOSBANK}/commercial/banking/global-treasury-management"
|
|
404
|
+
),
|
|
405
|
+
children: "Treasury Management"
|
|
406
|
+
}
|
|
406
407
|
) })
|
|
407
408
|
] })
|
|
408
409
|
] })
|
|
@@ -410,67 +411,24 @@ const AxosFooterSiteMap = ({
|
|
|
410
411
|
/* @__PURE__ */ jsxs("div", { className: ft_col, children: [
|
|
411
412
|
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/partners"), children: "Partners" }) }),
|
|
412
413
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
414
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "https://lavictoirefinance.com/dealers", children: "Marine Dealer Floorplan Finance" }) }),
|
|
413
415
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
414
416
|
"a",
|
|
415
417
|
{
|
|
416
418
|
href: findMoreAxosDomains(
|
|
417
|
-
"{AXOSBANK}/partners/
|
|
418
|
-
),
|
|
419
|
-
children: "Auto Dealers"
|
|
420
|
-
}
|
|
421
|
-
) }),
|
|
422
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
423
|
-
"a",
|
|
424
|
-
{
|
|
425
|
-
href: findMoreAxosDomains(
|
|
426
|
-
"{AXOSBANK}/partners/financial-advisors"
|
|
427
|
-
),
|
|
428
|
-
children: "Financial Advisors"
|
|
429
|
-
}
|
|
430
|
-
) }),
|
|
431
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
432
|
-
"a",
|
|
433
|
-
{
|
|
434
|
-
href: findMoreAxosDomains(
|
|
435
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/forms-and-guidelines"
|
|
436
|
-
),
|
|
437
|
-
children: "Lending Forms & Guidelines"
|
|
438
|
-
}
|
|
439
|
-
) }),
|
|
440
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
441
|
-
"a",
|
|
442
|
-
{
|
|
443
|
-
href: findMoreAxosDomains(
|
|
444
|
-
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
445
|
-
),
|
|
446
|
-
children: "Small Balance Commercial"
|
|
447
|
-
}
|
|
448
|
-
) }),
|
|
449
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
450
|
-
"a",
|
|
451
|
-
{
|
|
452
|
-
href: findMoreAxosDomains(
|
|
453
|
-
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate/investor-owned-2-4-unit-lending"
|
|
454
|
-
),
|
|
455
|
-
children: "Investor-Owned Properties"
|
|
456
|
-
}
|
|
457
|
-
) }),
|
|
458
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
459
|
-
"a",
|
|
460
|
-
{
|
|
461
|
-
href: findMoreAxosDomains(
|
|
462
|
-
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate/multifamily-lending"
|
|
419
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
463
420
|
),
|
|
464
|
-
children: "
|
|
421
|
+
children: "Wholesale Lending"
|
|
465
422
|
}
|
|
466
423
|
) }),
|
|
424
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXA}"), children: "Financial Advisors" }) }),
|
|
467
425
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
468
426
|
"a",
|
|
469
427
|
{
|
|
470
428
|
href: findMoreAxosDomains(
|
|
471
|
-
"{AXOSBANK}/partners/
|
|
429
|
+
"{AXOSBANK}/partners/dealer-services"
|
|
472
430
|
),
|
|
473
|
-
children: "
|
|
431
|
+
children: "Dealer Services"
|
|
474
432
|
}
|
|
475
433
|
) }),
|
|
476
434
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -508,9 +466,7 @@ const AxosFooterSiteMap = ({
|
|
|
508
466
|
/* @__PURE__ */ jsx(
|
|
509
467
|
"a",
|
|
510
468
|
{
|
|
511
|
-
href:
|
|
512
|
-
"https://play.google.com/store/apps/details?id=com.axos.udb"
|
|
513
|
-
),
|
|
469
|
+
href: "https://axos.app.link/App_Store",
|
|
514
470
|
"aria-label": "visit the Google Play store to download the axos bank mobile app",
|
|
515
471
|
title: "Google Play",
|
|
516
472
|
children: /* @__PURE__ */ jsx(
|
|
@@ -525,9 +481,7 @@ const AxosFooterSiteMap = ({
|
|
|
525
481
|
/* @__PURE__ */ jsx(
|
|
526
482
|
"a",
|
|
527
483
|
{
|
|
528
|
-
href:
|
|
529
|
-
"https://apps.apple.com/us/app/axos-bank/id1396586421"
|
|
530
|
-
),
|
|
484
|
+
href: "https://axos.app.link/App_Store",
|
|
531
485
|
"aria-label": "visit the App Store to download the Axos Bank mobile app",
|
|
532
486
|
title: "App Store",
|
|
533
487
|
children: /* @__PURE__ */ jsx(
|
|
@@ -572,9 +526,10 @@ const AxosFooterSiteMap = ({
|
|
|
572
526
|
children: "Bank"
|
|
573
527
|
}
|
|
574
528
|
) }),
|
|
575
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/
|
|
576
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/
|
|
577
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/
|
|
529
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/personal/bank/checking-accounts"), children: "Checking" }) }),
|
|
530
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/personal/bank/savings-accounts"), children: "Savings" }) }),
|
|
531
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/personal/bank/savings-accounts/certificates-of-deposit"), children: "CDs" }) }),
|
|
532
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/personal/bank/premier"), children: "CDs" }) })
|
|
578
533
|
] }),
|
|
579
534
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
580
535
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -588,7 +543,7 @@ const AxosFooterSiteMap = ({
|
|
|
588
543
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
589
544
|
"a",
|
|
590
545
|
{
|
|
591
|
-
href: findMoreAxosDomains("{AXOSBANK}/
|
|
546
|
+
href: findMoreAxosDomains("{AXOSBANK}/personal/borrow/mortgages"),
|
|
592
547
|
children: "Mortgages"
|
|
593
548
|
}
|
|
594
549
|
) }),
|
|
@@ -596,7 +551,7 @@ const AxosFooterSiteMap = ({
|
|
|
596
551
|
"a",
|
|
597
552
|
{
|
|
598
553
|
href: findMoreAxosDomains(
|
|
599
|
-
"{AXOSBANK}/
|
|
554
|
+
"{AXOSBANK}/personal/borrow/personal-loans"
|
|
600
555
|
),
|
|
601
556
|
children: "Personal Loans"
|
|
602
557
|
}
|
|
@@ -609,7 +564,8 @@ const AxosFooterSiteMap = ({
|
|
|
609
564
|
),
|
|
610
565
|
children: "Auto Loans"
|
|
611
566
|
}
|
|
612
|
-
) })
|
|
567
|
+
) }),
|
|
568
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "https://lavictoirefinance.com/", children: "Marine Loans" }) })
|
|
613
569
|
] }),
|
|
614
570
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
615
571
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -642,11 +598,17 @@ const AxosFooterSiteMap = ({
|
|
|
642
598
|
"a",
|
|
643
599
|
{
|
|
644
600
|
href: findMoreAxosDomains(
|
|
645
|
-
"{AXOSBANK}/Legal/Disclosures#
|
|
601
|
+
"{AXOSBANK}/Legal/Disclosures#AXB----Legal-Disclosures---Personal-Invest-Account-Disclosures---DownloadTileSet"
|
|
646
602
|
),
|
|
647
603
|
children: "Client Relationship Summary"
|
|
648
604
|
}
|
|
649
605
|
) })
|
|
606
|
+
] }),
|
|
607
|
+
/* @__PURE__ */ jsxs("ul", { children: [
|
|
608
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("span", { className: ft_col_subheader, children: "Plan" }) }),
|
|
609
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/tools/payment-apps/mobile-app"), children: "Axos Mobile App" }) }),
|
|
610
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/tools"), children: "Financial Tools" }) }),
|
|
611
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/personal/insights"), children: "Insights" }) })
|
|
650
612
|
] })
|
|
651
613
|
] }),
|
|
652
614
|
/* @__PURE__ */ jsxs("details", { className: ft_panel, children: [
|
|
@@ -676,63 +638,36 @@ const AxosFooterSiteMap = ({
|
|
|
676
638
|
{
|
|
677
639
|
className: ft_col_subheader,
|
|
678
640
|
href: findMoreAxosDomains(
|
|
679
|
-
"{AXOSBANK}/business
|
|
680
|
-
),
|
|
681
|
-
children: "Commercial"
|
|
682
|
-
}
|
|
683
|
-
) }),
|
|
684
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
685
|
-
"a",
|
|
686
|
-
{
|
|
687
|
-
href: findMoreAxosDomains(
|
|
688
|
-
"{AXOSBANK}/commercial/lending/equipment-finance"
|
|
689
|
-
),
|
|
690
|
-
children: "Equipment Finance"
|
|
691
|
-
}
|
|
692
|
-
) }),
|
|
693
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
694
|
-
"a",
|
|
695
|
-
{
|
|
696
|
-
href: findMoreAxosDomains(
|
|
697
|
-
"{AXOSBANK}/business/Commercial-Lending/Lender-Finance"
|
|
698
|
-
),
|
|
699
|
-
children: "Lender Finance"
|
|
700
|
-
}
|
|
701
|
-
) }),
|
|
702
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
703
|
-
"a",
|
|
704
|
-
{
|
|
705
|
-
href: findMoreAxosDomains(
|
|
706
|
-
"{AXOSBANK}/business/Commercial-Lending/Small-Balance-Commercial-Real-Estate"
|
|
641
|
+
"{AXOSBANK}/business"
|
|
707
642
|
),
|
|
708
|
-
children: "Small
|
|
643
|
+
children: "Small Business"
|
|
709
644
|
}
|
|
710
645
|
) }),
|
|
711
646
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
712
647
|
"a",
|
|
713
648
|
{
|
|
714
649
|
href: findMoreAxosDomains(
|
|
715
|
-
"{AXOSBANK}/business/
|
|
650
|
+
"{AXOSBANK}/business/business-checking-accounts"
|
|
716
651
|
),
|
|
717
|
-
children: "
|
|
652
|
+
children: "Checking"
|
|
718
653
|
}
|
|
719
654
|
) }),
|
|
720
655
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
721
656
|
"a",
|
|
722
657
|
{
|
|
723
658
|
href: findMoreAxosDomains(
|
|
724
|
-
"{AXOSBANK}/business/
|
|
659
|
+
"{AXOSBANK}/business/savings"
|
|
725
660
|
),
|
|
726
|
-
children: "
|
|
661
|
+
children: "Savings"
|
|
727
662
|
}
|
|
728
663
|
) }),
|
|
729
664
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
730
665
|
"a",
|
|
731
666
|
{
|
|
732
667
|
href: findMoreAxosDomains(
|
|
733
|
-
"{AXOSBANK}/
|
|
668
|
+
"{AXOSBANK}/business/services"
|
|
734
669
|
),
|
|
735
|
-
children: "
|
|
670
|
+
children: "Services"
|
|
736
671
|
}
|
|
737
672
|
) })
|
|
738
673
|
] }),
|
|
@@ -742,63 +677,64 @@ const AxosFooterSiteMap = ({
|
|
|
742
677
|
{
|
|
743
678
|
className: ft_col_subheader,
|
|
744
679
|
href: findMoreAxosDomains(
|
|
745
|
-
"{AXOSBANK}/business/
|
|
680
|
+
"{AXOSBANK}/business/Commercial-Banking"
|
|
746
681
|
),
|
|
747
|
-
children: "
|
|
682
|
+
children: "Commercial Banking"
|
|
748
683
|
}
|
|
749
684
|
) }),
|
|
750
685
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
751
686
|
"a",
|
|
752
687
|
{
|
|
753
688
|
href: findMoreAxosDomains(
|
|
754
|
-
"{AXOSBANK}/
|
|
689
|
+
"{AXOSBANK}/commercial/banking/third-party-payment-processors"
|
|
755
690
|
),
|
|
756
|
-
children: "
|
|
691
|
+
children: "Third Party Payment Processors"
|
|
757
692
|
}
|
|
758
693
|
) }),
|
|
759
694
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
760
695
|
"a",
|
|
761
696
|
{
|
|
762
697
|
href: findMoreAxosDomains(
|
|
763
|
-
"{AXOSBANK}/
|
|
698
|
+
"{AXOSBANK}/commercial/banking/hoa-property-management"
|
|
764
699
|
),
|
|
765
|
-
children: "
|
|
700
|
+
children: "HOAs & Property Management"
|
|
766
701
|
}
|
|
767
702
|
) }),
|
|
768
703
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
769
704
|
"a",
|
|
770
705
|
{
|
|
771
706
|
href: findMoreAxosDomains(
|
|
772
|
-
"{AXOSBANK}/
|
|
707
|
+
"{AXOSBANK}/commercial/banking/1031-exchange-qualified-intermediaries"
|
|
773
708
|
),
|
|
774
|
-
children: "
|
|
709
|
+
children: "1031 Exchange Qualified Intermediaries"
|
|
775
710
|
}
|
|
776
711
|
) }),
|
|
777
712
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
778
713
|
"a",
|
|
779
714
|
{
|
|
780
715
|
href: findMoreAxosDomains(
|
|
781
|
-
"{AXOSBANK}/
|
|
716
|
+
"{AXOSBANK}/commercial/banking/title-and-escrow"
|
|
782
717
|
),
|
|
783
|
-
children: "
|
|
718
|
+
children: "Title & Escrow"
|
|
784
719
|
}
|
|
785
720
|
) }),
|
|
721
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AAS}"), children: "Fiduciary Services" }) }),
|
|
786
722
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
787
723
|
"a",
|
|
788
724
|
{
|
|
789
725
|
href: findMoreAxosDomains(
|
|
790
|
-
"{AXOSBANK}/
|
|
726
|
+
"{AXOSBANK}/commercial/banking/hedge-funds-and-alternative-funds"
|
|
791
727
|
),
|
|
792
|
-
children: "
|
|
728
|
+
children: "Hedge Funds & Alternative Fund Banking Solutions"
|
|
793
729
|
}
|
|
794
730
|
) }),
|
|
795
731
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
796
732
|
"a",
|
|
797
733
|
{
|
|
798
734
|
href: findMoreAxosDomains(
|
|
799
|
-
"{AXOSBANK}/
|
|
735
|
+
"{AXOSBANK}/commercial/banking/global-treasury-management"
|
|
800
736
|
),
|
|
801
|
-
children: "
|
|
737
|
+
children: "Treasury Management"
|
|
802
738
|
}
|
|
803
739
|
) })
|
|
804
740
|
] }),
|
|
@@ -808,55 +744,54 @@ const AxosFooterSiteMap = ({
|
|
|
808
744
|
{
|
|
809
745
|
className: ft_col_subheader,
|
|
810
746
|
href: findMoreAxosDomains(
|
|
811
|
-
"{AXOSBANK}/business/Commercial-Banking"
|
|
747
|
+
"{AXOSBANK}/business/Commercial-Banking-and-Lending"
|
|
812
748
|
),
|
|
813
|
-
children: "
|
|
749
|
+
children: "Commercial Lending"
|
|
814
750
|
}
|
|
815
751
|
) }),
|
|
816
752
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
817
753
|
"a",
|
|
818
754
|
{
|
|
819
755
|
href: findMoreAxosDomains(
|
|
820
|
-
"{AXOSBANK}/commercial/
|
|
756
|
+
"{AXOSBANK}/commercial/lending/equipment-finance"
|
|
821
757
|
),
|
|
822
|
-
children: "
|
|
758
|
+
children: "Equipment Finance"
|
|
823
759
|
}
|
|
824
760
|
) }),
|
|
825
761
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
826
762
|
"a",
|
|
827
763
|
{
|
|
828
764
|
href: findMoreAxosDomains(
|
|
829
|
-
"{AXOSBANK}/commercial/
|
|
765
|
+
"{AXOSBANK}/commercial/lending/lender-financing"
|
|
830
766
|
),
|
|
831
|
-
children: "
|
|
767
|
+
children: "Lender Finance"
|
|
832
768
|
}
|
|
833
769
|
) }),
|
|
834
770
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
835
771
|
"a",
|
|
836
772
|
{
|
|
837
773
|
href: findMoreAxosDomains(
|
|
838
|
-
"{AXOSBANK}/commercial/
|
|
774
|
+
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
839
775
|
),
|
|
840
|
-
children: "
|
|
776
|
+
children: "Small Balance Commercial Real Estate"
|
|
841
777
|
}
|
|
842
778
|
) }),
|
|
843
779
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
844
780
|
"a",
|
|
845
781
|
{
|
|
846
782
|
href: findMoreAxosDomains(
|
|
847
|
-
"{AXOSBANK}/commercial/
|
|
783
|
+
"{AXOSBANK}/commercial/lending/residential-warehouse-lending"
|
|
848
784
|
),
|
|
849
|
-
children: "
|
|
785
|
+
children: "Residential Warehouse Lending"
|
|
850
786
|
}
|
|
851
787
|
) }),
|
|
852
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AAS}"), children: "Fiduciary Services" }) }),
|
|
853
788
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
854
789
|
"a",
|
|
855
790
|
{
|
|
856
791
|
href: findMoreAxosDomains(
|
|
857
|
-
"{AXOSBANK}/
|
|
792
|
+
"{AXOSBANK}/commercial/lending/bridge-and-construction-lending"
|
|
858
793
|
),
|
|
859
|
-
children: "
|
|
794
|
+
children: "Commercial Real Estate Bridge & Construction Lending"
|
|
860
795
|
}
|
|
861
796
|
) })
|
|
862
797
|
] })
|
|
@@ -883,67 +818,24 @@ const AxosFooterSiteMap = ({
|
|
|
883
818
|
)
|
|
884
819
|
] }),
|
|
885
820
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
821
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "https://lavictoirefinance.com/dealers", children: "Marine Dealer Floorplan Finance" }) }),
|
|
886
822
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
887
823
|
"a",
|
|
888
824
|
{
|
|
889
825
|
href: findMoreAxosDomains(
|
|
890
|
-
"{AXOSBANK}/partners/
|
|
891
|
-
),
|
|
892
|
-
children: "Auto Dealers"
|
|
893
|
-
}
|
|
894
|
-
) }),
|
|
895
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
896
|
-
"a",
|
|
897
|
-
{
|
|
898
|
-
href: findMoreAxosDomains(
|
|
899
|
-
"{AXOSBANK}/partners/financial-advisors"
|
|
900
|
-
),
|
|
901
|
-
children: "Financial Advisors"
|
|
902
|
-
}
|
|
903
|
-
) }),
|
|
904
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
905
|
-
"a",
|
|
906
|
-
{
|
|
907
|
-
href: findMoreAxosDomains(
|
|
908
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/support#AXB----Resources-&-Support---Content-Banner-(Forms)"
|
|
909
|
-
),
|
|
910
|
-
children: "Lending Forms & Guidelines"
|
|
911
|
-
}
|
|
912
|
-
) }),
|
|
913
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
914
|
-
"a",
|
|
915
|
-
{
|
|
916
|
-
href: findMoreAxosDomains(
|
|
917
|
-
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
918
|
-
),
|
|
919
|
-
children: "Small Balance Commercial"
|
|
920
|
-
}
|
|
921
|
-
) }),
|
|
922
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
923
|
-
"a",
|
|
924
|
-
{
|
|
925
|
-
href: findMoreAxosDomains(
|
|
926
|
-
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate/investor-owned-2-4-unit-lending"
|
|
927
|
-
),
|
|
928
|
-
children: "Investor-Owned Properties"
|
|
929
|
-
}
|
|
930
|
-
) }),
|
|
931
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
932
|
-
"a",
|
|
933
|
-
{
|
|
934
|
-
href: findMoreAxosDomains(
|
|
935
|
-
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate/multifamily-lending"
|
|
826
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
936
827
|
),
|
|
937
|
-
children: "
|
|
828
|
+
children: "Wholesale Lending"
|
|
938
829
|
}
|
|
939
830
|
) }),
|
|
831
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXA}"), children: "Financial Advisors" }) }),
|
|
940
832
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
941
833
|
"a",
|
|
942
834
|
{
|
|
943
835
|
href: findMoreAxosDomains(
|
|
944
|
-
"{AXOSBANK}/partners/
|
|
836
|
+
"{AXOSBANK}/partners/dealer-services"
|
|
945
837
|
),
|
|
946
|
-
children: "
|
|
838
|
+
children: "Dealer Services"
|
|
947
839
|
}
|
|
948
840
|
) }),
|
|
949
841
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|