Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 11:22:59 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Heart, PawPrint, Target, CheckCircle, Hands, Mail, Smile, Users, Gift } from 'lucide-react';
import { Heart, PawPrint, Target, CheckCircle, Hand, Mail, Smile, Users, Gift } from 'lucide-react';
export default function PawHavenLanding() {
return (
@@ -103,6 +103,7 @@ export default function PawHavenLanding() {
imageAlt="Caring shelter staff with rescued animals"
useInvertedBackground={true}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -173,7 +174,7 @@ export default function PawHavenLanding() {
title="Ways to Support Our Mission"
description="There are many ways to help our animals. Choose how you'd like to make a difference in their lives."
tag="Get Involved"
tagIcon={Hands}
tagIcon={Hand}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}