diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b6f679..10d3026 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { BookOpen, Calendar, Globe, Hands, Heart, Lightbulb, Music, Smile, Sparkles, Users, Zap } from "lucide-react"; +import { BookOpen, Calendar, Globe, Hand, Heart, Lightbulb, Music, Smile, Sparkles, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -89,7 +89,7 @@ export default function LandingPage() { }, { title: "Community Outreach", description: "Serving others through charitable initiatives, food banks, and community support programs.", bentoComponent: "icon-info-cards", items: [ - { icon: Hands, label: "Volunteers", value: "150+" }, + { icon: Hand, label: "Volunteers", value: "150+" }, { icon: Heart, label: "Lives Touched", value: "Monthly" }, { icon: Globe, label: "Impact", value: "Growing" } ]