diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fdbfb0..51a66b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, CheckCircle, Heart, HelpCircle, Lightbulb, MessageCircle, TrendingUp, Users, Volunteers, Home } from 'lucide-react'; +import { Award, CheckCircle, Heart, HelpCircle, Lightbulb, MessageCircle, TrendingUp, Users, Home } from 'lucide-react'; export default function LandingPage() { return ( @@ -165,7 +165,7 @@ export default function LandingPage() { id: "3", value: "310", title: "Trained", description: "People completing safety training", icon: Award }, { - id: "4", value: "500", title: "Volunteers", description: "Dedicated community volunteers", icon: Volunteers + id: "4", value: "500", title: "Volunteers", description: "Dedicated community volunteers", icon: Users } ]} gridVariant="uniform-all-items-equal"