From d0e74113ab5232b057e6989a326b28110aa55b5d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:30:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 347 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 301 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 588d806..ad4c208 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,22 +33,10 @@ export default function LandingPage() { @@ -112,21 +79,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Zap, - title: "Fast Approval", - description: "Quick processing for your urgent financial needs.", - }, - { - icon: CheckCircle, - title: "Flexible Terms", - description: "Repayment periods tailored to your cash flow and income.", - }, - { - icon: TrendingUp, - title: "Affordable Rates", - description: "Transparent and competitive interest rates for all segments.", - }, + { icon: Zap, title: "Fast Approval", description: "Quick processing for your urgent financial needs." }, + { icon: CheckCircle, title: "Flexible Terms", description: "Repayment periods tailored to your cash flow and income." }, + { icon: TrendingUp, title: "Affordable Rates", description: "Transparent and competitive interest rates for all segments." }, ]} title="Why Choose Excillis?" description="Competitive advantages that make your loan experience seamless and stress-free." @@ -137,44 +92,15 @@ export default function LandingPage() { @@ -398,57 +191,9 @@ export default function LandingPage() { @@ -456,4 +201,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1