Update src/app/page.tsx

This commit is contained in:
2026-01-22 17:12:56 +00:00
parent 864ec6c468
commit d3ce24ce3b

View File

@@ -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, Hands, Gift } from "lucide-react";
import { Heart, Home, Users, Hand, 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: Hands
title: "Volunteer", description: "Help care for animals, assist with events, or support our administrative operations.", icon: Hand
},
{
title: "Donate", description: "Your contributions support veterinary care, food, shelter, and rehabilitation programs.", icon: Gift