From a22465bc238d71ea332fb212126fcb3bb76a5dd3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:31:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad4c208..09cc3ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." -- 2.49.1