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" />