Merge version_1 into main #2

Open
development wants to merge 2 commits from version_1 into main
Showing only changes of commit 0ae8549f08 - Show all commits

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, 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