Update src/app/page.tsx

This commit is contained in:
2026-02-23 12:30:50 +00:00
parent 3903ee162e
commit 4e76816dfd

View File

@@ -10,7 +10,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Heart, Paw, Sparkles, CheckCircle } from "lucide-react";
import { Heart, PawPrint, Sparkles, CheckCircle } from "lucide-react";
export default function PetShelterPage() {
return (
@@ -67,7 +67,7 @@ export default function PetShelterPage() {
<div id="about" data-section="about">
<TextAbout
tag="Our Mission"
tagIcon={Paw}
tagIcon={PawPrint}
tagAnimation="slide-up"
title="Giving Every Animal a Chance at Happiness"
useInvertedBackground={false}