From 02c00ab9deef194fe5da6a0dad185ccfaba5f01b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 05:54:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 301 +++++++++++------------------------------------ 1 file changed, 67 insertions(+), 234 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51f0acc..499ac34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,47 +33,30 @@ export default function LandingPage() {
@@ -153,24 +110,16 @@ export default function LandingPage() { description="At LoanLink Financial, we believe in making financial support accessible and straightforward for everyone. We provide personalized mini-loans with competitive rates and a quick application process, helping you achieve your aspirations without unnecessary hurdles." bulletPoints={[ { - title: "Fast Approval", - description: "Get a decision in minutes, not days, so you can move forward quickly.", - icon: Rocket, + title: "Fast Approval", description: "Get a decision in minutes, not days, so you can move forward quickly.", icon: Rocket, }, { - title: "Flexible Terms", - description: "Repayment plans designed to fit your budget and lifestyle.", - icon: CalendarDays, + title: "Flexible Terms", description: "Repayment plans designed to fit your budget and lifestyle.", icon: CalendarDays, }, { - title: "Transparent Fees", - description: "No hidden costs, just clear terms and fair rates from the start.", - icon: FileText, + title: "Transparent Fees", description: "No hidden costs, just clear terms and fair rates from the start.", icon: FileText, }, { - title: "Personalized Support", - description: "Our dedicated advisors are here to guide you every step of the way.", - icon: Users, + title: "Personalized Support", description: "Our dedicated advisors are here to guide you every step of the way.", icon: Users, }, ]} imageSrc="http://img.b2bpic.net/free-photo/international-united-team-two-creative-coworkers-sitting-desk-with-blueprints_273609-14162.jpg" @@ -185,23 +134,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Personal Loans", - description: "Access quick funds for personal needs, debt consolidation, or unexpected expenses with low interest rates.", - imageSrc: "http://img.b2bpic.net/free-photo/asian-man-working-laptop-sitting-floor-from_1098-18024.jpg", - imageAlt: "Person managing personal finances on a laptop", - }, + title: "Personal Loans", description: "Access quick funds for personal needs, debt consolidation, or unexpected expenses with low interest rates.", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-working-laptop-sitting-floor-from_1098-18024.jpg", imageAlt: "Person managing personal finances on a laptop"}, { - title: "Business Loans", - description: "Fuel your entrepreneurial dreams with capital for startup costs, inventory, or expansion projects.", - imageSrc: "http://img.b2bpic.net/free-photo/loan-mortgage-payment-property-concept_53876-124868.jpg", - imageAlt: "Small business owner reviewing financial documents", - }, + title: "Business Loans", description: "Fuel your entrepreneurial dreams with capital for startup costs, inventory, or expansion projects.", imageSrc: "http://img.b2bpic.net/free-photo/loan-mortgage-payment-property-concept_53876-124868.jpg", imageAlt: "Small business owner reviewing financial documents"}, { - title: "Emergency Funds", - description: "Get immediate financial relief for urgent situations with our fast-track emergency loan service.", - imageSrc: "http://img.b2bpic.net/free-photo/person-doing-home-covid-test_23-2149106705.jpg", - imageAlt: "Person looking worried about bills", - }, + title: "Emergency Funds", description: "Get immediate financial relief for urgent situations with our fast-track emergency loan service.", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-home-covid-test_23-2149106705.jpg", imageAlt: "Person looking worried about bills"}, ]} title="Simple Solutions for Your Needs" description="Whether it's for unexpected expenses, business growth, or personal goals, our diverse loan products are designed with your life in mind. We offer tailored financial assistance." @@ -212,45 +149,22 @@ export default function LandingPage() {