Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-16 13:40:52 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Heart, Paw, HandHeart, TrendingUp, Gift, Home, Users, Activity } from 'lucide-react';
import { Heart, HandHeart, TrendingUp, Gift, Home, Users, Activity } from 'lucide-react';
export default function LandingPage() {
return (
@@ -75,7 +75,7 @@ export default function LandingPage() {
title="Available Pets Waiting for You"
description="Meet some of our wonderful pets currently looking for their forever homes. Each one has a unique personality and so much love to give."
tag="Find Your Match"
tagIcon={Paw}
tagIcon={Heart}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}