From 5280d89df64edcdde5ddef089eafbd573d1eccff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 12:15:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 14ae965..cc4426a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Heart, Users, Mail, Paw, HelpingHand, Brain, Home, TrendingUp } from 'lucide-react'; +import { Heart, Users, Mail, HelpingHand, Brain, Home, TrendingUp } from 'lucide-react'; export default function LandingPage() { return ( @@ -52,7 +52,7 @@ export default function LandingPage() { ]} linkCards={[ { - icon: Paw, + icon: Heart, title: "Find Your Perfect Companion", description: "Browse our available pets waiting for their forever homes", button: { text: "Meet Our Pets", href: "#featured-pets" } }, { @@ -145,7 +145,7 @@ export default function LandingPage() { description="The lives we've transformed through rescue, rehabilitation, and rehoming" metrics={[ { - id: "1", value: "2847", title: "Animals Rescued", description: "Since 2015, we've brought hope to thousands", icon: Paw + id: "1", value: "2847", title: "Animals Rescued", description: "Since 2015, we've brought hope to thousands", icon: Heart }, { id: "2", value: "2.2K", title: "Successfully Adopted", description: "Finding their forever homes", icon: Home