From 0ae8549f08ed577592bdbe4ae556cf2c0210124c Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 17:15:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6434ddf..585e626 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Heart, Home, Users, Hand, Gift } from "lucide-react"; +import { Heart, Home, Users, Hands, Gift } from "lucide-react"; export default function PetShelterPage() { return ( @@ -199,7 +199,7 @@ export default function PetShelterPage() { title: "Adopt", description: "Give a loving home to a pet in need and experience the joy of animal companionship.", icon: Heart }, { - title: "Volunteer", description: "Help care for animals, assist with events, or support our administrative operations.", icon: Hand + title: "Volunteer", description: "Help care for animals, assist with events, or support our administrative operations.", icon: Hands }, { title: "Donate", description: "Your contributions support veterinary care, food, shelter, and rehabilitation programs.", icon: Gift