Merge version_1 into main #3
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user