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}