From b5fc205bf661847b9d314bb78ec9b176f2ceb6a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 00:45:43 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c49e393..38e7a83 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -3,6 +3,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import HeroBillboardFeatures from '@/components/sections/hero/HeroBillboardFeatures'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import { Shield, Globe, Award } from 'lucide-react'; export default function HomePage() { return ( @@ -29,9 +30,9 @@ export default function HomePage() { primaryButton={{ text: "Get Started", href: "/contact" }} secondaryButton={{ text: "Learn More", href: "/about" }} features={[ - { title: "Affordable", description: "Low 20% deposit requirements." }, - { title: "Global Reach", description: "Available in 4 major markets." }, - { title: "Reliable", description: "Proven track record of success." } + { title: "Affordable", description: "Low 20% deposit requirements.", icon: Shield }, + { title: "Global Reach", description: "Available in 4 major markets.", icon: Globe }, + { title: "Reliable", description: "Proven track record of success.", icon: Award } ]} imageSrc="http://img.b2bpic.net/free-vector/abstract-business-logo-template_1043-161.jpg" />