-
+
+ <
-
-
+
+
-
-
- {" "}
-
-
-
+
+
);
diff --git a/src/components/Dashboard/home/DashboardHomeAttestation.tsx b/src/components/Dashboard/home/DashboardHomeAttestation.tsx
new file mode 100644
index 0000000..db123dc
--- /dev/null
+++ b/src/components/Dashboard/home/DashboardHomeAttestation.tsx
@@ -0,0 +1,46 @@
+import { Button, InputCompOne, Stepper } from '../../shared/index';
+// import { useNavigate } from "react-router-dom";
+// import { RouteHandler } from '../../../router/routes';
+
+type Props = {
+ handleNextStep:()=>any
+}
+
+export default function DashboardHomeAttestation({handleNextStep}:Props) {
+ // let navigate = useNavigate();
+ // const navigateToProfile = () => navigate(RouteHandler.dashboardProfile);
+ return (
+
+
+
+
+
+
Applicant's Attestation and Debit Instruction
+
NB: Must be your FCMB account number
+
+
+
+
+
+
By pressing, you agree that you have read, understood and accept the applicatant's attestation and terms and conditions for FCMB
+ premium salary loan. You also give us permission to collect financial information and run credit checks on the account provided through our partners
+
+
+
+
+
+ );
+}
diff --git a/src/components/Dashboard/home/DashboardHomeDetail.tsx b/src/components/Dashboard/home/DashboardHomeDetail.tsx
new file mode 100644
index 0000000..8542500
--- /dev/null
+++ b/src/components/Dashboard/home/DashboardHomeDetail.tsx
@@ -0,0 +1,72 @@
+import { Button, InputCompOne, Stepper } from '../../shared/index';
+
+type Props = {
+ handleNextStep:()=>any
+}
+
+export default function DashboardHomeDetail({handleNextStep}:Props) {
+ return (
+
+
+
+
+
+
+
+
+
+
+ {" "}
+
+
+
+
+
+
+ );
+}
diff --git a/src/components/Dashboard/home/DashboardHomeEmploymentInfo.tsx b/src/components/Dashboard/home/DashboardHomeEmploymentInfo.tsx
new file mode 100644
index 0000000..89e3eb4
--- /dev/null
+++ b/src/components/Dashboard/home/DashboardHomeEmploymentInfo.tsx
@@ -0,0 +1,133 @@
+import { Button, InputCompOne, Stepper } from '../../shared/index';
+
+type Props = {
+ handleNextStep:()=>any
+}
+
+export default function DashboardHomeEmploymentInfo({handleNextStep}:Props) {
+ return (
+
+
+
+
+
+
Employment Informaton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {" "}
+
+
+
+
+
+
+ );
+}
diff --git a/src/components/Dashboard/home/DashboardHomeRefereeInfo.tsx b/src/components/Dashboard/home/DashboardHomeRefereeInfo.tsx
new file mode 100644
index 0000000..0899dcc
--- /dev/null
+++ b/src/components/Dashboard/home/DashboardHomeRefereeInfo.tsx
@@ -0,0 +1,131 @@
+import { Button, InputCompOne, Stepper } from '../../shared/index';
+
+type Props = {
+ handleNextStep:()=>any
+}
+
+export default function DashboardHomeRefereeInfo({handleNextStep}:Props) {
+ return (
+
+
+
+
+
+
Reference Details (Must be 18 years and above)
+
+
+
Reference one
+
+
+
+
+
+
+
+
Reference one
+
+
+
+
+
+
+
+
+
+
+
+ );
+}