From 6a9d8ee6750dfa2995ecf569b5ab79982332137c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 14:36:10 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 459d3e4..cf28b25 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -10,6 +10,7 @@ import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMa import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCta from '@/components/sections/contact/ContactCta'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { CreditCard, Smartphone } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -68,7 +69,11 @@ export default function HomePage() { tag="Convenience First" title="Designed for Your Needs" description="Enjoy a hassle-free experience with modern amenities and diverse services at your fingertips." - features={[{ title: "Secure Payments", description: "Support for KCB, M-Pesa, Visa, and Mastercard.", bentoComponent: "info-card-marquee", infoCards: [{ icon: "Visa", label: "Visa", value: "Accepted" }, { icon: "Smartphone", label: "M-Pesa", value: "Enabled" }] }, { title: "Spacious Layout", description: "Easy navigation throughout the mall.", bentoComponent: "media-stack", mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-full-side-color-business-card_23-2151022832.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/blurred-escalator-mall-view-from_1203-1298.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/african-american-customer-putting-credit-card-pos-terminal-paying-fashionable-clothes-counter-desk-modern-boutique-woman-shopper-buying-trendy-merchandise-clothing-store_482257-72466.jpg" }] }, { title: "Customer Support", description: "We are here to assist you.", bentoComponent: "checklist-timeline", heading: "Our Services", subheading: "Excellence in comfort", checklistItems: [{ label: "Concierge", detail: "Available daily" }, { label: "Parking", detail: "Secured spaces" }, { label: "WiFi", detail: "High speed" }], completedLabel: "Ready" }]} + features={[ + { title: "Secure Payments", description: "Support for KCB, M-Pesa, Visa, and Mastercard.", bentoComponent: "info-card-marquee", infoCards: [{ icon: "CreditCard", label: "Visa", value: "Accepted" }, { icon: "Smartphone", label: "M-Pesa", value: "Enabled" }] }, + { title: "Spacious Layout", description: "Easy navigation throughout the mall.", bentoComponent: "media-stack", mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-full-side-color-business-card_23-2151022832.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/blurred-escalator-mall-view-from_1203-1298.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/african-american-customer-putting-credit-card-pos-terminal-paying-fashionable-clothes-counter-desk-modern-boutique-woman-shopper-buying-trendy-merchandise-clothing-store_482257-72466.jpg" }] }, + { title: "Customer Support", description: "We are here to assist you.", bentoComponent: "checklist-timeline", heading: "Our Services", subheading: "Excellence in comfort", checklistItems: [{ label: "Concierge", detail: "Available daily" }, { label: "Parking", detail: "Secured spaces" }, { label: "WiFi", detail: "High speed" }], completedLabel: "Ready" } + ]} />