Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-26 19:40:13 +00:00

View File

@@ -176,7 +176,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Let's Get Started"
description="Fill in the form to get in touch with our team for your customized loan quote."
description="Fill in the form to get in touch with our team for your customized loan quote. You can also reach us at 96170757508."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}