Update src/app/page.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user