Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-25 15:47:07 +00:00

View File

@@ -28,340 +28,160 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "How it Works",
id: "#how-it-works",
},
{
name: "Products",
id: "#products",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "FAQ",
id: "#faq",
},
]}
brandName="EasyLoan.ista"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "How it Works", id: "#how-it-works" },
{ name: "Products", id: "#products" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
]}
brandName="EasyLoan.ista"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
logoText="EasyLoan.ista"
description="If you believe in it, EasyLoan will fund it. Join thousands of Kenyans getting instant loans directly to M-Pesa. Borrow from KSh 1,000 to KSh 5,000 in minutes."
buttons={[
{
text: "Apply Now",
href: "#apply",
},
{
text: "Create Account",
href: "#signup",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg?_wi=1"
imageAlt="modern fintech mobile loan app interface"
mediaAnimation="blur-reveal"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{ variant: "plain" }}
logoText="EasyLoan.ista"
description="If you believe in it, EasyLoan will fund it. Join thousands of Kenyans getting instant loans directly to M-Pesa. Borrow from KSh 1,000 to KSh 5,000 in minutes."
buttons={[
{ text: "Apply Now", href: "#apply" },
{ text: "Create Account", href: "#signup" },
]}
imageSrc="http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg"
imageAlt="modern fintech mobile loan app interface"
mediaAnimation="blur-reveal"
/>
</div>
<div id="how-it-works" data-section="how-it-works">
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Create Account",
description: "Sign up using your M-Pesa number, email, and password.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/login-screen-design_1040-1055.jpg",
imageAlt: "fintech registration form UI design",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-entrepreneur-working-from-home-his-personal-finances-savings_181624-34457.jpg",
imageAlt: "fintech registration form UI design",
},
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg?_wi=2",
imageAlt: "fintech registration form UI design",
},
{
title: "Verification",
description: "Pay a one-time KSh 150 verification fee via M-Pesa to activate your account.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-with-security-lock_23-2152004087.jpg",
imageAlt: "mobile payment confirmation screen interface",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/ai-integration-smartphone_23-2151977840.jpg",
imageAlt: "mobile payment confirmation screen interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-sanitizer-bottle-with-face-mask-copy-space_23-2148561076.jpg?_wi=1",
imageAlt: "fintech registration form UI design",
},
{
title: "Get Funded",
description: "Choose your amount and receive funds instantly via M-Pesa.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/world-mental-health-day-awareness-illustration_23-2151859110.jpg",
imageAlt: "fintech registration form UI design",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/login-form-template-set_23-2147726323.jpg",
imageAlt: "fintech registration form UI design",
},
imageSrc: "http://img.b2bpic.net/free-photo/excited-successful-businessman-dancing-with-plastic-credit-card-raising-fist-pumps-smiling-delig_1258-158569.jpg?_wi=1",
imageAlt: "fintech registration form UI design",
},
]}
showStepNumbers={true}
title="How it Works"
description="Our seamless process gets you funded quickly and securely."
/>
</div>
<div id="how-it-works" data-section="how-it-works">
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
showStepNumbers={true}
title="How it Works"
description="Our seamless process gets you funded quickly and securely."
features={[
{
title: "Create Account", description: "Sign up using your M-Pesa number, email, and password.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/login-screen-design_1040-1055.jpg", imageAlt: "fintech registration form UI design" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-entrepreneur-working-from-home-his-personal-finances-savings_181624-34457.jpg", imageAlt: "fintech registration form UI design" }
},
{
title: "Verification", description: "Pay a one-time KSh 150 verification fee via M-Pesa to activate your account.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-with-security-lock_23-2152004087.jpg", imageAlt: "mobile payment confirmation screen interface" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/ai-integration-smartphone_23-2151977840.jpg", imageAlt: "mobile payment confirmation screen interface" }
},
{
title: "Get Funded", description: "Choose your amount and receive funds instantly via M-Pesa.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/world-mental-health-day-awareness-illustration_23-2151859110.jpg", imageAlt: "fintech registration form UI design" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/login-form-template-set_23-2147726323.jpg", imageAlt: "fintech registration form UI design" }
}
]}
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Starter Loan",
price: "KSh 1,000",
variant: "30 days",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-sanitizer-bottle-with-face-mask-copy-space_23-2148561076.jpg?_wi=2",
},
{
id: "p2",
name: "Basic Loan",
price: "KSh 2,000",
variant: "30 days",
imageSrc: "http://img.b2bpic.net/free-photo/excited-successful-businessman-dancing-with-plastic-credit-card-raising-fist-pumps-smiling-delig_1258-158569.jpg?_wi=2",
},
{
id: "p3",
name: "Standard Loan",
price: "KSh 3,000",
variant: "45 days",
imageSrc: "http://img.b2bpic.net/free-vector/pay-balance-owed-abstract-concept-illustration-making-credit-payment-pay-owed-money-bank-irs-balance-due-debt-consolidation-management-taxpayer-bill_335657-1236.jpg",
},
{
id: "p4",
name: "Growth Loan",
price: "KSh 4,000",
variant: "60 days",
imageSrc: "http://img.b2bpic.net/free-photo/credit-card-application-form-concept_53876-123812.jpg",
},
{
id: "p5",
name: "Pro Loan",
price: "KSh 5,000",
variant: "61 days",
imageSrc: "http://img.b2bpic.net/free-vector/flat-mobile-app-cover_52683-6716.jpg",
},
{
id: "p6",
name: "Maximum Loan",
price: "KSh 5,000",
variant: "61 days",
imageSrc: "http://img.b2bpic.net/free-photo/lock-sign-front-side-white-background_187299-40178.jpg",
},
]}
title="Loan Options"
description="Flexible amounts tailored to your immediate needs."
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Starter Loan", price: "KSh 1,000", variant: "30 days", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-sanitizer-bottle-with-face-mask-copy-space_23-2148561076.jpg" },
{ id: "p2", name: "Basic Loan", price: "KSh 2,000", variant: "30 days", imageSrc: "http://img.b2bpic.net/free-photo/excited-successful-businessman-dancing-with-plastic-credit-card-raising-fist-pumps-smiling-delig_1258-158569.jpg" },
{ id: "p3", name: "Standard Loan", price: "KSh 3,000", variant: "45 days", imageSrc: "http://img.b2bpic.net/free-vector/pay-balance-owed-abstract-concept-illustration-making-credit-payment-pay-owed-money-bank-irs-balance-due-debt-consolidation-management-taxpayer-bill_335657-1236.jpg" },
{ id: "p4", name: "Growth Loan", price: "KSh 4,000", variant: "60 days", imageSrc: "http://img.b2bpic.net/free-photo/credit-card-application-form-concept_53876-123812.jpg" },
{ id: "p5", name: "Pro Loan", price: "KSh 5,000", variant: "61 days", imageSrc: "http://img.b2bpic.net/free-vector/flat-mobile-app-cover_52683-6716.jpg" },
{ id: "p6", name: "Maximum Loan", price: "KSh 5,000", variant: "61 days", imageSrc: "http://img.b2bpic.net/free-photo/lock-sign-front-side-white-background_187299-40178.jpg" }
]}
title="Loan Options"
description="Flexible amounts tailored to your immediate needs."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "10k+",
title: "Active Users",
items: [
"Verified accounts",
"Daily active users",
"Growth rate",
],
},
{
id: "m2",
value: "24/7",
title: "Support Access",
items: [
"Instant chat",
"Automated help",
"Email support",
],
},
{
id: "m3",
value: "5 Min",
title: "Average Approval",
items: [
"Fast processing",
"Quick M-Pesa payout",
"Easy registration",
],
},
]}
title="Why Choose EasyLoan"
description="Proven reliability across Kenya."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "10k+", title: "Active Users", items: ["Verified accounts", "Daily active users", "Growth rate"] },
{ id: "m2", value: "24/7", title: "Support Access", items: ["Instant chat", "Automated help", "Email support"] },
{ id: "m3", value: "5 Min", title: "Average Approval", items: ["Fast processing", "Quick M-Pesa payout", "Easy registration"] }
]}
title="Why Choose EasyLoan"
description="Proven reliability across Kenya."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "John Mwangi",
handle: "@jm_entrepreneur",
testimonial: "EasyLoan helped me get stock for my shop when I was short on cash. Very fast!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg",
},
{
id: "2",
name: "Sarah Wanjiku",
handle: "@wanjiku_tech",
testimonial: "The verification process was quick and the funds arrived in minutes. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg",
},
{
id: "3",
name: "David Omondi",
handle: "@omondi_pro",
testimonial: "Reliable and transparent. No hidden fees, just quick financial help.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
},
{
id: "4",
name: "Jane Kamau",
handle: "@jane_biz",
testimonial: "Been using them for months. The best platform for small business credit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg",
},
{
id: "5",
name: "Peter Njoroge",
handle: "@peter_njo",
testimonial: "Instant approval! Best loan platform I've used so far.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-woman-with-radiant-smile-poses-red-cape-blue-shirt-exuding-joy-strength_482257-134676.jpg",
},
]}
showRating={true}
title="User Stories"
description="Real Kenyans sharing their experience with EasyLoan."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
showRating={true}
title="User Stories"
description="Real Kenyans sharing their experience with EasyLoan."
testimonials={[
{ id: "1", name: "John Mwangi", handle: "@jm_entrepreneur", testimonial: "EasyLoan helped me get stock for my shop when I was short on cash. Very fast!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg" },
{ id: "2", name: "Sarah Wanjiku", handle: "@wanjiku_tech", testimonial: "The verification process was quick and the funds arrived in minutes. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg" },
{ id: "3", name: "David Omondi", handle: "@omondi_pro", testimonial: "Reliable and transparent. No hidden fees, just quick financial help.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg" },
{ id: "4", name: "Jane Kamau", handle: "@jane_biz", testimonial: "Been using them for months. The best platform for small business credit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg" },
{ id: "5", name: "Peter Njoroge", handle: "@peter_njo", testimonial: "Instant approval! Best loan platform I've used so far.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-woman-with-radiant-smile-poses-red-cape-blue-shirt-exuding-joy-strength_482257-134676.jpg" }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How much can I borrow?",
content: "You can borrow between KSh 1,000 and KSh 5,000.",
},
{
id: "q2",
title: "How long is the loan period?",
content: "Our loan periods range from 30 to 61 days.",
},
{
id: "q3",
title: "What is the verification fee?",
content: "A one-time fee of KSh 150 via M-Pesa is required for account verification.",
},
]}
title="Frequently Asked Questions"
description="Got questions? We have answers."
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Got questions? We have answers."
faqsAnimation="slide-up"
faqs={[
{ id: "q1", title: "How much can I borrow?", content: "You can borrow between KSh 1,000 and KSh 5,000." },
{ id: "q2", title: "How long is the loan period?", content: "Our loan periods range from 30 to 61 days." },
{ id: "q3", title: "What is the verification fee?", content: "A one-time fee of KSh 150 via M-Pesa is required for account verification." }
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="About EasyLoan.ista"
description="At EasyLoan.ista, we believe everyone deserves quick access to financial support. We eliminate long queues, paperwork, and delays by delivering instant loans directly to your phone."
metrics={[
{
value: "100%",
title: "Digital Service",
},
{
value: "10k+",
title: "Happy Kenyans",
},
]}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833337.jpg"
imageAlt="Technology hologram indoors"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="About EasyLoan.ista"
description="At EasyLoan.ista, we believe everyone deserves quick access to financial support. We eliminate long queues, paperwork, and delays by delivering instant loans directly to your phone."
metrics={[
{ value: "100%", title: "Digital Service" },
{ value: "10k+", title: "Happy Kenyans" }
]}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833337.jpg"
imageAlt="Technology hologram indoors"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
text="Ready to get funded? Join EasyLoan today."
buttons={[
{
text: "Register Now",
href: "#register",
},
{
text: "Apply Now",
href: "#apply",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Ready to get funded? Join EasyLoan today."
buttons={[
{ text: "Register Now", href: "#register" },
{ text: "Apply Now", href: "#apply" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="EasyLoan.ista"
leftLink={{
text: "Terms of Service",
href: "#terms",
}}
rightLink={{
text: "Privacy Policy",
href: "#privacy",
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="EasyLoan.ista"
leftLink={{ text: "Terms of Service", href: "#terms" }}
rightLink={{ text: "Privacy Policy", href: "#privacy" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);