Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 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>
);
}
}