From 32a42670497b6869c7673ea4bbfdbd21cbbc7d02 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 14:08:52 +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 0c3fdb4..0ab5425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Heart, Target, Paw, Users, Sparkles, Star, Handshake, Mail, Facebook, Instagram, Twitter } from 'lucide-react'; +import { Heart, Target, Users, Sparkles, Star, Handshake, Mail, Facebook, Instagram, Twitter } from 'lucide-react'; +import { PawPrint } from 'lucide-react'; export default function LandingPage() { return ( @@ -88,7 +89,7 @@ export default function LandingPage() { title="Compassionate Animal Care" description="Paws Haven has been serving our community for over 15 years, rescuing and caring for animals in distress. Our dedicated team works tirelessly to provide medical care, behavioral training, and temporary shelter." subdescription="We believe every animal deserves a chance at a better life. Our sanctuary provides a safe haven where animals can heal, grow, and find their forever homes." - icon={Paw} + icon={PawPrint} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kpxwxj" imageAlt="Professional animal care facility" mediaAnimation="blur-reveal"