diff --git a/src/app/page.tsx b/src/app/page.tsx index f248bad..57ae259 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Heart, Paw, HandHeart, TrendingUp, Gift, Home, Users, Activity } from 'lucide-react'; +import { Heart, HandHeart, TrendingUp, Gift, Home, Users, Activity } from 'lucide-react'; export default function LandingPage() { return ( @@ -75,7 +75,7 @@ export default function LandingPage() { title="Available Pets Waiting for You" description="Meet some of our wonderful pets currently looking for their forever homes. Each one has a unique personality and so much love to give." tag="Find Your Match" - tagIcon={Paw} + tagIcon={Heart} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false}