@axos-web-dev/shared-components 0.0.175 → 0.0.177

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.
@@ -90,7 +90,7 @@ import { subNavItems } from "./NavData.js";
90
90
  import "../../PageNavItem/PageNavItem.css.js";
91
91
  import "react-slick";
92
92
  /* empty css */
93
- import "next/link.js";
93
+ import Link from "next/link.js";
94
94
  import { usePathname } from "next/navigation.js";
95
95
  /* empty css */
96
96
  /* empty css */
@@ -105,7 +105,6 @@ import "next/script.js";
105
105
  /* empty css */
106
106
  import Image from "next/image.js";
107
107
  import { sub_nav, dd_media } from "./SubNavbar.css.js";
108
- import RetainQueryLink from "../../utils/RetainQueryLink.js";
109
108
  function SubNavBar() {
110
109
  const pathname = usePathname();
111
110
  const [hoveredLink, setHoveredLink] = useState(void 0);
@@ -413,7 +412,7 @@ function SubNavBar() {
413
412
  ] }),
414
413
  pathname?.includes("/partners") && /* @__PURE__ */ jsxs(Fragment, { children: [
415
414
  /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
416
- RetainQueryLink,
415
+ Link,
417
416
  {
418
417
  href: `https://lavictoirefinance.com/dealers`,
419
418
  id: "partNav1",
@@ -458,7 +457,7 @@ function SubNavBar() {
458
457
  }
459
458
  ) }),
460
459
  /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
461
- RetainQueryLink,
460
+ Link,
462
461
  {
463
462
  href: `https://www.axosadvisor.com`,
464
463
  id: "partNav4",
@@ -503,7 +502,7 @@ function SubNavBar() {
503
502
  }
504
503
  ) }),
505
504
  /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
506
- RetainQueryLink,
505
+ Link,
507
506
  {
508
507
  href: `/partners/strategic-partnerships`,
509
508
  id: "partNav6",
@@ -514,10 +513,10 @@ function SubNavBar() {
514
513
  ) })
515
514
  ] }),
516
515
  pathname?.includes("/customer-support") && support.map(
517
- (item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(RetainQueryLink, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`)
516
+ (item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`)
518
517
  ),
519
- pathname?.includes("/about-us") && about.map((item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(RetainQueryLink, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`)),
520
- pathname?.includes("/legal") && legal.map((item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(RetainQueryLink, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`))
518
+ pathname?.includes("/about-us") && about.map((item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`)),
519
+ pathname?.includes("/legal") && legal.map((item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`))
521
520
  ] }),
522
521
  /* @__PURE__ */ jsxs("div", { className: "relative", children: [
523
522
  hoveredLink === "bank" && /* @__PURE__ */ jsx(
@@ -559,7 +558,7 @@ function SubNavBar() {
559
558
  {
560
559
  className: `${styles.mt_8} ${styles.dd_media_cta}`,
561
560
  children: /* @__PURE__ */ jsx(
562
- RetainQueryLink,
561
+ Link,
563
562
  {
564
563
  href: findMoreAxosDomains(
565
564
  "{AXOSBANK}/pages/axos-one"
@@ -585,7 +584,7 @@ function SubNavBar() {
585
584
  className: `${styles.headline} flex_row middle between`,
586
585
  children: [
587
586
  /* @__PURE__ */ jsx(
588
- RetainQueryLink,
587
+ Link,
589
588
  {
590
589
  role: "heading",
591
590
  "aria-label": "visit personal banking webpage",
@@ -610,7 +609,7 @@ function SubNavBar() {
610
609
  {
611
610
  className: `${styles.headline_cta} ${styles.ml_8}`,
612
611
  children: /* @__PURE__ */ jsx(
613
- RetainQueryLink,
612
+ Link,
614
613
  {
615
614
  href: findMoreAxosDomains(
616
615
  "{AXOSBANK}/personal/support"
@@ -638,7 +637,7 @@ function SubNavBar() {
638
637
  ),
639
638
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
640
639
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
641
- RetainQueryLink,
640
+ Link,
642
641
  {
643
642
  href: findMoreAxosDomains(
644
643
  "{AXOSBANK}/personal/bank/checking-accounts"
@@ -648,7 +647,7 @@ function SubNavBar() {
648
647
  }
649
648
  ) }),
650
649
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
651
- RetainQueryLink,
650
+ Link,
652
651
  {
653
652
  href: findMoreAxosDomains(
654
653
  "{AXOSBANK}/pages/axos-one"
@@ -657,7 +656,7 @@ function SubNavBar() {
657
656
  }
658
657
  ) }),
659
658
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
660
- RetainQueryLink,
659
+ Link,
661
660
  {
662
661
  href: findMoreAxosDomains(
663
662
  "{AXOSBANK}/personal/bank/checking-accounts/rewards-checking"
@@ -666,7 +665,7 @@ function SubNavBar() {
666
665
  }
667
666
  ) }),
668
667
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
669
- RetainQueryLink,
668
+ Link,
670
669
  {
671
670
  href: findMoreAxosDomains(
672
671
  "{AXOSBANK}/personal/bank/checking-accounts/essential-checking"
@@ -675,7 +674,7 @@ function SubNavBar() {
675
674
  }
676
675
  ) }),
677
676
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
678
- RetainQueryLink,
677
+ Link,
679
678
  {
680
679
  href: findMoreAxosDomains(
681
680
  "{AXOSBANK}/personal/bank/checking-accounts/first-checking"
@@ -684,7 +683,7 @@ function SubNavBar() {
684
683
  }
685
684
  ) }),
686
685
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
687
- RetainQueryLink,
686
+ Link,
688
687
  {
689
688
  href: findMoreAxosDomains(
690
689
  "{AXOSBANK}/personal/bank/checking-accounts/cashback-checking"
@@ -693,7 +692,7 @@ function SubNavBar() {
693
692
  }
694
693
  ) }),
695
694
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
696
- RetainQueryLink,
695
+ Link,
697
696
  {
698
697
  href: findMoreAxosDomains(
699
698
  "{AXOSBANK}/personal/bank/checking-accounts/golden-checking"
@@ -715,7 +714,7 @@ function SubNavBar() {
715
714
  ),
716
715
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
717
716
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
718
- RetainQueryLink,
717
+ Link,
719
718
  {
720
719
  href: findMoreAxosDomains(
721
720
  "{AXOSBANK}/personal/bank/savings-accounts"
@@ -725,7 +724,7 @@ function SubNavBar() {
725
724
  }
726
725
  ) }),
727
726
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
728
- RetainQueryLink,
727
+ Link,
729
728
  {
730
729
  href: findMoreAxosDomains(
731
730
  "{AXOSBANK}/pages/axos-one"
@@ -734,7 +733,7 @@ function SubNavBar() {
734
733
  }
735
734
  ) }),
736
735
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
737
- RetainQueryLink,
736
+ Link,
738
737
  {
739
738
  href: findMoreAxosDomains(
740
739
  "{AXOSBANK}/personal/bank/savings-accounts/high-yield-savings"
@@ -743,7 +742,7 @@ function SubNavBar() {
743
742
  }
744
743
  ) }),
745
744
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
746
- RetainQueryLink,
745
+ Link,
747
746
  {
748
747
  href: findMoreAxosDomains(
749
748
  "{AXOSBANK}/personal/bank/savings-accounts/high-yield-money-market"
@@ -752,7 +751,7 @@ function SubNavBar() {
752
751
  }
753
752
  ) }),
754
753
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
755
- RetainQueryLink,
754
+ Link,
756
755
  {
757
756
  href: findMoreAxosDomains(
758
757
  "{AXOSBANK}/personal/bank/savings-accounts/first-savings"
@@ -773,7 +772,7 @@ function SubNavBar() {
773
772
  }
774
773
  ),
775
774
  /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
776
- RetainQueryLink,
775
+ Link,
777
776
  {
778
777
  href: findMoreAxosDomains(
779
778
  "{AXOSBANK}/personal/bank/savings-accounts/certificates-of-deposit"
@@ -795,7 +794,7 @@ function SubNavBar() {
795
794
  ),
796
795
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
797
796
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
798
- RetainQueryLink,
797
+ Link,
799
798
  {
800
799
  href: findMoreAxosDomains(
801
800
  "{AXOSBANK}/personal/bank/premier"
@@ -805,7 +804,7 @@ function SubNavBar() {
805
804
  }
806
805
  ) }),
807
806
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
808
- RetainQueryLink,
807
+ Link,
809
808
  {
810
809
  href: findMoreAxosDomains(
811
810
  "{AXOSBANK}/personal/bank/premier/private-client-banking"
@@ -814,7 +813,7 @@ function SubNavBar() {
814
813
  }
815
814
  ) }),
816
815
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
817
- RetainQueryLink,
816
+ Link,
818
817
  {
819
818
  href: findMoreAxosDomains(
820
819
  "{AXOSBANK}/personal/bank/premier/insureguard-savings"
@@ -823,7 +822,7 @@ function SubNavBar() {
823
822
  }
824
823
  ) }),
825
824
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
826
- RetainQueryLink,
825
+ Link,
827
826
  {
828
827
  href: findMoreAxosDomains(
829
828
  "{AXOSBANK}/personal/bank/premier/world-checking-and-savings"
@@ -844,7 +843,7 @@ function SubNavBar() {
844
843
  }
845
844
  ),
846
845
  /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
847
- RetainQueryLink,
846
+ Link,
848
847
  {
849
848
  href: findMoreAxosDomains(
850
849
  "{AXOSBANK}/personal/support/atm-locator"
@@ -865,7 +864,7 @@ function SubNavBar() {
865
864
  }
866
865
  ),
867
866
  /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
868
- RetainQueryLink,
867
+ Link,
869
868
  {
870
869
  href: findMoreAxosDomains(
871
870
  "{AXOSBANK}/personal/bank/refer-a-friend"
@@ -886,7 +885,7 @@ function SubNavBar() {
886
885
  }
887
886
  ),
888
887
  /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
889
- RetainQueryLink,
888
+ Link,
890
889
  {
891
890
  href: findMoreAxosDomains(
892
891
  "{AXOSBANK}/personal/insights"
@@ -946,7 +945,7 @@ function SubNavBar() {
946
945
  {
947
946
  className: `${styles.mt_8} ${styles.dd_media_cta}`,
948
947
  children: /* @__PURE__ */ jsx(
949
- RetainQueryLink,
948
+ Link,
950
949
  {
951
950
  href: findMoreAxosDomains(
952
951
  "{AXOSBANK}/personal/borrow/mortgages"
@@ -972,7 +971,7 @@ function SubNavBar() {
972
971
  className: `${styles.headline} flex_row middle between`,
973
972
  children: [
974
973
  /* @__PURE__ */ jsx(
975
- RetainQueryLink,
974
+ Link,
976
975
  {
977
976
  href: findMoreAxosDomains(
978
977
  "{AXOSBANK}/personal/borrow"
@@ -997,7 +996,7 @@ function SubNavBar() {
997
996
  {
998
997
  className: `${styles.headline_cta} ${styles.ml_8}`,
999
998
  children: /* @__PURE__ */ jsx(
1000
- RetainQueryLink,
999
+ Link,
1001
1000
  {
1002
1001
  href: findMoreAxosDomains(
1003
1002
  "{AXOSBANK}/personal/support"
@@ -1025,7 +1024,7 @@ function SubNavBar() {
1025
1024
  ),
1026
1025
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1027
1026
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1028
- RetainQueryLink,
1027
+ Link,
1029
1028
  {
1030
1029
  href: findMoreAxosDomains(
1031
1030
  "{AXOSBANK}/personal/borrow/mortgages"
@@ -1035,7 +1034,7 @@ function SubNavBar() {
1035
1034
  }
1036
1035
  ) }),
1037
1036
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1038
- RetainQueryLink,
1037
+ Link,
1039
1038
  {
1040
1039
  href: findMoreAxosDomains(
1041
1040
  "{AXOSBANK}/personal/borrow/mortgages/buying-a-home"
@@ -1044,7 +1043,7 @@ function SubNavBar() {
1044
1043
  }
1045
1044
  ) }),
1046
1045
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1047
- RetainQueryLink,
1046
+ Link,
1048
1047
  {
1049
1048
  href: findMoreAxosDomains(
1050
1049
  "{AXOSBANK}/personal/borrow/mortgages/refinance"
@@ -1053,7 +1052,7 @@ function SubNavBar() {
1053
1052
  }
1054
1053
  ) }),
1055
1054
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1056
- RetainQueryLink,
1055
+ Link,
1057
1056
  {
1058
1057
  href: findMoreAxosDomains(
1059
1058
  "{AXOSBANK}/personal/borrow/mortgages/buying-a-home/get-pre-qualified"
@@ -1062,7 +1061,7 @@ function SubNavBar() {
1062
1061
  }
1063
1062
  ) }),
1064
1063
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1065
- RetainQueryLink,
1064
+ Link,
1066
1065
  {
1067
1066
  href: findMoreAxosDomains(
1068
1067
  "{AXOSBANK}/personal/borrow/mortgages"
@@ -1071,14 +1070,14 @@ function SubNavBar() {
1071
1070
  }
1072
1071
  ) }),
1073
1072
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1074
- RetainQueryLink,
1073
+ Link,
1075
1074
  {
1076
1075
  href: `https://afp.axosbank.com/blend?type=signUp&createApplication=true`,
1077
1076
  children: "Apply Now"
1078
1077
  }
1079
1078
  ) }),
1080
1079
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1081
- RetainQueryLink,
1080
+ Link,
1082
1081
  {
1083
1082
  href: findMoreAxosDomains(
1084
1083
  "{AXOSBANK}/personal/borrow/mortgages/buying-a-home/process"
@@ -1087,7 +1086,7 @@ function SubNavBar() {
1087
1086
  }
1088
1087
  ) }),
1089
1088
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1090
- RetainQueryLink,
1089
+ Link,
1091
1090
  {
1092
1091
  href: findMoreAxosDomains(
1093
1092
  "{AXOSBANK}/personal/support/manage-my-loan"
@@ -1109,7 +1108,7 @@ function SubNavBar() {
1109
1108
  ),
1110
1109
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1111
1110
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1112
- RetainQueryLink,
1111
+ Link,
1113
1112
  {
1114
1113
  href: findMoreAxosDomains(
1115
1114
  "{AXOSBANK}/personal/borrow/personal-loans"
@@ -1119,7 +1118,7 @@ function SubNavBar() {
1119
1118
  }
1120
1119
  ) }),
1121
1120
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1122
- RetainQueryLink,
1121
+ Link,
1123
1122
  {
1124
1123
  href: findMoreAxosDomains(
1125
1124
  "{AXOSBANK}/personal/borrow/personal-loans"
@@ -1128,14 +1127,14 @@ function SubNavBar() {
1128
1127
  }
1129
1128
  ) }),
1130
1129
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1131
- RetainQueryLink,
1130
+ Link,
1132
1131
  {
1133
1132
  href: `https://personalloans.axosbank.com/`,
1134
1133
  children: "Apply Now"
1135
1134
  }
1136
1135
  ) }),
1137
1136
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1138
- RetainQueryLink,
1137
+ Link,
1139
1138
  {
1140
1139
  href: findMoreAxosDomains(
1141
1140
  "{AXOSBANK}/personal/support/manage-my-loan"
@@ -1144,7 +1143,7 @@ function SubNavBar() {
1144
1143
  }
1145
1144
  ) }),
1146
1145
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1147
- RetainQueryLink,
1146
+ Link,
1148
1147
  {
1149
1148
  href: findMoreAxosDomains(
1150
1149
  "{AXOSBANK}/personal/borrow/personal-loans/debt-consolidation"
@@ -1153,7 +1152,7 @@ function SubNavBar() {
1153
1152
  }
1154
1153
  ) }),
1155
1154
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1156
- RetainQueryLink,
1155
+ Link,
1157
1156
  {
1158
1157
  href: findMoreAxosDomains(
1159
1158
  "{AXOSBANK}/personal/borrow/personal-loans/home-improvements"
@@ -1162,7 +1161,7 @@ function SubNavBar() {
1162
1161
  }
1163
1162
  ) }),
1164
1163
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1165
- RetainQueryLink,
1164
+ Link,
1166
1165
  {
1167
1166
  href: findMoreAxosDomains(
1168
1167
  "{AXOSBANK}/personal/borrow/personal-loans/major-purchases"
@@ -1184,7 +1183,7 @@ function SubNavBar() {
1184
1183
  ),
1185
1184
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1186
1185
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1187
- RetainQueryLink,
1186
+ Link,
1188
1187
  {
1189
1188
  href: findMoreAxosDomains(
1190
1189
  "{AXOSBANK}/personal/borrow/auto-loans"
@@ -1194,7 +1193,7 @@ function SubNavBar() {
1194
1193
  }
1195
1194
  ) }),
1196
1195
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1197
- RetainQueryLink,
1196
+ Link,
1198
1197
  {
1199
1198
  href: findMoreAxosDomains(
1200
1199
  "{AXOSBANK}/personal/borrow/auto-loans/purchase-a-vehicle"
@@ -1203,7 +1202,7 @@ function SubNavBar() {
1203
1202
  }
1204
1203
  ) }),
1205
1204
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1206
- RetainQueryLink,
1205
+ Link,
1207
1206
  {
1208
1207
  href: findMoreAxosDomains(
1209
1208
  "{AXOSBANK}/personal/borrow/auto-loans/refinance"
@@ -1212,7 +1211,7 @@ function SubNavBar() {
1212
1211
  }
1213
1212
  ) }),
1214
1213
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1215
- RetainQueryLink,
1214
+ Link,
1216
1215
  {
1217
1216
  href: findMoreAxosDomains(
1218
1217
  "{AXOSBANK}/tools/calculators/auto-loan-calculator"
@@ -1221,7 +1220,7 @@ function SubNavBar() {
1221
1220
  }
1222
1221
  ) }),
1223
1222
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1224
- RetainQueryLink,
1223
+ Link,
1225
1224
  {
1226
1225
  href: findMoreAxosDomains(
1227
1226
  "{AXOSBANK}/personal/support/manage-my-loan"
@@ -1243,7 +1242,7 @@ function SubNavBar() {
1243
1242
  ),
1244
1243
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1245
1244
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1246
- RetainQueryLink,
1245
+ Link,
1247
1246
  {
1248
1247
  href: `https://lavictoirefinance.com`,
1249
1248
  role: "heading",
@@ -1251,21 +1250,21 @@ function SubNavBar() {
1251
1250
  }
1252
1251
  ) }),
1253
1252
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1254
- RetainQueryLink,
1253
+ Link,
1255
1254
  {
1256
1255
  href: `https://lavictoirefinance.com/loans`,
1257
1256
  children: "Find The Right Loan"
1258
1257
  }
1259
1258
  ) }),
1260
1259
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1261
- RetainQueryLink,
1260
+ Link,
1262
1261
  {
1263
1262
  href: `https://lavictoirefinance.com/apply-now`,
1264
1263
  children: "Apply Now"
1265
1264
  }
1266
1265
  ) }),
1267
1266
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1268
- RetainQueryLink,
1267
+ Link,
1269
1268
  {
1270
1269
  href: `https://lavictoirefinance.com/contact-us`,
1271
1270
  children: "Contact Us"
@@ -1319,7 +1318,7 @@ function SubNavBar() {
1319
1318
  {
1320
1319
  className: `${styles.mt_8} ${styles.dd_media_cta}`,
1321
1320
  children: /* @__PURE__ */ jsx(
1322
- RetainQueryLink,
1321
+ Link,
1323
1322
  {
1324
1323
  href: `https://axosfundfinder.com/`,
1325
1324
  "aria-label": "learn more about fundfinder",
@@ -1343,7 +1342,7 @@ function SubNavBar() {
1343
1342
  className: `${styles.headline} flex_row middle between`,
1344
1343
  children: [
1345
1344
  /* @__PURE__ */ jsx(
1346
- RetainQueryLink,
1345
+ Link,
1347
1346
  {
1348
1347
  href: findMoreAxosDomains("{AXOS}/invest"),
1349
1348
  role: "heading",
@@ -1366,7 +1365,7 @@ function SubNavBar() {
1366
1365
  {
1367
1366
  className: `${styles.headline_cta} ${styles.ml_8}`,
1368
1367
  children: /* @__PURE__ */ jsx(
1369
- RetainQueryLink,
1368
+ Link,
1370
1369
  {
1371
1370
  href: findMoreAxosDomains(
1372
1371
  "{AXOS}/invest/support"
@@ -1394,7 +1393,7 @@ function SubNavBar() {
1394
1393
  ),
1395
1394
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1396
1395
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1397
- RetainQueryLink,
1396
+ Link,
1398
1397
  {
1399
1398
  href: findMoreAxosDomains(
1400
1399
  "{AXOS}/invest/managed-portfolios"
@@ -1404,7 +1403,7 @@ function SubNavBar() {
1404
1403
  }
1405
1404
  ) }),
1406
1405
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1407
- RetainQueryLink,
1406
+ Link,
1408
1407
  {
1409
1408
  href: findMoreAxosDomains(
1410
1409
  "{AXOS}/invest/managed-portfolios/investing-details"
@@ -1413,7 +1412,7 @@ function SubNavBar() {
1413
1412
  }
1414
1413
  ) }),
1415
1414
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1416
- RetainQueryLink,
1415
+ Link,
1417
1416
  {
1418
1417
  href: findMoreAxosDomains(
1419
1418
  "{AXOS}/invest/managed-portfolios/investment-strategy"
@@ -1422,7 +1421,7 @@ function SubNavBar() {
1422
1421
  }
1423
1422
  ) }),
1424
1423
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1425
- RetainQueryLink,
1424
+ Link,
1426
1425
  {
1427
1426
  href: findMoreAxosDomains(
1428
1427
  "{AXOS}/invest/managed-portfolios/investing-features"
@@ -1444,7 +1443,7 @@ function SubNavBar() {
1444
1443
  ),
1445
1444
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1446
1445
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1447
- RetainQueryLink,
1446
+ Link,
1448
1447
  {
1449
1448
  href: findMoreAxosDomains(
1450
1449
  "{AXOS}/invest/self-directed-trading"
@@ -1454,7 +1453,7 @@ function SubNavBar() {
1454
1453
  }
1455
1454
  ) }),
1456
1455
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1457
- RetainQueryLink,
1456
+ Link,
1458
1457
  {
1459
1458
  href: findMoreAxosDomains(
1460
1459
  "{AXOS}/invest/self-directed-trading/axos-elite-investing"
@@ -1463,7 +1462,7 @@ function SubNavBar() {
1463
1462
  }
1464
1463
  ) }),
1465
1464
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1466
- RetainQueryLink,
1465
+ Link,
1467
1466
  {
1468
1467
  href: findMoreAxosDomains(
1469
1468
  "{AXOS}/invest/self-directed-trading/commission-free-stocks-and-etfs"
@@ -1472,7 +1471,7 @@ function SubNavBar() {
1472
1471
  }
1473
1472
  ) }),
1474
1473
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1475
- RetainQueryLink,
1474
+ Link,
1476
1475
  {
1477
1476
  href: findMoreAxosDomains(
1478
1477
  "{AXOS}/invest/self-directed-trading/margin-trading"
@@ -1481,7 +1480,7 @@ function SubNavBar() {
1481
1480
  }
1482
1481
  ) }),
1483
1482
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1484
- RetainQueryLink,
1483
+ Link,
1485
1484
  {
1486
1485
  href: findMoreAxosDomains(
1487
1486
  "{AXOS}/invest/self-directed-trading/options-trading"
@@ -1502,7 +1501,7 @@ function SubNavBar() {
1502
1501
  }
1503
1502
  ),
1504
1503
  /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1505
- RetainQueryLink,
1504
+ Link,
1506
1505
  {
1507
1506
  href: findMoreAxosDomains(
1508
1507
  "{AXOS}/invest/retirement"
@@ -1523,7 +1522,7 @@ function SubNavBar() {
1523
1522
  }
1524
1523
  ),
1525
1524
  /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1526
- RetainQueryLink,
1525
+ Link,
1527
1526
  {
1528
1527
  href: findMoreAxosDomains(
1529
1528
  "{AXOS}/invest/support"
@@ -1544,7 +1543,7 @@ function SubNavBar() {
1544
1543
  }
1545
1544
  ),
1546
1545
  /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1547
- RetainQueryLink,
1546
+ Link,
1548
1547
  {
1549
1548
  href: findMoreAxosDomains(
1550
1549
  "{AXOS}/invest/insights"
@@ -1600,7 +1599,7 @@ function SubNavBar() {
1600
1599
  {
1601
1600
  className: `${styles.mt_8} ${styles.dd_media_cta}`,
1602
1601
  children: /* @__PURE__ */ jsx(
1603
- RetainQueryLink,
1602
+ Link,
1604
1603
  {
1605
1604
  href: findMoreAxosDomains(
1606
1605
  "{AXOSBANK}/tools/payment-apps/mobile-app"
@@ -1626,7 +1625,7 @@ function SubNavBar() {
1626
1625
  className: `${styles.headline} flex_row middle between`,
1627
1626
  children: [
1628
1627
  /* @__PURE__ */ jsx(
1629
- RetainQueryLink,
1628
+ Link,
1630
1629
  {
1631
1630
  href: findMoreAxosDomains(
1632
1631
  "{AXOSBANK}/personal/plan"
@@ -1651,7 +1650,7 @@ function SubNavBar() {
1651
1650
  {
1652
1651
  className: `${styles.headline_cta} ${styles.ml_8}`,
1653
1652
  children: /* @__PURE__ */ jsx(
1654
- RetainQueryLink,
1653
+ Link,
1655
1654
  {
1656
1655
  href: findMoreAxosDomains(
1657
1656
  "{AXOSBANK}/personal/support"
@@ -1679,7 +1678,7 @@ function SubNavBar() {
1679
1678
  ),
1680
1679
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1681
1680
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1682
- RetainQueryLink,
1681
+ Link,
1683
1682
  {
1684
1683
  href: findMoreAxosDomains(
1685
1684
  "{AXOSBANK}/tools/payment-apps/mobile-app"
@@ -1689,7 +1688,7 @@ function SubNavBar() {
1689
1688
  }
1690
1689
  ) }),
1691
1690
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1692
- RetainQueryLink,
1691
+ Link,
1693
1692
  {
1694
1693
  href: findMoreAxosDomains(
1695
1694
  "{AXOSBANK}/tools/payment-apps/mobile-app"
@@ -1698,7 +1697,7 @@ function SubNavBar() {
1698
1697
  }
1699
1698
  ) }),
1700
1699
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1701
- RetainQueryLink,
1700
+ Link,
1702
1701
  {
1703
1702
  href: findMoreAxosDomains(
1704
1703
  "{AXOSBANK}/tools/payment-apps/mobile-app"
@@ -1720,7 +1719,7 @@ function SubNavBar() {
1720
1719
  ),
1721
1720
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1722
1721
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1723
- RetainQueryLink,
1722
+ Link,
1724
1723
  {
1725
1724
  href: findMoreAxosDomains("{AXOSBANK}/tools"),
1726
1725
  role: "heading",
@@ -1728,7 +1727,7 @@ function SubNavBar() {
1728
1727
  }
1729
1728
  ) }),
1730
1729
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1731
- RetainQueryLink,
1730
+ Link,
1732
1731
  {
1733
1732
  href: findMoreAxosDomains(
1734
1733
  "{AXOSBANK}/tools/calculators"
@@ -1737,7 +1736,7 @@ function SubNavBar() {
1737
1736
  }
1738
1737
  ) }),
1739
1738
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1740
- RetainQueryLink,
1739
+ Link,
1741
1740
  {
1742
1741
  href: findMoreAxosDomains(
1743
1742
  "{AXOSBANK}/tools/credit-score-monitoring"
@@ -1746,7 +1745,7 @@ function SubNavBar() {
1746
1745
  }
1747
1746
  ) }),
1748
1747
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1749
- RetainQueryLink,
1748
+ Link,
1750
1749
  {
1751
1750
  href: findMoreAxosDomains(
1752
1751
  "{AXOSBANK}/personal/personal-finance-manager"
@@ -1755,7 +1754,7 @@ function SubNavBar() {
1755
1754
  }
1756
1755
  ) }),
1757
1756
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1758
- RetainQueryLink,
1757
+ Link,
1759
1758
  {
1760
1759
  href: findMoreAxosDomains("{AXOSBANK}/tools"),
1761
1760
  children: "Additional Tools"
@@ -1775,7 +1774,7 @@ function SubNavBar() {
1775
1774
  ),
1776
1775
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1777
1776
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1778
- RetainQueryLink,
1777
+ Link,
1779
1778
  {
1780
1779
  href: findMoreAxosDomains(
1781
1780
  "{AXOSBANK}/personal/insights"
@@ -1785,7 +1784,7 @@ function SubNavBar() {
1785
1784
  }
1786
1785
  ) }),
1787
1786
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1788
- RetainQueryLink,
1787
+ Link,
1789
1788
  {
1790
1789
  href: findMoreAxosDomains(
1791
1790
  "{AXOSBANK}/personal/insights/finance"
@@ -1794,7 +1793,7 @@ function SubNavBar() {
1794
1793
  }
1795
1794
  ) }),
1796
1795
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1797
- RetainQueryLink,
1796
+ Link,
1798
1797
  {
1799
1798
  href: findMoreAxosDomains(
1800
1799
  "{AXOS}/invest/insights"
@@ -1871,7 +1870,7 @@ function SubNavBar() {
1871
1870
  className: `${styles.mt_8} ${styles.dd_media_cta}`,
1872
1871
  children: [
1873
1872
  /* @__PURE__ */ jsx(
1874
- RetainQueryLink,
1873
+ Link,
1875
1874
  {
1876
1875
  href: "/business/open-account-return-to-application",
1877
1876
  "aria-label": "open a business account",
@@ -1880,7 +1879,7 @@ function SubNavBar() {
1880
1879
  }
1881
1880
  ),
1882
1881
  /* @__PURE__ */ jsx(
1883
- RetainQueryLink,
1882
+ Link,
1884
1883
  {
1885
1884
  href: `https://small-business-accounts.axosbank.com/cu/ViewSubmittedLoans.aspx?enc=Kw21Wblm1yxpjJabdoZaD2oIrfLnqyOPZYLje3IpAHPSPA0rk7uki-4iwxg4EEtcQ8w9BaoruqY2t_I-N_fTuA`,
1886
1885
  children: "Check Application Status"
@@ -1917,7 +1916,7 @@ function SubNavBar() {
1917
1916
  "div",
1918
1917
  {
1919
1918
  className: `${styles.headline_cta} ${styles.ml_8}`,
1920
- children: /* @__PURE__ */ jsx(RetainQueryLink, { href: "/business/support", children: "Help & Support" })
1919
+ children: /* @__PURE__ */ jsx(Link, { href: "/business/support", children: "Help & Support" })
1921
1920
  }
1922
1921
  )
1923
1922
  ] })
@@ -1938,7 +1937,7 @@ function SubNavBar() {
1938
1937
  ),
1939
1938
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1940
1939
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1941
- RetainQueryLink,
1940
+ Link,
1942
1941
  {
1943
1942
  href: "/business/business-checking-accounts",
1944
1943
  role: "heading",
@@ -1946,14 +1945,14 @@ function SubNavBar() {
1946
1945
  }
1947
1946
  ) }),
1948
1947
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1949
- RetainQueryLink,
1948
+ Link,
1950
1949
  {
1951
1950
  href: "/business/business-checking-accounts/basic-business-checking",
1952
1951
  children: "Basic Business Checking"
1953
1952
  }
1954
1953
  ) }),
1955
1954
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1956
- RetainQueryLink,
1955
+ Link,
1957
1956
  {
1958
1957
  href: "/business/business-checking-accounts/business-interest-checking",
1959
1958
  children: "Business Interest Checking"
@@ -1972,49 +1971,36 @@ function SubNavBar() {
1972
1971
  }
1973
1972
  ),
1974
1973
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1974
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/savings", role: "heading", children: "Savings" }) }),
1975
1975
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1976
- RetainQueryLink,
1977
- {
1978
- href: "/business/savings",
1979
- role: "heading",
1980
- children: "Savings"
1981
- }
1982
- ) }),
1983
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1984
- RetainQueryLink,
1976
+ Link,
1985
1977
  {
1986
1978
  href: "/business/savings/business-money-market-accounts/business-money-market",
1987
1979
  children: "Business Money Market"
1988
1980
  }
1989
1981
  ) }),
1990
1982
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1991
- RetainQueryLink,
1983
+ Link,
1992
1984
  {
1993
1985
  href: "/business/savings/business-savings-accounts/business-premium-savings",
1994
1986
  children: "Business Premium Savings"
1995
1987
  }
1996
1988
  ) }),
1997
1989
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1998
- RetainQueryLink,
1990
+ Link,
1999
1991
  {
2000
1992
  href: "/business/savings/business-savings-accounts/business-savings",
2001
1993
  children: "Business Savings"
2002
1994
  }
2003
1995
  ) }),
2004
1996
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2005
- RetainQueryLink,
1997
+ Link,
2006
1998
  {
2007
1999
  href: "/business/savings/business-money-market-accounts/non-profit-money-market",
2008
2000
  children: "Non-Profit Money Market"
2009
2001
  }
2010
2002
  ) }),
2011
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2012
- RetainQueryLink,
2013
- {
2014
- href: "/business/savings/business-cds",
2015
- children: "Business CDs"
2016
- }
2017
- ) })
2003
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/savings/business-cds", children: "Business CDs" }) })
2018
2004
  ] })
2019
2005
  ] }),
2020
2006
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
@@ -2029,7 +2015,7 @@ function SubNavBar() {
2029
2015
  ),
2030
2016
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2031
2017
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2032
- RetainQueryLink,
2018
+ Link,
2033
2019
  {
2034
2020
  href: "/business/services",
2035
2021
  role: "heading",
@@ -2037,42 +2023,36 @@ function SubNavBar() {
2037
2023
  }
2038
2024
  ) }),
2039
2025
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2040
- RetainQueryLink,
2026
+ Link,
2041
2027
  {
2042
2028
  href: "/business/services/merchant-services",
2043
2029
  children: "Merchant Services"
2044
2030
  }
2045
2031
  ) }),
2046
2032
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2047
- RetainQueryLink,
2033
+ Link,
2048
2034
  {
2049
2035
  href: "/business/services/payroll-services",
2050
2036
  children: "Payroll Services"
2051
2037
  }
2052
2038
  ) }),
2039
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/services/sba-loans", children: "SBA Loans" }) }),
2053
2040
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2054
- RetainQueryLink,
2055
- {
2056
- href: "/business/services/sba-loans",
2057
- children: "SBA Loans"
2058
- }
2059
- ) }),
2060
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2061
- RetainQueryLink,
2041
+ Link,
2062
2042
  {
2063
2043
  href: "/business/services/treasury-management",
2064
2044
  children: "Treasury Management"
2065
2045
  }
2066
2046
  ) }),
2067
2047
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2068
- RetainQueryLink,
2048
+ Link,
2069
2049
  {
2070
2050
  href: "/business/services/insured-cash-sweep",
2071
2051
  children: "Insured Cash Sweep"
2072
2052
  }
2073
2053
  ) }),
2074
2054
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2075
- RetainQueryLink,
2055
+ Link,
2076
2056
  {
2077
2057
  href: "/business/digital-business-banking",
2078
2058
  children: "Digital Banking"
@@ -2091,30 +2071,11 @@ function SubNavBar() {
2091
2071
  }
2092
2072
  ),
2093
2073
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2074
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support", role: "heading", children: "Other Resources" }) }),
2075
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support/faqs", children: "FAQ" }) }),
2076
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support/atm-locator", children: "ATM Locator" }) }),
2094
2077
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2095
- RetainQueryLink,
2096
- {
2097
- href: "/business/support",
2098
- role: "heading",
2099
- children: "Other Resources"
2100
- }
2101
- ) }),
2102
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2103
- RetainQueryLink,
2104
- {
2105
- href: "/business/support/faqs",
2106
- children: "FAQ"
2107
- }
2108
- ) }),
2109
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2110
- RetainQueryLink,
2111
- {
2112
- href: "/business/support/atm-locator",
2113
- children: "ATM Locator"
2114
- }
2115
- ) }),
2116
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2117
- RetainQueryLink,
2078
+ Link,
2118
2079
  {
2119
2080
  href: "/tools/calculators/saving-to-start-a-business-calculator",
2120
2081
  children: "Calculators"
@@ -2133,7 +2094,7 @@ function SubNavBar() {
2133
2094
  }
2134
2095
  ),
2135
2096
  /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2136
- RetainQueryLink,
2097
+ Link,
2137
2098
  {
2138
2099
  href: "/business/insights",
2139
2100
  role: "heading",
@@ -2210,7 +2171,7 @@ function SubNavBar() {
2210
2171
  "div",
2211
2172
  {
2212
2173
  className: `${styles.headline_cta} ${styles.ml_8}`,
2213
- children: /* @__PURE__ */ jsx(RetainQueryLink, { href: "/business/support", children: "Help & Support" })
2174
+ children: /* @__PURE__ */ jsx(Link, { href: "/business/support", children: "Help & Support" })
2214
2175
  }
2215
2176
  )
2216
2177
  ] })
@@ -2230,72 +2191,65 @@ function SubNavBar() {
2230
2191
  }
2231
2192
  ),
2232
2193
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2194
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial", role: "heading", children: "Solutions By Industry" }) }),
2233
2195
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2234
- RetainQueryLink,
2235
- {
2236
- href: "/commercial",
2237
- role: "heading",
2238
- children: "Solutions By Industry"
2239
- }
2240
- ) }),
2241
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2242
- RetainQueryLink,
2196
+ Link,
2243
2197
  {
2244
2198
  href: "/commercial/banking/third-party-payment-processors",
2245
2199
  children: "Third Party Payment Processors"
2246
2200
  }
2247
2201
  ) }),
2248
2202
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2249
- RetainQueryLink,
2203
+ Link,
2250
2204
  {
2251
2205
  href: "/commercial/banking/hoa-banking-and-lending",
2252
2206
  children: "HOA Banking & Lending"
2253
2207
  }
2254
2208
  ) }),
2255
2209
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2256
- RetainQueryLink,
2210
+ Link,
2257
2211
  {
2258
2212
  href: "/commercial/banking/hoa-property-management",
2259
2213
  children: "HOAs & Property Management"
2260
2214
  }
2261
2215
  ) }),
2262
2216
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2263
- RetainQueryLink,
2217
+ Link,
2264
2218
  {
2265
2219
  href: "/commercial/banking/1031-exchange-qualified-intermediaries",
2266
2220
  children: "1031 Exchange Qualified Intermediaries"
2267
2221
  }
2268
2222
  ) }),
2269
2223
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2270
- RetainQueryLink,
2224
+ Link,
2271
2225
  {
2272
2226
  href: "/commercial/banking/title-and-escrow",
2273
2227
  children: "Title & Escrow"
2274
2228
  }
2275
2229
  ) }),
2276
2230
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2277
- RetainQueryLink,
2231
+ Link,
2278
2232
  {
2279
2233
  href: "/commercial/banking/global-fiduciary-banking",
2280
2234
  children: "Global Fiduciary Banking"
2281
2235
  }
2282
2236
  ) }),
2283
2237
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2284
- RetainQueryLink,
2238
+ Link,
2285
2239
  {
2286
2240
  href: `https://www.axosfiduciaryservices.com/`,
2287
2241
  children: "Fiduciary Services"
2288
2242
  }
2289
2243
  ) }),
2290
2244
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2291
- RetainQueryLink,
2245
+ Link,
2292
2246
  {
2293
2247
  href: "/commercial/banking/business-management-banking",
2294
2248
  children: "Business Management Banking"
2295
2249
  }
2296
2250
  ) }),
2297
2251
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2298
- RetainQueryLink,
2252
+ Link,
2299
2253
  {
2300
2254
  href: "/commercial/banking/hedge-funds-and-alternative-funds",
2301
2255
  children: "Hedge Funds & Alternative Fund Banking Solutions"
@@ -2315,7 +2269,7 @@ function SubNavBar() {
2315
2269
  ),
2316
2270
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2317
2271
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2318
- RetainQueryLink,
2272
+ Link,
2319
2273
  {
2320
2274
  href: "/commercial/banking",
2321
2275
  role: "heading",
@@ -2323,28 +2277,28 @@ function SubNavBar() {
2323
2277
  }
2324
2278
  ) }),
2325
2279
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2326
- RetainQueryLink,
2280
+ Link,
2327
2281
  {
2328
2282
  href: "/commercial/banking/analyzed-business-checking",
2329
2283
  children: "Analyzed Business Checking"
2330
2284
  }
2331
2285
  ) }),
2332
2286
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2333
- RetainQueryLink,
2287
+ Link,
2334
2288
  {
2335
2289
  href: "/commercial/banking/merchant-services",
2336
2290
  children: "Merchant Services"
2337
2291
  }
2338
2292
  ) }),
2339
2293
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2340
- RetainQueryLink,
2294
+ Link,
2341
2295
  {
2342
2296
  href: "/commercial/banking/global-treasury-management",
2343
2297
  children: "Treasury Management"
2344
2298
  }
2345
2299
  ) }),
2346
2300
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
2347
- RetainQueryLink,
2301
+ Link,
2348
2302
  {
2349
2303
  href: "/commercial/banking/intrafi-network-deposits",
2350
2304
  children: [
@@ -2369,13 +2323,7 @@ function SubNavBar() {
2369
2323
  ),
2370
2324
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2371
2325
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("span", { role: "heading", children: "Other Resources" }) }),
2372
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2373
- RetainQueryLink,
2374
- {
2375
- href: "/commercial/calculators",
2376
- children: "Calculators"
2377
- }
2378
- ) })
2326
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial/calculators", children: "Calculators" }) })
2379
2327
  ] })
2380
2328
  ] })
2381
2329
  ] })
@@ -2447,7 +2395,7 @@ function SubNavBar() {
2447
2395
  "div",
2448
2396
  {
2449
2397
  className: `${styles.headline_cta} ${styles.ml_8}`,
2450
- children: /* @__PURE__ */ jsx(RetainQueryLink, { href: "/business/support", children: "Help & Support" })
2398
+ children: /* @__PURE__ */ jsx(Link, { href: "/business/support", children: "Help & Support" })
2451
2399
  }
2452
2400
  )
2453
2401
  ] })
@@ -2468,7 +2416,7 @@ function SubNavBar() {
2468
2416
  ),
2469
2417
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2470
2418
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2471
- RetainQueryLink,
2419
+ Link,
2472
2420
  {
2473
2421
  href: "/commercial/lending",
2474
2422
  role: "heading",
@@ -2476,21 +2424,21 @@ function SubNavBar() {
2476
2424
  }
2477
2425
  ) }),
2478
2426
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2479
- RetainQueryLink,
2427
+ Link,
2480
2428
  {
2481
2429
  href: "/commercial/lending/commercial-loans-and-lines-of-credit",
2482
2430
  children: "Commercial Lines of Credit"
2483
2431
  }
2484
2432
  ) }),
2485
2433
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2486
- RetainQueryLink,
2434
+ Link,
2487
2435
  {
2488
2436
  href: "/commercial/lending/commercial-term-loans",
2489
2437
  children: "Commercial Term Loans"
2490
2438
  }
2491
2439
  ) }),
2492
2440
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2493
- RetainQueryLink,
2441
+ Link,
2494
2442
  {
2495
2443
  href: "/commercial/lending/equipment-finance",
2496
2444
  children: "Equipment Finance"
@@ -2510,7 +2458,7 @@ function SubNavBar() {
2510
2458
  ),
2511
2459
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2512
2460
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2513
- RetainQueryLink,
2461
+ Link,
2514
2462
  {
2515
2463
  href: "/commercial/lending",
2516
2464
  role: "heading",
@@ -2518,49 +2466,43 @@ function SubNavBar() {
2518
2466
  }
2519
2467
  ) }),
2520
2468
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2521
- RetainQueryLink,
2469
+ Link,
2522
2470
  {
2523
2471
  href: "/commercial/lending/bridge-and-construction-lending",
2524
2472
  children: "Commercial Real Estate Bridge & Construction Lending"
2525
2473
  }
2526
2474
  ) }),
2475
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial/lending/hoa-lending", children: "HOA Lending" }) }),
2527
2476
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2528
- RetainQueryLink,
2529
- {
2530
- href: "/commercial/lending/hoa-lending",
2531
- children: "HOA Lending"
2532
- }
2533
- ) }),
2534
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2535
- RetainQueryLink,
2477
+ Link,
2536
2478
  {
2537
2479
  href: "/commercial/lending/lender-financing",
2538
2480
  children: "Lender Finance"
2539
2481
  }
2540
2482
  ) }),
2541
2483
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2542
- RetainQueryLink,
2484
+ Link,
2543
2485
  {
2544
2486
  href: "/commercial/lending/residential-warehouse-lending",
2545
2487
  children: "Residential Warehouse Lending"
2546
2488
  }
2547
2489
  ) }),
2548
2490
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2549
- RetainQueryLink,
2491
+ Link,
2550
2492
  {
2551
2493
  href: "/commercial/lending/small-balance-commercial-real-estate",
2552
2494
  children: "Small Balance Commercial Real Estate"
2553
2495
  }
2554
2496
  ) }),
2555
2497
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2556
- RetainQueryLink,
2498
+ Link,
2557
2499
  {
2558
2500
  href: "/commercial/lending/leveraged-finance",
2559
2501
  children: "Leveraged Finance"
2560
2502
  }
2561
2503
  ) }),
2562
2504
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2563
- RetainQueryLink,
2505
+ Link,
2564
2506
  {
2565
2507
  href: `https://lavictoirefinance.com/dealers`,
2566
2508
  children: "Marine Dealer Floorplan Finance"
@@ -2579,28 +2521,15 @@ function SubNavBar() {
2579
2521
  }
2580
2522
  ),
2581
2523
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2524
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support", role: "heading", children: "Other Resources" }) }),
2582
2525
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2583
- RetainQueryLink,
2584
- {
2585
- href: "/business/support",
2586
- role: "heading",
2587
- children: "Other Resources"
2588
- }
2589
- ) }),
2590
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2591
- RetainQueryLink,
2526
+ Link,
2592
2527
  {
2593
2528
  href: "/commercial/lending/commercial-portal",
2594
2529
  children: "Commercial Portal"
2595
2530
  }
2596
2531
  ) }),
2597
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2598
- RetainQueryLink,
2599
- {
2600
- href: "/commercial/calculators",
2601
- children: "Calculators"
2602
- }
2603
- ) })
2532
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial/calculators", children: "Calculators" }) })
2604
2533
  ] })
2605
2534
  ] })
2606
2535
  ] })
@@ -2649,7 +2578,7 @@ function SubNavBar() {
2649
2578
  {
2650
2579
  className: `${styles.mt_8} ${styles.dd_media_cta}`,
2651
2580
  children: /* @__PURE__ */ jsx(
2652
- RetainQueryLink,
2581
+ Link,
2653
2582
  {
2654
2583
  href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
2655
2584
  "aria-label": "Get started with the Axos Quick Pricer",
@@ -2688,7 +2617,7 @@ function SubNavBar() {
2688
2617
  {
2689
2618
  className: `${styles.headline_cta} ${styles.ml_8}`,
2690
2619
  children: /* @__PURE__ */ jsx(
2691
- RetainQueryLink,
2620
+ Link,
2692
2621
  {
2693
2622
  href: "/partners/wholesale-correspondent-portfolio-lending/support",
2694
2623
  children: "Help & Support"
@@ -2713,7 +2642,7 @@ function SubNavBar() {
2713
2642
  ),
2714
2643
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2715
2644
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2716
- RetainQueryLink,
2645
+ Link,
2717
2646
  {
2718
2647
  href: "/partners/wholesale-correspondent-portfolio-lending",
2719
2648
  role: "heading",
@@ -2721,28 +2650,28 @@ function SubNavBar() {
2721
2650
  }
2722
2651
  ) }),
2723
2652
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2724
- RetainQueryLink,
2653
+ Link,
2725
2654
  {
2726
2655
  href: "/partners/wholesale-correspondent-portfolio-lending/support",
2727
2656
  children: "Resources & Support"
2728
2657
  }
2729
2658
  ) }),
2730
2659
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2731
- RetainQueryLink,
2660
+ Link,
2732
2661
  {
2733
2662
  href: `https://thirdpartylending.axosbank.com/index`,
2734
2663
  children: "Register a Loan"
2735
2664
  }
2736
2665
  ) }),
2737
2666
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2738
- RetainQueryLink,
2667
+ Link,
2739
2668
  {
2740
2669
  href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
2741
2670
  children: "Quick Pricer"
2742
2671
  }
2743
2672
  ) }),
2744
2673
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2745
- RetainQueryLink,
2674
+ Link,
2746
2675
  {
2747
2676
  href: "/partners/wholesale-correspondent-portfolio-lending/meet-the-team",
2748
2677
  children: "Meet the Team"
@@ -2818,7 +2747,7 @@ function SubNavBar() {
2818
2747
  "div",
2819
2748
  {
2820
2749
  className: `${styles.headline_cta} ${styles.ml_8}`,
2821
- children: /* @__PURE__ */ jsx(RetainQueryLink, { href: "/partners/support", children: "Help & Support" })
2750
+ children: /* @__PURE__ */ jsx(Link, { href: "/partners/support", children: "Help & Support" })
2822
2751
  }
2823
2752
  )
2824
2753
  ] })
@@ -2838,7 +2767,7 @@ function SubNavBar() {
2838
2767
  ),
2839
2768
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2840
2769
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2841
- RetainQueryLink,
2770
+ Link,
2842
2771
  {
2843
2772
  href: "/partners/dealer-services",
2844
2773
  role: "heading",
@@ -2846,7 +2775,7 @@ function SubNavBar() {
2846
2775
  }
2847
2776
  ) }),
2848
2777
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2849
- RetainQueryLink,
2778
+ Link,
2850
2779
  {
2851
2780
  href: "/partners/dealer-services/contact",
2852
2781
  children: "Request More Information"