3 Commits

Author SHA1 Message Date
f533d7f79d Update src/app/page.tsx 2026-04-25 15:48:41 +00:00
12c92cc588 Merge version_1 into main
Merge version_1 into main
2026-04-25 15:47:06 +00:00
4bdb2846d5 Merge version_1 into main
Merge version_1 into main
2026-04-25 15:46:40 +00:00

View File

@@ -87,15 +87,15 @@ export default function LandingPage() {
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" }
{ id: "p1", name: "Starter Loan", price: "KSh 1,000", variant: "Low interest, 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: "Low interest, 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: "Low interest, 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: "Low interest, 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: "Low interest, 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: "Low interest, 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."
description="Flexible, low-interest amounts tailored to your immediate needs."
/>
</div>
@@ -141,7 +141,7 @@ export default function LandingPage() {
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: "q2", title: "How long is the loan period?", content: "Our loan periods range from 30 to 61 days with low, transparent interest rates." },
{ id: "q3", title: "What is the verification fee?", content: "A one-time fee of KSh 150 via M-Pesa is required for account verification." }
]}
/>