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 TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
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() {
|
export default function PetShelterPage() {
|
||||||
return (
|
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: "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
|
title: "Donate", description: "Your contributions support veterinary care, food, shelter, and rehabilitation programs.", icon: Gift
|
||||||
|
|||||||
Reference in New Issue
Block a user