Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-02-17 12:15:08 +00:00
Showing only changes of commit 5280d89df6 - Show all commits

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