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() {
@@ -59,36 +47,15 @@ export default function LandingPage() {
logoText="Excillis Finance"
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: "Apply Now", href: "#contact" },
+ { text: "Learn More", href: "#personal-loan" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/person-reading-data-tablet_23-2149370610.jpg",
- imageAlt: "modern office financial desk",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-with-headphones-listening-music-having-fun_482257-79544.jpg",
- imageAlt: "modern office financial desk",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/hands-showing-tablet-with-blank-screen_23-2148179128.jpg",
- imageAlt: "modern office financial desk",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-desk_23-2148204491.jpg",
- imageAlt: "modern office financial desk",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-tablet_53876-95241.jpg",
- imageAlt: "modern office financial desk",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/person-reading-data-tablet_23-2149370610.jpg", imageAlt: "modern office financial desk" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-with-headphones-listening-music-having-fun_482257-79544.jpg", imageAlt: "modern office financial desk" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/hands-showing-tablet-with-blank-screen_23-2148179128.jpg", imageAlt: "modern office financial desk" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-desk_23-2148204491.jpg", imageAlt: "modern office financial desk" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-tablet_53876-95241.jpg", imageAlt: "modern office financial desk" },
]}
/>
@@ -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