From b1a05c027908147d72d75ae0c70d15fafe20e6a3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:22:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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} -- 2.49.1