diff --git a/src/components/GetStarted/LoanAmountComp.tsx b/src/components/GetStarted/LoanAmountComp.tsx new file mode 100644 index 0000000..a283dbb --- /dev/null +++ b/src/components/GetStarted/LoanAmountComp.tsx @@ -0,0 +1,41 @@ +import React from "react"; +import { InputCompOne } from ".."; + +const LoanAmountComp = () => { + return ( + <> +
+

+ Loan Amount +

+
+

+ For more enquiries and support +

+

+ Call: 09099000000 +

+

+ Email: fcmbloan@support.com +

+
+
+
+ + +
+
+ + ); +}; + +export default LoanAmountComp;