5 Commits

Author SHA1 Message Date
a4e53b37f7 Merge version_4 into main
Merge version_4 into main
2026-04-26 19:40:13 +00:00
30badd1c59 Update src/app/page.tsx 2026-04-26 19:40:07 +00:00
007afd92d6 Merge version_3 into main
Merge version_3 into main
2026-04-26 19:32:28 +00:00
27cab9811d Update src/app/page.tsx 2026-04-26 19:32:25 +00:00
4c3e6f47e3 Merge version_2 into main
Merge version_2 into main
2026-04-26 19:31:20 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
description="Your Hassle-Free Access to Financial Growth. Fast approval and flexible terms for individuals and businesses."
buttons={[
{ text: "Apply Now", href: "#contact" },
{ text: "Learn More", href: "#personal-loan" },
{ text: "View Loan Options", href: "#personal-loan" },
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/person-reading-data-tablet_23-2149370610.jpg", imageAlt: "modern office financial desk" },
@@ -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>
);
}
}