"use client"; import React from "react"; function MainComponent() { return (
Mortgage Application
Step 1 of 4 25% Complete

Personal Information

Employment Information

Include rental income, alimony, child support, etc.

Property Information

Financial & Loan Information

Include credit cards, car loans, student loans, etc.
Include savings, checking, investments, retirement accounts

Application Submitted!

Thank you for your mortgage application. We'll review your information and contact you within 24-48 hours.

Next Steps: A loan officer will contact you to discuss your application and any additional documentation needed.
`, }} /> ); } export default MainComponent;