Update src/app/page.tsx
This commit is contained in:
@@ -87,12 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ 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" }
|
||||
{ id: "p1", name: "Starter Loan", price: "KSh 1,000", variant: "30-day term, low 5% interest", 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-day term, low 5% interest", 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-day term, low 5% interest", 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-day term, low 5% interest", 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: "60-day term, low 5% interest", imageSrc: "http://img.b2bpic.net/free-vector/flat-mobile-app-cover_52683-6716.jpg" },
|
||||
{ id: "p6", name: "Maximum Loan", price: "KSh 5,000", variant: "60-day term, low 5% interest", imageSrc: "http://img.b2bpic.net/free-photo/lock-sign-front-side-white-background_187299-40178.jpg" }
|
||||
]}
|
||||
title="Loan Options"
|
||||
description="Flexible, low-interest amounts tailored to your immediate needs."
|
||||
|
||||
Reference in New Issue
Block a user