Update src/app/page.tsx

This commit is contained in:
2026-03-05 12:46:34 +00:00
parent 0a94663a11
commit ddcefbad03

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "How It Works", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Lumwod", href: "/about" },
{ label: "Our Mission", href: "#" },
{ label: "Blog", href: "#" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Contact Us", href: "#contact" },
{ label: "Terms of Service", href: "#" },
@@ -102,33 +99,15 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Step One",
title: "Save Shares",
subtitle: "Build your financial foundation",
description: "Contribute savings called Shares to Lumwod. Every contribution brings you closer to accessing loans. Start with as little as KES 1,000 and watch your savings grow with the community.",
imageSrc: "http://img.b2bpic.net/free-photo/black-woman-with-saving-piggy-bank_657883-724.jpg?_wi=1",
imageAlt: "Person saving money with piggy bank",
buttons: [],
tag: "Step One", title: "Save Shares", subtitle: "Build your financial foundation", description: "Contribute savings called Shares to Lumwod. Every contribution brings you closer to accessing loans. Start with as little as KES 1,000 and watch your savings grow with the community.", imageSrc: "http://img.b2bpic.net/free-photo/black-woman-with-saving-piggy-bank_657883-724.jpg?_wi=1", imageAlt: "Person saving money with piggy bank", buttons: [],
},
{
id: 2,
tag: "Step Two",
title: "Get 2× Advance",
subtitle: "Unlock instant loan eligibility",
description: "Automatically qualify for loan advances up to 2× your saved share value. Premium members access up to 2.5× advances. Fast approval through our mobile app using M-Pesa, Airtel Money, or bank transfer.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-sing-credit-card-smart-phone-while-shopping-online-night-home_637285-4413.jpg?_wi=1",
imageAlt: "Instant loan disbursement via mobile money",
buttons: [],
tag: "Step Two", title: "Get 2× Advance", subtitle: "Unlock instant loan eligibility", description: "Automatically qualify for loan advances up to 2× your saved share value. Premium members access up to 2.5× advances. Fast approval through our mobile app using M-Pesa, Airtel Money, or bank transfer.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-sing-credit-card-smart-phone-while-shopping-online-night-home_637285-4413.jpg?_wi=1", imageAlt: "Instant loan disbursement via mobile money", buttons: [],
},
{
id: 3,
tag: "Step Three",
title: "Pay Slowly at Low Rates",
subtitle: "Flexible, affordable repayment",
description: "Repay at just 5% interest with flexible schedules that work for your life. Early repayment discounts available. Build credit while achieving your financial goals with Lumwod's community support.",
imageSrc: "http://img.b2bpic.net/free-photo/office-table-with-smartphone-it-view-from_93675-132333.jpg?_wi=1",
imageAlt: "Flexible payment schedule and financial planning",
buttons: [],
tag: "Step Three", title: "Pay Slowly at Low Rates", subtitle: "Flexible, affordable repayment", description: "Repay at just 5% interest with flexible schedules that work for your life. Early repayment discounts available. Build credit while achieving your financial goals with Lumwod's community support.", imageSrc: "http://img.b2bpic.net/free-photo/office-table-with-smartphone-it-view-from_93675-132333.jpg?_wi=1", imageAlt: "Flexible payment schedule and financial planning", buttons: [],
},
]}
/>
@@ -164,41 +143,17 @@ export default function HomePage() {
carouselMode="buttons"
testimonials={[
{
id: "1",
name: "Grace Mwangi",
handle: "@gracemwangi",
testimonial: "Lumwod helped me expand my salon business. I got a loan in just hours and now I have three employees. The low interest rates made it affordable!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-woman-with-flower-photo-album-desk-shop_23-2147882088.jpg",
imageAlt: "Grace Mwangi, salon owner",
},
id: "1", name: "Grace Mwangi", handle: "@gracemwangi", testimonial: "Lumwod helped me expand my salon business. I got a loan in just hours and now I have three employees. The low interest rates made it affordable!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-woman-with-flower-photo-album-desk-shop_23-2147882088.jpg", imageAlt: "Grace Mwangi, salon owner"},
{
id: "2",
name: "Samuel Kipchoge",
handle: "@samuelkip",
testimonial: "As a small trader, I needed working capital fast. Lumwod's 2× share multiplier meant I could access funds immediately. Game changer for my business!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg",
imageAlt: "Samuel Kipchoge, trader",
},
id: "2", name: "Samuel Kipchoge", handle: "@samuelkip", testimonial: "As a small trader, I needed working capital fast. Lumwod's 2× share multiplier meant I could access funds immediately. Game changer for my business!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg", imageAlt: "Samuel Kipchoge, trader"},
{
id: "3",
name: "Mary Njeri",
handle: "@marynjeri",
testimonial: "The community aspect of Lumwod is amazing. We support each other while saving and borrowing. I've built real friendships through this platform.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-working-touchpad-office_637285-12961.jpg",
imageAlt: "Mary Njeri, community member",
},
id: "3", name: "Mary Njeri", handle: "@marynjeri", testimonial: "The community aspect of Lumwod is amazing. We support each other while saving and borrowing. I've built real friendships through this platform.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-working-touchpad-office_637285-12961.jpg", imageAlt: "Mary Njeri, community member"},
{
id: "4",
name: "David Omondi",
handle: "@davidomondi",
testimonial: "With Lumwod, I finally understood how community savings could work. The flexible repayment and low rates gave me the confidence to borrow and invest.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-african-barista-standing-with-crossed-arms-counter-trendy-coffee-shop_613910-21100.jpg",
imageAlt: "David Omondi, entrepreneur",
},
id: "4", name: "David Omondi", handle: "@davidomondi", testimonial: "With Lumwod, I finally understood how community savings could work. The flexible repayment and low rates gave me the confidence to borrow and invest.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-african-barista-standing-with-crossed-arms-counter-trendy-coffee-shop_613910-21100.jpg", imageAlt: "David Omondi, entrepreneur"},
]}
/>
</div>
@@ -214,58 +169,25 @@ export default function HomePage() {
useInvertedBackground={false}
animationType="slide-up"
carouselMode="buttons"
cardClassName="data-[premium=true]:ring-2 data-[premium=true]:ring-primary-cta data-[premium=true]:scale-105 data-[premium=true]:shadow-lg"
plans={[
{
id: "starter",
badge: "Perfect for Beginners",
badgeIcon: Sparkles,
price: "Free",
subtitle: "Start your journey with us",
buttons: [{ text: "Get Started", href: "/contact" }],
id: "starter", badge: "Perfect for Beginners", badgeIcon: Sparkles,
price: "Free", subtitle: "Start your journey with us", buttons: [{ text: "Get Started", href: "/contact" }],
features: [
"Save shares starting from KES 1,000",
"Loan advances up to 2× shares",
"5% interest rate",
"Mobile money access (M-Pesa, Airtel)",
"Phone verification security",
"Community member support",
],
"Save shares starting from KES 1,000", "Loan advances up to 2× shares", "5% interest rate", "Mobile money access (M-Pesa, Airtel)", "Phone verification security", "Community member support"],
},
{
id: "premium",
badge: "Best Value",
badgeIcon: Crown,
price: "KES 500/year",
subtitle: "Enhanced benefits and higher limits",
buttons: [{ text: "Upgrade Now", href: "/contact" }],
id: "premium", badge: "Best Value", badgeIcon: Crown,
price: "KES 500/year", subtitle: "Enhanced benefits and higher limits", buttons: [{ text: "Upgrade Now", href: "/contact" }],
features: [
"All Starter features included",
"Loan advances up to 2.5× shares",
"Priority loan approval",
"Lower 4% interest rate",
"Increased share contribution limits",
"Dedicated community managers",
"Early repayment discounts",
"Access to group savings events",
],
"All Starter features included", "Loan advances up to 2.5× shares", "Priority loan approval", "Lower 4% interest rate", "Increased share contribution limits", "Dedicated community managers", "Early repayment discounts", "Access to group savings events"],
},
{
id: "enterprise",
badge: "For Groups",
badgeIcon: Users,
price: "Custom",
subtitle: "Bulk membership for savings groups",
buttons: [{ text: "Contact Sales", href: "/contact" }],
id: "enterprise", badge: "For Groups", badgeIcon: Users,
price: "Custom", subtitle: "Bulk membership for savings groups", buttons: [{ text: "Contact Sales", href: "/contact" }],
features: [
"All Premium benefits",
"Volume discounts for groups",
"Dedicated account manager",
"Custom repayment schedules",
"Group dashboard access",
"Training and support",
"Flexible pricing tiers",
"Priority integration support",
],
"All Premium benefits", "Volume discounts for groups", "Dedicated account manager", "Custom repayment schedules", "Group dashboard access", "Training and support", "Flexible pricing tiers", "Priority integration support"],
},
]}
/>
@@ -297,4 +219,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}