diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d0d567..2b2732d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Heart, PawPrint, Target, CheckCircle, Hands, Mail, Smile, Users, Gift } from 'lucide-react'; +import { Heart, PawPrint, Target, CheckCircle, Hand, Mail, Smile, Users, Gift } from 'lucide-react'; export default function PawHavenLanding() { return ( @@ -103,6 +103,7 @@ export default function PawHavenLanding() { imageAlt="Caring shelter staff with rescued animals" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -173,7 +174,7 @@ export default function PawHavenLanding() { title="Ways to Support Our Mission" description="There are many ways to help our animals. Choose how you'd like to make a difference in their lives." tag="Get Involved" - tagIcon={Hands} + tagIcon={Hand} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false}