Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-02-23 12:30:55 +00:00

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}