Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66ec1c9b3c | |||
| fad6246d1d | |||
| 1f124d5690 |
@@ -98,16 +98,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
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: [],
|
||||
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: [],
|
||||
},
|
||||
{
|
||||
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: [],
|
||||
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: [],
|
||||
},
|
||||
{
|
||||
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: [],
|
||||
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: [],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -201,8 +198,8 @@ export default function HomePage() {
|
||||
title="Join Thousands of Members Growing with Lumwod"
|
||||
description="Get instant access to community finance. Save shares, access loans, and grow your business or personal wealth with transparent, affordable rates."
|
||||
buttons={[
|
||||
{ text: "Download Lumwod App", href: "https://lumwod.app" },
|
||||
{ text: "Schedule Demo", onClick: () => {} },
|
||||
{ text: "Download Lumwod App", href: "https://lumwod.app" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
|
||||
Reference in New Issue
Block a user