@axos-web-dev/shared-components 0.0.85 → 0.0.86
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.
|
@@ -98,6 +98,7 @@ function SubNavBar() {
|
|
|
98
98
|
useEffect(() => {
|
|
99
99
|
setShowNavbar(
|
|
100
100
|
() => [
|
|
101
|
+
"/",
|
|
101
102
|
"/personal",
|
|
102
103
|
"/business",
|
|
103
104
|
"/partners",
|
|
@@ -521,15 +522,7 @@ function SubNavBar() {
|
|
|
521
522
|
"div",
|
|
522
523
|
{
|
|
523
524
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
524
|
-
children: /* @__PURE__ */ jsx(
|
|
525
|
-
Link,
|
|
526
|
-
{
|
|
527
|
-
href: findMoreAxosDomains(
|
|
528
|
-
"{AXOSBANK}/customer-support/personal-support"
|
|
529
|
-
),
|
|
530
|
-
children: "Help & Support"
|
|
531
|
-
}
|
|
532
|
-
)
|
|
525
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
|
|
533
526
|
}
|
|
534
527
|
)
|
|
535
528
|
] })
|
|
@@ -549,61 +542,18 @@ function SubNavBar() {
|
|
|
549
542
|
}
|
|
550
543
|
),
|
|
551
544
|
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
545
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking", role: "heading", children: "Checking" }) }),
|
|
546
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking/rewards-checking", children: "Rewards Checking" }) }),
|
|
552
547
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
553
548
|
Link,
|
|
554
549
|
{
|
|
555
|
-
href:
|
|
556
|
-
"{AXOSBANK}/personal/checking"
|
|
557
|
-
),
|
|
558
|
-
role: "heading",
|
|
559
|
-
children: "Checking"
|
|
560
|
-
}
|
|
561
|
-
) }),
|
|
562
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
563
|
-
Link,
|
|
564
|
-
{
|
|
565
|
-
href: findMoreAxosDomains(
|
|
566
|
-
"{AXOSBANK}/personal/checking/rewards-checking"
|
|
567
|
-
),
|
|
568
|
-
children: "Rewards Checking"
|
|
569
|
-
}
|
|
570
|
-
) }),
|
|
571
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
572
|
-
Link,
|
|
573
|
-
{
|
|
574
|
-
href: findMoreAxosDomains(
|
|
575
|
-
"{AXOSBANK}/personal/checking/essential-checking"
|
|
576
|
-
),
|
|
550
|
+
href: "/personal/checking/essential-checking",
|
|
577
551
|
children: "Essential Checking"
|
|
578
552
|
}
|
|
579
553
|
) }),
|
|
580
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
href: findMoreAxosDomains(
|
|
584
|
-
"{AXOSBANK}/personal/checking/first-checking"
|
|
585
|
-
),
|
|
586
|
-
children: "First Checking"
|
|
587
|
-
}
|
|
588
|
-
) }),
|
|
589
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
590
|
-
Link,
|
|
591
|
-
{
|
|
592
|
-
href: findMoreAxosDomains(
|
|
593
|
-
"{AXOSBANK}/personal/checking/cashback-checking"
|
|
594
|
-
),
|
|
595
|
-
children: "CashBack Checking"
|
|
596
|
-
}
|
|
597
|
-
) }),
|
|
598
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
599
|
-
Link,
|
|
600
|
-
{
|
|
601
|
-
href: findMoreAxosDomains(
|
|
602
|
-
"{AXOSBANK}/personal/checking/golden-checking"
|
|
603
|
-
),
|
|
604
|
-
children: "Golden Checking"
|
|
605
|
-
}
|
|
606
|
-
) })
|
|
554
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking/first-checking", children: "First Checking" }) }),
|
|
555
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking/cashback-checking", children: "CashBack Checking" }) }),
|
|
556
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/checking/golden-checking", children: "Golden Checking" }) })
|
|
607
557
|
] })
|
|
608
558
|
] }),
|
|
609
559
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
@@ -617,43 +567,16 @@ function SubNavBar() {
|
|
|
617
567
|
}
|
|
618
568
|
),
|
|
619
569
|
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
570
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/savings", role: "heading", children: "Savings" }) }),
|
|
571
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/savings/high-yield-savings", children: "High Yield Savings" }) }),
|
|
620
572
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
621
573
|
Link,
|
|
622
574
|
{
|
|
623
|
-
href:
|
|
624
|
-
"{AXOSBANK}/personal/savings"
|
|
625
|
-
),
|
|
626
|
-
role: "heading",
|
|
627
|
-
children: "Savings"
|
|
628
|
-
}
|
|
629
|
-
) }),
|
|
630
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
631
|
-
Link,
|
|
632
|
-
{
|
|
633
|
-
href: findMoreAxosDomains(
|
|
634
|
-
"{AXOSBANK}/personal/savings/high-yield-savings"
|
|
635
|
-
),
|
|
636
|
-
children: "High Yield Savings"
|
|
637
|
-
}
|
|
638
|
-
) }),
|
|
639
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
640
|
-
Link,
|
|
641
|
-
{
|
|
642
|
-
href: findMoreAxosDomains(
|
|
643
|
-
"{AXOSBANK}/personal/savings/high-yield-money-market"
|
|
644
|
-
),
|
|
575
|
+
href: "/personal/savings/high-yield-money-market",
|
|
645
576
|
children: "High Yield Money Market"
|
|
646
577
|
}
|
|
647
578
|
) }),
|
|
648
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
649
|
-
Link,
|
|
650
|
-
{
|
|
651
|
-
href: findMoreAxosDomains(
|
|
652
|
-
"{AXOSBANK}/personal/savings/first-savings"
|
|
653
|
-
),
|
|
654
|
-
children: "First Savings"
|
|
655
|
-
}
|
|
656
|
-
) })
|
|
579
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/savings/first-savings", children: "First Savings" }) })
|
|
657
580
|
] })
|
|
658
581
|
] }),
|
|
659
582
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
@@ -679,40 +602,13 @@ function SubNavBar() {
|
|
|
679
602
|
}
|
|
680
603
|
),
|
|
681
604
|
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
605
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/premier", role: "heading", children: "Premier" }) }),
|
|
606
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/premier/privateclient", children: "Private Client" }) }),
|
|
607
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/premier/insureguardplus", children: "InsureGuard+" }) }),
|
|
682
608
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
683
609
|
Link,
|
|
684
610
|
{
|
|
685
|
-
href:
|
|
686
|
-
"{AXOSBANK}/personal/premier"
|
|
687
|
-
),
|
|
688
|
-
role: "heading",
|
|
689
|
-
children: "Premier"
|
|
690
|
-
}
|
|
691
|
-
) }),
|
|
692
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
693
|
-
Link,
|
|
694
|
-
{
|
|
695
|
-
href: findMoreAxosDomains(
|
|
696
|
-
"{AXOSBANK}/personal/premier/privateclient"
|
|
697
|
-
),
|
|
698
|
-
children: "Private Client"
|
|
699
|
-
}
|
|
700
|
-
) }),
|
|
701
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
702
|
-
Link,
|
|
703
|
-
{
|
|
704
|
-
href: findMoreAxosDomains(
|
|
705
|
-
"{AXOSBANK}/personal/premier/insureguardplus"
|
|
706
|
-
),
|
|
707
|
-
children: "InsureGuard+"
|
|
708
|
-
}
|
|
709
|
-
) }),
|
|
710
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
711
|
-
Link,
|
|
712
|
-
{
|
|
713
|
-
href: findMoreAxosDomains(
|
|
714
|
-
"{AXOSBANK}/personal/premier/worldcheckingandsavings"
|
|
715
|
-
),
|
|
611
|
+
href: "/personal/premier/worldcheckingandsavings",
|
|
716
612
|
children: "World Checking & Savings"
|
|
717
613
|
}
|
|
718
614
|
) })
|
|
@@ -740,16 +636,7 @@ function SubNavBar() {
|
|
|
740
636
|
height: 20
|
|
741
637
|
}
|
|
742
638
|
),
|
|
743
|
-
/* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
744
|
-
Link,
|
|
745
|
-
{
|
|
746
|
-
href: findMoreAxosDomains(
|
|
747
|
-
"{AXOSBANK}/refer-a-friend"
|
|
748
|
-
),
|
|
749
|
-
role: "heading",
|
|
750
|
-
children: "Refer-a-Friend"
|
|
751
|
-
}
|
|
752
|
-
) }) })
|
|
639
|
+
/* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/refer-a-friend", role: "heading", children: "Refer-a-Friend" }) }) })
|
|
753
640
|
] })
|
|
754
641
|
] })
|
|
755
642
|
]
|
|
@@ -824,15 +711,7 @@ function SubNavBar() {
|
|
|
824
711
|
"div",
|
|
825
712
|
{
|
|
826
713
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
827
|
-
children: /* @__PURE__ */ jsx(
|
|
828
|
-
Link,
|
|
829
|
-
{
|
|
830
|
-
href: findMoreAxosDomains(
|
|
831
|
-
"{AXOSBANK}/customer-support/personal-support"
|
|
832
|
-
),
|
|
833
|
-
children: "Help & Support"
|
|
834
|
-
}
|
|
835
|
-
)
|
|
714
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
|
|
836
715
|
}
|
|
837
716
|
)
|
|
838
717
|
] })
|
|
@@ -852,52 +731,17 @@ function SubNavBar() {
|
|
|
852
731
|
}
|
|
853
732
|
),
|
|
854
733
|
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
734
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages", role: "heading", children: "Mortgage" }) }),
|
|
735
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/buying-a-home", children: "Mortgage Refinance" }) }),
|
|
736
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/refinance", children: "Mortgage Refinance" }) }),
|
|
855
737
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
856
738
|
Link,
|
|
857
739
|
{
|
|
858
|
-
href:
|
|
859
|
-
"{AXOSBANK}/personal/mortgages"
|
|
860
|
-
),
|
|
861
|
-
role: "heading",
|
|
862
|
-
children: "Mortgage"
|
|
863
|
-
}
|
|
864
|
-
) }),
|
|
865
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
866
|
-
Link,
|
|
867
|
-
{
|
|
868
|
-
href: findMoreAxosDomains(
|
|
869
|
-
"{AXOSBANK}/personal/mortgages/buying-a-home"
|
|
870
|
-
),
|
|
871
|
-
children: "Mortgage Refinance"
|
|
872
|
-
}
|
|
873
|
-
) }),
|
|
874
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
875
|
-
Link,
|
|
876
|
-
{
|
|
877
|
-
href: findMoreAxosDomains(
|
|
878
|
-
"{AXOSBANK}/personal/mortgages/refinance"
|
|
879
|
-
),
|
|
880
|
-
children: "Mortgage Refinance"
|
|
881
|
-
}
|
|
882
|
-
) }),
|
|
883
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
884
|
-
Link,
|
|
885
|
-
{
|
|
886
|
-
href: findMoreAxosDomains(
|
|
887
|
-
"{AXOSBANK}/personal/mortgages/buying-a-home/get-pre-qualifies"
|
|
888
|
-
),
|
|
740
|
+
href: "/personal/mortgages/buying-a-home/get-pre-qualifies",
|
|
889
741
|
children: "Get Pre-qualified"
|
|
890
742
|
}
|
|
891
743
|
) }),
|
|
892
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
893
|
-
Link,
|
|
894
|
-
{
|
|
895
|
-
href: findMoreAxosDomains(
|
|
896
|
-
"{AXOSBANK}/personal/mortgages"
|
|
897
|
-
),
|
|
898
|
-
children: "Get a Rate Quote"
|
|
899
|
-
}
|
|
900
|
-
) }),
|
|
744
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages", children: "Get a Rate Quote" }) }),
|
|
901
745
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
902
746
|
Link,
|
|
903
747
|
{
|
|
@@ -905,42 +749,16 @@ function SubNavBar() {
|
|
|
905
749
|
children: "Apply Now"
|
|
906
750
|
}
|
|
907
751
|
) }),
|
|
752
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/mortgage-options", children: "Mortgage Options" }) }),
|
|
753
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/mortgage-support", children: "Mortgage Services" }) }),
|
|
908
754
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
909
755
|
Link,
|
|
910
756
|
{
|
|
911
|
-
href:
|
|
912
|
-
"{AXOSBANK}/personal/mortgages/mortgage-options"
|
|
913
|
-
),
|
|
914
|
-
children: "Mortgage Options"
|
|
915
|
-
}
|
|
916
|
-
) }),
|
|
917
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
918
|
-
Link,
|
|
919
|
-
{
|
|
920
|
-
href: findMoreAxosDomains(
|
|
921
|
-
"{AXOSBANK}/personal/mortgages/mortgage-support"
|
|
922
|
-
),
|
|
923
|
-
children: "Mortgage Services"
|
|
924
|
-
}
|
|
925
|
-
) }),
|
|
926
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
927
|
-
Link,
|
|
928
|
-
{
|
|
929
|
-
href: findMoreAxosDomains(
|
|
930
|
-
"{AXOSBANK}/customer-Support/personal-support/manage-my-loan"
|
|
931
|
-
),
|
|
757
|
+
href: "/customer-Support/personal-support/manage-my-loan",
|
|
932
758
|
children: "Make a Payment"
|
|
933
759
|
}
|
|
934
760
|
) }),
|
|
935
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
936
|
-
Link,
|
|
937
|
-
{
|
|
938
|
-
href: findMoreAxosDomains(
|
|
939
|
-
"{AXOSBANK}/personal/mortgages/rate-watch"
|
|
940
|
-
),
|
|
941
|
-
children: "Rate Watch"
|
|
942
|
-
}
|
|
943
|
-
) })
|
|
761
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/mortgages/rate-watch", children: "Rate Watch" }) })
|
|
944
762
|
] })
|
|
945
763
|
] }),
|
|
946
764
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
@@ -957,56 +775,38 @@ function SubNavBar() {
|
|
|
957
775
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
958
776
|
Link,
|
|
959
777
|
{
|
|
960
|
-
href:
|
|
961
|
-
"{AXOSBANK}/personal/personal-loans"
|
|
962
|
-
),
|
|
778
|
+
href: "/personal/personal-loans",
|
|
963
779
|
role: "heading",
|
|
964
780
|
children: "Personal Loans"
|
|
965
781
|
}
|
|
966
782
|
) }),
|
|
967
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
968
|
-
Link,
|
|
969
|
-
{
|
|
970
|
-
href: findMoreAxosDomains(
|
|
971
|
-
"{AXOSBANK}/personal/personal-loans"
|
|
972
|
-
),
|
|
973
|
-
children: "Learn More"
|
|
974
|
-
}
|
|
975
|
-
) }),
|
|
783
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/personal-loans", children: "Learn More" }) }),
|
|
976
784
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `https://personalloans.axosbank.com/`, children: "Apply Now" }) }),
|
|
977
785
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
978
786
|
Link,
|
|
979
787
|
{
|
|
980
|
-
href:
|
|
981
|
-
"{AXOSBANK}/customer-support/personal-support/manage-my-loan"
|
|
982
|
-
),
|
|
788
|
+
href: "/customer-support/personal-support/manage-my-loan",
|
|
983
789
|
children: "Make a Payment"
|
|
984
790
|
}
|
|
985
791
|
) }),
|
|
986
792
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
987
793
|
Link,
|
|
988
794
|
{
|
|
989
|
-
href:
|
|
990
|
-
"{AXOSBANK}/personal/personal-loans/debt-consolidation-loans"
|
|
991
|
-
),
|
|
795
|
+
href: "/personal/personal-loans/debt-consolidation-loans",
|
|
992
796
|
children: "Debt Consolidation Loans"
|
|
993
797
|
}
|
|
994
798
|
) }),
|
|
995
799
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
996
800
|
Link,
|
|
997
801
|
{
|
|
998
|
-
href:
|
|
999
|
-
"{AXOSBANK}/personal/personal-loans/home-improvement-loans"
|
|
1000
|
-
),
|
|
802
|
+
href: "/personal/personal-loans/home-improvement-loans",
|
|
1001
803
|
children: "Home Improvement Loans"
|
|
1002
804
|
}
|
|
1003
805
|
) }),
|
|
1004
806
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1005
807
|
Link,
|
|
1006
808
|
{
|
|
1007
|
-
href:
|
|
1008
|
-
"{AXOSBANK}/personal/personal-loans/major-purchases-loans"
|
|
1009
|
-
),
|
|
809
|
+
href: "/personal/personal-loans/major-purchases-loans",
|
|
1010
810
|
children: "Major Purchases Loans"
|
|
1011
811
|
}
|
|
1012
812
|
) })
|
|
@@ -1023,49 +823,26 @@ function SubNavBar() {
|
|
|
1023
823
|
}
|
|
1024
824
|
),
|
|
1025
825
|
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
826
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/auto-loan", role: "heading", children: "Auto Loans" }) }),
|
|
1026
827
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1027
828
|
Link,
|
|
1028
829
|
{
|
|
1029
|
-
href:
|
|
1030
|
-
"{AXOSBANK}/personal/auto-loan"
|
|
1031
|
-
),
|
|
1032
|
-
role: "heading",
|
|
1033
|
-
children: "Auto Loans"
|
|
1034
|
-
}
|
|
1035
|
-
) }),
|
|
1036
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1037
|
-
Link,
|
|
1038
|
-
{
|
|
1039
|
-
href: findMoreAxosDomains(
|
|
1040
|
-
"{AXOSBANK}/personal/auto-loan/purchase-a-vehicle"
|
|
1041
|
-
),
|
|
830
|
+
href: "/personal/auto-loan/purchase-a-vehicle",
|
|
1042
831
|
children: "Auto Purchase Loans"
|
|
1043
832
|
}
|
|
1044
833
|
) }),
|
|
834
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/auto-loan/refincance", children: "Auto Refinance Loans" }) }),
|
|
1045
835
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1046
836
|
Link,
|
|
1047
837
|
{
|
|
1048
|
-
href:
|
|
1049
|
-
"{AXOSBANK}/personal/auto-loan/refincance"
|
|
1050
|
-
),
|
|
1051
|
-
children: "Auto Refinance Loans"
|
|
1052
|
-
}
|
|
1053
|
-
) }),
|
|
1054
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1055
|
-
Link,
|
|
1056
|
-
{
|
|
1057
|
-
href: findMoreAxosDomains(
|
|
1058
|
-
"{AXOSBANK}/tools/calculators/auto-loan-calculator"
|
|
1059
|
-
),
|
|
838
|
+
href: "/tools/calculators/auto-loan-calculator",
|
|
1060
839
|
children: "Auto Payment Calculator"
|
|
1061
840
|
}
|
|
1062
841
|
) }),
|
|
1063
842
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1064
843
|
Link,
|
|
1065
844
|
{
|
|
1066
|
-
href:
|
|
1067
|
-
"{AXOSBANK}/customer-support/personal-support/manage-my-loan"
|
|
1068
|
-
),
|
|
845
|
+
href: "/customer-support/personal-support/manage-my-loan",
|
|
1069
846
|
children: "Manage My Loan"
|
|
1070
847
|
}
|
|
1071
848
|
) })
|
|
@@ -1176,15 +953,7 @@ function SubNavBar() {
|
|
|
1176
953
|
"div",
|
|
1177
954
|
{
|
|
1178
955
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
1179
|
-
children: /* @__PURE__ */ jsx(
|
|
1180
|
-
Link,
|
|
1181
|
-
{
|
|
1182
|
-
href: findMoreAxosDomains(
|
|
1183
|
-
"{AXOSBANK}/customer-support/personal-support"
|
|
1184
|
-
),
|
|
1185
|
-
children: "Help & Support"
|
|
1186
|
-
}
|
|
1187
|
-
)
|
|
956
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
|
|
1188
957
|
}
|
|
1189
958
|
)
|
|
1190
959
|
] })
|
|
@@ -1432,15 +1201,7 @@ function SubNavBar() {
|
|
|
1432
1201
|
"div",
|
|
1433
1202
|
{
|
|
1434
1203
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
1435
|
-
children: /* @__PURE__ */ jsx(
|
|
1436
|
-
Link,
|
|
1437
|
-
{
|
|
1438
|
-
href: findMoreAxosDomains(
|
|
1439
|
-
"{AXOSBANK}/customer-support/personal-support"
|
|
1440
|
-
),
|
|
1441
|
-
children: "Help & Support"
|
|
1442
|
-
}
|
|
1443
|
-
)
|
|
1204
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/personal-support", children: "Help & Support" })
|
|
1444
1205
|
}
|
|
1445
1206
|
)
|
|
1446
1207
|
] })
|
|
@@ -1463,31 +1224,13 @@ function SubNavBar() {
|
|
|
1463
1224
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1464
1225
|
Link,
|
|
1465
1226
|
{
|
|
1466
|
-
href:
|
|
1467
|
-
"{AXOSBANK}/tools/payment-apps/mobile-app"
|
|
1468
|
-
),
|
|
1227
|
+
href: "/tools/payment-apps/mobile-app",
|
|
1469
1228
|
role: "heading",
|
|
1470
1229
|
children: "Axos Mobile App"
|
|
1471
1230
|
}
|
|
1472
1231
|
) }),
|
|
1473
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1474
|
-
|
|
1475
|
-
{
|
|
1476
|
-
href: findMoreAxosDomains(
|
|
1477
|
-
"{AXOSBANK}/tools/payment-apps/mobile-app"
|
|
1478
|
-
),
|
|
1479
|
-
children: "Download the App"
|
|
1480
|
-
}
|
|
1481
|
-
) }),
|
|
1482
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1483
|
-
Link,
|
|
1484
|
-
{
|
|
1485
|
-
href: findMoreAxosDomains(
|
|
1486
|
-
"{AXOSBANK}/tools/payment-apps/mobile-app"
|
|
1487
|
-
),
|
|
1488
|
-
children: "Mobile App Features"
|
|
1489
|
-
}
|
|
1490
|
-
) })
|
|
1232
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/payment-apps/mobile-app", children: "Download the App" }) }),
|
|
1233
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/payment-apps/mobile-app", children: "Mobile App Features" }) })
|
|
1491
1234
|
] })
|
|
1492
1235
|
] }),
|
|
1493
1236
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
@@ -1501,48 +1244,11 @@ function SubNavBar() {
|
|
|
1501
1244
|
}
|
|
1502
1245
|
),
|
|
1503
1246
|
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
1504
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
children: "Financial Tools"
|
|
1510
|
-
}
|
|
1511
|
-
) }),
|
|
1512
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1513
|
-
Link,
|
|
1514
|
-
{
|
|
1515
|
-
href: findMoreAxosDomains(
|
|
1516
|
-
"{AXOSBANK}/tools/calculators"
|
|
1517
|
-
),
|
|
1518
|
-
children: "Calculators"
|
|
1519
|
-
}
|
|
1520
|
-
) }),
|
|
1521
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1522
|
-
Link,
|
|
1523
|
-
{
|
|
1524
|
-
href: findMoreAxosDomains(
|
|
1525
|
-
"{AXOSBANK}/tools/credit-score-monitoring"
|
|
1526
|
-
),
|
|
1527
|
-
children: "Credit Score Monitoring"
|
|
1528
|
-
}
|
|
1529
|
-
) }),
|
|
1530
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1531
|
-
Link,
|
|
1532
|
-
{
|
|
1533
|
-
href: findMoreAxosDomains(
|
|
1534
|
-
"{AXOSBANK}/personal/personal-finance-manager"
|
|
1535
|
-
),
|
|
1536
|
-
children: "Personal Finance Manager"
|
|
1537
|
-
}
|
|
1538
|
-
) }),
|
|
1539
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1540
|
-
Link,
|
|
1541
|
-
{
|
|
1542
|
-
href: findMoreAxosDomains("{AXOSBANK}/tools"),
|
|
1543
|
-
children: "Additional Tools"
|
|
1544
|
-
}
|
|
1545
|
-
) })
|
|
1247
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools", role: "heading", children: "Financial Tools" }) }),
|
|
1248
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/calculators", children: "Calculators" }) }),
|
|
1249
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools/credit-score-monitoring", children: "Credit Score Monitoring" }) }),
|
|
1250
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/personal/personal-finance-manager", children: "Personal Finance Manager" }) }),
|
|
1251
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/tools", children: "Additional Tools" }) })
|
|
1546
1252
|
] })
|
|
1547
1253
|
] }),
|
|
1548
1254
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
@@ -1556,15 +1262,8 @@ function SubNavBar() {
|
|
|
1556
1262
|
}
|
|
1557
1263
|
),
|
|
1558
1264
|
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
1559
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1560
|
-
|
|
1561
|
-
{
|
|
1562
|
-
href: findMoreAxosDomains("{AXOSBANK}/blog"),
|
|
1563
|
-
role: "heading",
|
|
1564
|
-
children: "Education & Insights"
|
|
1565
|
-
}
|
|
1566
|
-
) }),
|
|
1567
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: findMoreAxosDomains("{AXOSBANK}/blog"), children: "Personal Finance" }) }),
|
|
1265
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/blog", role: "heading", children: "Education & Insights" }) }),
|
|
1266
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/blog", children: "Personal Finance" }) }),
|
|
1568
1267
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1569
1268
|
Link,
|
|
1570
1269
|
{
|
|
@@ -1572,15 +1271,7 @@ function SubNavBar() {
|
|
|
1572
1271
|
children: "Investing Insight"
|
|
1573
1272
|
}
|
|
1574
1273
|
) }),
|
|
1575
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1576
|
-
Link,
|
|
1577
|
-
{
|
|
1578
|
-
href: findMoreAxosDomains(
|
|
1579
|
-
"{AXOSBANK}/blog/categories/podcast"
|
|
1580
|
-
),
|
|
1581
|
-
children: "Investing Podcase"
|
|
1582
|
-
}
|
|
1583
|
-
) })
|
|
1274
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/blog/categories/podcast", children: "Investing Podcase" }) })
|
|
1584
1275
|
] })
|
|
1585
1276
|
] })
|
|
1586
1277
|
] })
|
|
@@ -1623,9 +1314,7 @@ function SubNavBar() {
|
|
|
1623
1314
|
/* @__PURE__ */ jsx(
|
|
1624
1315
|
Link,
|
|
1625
1316
|
{
|
|
1626
|
-
href:
|
|
1627
|
-
"{AXOSBANK}/business/open-account-return-to-application"
|
|
1628
|
-
),
|
|
1317
|
+
href: "/business/open-account-return-to-application",
|
|
1629
1318
|
"aria-label": "open a business account",
|
|
1630
1319
|
className: "text_center bg_white",
|
|
1631
1320
|
children: "Open an Account"
|
|
@@ -1667,15 +1356,7 @@ function SubNavBar() {
|
|
|
1667
1356
|
"div",
|
|
1668
1357
|
{
|
|
1669
1358
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
1670
|
-
children: /* @__PURE__ */ jsx(
|
|
1671
|
-
Link,
|
|
1672
|
-
{
|
|
1673
|
-
href: findMoreAxosDomains(
|
|
1674
|
-
"{AXOSBANK}/customer-support/business-support"
|
|
1675
|
-
),
|
|
1676
|
-
children: "Help & Support"
|
|
1677
|
-
}
|
|
1678
|
-
)
|
|
1359
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/business-support", children: "Help & Support" })
|
|
1679
1360
|
}
|
|
1680
1361
|
)
|
|
1681
1362
|
] })
|
|
@@ -1698,9 +1379,7 @@ function SubNavBar() {
|
|
|
1698
1379
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1699
1380
|
Link,
|
|
1700
1381
|
{
|
|
1701
|
-
href:
|
|
1702
|
-
"{AXOSBANK}/business/small-business-banking/business-checking-compare"
|
|
1703
|
-
),
|
|
1382
|
+
href: "/business/small-business-banking/business-checking-compare",
|
|
1704
1383
|
role: "heading",
|
|
1705
1384
|
children: "Checking"
|
|
1706
1385
|
}
|
|
@@ -1708,18 +1387,14 @@ function SubNavBar() {
|
|
|
1708
1387
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1709
1388
|
Link,
|
|
1710
1389
|
{
|
|
1711
|
-
href:
|
|
1712
|
-
"{AXOSBANK}/business/small-business-banking/business-checking-compare/basic-business-checking"
|
|
1713
|
-
),
|
|
1390
|
+
href: "/business/small-business-banking/business-checking-compare/basic-business-checking",
|
|
1714
1391
|
children: "Basic Business Checking"
|
|
1715
1392
|
}
|
|
1716
1393
|
) }),
|
|
1717
1394
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1718
1395
|
Link,
|
|
1719
1396
|
{
|
|
1720
|
-
href:
|
|
1721
|
-
"{AXOSBANK}/business/small-business-banking/business-checking-compare/business-interest-checking"
|
|
1722
|
-
),
|
|
1397
|
+
href: "/business/small-business-banking/business-checking-compare/business-interest-checking",
|
|
1723
1398
|
children: "Business Interest Checking"
|
|
1724
1399
|
}
|
|
1725
1400
|
) })
|
|
@@ -1739,9 +1414,7 @@ function SubNavBar() {
|
|
|
1739
1414
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1740
1415
|
Link,
|
|
1741
1416
|
{
|
|
1742
|
-
href:
|
|
1743
|
-
"{AXOSBANK}/business/small-business-banking/savings"
|
|
1744
|
-
),
|
|
1417
|
+
href: "/business/small-business-banking/savings",
|
|
1745
1418
|
role: "heading",
|
|
1746
1419
|
children: "Savings"
|
|
1747
1420
|
}
|
|
@@ -1749,45 +1422,35 @@ function SubNavBar() {
|
|
|
1749
1422
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1750
1423
|
Link,
|
|
1751
1424
|
{
|
|
1752
|
-
href:
|
|
1753
|
-
"{AXOSBANK}/business/small-business-banking/savings/business-money-market-accounts/business-money-market"
|
|
1754
|
-
),
|
|
1425
|
+
href: "/business/small-business-banking/savings/business-money-market-accounts/business-money-market",
|
|
1755
1426
|
children: "Business Money Market"
|
|
1756
1427
|
}
|
|
1757
1428
|
) }),
|
|
1758
1429
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1759
1430
|
Link,
|
|
1760
1431
|
{
|
|
1761
|
-
href:
|
|
1762
|
-
"{AXOSBANK}/business/small-business-banking/savings/business-savings-accounts/business-premium-saving"
|
|
1763
|
-
),
|
|
1432
|
+
href: "/business/small-business-banking/savings/business-savings-accounts/business-premium-saving",
|
|
1764
1433
|
children: "Business Premium Savings"
|
|
1765
1434
|
}
|
|
1766
1435
|
) }),
|
|
1767
1436
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1768
1437
|
Link,
|
|
1769
1438
|
{
|
|
1770
|
-
href:
|
|
1771
|
-
"{AXOSBANK}/business/small-business-banking/savings/business-savings-accounts/business-savings"
|
|
1772
|
-
),
|
|
1439
|
+
href: "/business/small-business-banking/savings/business-savings-accounts/business-savings",
|
|
1773
1440
|
children: "Business Savings"
|
|
1774
1441
|
}
|
|
1775
1442
|
) }),
|
|
1776
1443
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1777
1444
|
Link,
|
|
1778
1445
|
{
|
|
1779
|
-
href:
|
|
1780
|
-
"{AXOSBANK}/business/small-business-banking/savings/business-money-market-accounts/non-profit-money-market"
|
|
1781
|
-
),
|
|
1446
|
+
href: "/business/small-business-banking/savings/business-money-market-accounts/non-profit-money-market",
|
|
1782
1447
|
children: "Non-Profit Money Market"
|
|
1783
1448
|
}
|
|
1784
1449
|
) }),
|
|
1785
1450
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1786
1451
|
Link,
|
|
1787
1452
|
{
|
|
1788
|
-
href:
|
|
1789
|
-
"{AXOSBANK}/business/small-business-banking/savings/business-cds"
|
|
1790
|
-
),
|
|
1453
|
+
href: "/business/small-business-banking/savings/business-cds",
|
|
1791
1454
|
children: "Business CDs"
|
|
1792
1455
|
}
|
|
1793
1456
|
) })
|
|
@@ -1807,9 +1470,7 @@ function SubNavBar() {
|
|
|
1807
1470
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1808
1471
|
Link,
|
|
1809
1472
|
{
|
|
1810
|
-
href:
|
|
1811
|
-
"{AXOSBANK}/business/small-business-banking/services"
|
|
1812
|
-
),
|
|
1473
|
+
href: "/business/small-business-banking/services",
|
|
1813
1474
|
role: "heading",
|
|
1814
1475
|
children: "Services"
|
|
1815
1476
|
}
|
|
@@ -1817,45 +1478,35 @@ function SubNavBar() {
|
|
|
1817
1478
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1818
1479
|
Link,
|
|
1819
1480
|
{
|
|
1820
|
-
href:
|
|
1821
|
-
"{AXOSBANK}/business/small-business-banking/services/merchant-services"
|
|
1822
|
-
),
|
|
1481
|
+
href: "/business/small-business-banking/services/merchant-services",
|
|
1823
1482
|
children: "Merchant Services"
|
|
1824
1483
|
}
|
|
1825
1484
|
) }),
|
|
1826
1485
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1827
1486
|
Link,
|
|
1828
1487
|
{
|
|
1829
|
-
href:
|
|
1830
|
-
"{AXOSBANK}/business/small-business-banking/services/payroll-services"
|
|
1831
|
-
),
|
|
1488
|
+
href: "/business/small-business-banking/services/payroll-services",
|
|
1832
1489
|
children: "Payroll Services"
|
|
1833
1490
|
}
|
|
1834
1491
|
) }),
|
|
1835
1492
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1836
1493
|
Link,
|
|
1837
1494
|
{
|
|
1838
|
-
href:
|
|
1839
|
-
"{AXOSBANK}/business/small-business-banking/services/sba-loans"
|
|
1840
|
-
),
|
|
1495
|
+
href: "/business/small-business-banking/services/sba-loans",
|
|
1841
1496
|
children: "SBA Loans"
|
|
1842
1497
|
}
|
|
1843
1498
|
) }),
|
|
1844
1499
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1845
1500
|
Link,
|
|
1846
1501
|
{
|
|
1847
|
-
href:
|
|
1848
|
-
"{AXOSBANK}/business/small-business-banking/services/treasury-management"
|
|
1849
|
-
),
|
|
1502
|
+
href: "/business/small-business-banking/services/treasury-management",
|
|
1850
1503
|
children: "Treasury Management"
|
|
1851
1504
|
}
|
|
1852
1505
|
) }),
|
|
1853
1506
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1854
1507
|
Link,
|
|
1855
1508
|
{
|
|
1856
|
-
href:
|
|
1857
|
-
"{AXOSBANK}/business/small-business-banking/services/insured-cash-sweep"
|
|
1858
|
-
),
|
|
1509
|
+
href: "/business/small-business-banking/services/insured-cash-sweep",
|
|
1859
1510
|
children: "Insured Cash Sweep"
|
|
1860
1511
|
}
|
|
1861
1512
|
) })
|
|
@@ -1875,9 +1526,7 @@ function SubNavBar() {
|
|
|
1875
1526
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1876
1527
|
Link,
|
|
1877
1528
|
{
|
|
1878
|
-
href:
|
|
1879
|
-
"{AXOSBANK}/customer-support/business-support"
|
|
1880
|
-
),
|
|
1529
|
+
href: "/customer-support/business-support",
|
|
1881
1530
|
role: "heading",
|
|
1882
1531
|
children: "Other Resources"
|
|
1883
1532
|
}
|
|
@@ -1885,36 +1534,16 @@ function SubNavBar() {
|
|
|
1885
1534
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1886
1535
|
Link,
|
|
1887
1536
|
{
|
|
1888
|
-
href:
|
|
1889
|
-
"{AXOSBANK}/customer-support/business-support/faq"
|
|
1890
|
-
),
|
|
1537
|
+
href: "/customer-support/business-support/faq",
|
|
1891
1538
|
children: "FAQ"
|
|
1892
1539
|
}
|
|
1893
1540
|
) }),
|
|
1541
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/business-rates", children: "Rates" }) }),
|
|
1542
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/atm-locator", children: "ATM Locator" }) }),
|
|
1894
1543
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1895
1544
|
Link,
|
|
1896
1545
|
{
|
|
1897
|
-
href:
|
|
1898
|
-
"{AXOSBANK}/business/business-rates"
|
|
1899
|
-
),
|
|
1900
|
-
children: "Rates"
|
|
1901
|
-
}
|
|
1902
|
-
) }),
|
|
1903
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1904
|
-
Link,
|
|
1905
|
-
{
|
|
1906
|
-
href: findMoreAxosDomains(
|
|
1907
|
-
"{AXOSBANK}/atm-locator"
|
|
1908
|
-
),
|
|
1909
|
-
children: "ATM Locator"
|
|
1910
|
-
}
|
|
1911
|
-
) }),
|
|
1912
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1913
|
-
Link,
|
|
1914
|
-
{
|
|
1915
|
-
href: findMoreAxosDomains(
|
|
1916
|
-
"{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
|
|
1917
|
-
),
|
|
1546
|
+
href: "/tools/calculators/saving-to-start-a-business-calculator",
|
|
1918
1547
|
children: "Calculators"
|
|
1919
1548
|
}
|
|
1920
1549
|
) })
|
|
@@ -1980,15 +1609,7 @@ function SubNavBar() {
|
|
|
1980
1609
|
"div",
|
|
1981
1610
|
{
|
|
1982
1611
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
1983
|
-
children: /* @__PURE__ */ jsx(
|
|
1984
|
-
Link,
|
|
1985
|
-
{
|
|
1986
|
-
href: findMoreAxosDomains(
|
|
1987
|
-
"{AXOSBANK}/customer-support/business-support"
|
|
1988
|
-
),
|
|
1989
|
-
children: "Help & Support"
|
|
1990
|
-
}
|
|
1991
|
-
)
|
|
1612
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/business-support", children: "Help & Support" })
|
|
1992
1613
|
}
|
|
1993
1614
|
)
|
|
1994
1615
|
] })
|
|
@@ -2011,9 +1632,7 @@ function SubNavBar() {
|
|
|
2011
1632
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2012
1633
|
Link,
|
|
2013
1634
|
{
|
|
2014
|
-
href:
|
|
2015
|
-
"{AXOSBANK}/business/commercial-banking"
|
|
2016
|
-
),
|
|
1635
|
+
href: "/business/commercial-banking",
|
|
2017
1636
|
role: "heading",
|
|
2018
1637
|
children: "Solutions By Industry"
|
|
2019
1638
|
}
|
|
@@ -2021,54 +1640,42 @@ function SubNavBar() {
|
|
|
2021
1640
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2022
1641
|
Link,
|
|
2023
1642
|
{
|
|
2024
|
-
href:
|
|
2025
|
-
"{AXOSBANK}/business/commercial-banking/third-party-payment-processors"
|
|
2026
|
-
),
|
|
1643
|
+
href: "/business/commercial-banking/third-party-payment-processors",
|
|
2027
1644
|
children: "Third Party Payment Processors"
|
|
2028
1645
|
}
|
|
2029
1646
|
) }),
|
|
2030
1647
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2031
1648
|
Link,
|
|
2032
1649
|
{
|
|
2033
|
-
href:
|
|
2034
|
-
"{AXOSBANK}/business/commercial-banking/hoa-banking-and-lending"
|
|
2035
|
-
),
|
|
1650
|
+
href: "/business/commercial-banking/hoa-banking-and-lending",
|
|
2036
1651
|
children: "HOA Banking & Lending"
|
|
2037
1652
|
}
|
|
2038
1653
|
) }),
|
|
2039
1654
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2040
1655
|
Link,
|
|
2041
1656
|
{
|
|
2042
|
-
href:
|
|
2043
|
-
"{AXOSBANK}/business/commercial-banking/hoas-property-management"
|
|
2044
|
-
),
|
|
1657
|
+
href: "/business/commercial-banking/hoas-property-management",
|
|
2045
1658
|
children: "HOAs & Property Management"
|
|
2046
1659
|
}
|
|
2047
1660
|
) }),
|
|
2048
1661
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2049
1662
|
Link,
|
|
2050
1663
|
{
|
|
2051
|
-
href:
|
|
2052
|
-
"{AXOSBANK}/business/commercial-banking/1031-exchange-qualified-intermediaries"
|
|
2053
|
-
),
|
|
1664
|
+
href: "/business/commercial-banking/1031-exchange-qualified-intermediaries",
|
|
2054
1665
|
children: "1031 Exchange Qualified Intermediaries"
|
|
2055
1666
|
}
|
|
2056
1667
|
) }),
|
|
2057
1668
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2058
1669
|
Link,
|
|
2059
1670
|
{
|
|
2060
|
-
href:
|
|
2061
|
-
"{AXOSBANK}/business/commercial-banking/title-and-escrow"
|
|
2062
|
-
),
|
|
1671
|
+
href: "/business/commercial-banking/title-and-escrow",
|
|
2063
1672
|
children: "Title & Escrow"
|
|
2064
1673
|
}
|
|
2065
1674
|
) }),
|
|
2066
1675
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2067
1676
|
Link,
|
|
2068
1677
|
{
|
|
2069
|
-
href:
|
|
2070
|
-
"{AXOSBANK}/business/commercial-banking/global-fiduciary-banking"
|
|
2071
|
-
),
|
|
1678
|
+
href: "/business/commercial-banking/global-fiduciary-banking",
|
|
2072
1679
|
children: "Global Fiduciary Banking"
|
|
2073
1680
|
}
|
|
2074
1681
|
) }),
|
|
@@ -2082,18 +1689,14 @@ function SubNavBar() {
|
|
|
2082
1689
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2083
1690
|
Link,
|
|
2084
1691
|
{
|
|
2085
|
-
href:
|
|
2086
|
-
"{AXOSBANK}/business/commercial-banking/business-management-banking"
|
|
2087
|
-
),
|
|
1692
|
+
href: "/business/commercial-banking/business-management-banking",
|
|
2088
1693
|
children: "Business Management Banking"
|
|
2089
1694
|
}
|
|
2090
1695
|
) }),
|
|
2091
1696
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2092
1697
|
Link,
|
|
2093
1698
|
{
|
|
2094
|
-
href:
|
|
2095
|
-
"{AXOSBANK}/business/commercial-banking/hedge-funds-and-alternative-fund-banking-solutions"
|
|
2096
|
-
),
|
|
1699
|
+
href: "/business/commercial-banking/hedge-funds-and-alternative-fund-banking-solutions",
|
|
2097
1700
|
children: "Hedge Funds & Alternative Fund Banking Solutions"
|
|
2098
1701
|
}
|
|
2099
1702
|
) })
|
|
@@ -2113,9 +1716,7 @@ function SubNavBar() {
|
|
|
2113
1716
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2114
1717
|
Link,
|
|
2115
1718
|
{
|
|
2116
|
-
href:
|
|
2117
|
-
"{AXOSBANK}/business/commercial-banking"
|
|
2118
|
-
),
|
|
1719
|
+
href: "/business/commercial-banking",
|
|
2119
1720
|
role: "heading",
|
|
2120
1721
|
children: "Services"
|
|
2121
1722
|
}
|
|
@@ -2123,36 +1724,22 @@ function SubNavBar() {
|
|
|
2123
1724
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2124
1725
|
Link,
|
|
2125
1726
|
{
|
|
2126
|
-
href:
|
|
2127
|
-
"{AXOSBANK}/business/commercial-banking/analyzed-checking"
|
|
2128
|
-
),
|
|
1727
|
+
href: "/business/commercial-banking/analyzed-checking",
|
|
2129
1728
|
children: "Analyzed Business Checking"
|
|
2130
1729
|
}
|
|
2131
1730
|
) }),
|
|
1731
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/business-merchant-services", children: "Merchant Services" }) }),
|
|
2132
1732
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2133
1733
|
Link,
|
|
2134
1734
|
{
|
|
2135
|
-
href:
|
|
2136
|
-
"{AXOSBANK}/business/business-merchant-services"
|
|
2137
|
-
),
|
|
2138
|
-
children: "Merchant Services"
|
|
2139
|
-
}
|
|
2140
|
-
) }),
|
|
2141
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2142
|
-
Link,
|
|
2143
|
-
{
|
|
2144
|
-
href: findMoreAxosDomains(
|
|
2145
|
-
"{AXOSBANK}/business/commercial-banking/treasury-management"
|
|
2146
|
-
),
|
|
1735
|
+
href: "/business/commercial-banking/treasury-management",
|
|
2147
1736
|
children: "Treasury Management"
|
|
2148
1737
|
}
|
|
2149
1738
|
) }),
|
|
2150
1739
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
|
|
2151
1740
|
Link,
|
|
2152
1741
|
{
|
|
2153
|
-
href:
|
|
2154
|
-
"{AXOSBANK}/business/commercial-banking/intrafi-network-deposits"
|
|
2155
|
-
),
|
|
1742
|
+
href: "/business/commercial-banking/intrafi-network-deposits",
|
|
2156
1743
|
children: [
|
|
2157
1744
|
"IntraFi",
|
|
2158
1745
|
/* @__PURE__ */ jsx("sup", { children: "®" }),
|
|
@@ -2177,9 +1764,7 @@ function SubNavBar() {
|
|
|
2177
1764
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2178
1765
|
Link,
|
|
2179
1766
|
{
|
|
2180
|
-
href:
|
|
2181
|
-
"{AXOSBANK}/customer-support/business-support"
|
|
2182
|
-
),
|
|
1767
|
+
href: "/customer-support/business-support",
|
|
2183
1768
|
role: "heading",
|
|
2184
1769
|
children: "Other Resources"
|
|
2185
1770
|
}
|
|
@@ -2187,9 +1772,7 @@ function SubNavBar() {
|
|
|
2187
1772
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2188
1773
|
Link,
|
|
2189
1774
|
{
|
|
2190
|
-
href:
|
|
2191
|
-
"{AXOSBANK}/business/commercial-banking/calculators"
|
|
2192
|
-
),
|
|
1775
|
+
href: "/business/commercial-banking/calculators",
|
|
2193
1776
|
children: "Calculators"
|
|
2194
1777
|
}
|
|
2195
1778
|
) })
|
|
@@ -2255,15 +1838,7 @@ function SubNavBar() {
|
|
|
2255
1838
|
"div",
|
|
2256
1839
|
{
|
|
2257
1840
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
2258
|
-
children: /* @__PURE__ */ jsx(
|
|
2259
|
-
Link,
|
|
2260
|
-
{
|
|
2261
|
-
href: findMoreAxosDomains(
|
|
2262
|
-
"{AXOSBANK}/customer-support/business-support"
|
|
2263
|
-
),
|
|
2264
|
-
children: "Help & Support"
|
|
2265
|
-
}
|
|
2266
|
-
)
|
|
1841
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/business-support", children: "Help & Support" })
|
|
2267
1842
|
}
|
|
2268
1843
|
)
|
|
2269
1844
|
] })
|
|
@@ -2286,9 +1861,7 @@ function SubNavBar() {
|
|
|
2286
1861
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2287
1862
|
Link,
|
|
2288
1863
|
{
|
|
2289
|
-
href:
|
|
2290
|
-
"{AXOSBANK}/business/commercial-lending"
|
|
2291
|
-
),
|
|
1864
|
+
href: "/business/commercial-lending",
|
|
2292
1865
|
role: "heading",
|
|
2293
1866
|
children: "Credit and Financial"
|
|
2294
1867
|
}
|
|
@@ -2296,27 +1869,21 @@ function SubNavBar() {
|
|
|
2296
1869
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2297
1870
|
Link,
|
|
2298
1871
|
{
|
|
2299
|
-
href:
|
|
2300
|
-
"{AXOSBANK}/business/commercial-lending/commercial-lines-of-credit"
|
|
2301
|
-
),
|
|
1872
|
+
href: "/business/commercial-lending/commercial-lines-of-credit",
|
|
2302
1873
|
children: "Commercial Lines of Credit"
|
|
2303
1874
|
}
|
|
2304
1875
|
) }),
|
|
2305
1876
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2306
1877
|
Link,
|
|
2307
1878
|
{
|
|
2308
|
-
href:
|
|
2309
|
-
"{AXOSBANK}/business/commercial-lending/commercial-term-loans"
|
|
2310
|
-
),
|
|
1879
|
+
href: "/business/commercial-lending/commercial-term-loans",
|
|
2311
1880
|
children: "Comnmercial Term Loans"
|
|
2312
1881
|
}
|
|
2313
1882
|
) }),
|
|
2314
1883
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2315
1884
|
Link,
|
|
2316
1885
|
{
|
|
2317
|
-
href:
|
|
2318
|
-
"{AXOSBANK}/business/commercial-lending/equipment-finance"
|
|
2319
|
-
),
|
|
1886
|
+
href: "/business/commercial-lending/equipment-finance",
|
|
2320
1887
|
children: "Equipment Finance"
|
|
2321
1888
|
}
|
|
2322
1889
|
) })
|
|
@@ -2336,9 +1903,7 @@ function SubNavBar() {
|
|
|
2336
1903
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2337
1904
|
Link,
|
|
2338
1905
|
{
|
|
2339
|
-
href:
|
|
2340
|
-
"{AXOSBANK}/business/commercial-lending"
|
|
2341
|
-
),
|
|
1906
|
+
href: "/business/commercial-lending",
|
|
2342
1907
|
role: "heading",
|
|
2343
1908
|
children: "Commercial Lending"
|
|
2344
1909
|
}
|
|
@@ -2346,54 +1911,42 @@ function SubNavBar() {
|
|
|
2346
1911
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2347
1912
|
Link,
|
|
2348
1913
|
{
|
|
2349
|
-
href:
|
|
2350
|
-
"{AXOSBANK}/business/commercial-lending/Commercial-Term-Loans"
|
|
2351
|
-
),
|
|
1914
|
+
href: "/business/commercial-lending/Commercial-Term-Loans",
|
|
2352
1915
|
children: "Commercial Real Estate Bridge & Construction Lending"
|
|
2353
1916
|
}
|
|
2354
1917
|
) }),
|
|
2355
1918
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2356
1919
|
Link,
|
|
2357
1920
|
{
|
|
2358
|
-
href:
|
|
2359
|
-
"{AXOSBANK}/business/commercial-lending/hoa-lending"
|
|
2360
|
-
),
|
|
1921
|
+
href: "/business/commercial-lending/hoa-lending",
|
|
2361
1922
|
children: "HOA Lending"
|
|
2362
1923
|
}
|
|
2363
1924
|
) }),
|
|
2364
1925
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2365
1926
|
Link,
|
|
2366
1927
|
{
|
|
2367
|
-
href:
|
|
2368
|
-
"{AXOSBANK}/business/commercial-lending/lender-finance"
|
|
2369
|
-
),
|
|
1928
|
+
href: "/business/commercial-lending/lender-finance",
|
|
2370
1929
|
children: "Lender Finance"
|
|
2371
1930
|
}
|
|
2372
1931
|
) }),
|
|
2373
1932
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2374
1933
|
Link,
|
|
2375
1934
|
{
|
|
2376
|
-
href:
|
|
2377
|
-
"{AXOSBANK}/business/commercial-lending/warehouse-lending"
|
|
2378
|
-
),
|
|
1935
|
+
href: "/business/commercial-lending/warehouse-lending",
|
|
2379
1936
|
children: "Residential Warehouse Lending"
|
|
2380
1937
|
}
|
|
2381
1938
|
) }),
|
|
2382
1939
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2383
1940
|
Link,
|
|
2384
1941
|
{
|
|
2385
|
-
href:
|
|
2386
|
-
"{AXOSBANK}/business/commercial-lending/small-balance-commercial-real-estate"
|
|
2387
|
-
),
|
|
1942
|
+
href: "/business/commercial-lending/small-balance-commercial-real-estate",
|
|
2388
1943
|
children: "Small Balance Commercial Real Estate"
|
|
2389
1944
|
}
|
|
2390
1945
|
) }),
|
|
2391
1946
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2392
1947
|
Link,
|
|
2393
1948
|
{
|
|
2394
|
-
href:
|
|
2395
|
-
"{AXOSBANK}/business/commercial-lending/leveraged-finance"
|
|
2396
|
-
),
|
|
1949
|
+
href: "/business/commercial-lending/leveraged-finance",
|
|
2397
1950
|
children: "Leveraged Finance"
|
|
2398
1951
|
}
|
|
2399
1952
|
) }),
|
|
@@ -2420,28 +1973,16 @@ function SubNavBar() {
|
|
|
2420
1973
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2421
1974
|
Link,
|
|
2422
1975
|
{
|
|
2423
|
-
href:
|
|
2424
|
-
"{AXOSBANK}/customer-support/business-support"
|
|
2425
|
-
),
|
|
1976
|
+
href: "/customer-support/business-support",
|
|
2426
1977
|
role: "heading",
|
|
2427
1978
|
children: "Other Resources"
|
|
2428
1979
|
}
|
|
2429
1980
|
) }),
|
|
1981
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial-portal", children: "Commercial Portal" }) }),
|
|
2430
1982
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2431
1983
|
Link,
|
|
2432
1984
|
{
|
|
2433
|
-
href:
|
|
2434
|
-
"{AXOSBANK}/commercial-portal"
|
|
2435
|
-
),
|
|
2436
|
-
children: "Commercial Portal"
|
|
2437
|
-
}
|
|
2438
|
-
) }),
|
|
2439
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2440
|
-
Link,
|
|
2441
|
-
{
|
|
2442
|
-
href: findMoreAxosDomains(
|
|
2443
|
-
"{AXOSBANK}/business/commercial-banking/calculators"
|
|
2444
|
-
),
|
|
1985
|
+
href: "/business/commercial-banking/calculators",
|
|
2445
1986
|
children: "Calculators"
|
|
2446
1987
|
}
|
|
2447
1988
|
) })
|
|
@@ -2482,9 +2023,7 @@ function SubNavBar() {
|
|
|
2482
2023
|
/* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
|
|
2483
2024
|
Link,
|
|
2484
2025
|
{
|
|
2485
|
-
href:
|
|
2486
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/quick-pricer"
|
|
2487
|
-
),
|
|
2026
|
+
href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
|
|
2488
2027
|
"aria-label": "Get started with the Axos Quick Pricer",
|
|
2489
2028
|
className: "text_center bg_white",
|
|
2490
2029
|
children: "Price a Loan"
|
|
@@ -2518,15 +2057,7 @@ function SubNavBar() {
|
|
|
2518
2057
|
"div",
|
|
2519
2058
|
{
|
|
2520
2059
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
2521
|
-
children: /* @__PURE__ */ jsx(
|
|
2522
|
-
Link,
|
|
2523
|
-
{
|
|
2524
|
-
href: findMoreAxosDomains(
|
|
2525
|
-
"{AXOSBANK}/customer-support/partner-support"
|
|
2526
|
-
),
|
|
2527
|
-
children: "Help & Support"
|
|
2528
|
-
}
|
|
2529
|
-
)
|
|
2060
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/partner-support", children: "Help & Support" })
|
|
2530
2061
|
}
|
|
2531
2062
|
)
|
|
2532
2063
|
] })
|
|
@@ -2549,9 +2080,7 @@ function SubNavBar() {
|
|
|
2549
2080
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2550
2081
|
Link,
|
|
2551
2082
|
{
|
|
2552
|
-
href:
|
|
2553
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
2554
|
-
),
|
|
2083
|
+
href: "/partners/wholesale-correspondent-portfolio-lending",
|
|
2555
2084
|
role: "heading",
|
|
2556
2085
|
children: "Wholesale & Correspondent Lending"
|
|
2557
2086
|
}
|
|
@@ -2559,36 +2088,28 @@ function SubNavBar() {
|
|
|
2559
2088
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2560
2089
|
Link,
|
|
2561
2090
|
{
|
|
2562
|
-
href:
|
|
2563
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/programs-and-products"
|
|
2564
|
-
),
|
|
2091
|
+
href: "/partners/wholesale-correspondent-portfolio-lending/programs-and-products",
|
|
2565
2092
|
children: "All Programs & Products"
|
|
2566
2093
|
}
|
|
2567
2094
|
) }),
|
|
2568
2095
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2569
2096
|
Link,
|
|
2570
2097
|
{
|
|
2571
|
-
href:
|
|
2572
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/programs-and-products/dscr"
|
|
2573
|
-
),
|
|
2098
|
+
href: "/partners/wholesale-correspondent-portfolio-lending/programs-and-products/dscr",
|
|
2574
2099
|
children: "DSCR"
|
|
2575
2100
|
}
|
|
2576
2101
|
) }),
|
|
2577
2102
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2578
2103
|
Link,
|
|
2579
2104
|
{
|
|
2580
|
-
href:
|
|
2581
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/programs-and-products/cash-flow-maximizer"
|
|
2582
|
-
),
|
|
2105
|
+
href: "/partners/wholesale-correspondent-portfolio-lending/programs-and-products/cash-flow-maximizer",
|
|
2583
2106
|
children: "Cash-Flow mAXimizer"
|
|
2584
2107
|
}
|
|
2585
2108
|
) }),
|
|
2586
2109
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2587
2110
|
Link,
|
|
2588
2111
|
{
|
|
2589
|
-
href:
|
|
2590
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/meet-the-team"
|
|
2591
|
-
),
|
|
2112
|
+
href: "/partners/wholesale-correspondent-portfolio-lending/meet-the-team",
|
|
2592
2113
|
children: "Meet the Team"
|
|
2593
2114
|
}
|
|
2594
2115
|
) })
|
|
@@ -2608,9 +2129,7 @@ function SubNavBar() {
|
|
|
2608
2129
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2609
2130
|
Link,
|
|
2610
2131
|
{
|
|
2611
|
-
href:
|
|
2612
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/resources-support"
|
|
2613
|
-
),
|
|
2132
|
+
href: "/partners/wholesale-correspondent-portfolio-lending/resources-support",
|
|
2614
2133
|
role: "heading",
|
|
2615
2134
|
children: "Resources & Support"
|
|
2616
2135
|
}
|
|
@@ -2625,9 +2144,7 @@ function SubNavBar() {
|
|
|
2625
2144
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2626
2145
|
Link,
|
|
2627
2146
|
{
|
|
2628
|
-
href:
|
|
2629
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/quick-pricer"
|
|
2630
|
-
),
|
|
2147
|
+
href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
|
|
2631
2148
|
children: "Quick Pricer"
|
|
2632
2149
|
}
|
|
2633
2150
|
) })
|
|
@@ -2693,15 +2210,7 @@ function SubNavBar() {
|
|
|
2693
2210
|
"div",
|
|
2694
2211
|
{
|
|
2695
2212
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
2696
|
-
children: /* @__PURE__ */ jsx(
|
|
2697
|
-
Link,
|
|
2698
|
-
{
|
|
2699
|
-
href: findMoreAxosDomains(
|
|
2700
|
-
"{AXOSBANK}/customer-support/partner-support"
|
|
2701
|
-
),
|
|
2702
|
-
children: "Help & Support"
|
|
2703
|
-
}
|
|
2704
|
-
)
|
|
2213
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/partner-support", children: "Help & Support" })
|
|
2705
2214
|
}
|
|
2706
2215
|
)
|
|
2707
2216
|
] })
|
|
@@ -2723,9 +2232,7 @@ function SubNavBar() {
|
|
|
2723
2232
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2724
2233
|
Link,
|
|
2725
2234
|
{
|
|
2726
|
-
href:
|
|
2727
|
-
"{AXOSBANK}/partners/small-balance-commercial"
|
|
2728
|
-
),
|
|
2235
|
+
href: "/partners/small-balance-commercial",
|
|
2729
2236
|
role: "heading",
|
|
2730
2237
|
children: "Small Balance Commercial"
|
|
2731
2238
|
}
|
|
@@ -2733,63 +2240,49 @@ function SubNavBar() {
|
|
|
2733
2240
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2734
2241
|
Link,
|
|
2735
2242
|
{
|
|
2736
|
-
href:
|
|
2737
|
-
"{AXOSBANK}/partners/small-balance-commercial/investor-owned-2-4-unit-lending"
|
|
2738
|
-
),
|
|
2243
|
+
href: "/partners/small-balance-commercial/investor-owned-2-4-unit-lending",
|
|
2739
2244
|
children: "Investor-Owned 2-4 Unit Properties"
|
|
2740
2245
|
}
|
|
2741
2246
|
) }),
|
|
2742
2247
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2743
2248
|
Link,
|
|
2744
2249
|
{
|
|
2745
|
-
href:
|
|
2746
|
-
"{AXOSBANK}/partners/small-balance-commercial/mixed-use-lending"
|
|
2747
|
-
),
|
|
2250
|
+
href: "/partners/small-balance-commercial/mixed-use-lending",
|
|
2748
2251
|
children: "Mixed-Use"
|
|
2749
2252
|
}
|
|
2750
2253
|
) }),
|
|
2751
2254
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2752
2255
|
Link,
|
|
2753
2256
|
{
|
|
2754
|
-
href:
|
|
2755
|
-
"{AXOSBANK}/partners/small-balance-commercial/mobile-home-park"
|
|
2756
|
-
),
|
|
2257
|
+
href: "/partners/small-balance-commercial/mobile-home-park",
|
|
2757
2258
|
children: "Mobile Home Park"
|
|
2758
2259
|
}
|
|
2759
2260
|
) }),
|
|
2760
2261
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2761
2262
|
Link,
|
|
2762
2263
|
{
|
|
2763
|
-
href:
|
|
2764
|
-
"{AXOSBANK}/partners/small-balance-commercial/multifamily-lending"
|
|
2765
|
-
),
|
|
2264
|
+
href: "/partners/small-balance-commercial/multifamily-lending",
|
|
2766
2265
|
children: "Multi-Family Housing"
|
|
2767
2266
|
}
|
|
2768
2267
|
) }),
|
|
2769
2268
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2770
2269
|
Link,
|
|
2771
2270
|
{
|
|
2772
|
-
href:
|
|
2773
|
-
"{AXOSBANK}/partners/small-balance-commercial/non-resident-aliens"
|
|
2774
|
-
),
|
|
2271
|
+
href: "/partners/small-balance-commercial/non-resident-aliens",
|
|
2775
2272
|
children: "Non-Resident Aliens"
|
|
2776
2273
|
}
|
|
2777
2274
|
) }),
|
|
2778
2275
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2779
2276
|
Link,
|
|
2780
2277
|
{
|
|
2781
|
-
href:
|
|
2782
|
-
"{AXOSBANK}/partners/small-balance-commercial/retail-office-and-industrial"
|
|
2783
|
-
),
|
|
2278
|
+
href: "/partners/small-balance-commercial/retail-office-and-industrial",
|
|
2784
2279
|
children: "Retail Office & Industrial"
|
|
2785
2280
|
}
|
|
2786
2281
|
) }),
|
|
2787
2282
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2788
2283
|
Link,
|
|
2789
2284
|
{
|
|
2790
|
-
href:
|
|
2791
|
-
"{AXOSBANK}/partners/small-balance-commercial/student-housing"
|
|
2792
|
-
),
|
|
2285
|
+
href: "/partners/small-balance-commercial/student-housing",
|
|
2793
2286
|
children: "Student Housing"
|
|
2794
2287
|
}
|
|
2795
2288
|
) })
|
|
@@ -2854,15 +2347,7 @@ function SubNavBar() {
|
|
|
2854
2347
|
"div",
|
|
2855
2348
|
{
|
|
2856
2349
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
2857
|
-
children: /* @__PURE__ */ jsx(
|
|
2858
|
-
Link,
|
|
2859
|
-
{
|
|
2860
|
-
href: findMoreAxosDomains(
|
|
2861
|
-
"{AXOSBANK}/customer-support/partner-support"
|
|
2862
|
-
),
|
|
2863
|
-
children: "Help & Support"
|
|
2864
|
-
}
|
|
2865
|
-
)
|
|
2350
|
+
children: /* @__PURE__ */ jsx(Link, { href: "/customer-support/partner-support", children: "Help & Support" })
|
|
2866
2351
|
}
|
|
2867
2352
|
)
|
|
2868
2353
|
] })
|
|
@@ -2884,22 +2369,12 @@ function SubNavBar() {
|
|
|
2884
2369
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2885
2370
|
Link,
|
|
2886
2371
|
{
|
|
2887
|
-
href:
|
|
2888
|
-
"{AXOSBANK}/partners/dealer-services"
|
|
2889
|
-
),
|
|
2372
|
+
href: "/partners/dealer-services",
|
|
2890
2373
|
role: "heading",
|
|
2891
2374
|
children: "Dealer Services"
|
|
2892
2375
|
}
|
|
2893
2376
|
) }),
|
|
2894
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2895
|
-
Link,
|
|
2896
|
-
{
|
|
2897
|
-
href: findMoreAxosDomains(
|
|
2898
|
-
"{AXOSBANK}/partners/dealer-services/contact"
|
|
2899
|
-
),
|
|
2900
|
-
children: "Request More Information"
|
|
2901
|
-
}
|
|
2902
|
-
) })
|
|
2377
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/partners/dealer-services/contact", children: "Request More Information" }) })
|
|
2903
2378
|
] })
|
|
2904
2379
|
] }) })
|
|
2905
2380
|
]
|