From c86c2e6481013476b78d53c05fd0218eae391d78 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 15:59:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2c6767..f08dcd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Heart, Paw, Shield, Home, Users, Search, Calendar, MapPin, FileText, CheckCircle, Gift, Zap, Mail, HelpCircle, TrendingUp, Lightbulb } from "lucide-react"; +import { Heart, Shield, Home, Users, Search, Calendar, MapPin, FileText, CheckCircle, Gift, Zap, Mail, HelpCircle, TrendingUp, Lightbulb } from "lucide-react"; export default function LandingPage() { return ( @@ -70,7 +70,7 @@ export default function LandingPage() { title="Our Mission: Every Pet Deserves Love" description="PawsHome has been dedicated to rescuing and rehoming abandoned and neglected animals since 2015. We believe every pet has the capacity to love and be loved, and our mission is to connect them with compassionate families." tag="About Us" - tagIcon={Paw} + tagIcon={Heart} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1