Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4e53b37f7 | |||
| 30badd1c59 | |||
| 007afd92d6 | |||
| 27cab9811d | |||
| 4c3e6f47e3 | |||
| a22465bc23 | |||
| c76c061281 |
@@ -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" },
|
||||
@@ -113,9 +113,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "personal", badge: "Personal", price: "20% - 24%", subtitle: "USD Personal Loans", buttons: [{ text: "Inquire", href: "#contact" }], features: ["Regressive interest calculation", "Repayment up to 3 years", "Life insurance required"] },
|
||||
{ id: "consumer", badge: "Consumer", price: "12% - 15%", subtitle: "Furniture & Electronics", buttons: [{ text: "Inquire", href: "#contact" }], features: ["Fastest application process", "Repayment up to 1 year", "Fixed flat interest"] },
|
||||
{ id: "commercial", badge: "Commercial", price: "Custom", subtitle: "Business Expansion", buttons: [{ text: "Inquire", href: "#contact" }], features: ["Flexible repayment schedules", "Grace period up to 3 months", "Fits client cash flow"] },
|
||||
{ id: "personal", badge: "Personal", price: "20% - 24%", subtitle: "USD Personal Loans", buttons: [{ text: "Get Your Quote", href: "#contact" }], features: ["Regressive interest calculation", "Repayment up to 3 years", "Life insurance required"] },
|
||||
{ id: "consumer", badge: "Consumer", price: "12% - 15%", subtitle: "Furniture & Electronics", buttons: [{ text: "Get Your Quote", href: "#contact" }], features: ["Fastest application process", "Repayment up to 1 year", "Fixed flat interest"] },
|
||||
{ id: "commercial", badge: "Commercial", price: "Custom", subtitle: "Business Expansion", buttons: [{ text: "Get Your Quote", href: "#contact" }], features: ["Flexible repayment schedules", "Grace period up to 3 months", "Fits client cash flow"] },
|
||||
]}
|
||||
title="Loan Interest Overview"
|
||||
description="Understand the costs associated with our primary financial products."
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user