Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-17 12:15:08 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Heart, Users, Mail, Paw, HelpingHand, Brain, Home, TrendingUp } from 'lucide-react';
import { Heart, Users, Mail, HelpingHand, Brain, Home, TrendingUp } from 'lucide-react';
export default function LandingPage() {
return (
@@ -52,7 +52,7 @@ export default function LandingPage() {
]}
linkCards={[
{
icon: Paw,
icon: Heart,
title: "Find Your Perfect Companion", description: "Browse our available pets waiting for their forever homes", button: { text: "Meet Our Pets", href: "#featured-pets" }
},
{
@@ -145,7 +145,7 @@ export default function LandingPage() {
description="The lives we've transformed through rescue, rehabilitation, and rehoming"
metrics={[
{
id: "1", value: "2847", title: "Animals Rescued", description: "Since 2015, we've brought hope to thousands", icon: Paw
id: "1", value: "2847", title: "Animals Rescued", description: "Since 2015, we've brought hope to thousands", icon: Heart
},
{
id: "2", value: "2.2K", title: "Successfully Adopted", description: "Finding their forever homes", icon: Home

View File

@@ -297,7 +297,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ label: "Contact", href: "mailto:info@pawsitivehaven.org" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
}
]}
/>