Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-14 14:36:10 +00:00
parent d05bedf0ac
commit 6a9d8ee675

View File

@@ -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" }
]}
/>
</div>
<div id="products" data-section="products" data-webild-component="FeaturesRevealCardsBento" data-webild-component-path="@/components/sections/features/FeaturesRevealCardsBento">