Update src/app/page.tsx

This commit is contained in:
2026-02-12 14:32:32 +00:00
parent 5f4c1fdf7e
commit f76928ef68

View File

@@ -35,8 +35,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Adopt Today",
href: "/adopt"
text: "Adopt Today", href: "/adopt"
}}
/>
</div>
@@ -62,6 +61,7 @@ export default function HomePage() {
<AboutMetric
title="Paws Haven is dedicated to rescuing, rehabilitating, and rehoming animals in need. For over a decade, we've been giving pets a second chance at life with loving families."
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{ icon: Heart, label: "Animals Rescued", value: "2,500+" },
{ icon: Home, label: "Happy Homes", value: "2,300+" },
@@ -82,34 +82,16 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
brand: "Labrador Mix",
name: "Bailey - Energetic & Loving",
price: "Adoption: $150",
rating: 5,
reviewCount: "12 matches",
imageSrc: "https://img.b2bpic.net/free-photo/what-good-boy-beautiful-golden-labrador-with-leash-sitting-with-his-owners-park_496169-2472.jpg",
imageAlt: "Bailey, a golden retriever mix"
id: "1", brand: "Labrador Mix", name: "Bailey - Energetic & Loving", price: "Adoption: $150", rating: 5,
reviewCount: "12 matches", imageSrc: "https://img.b2bpic.net/free-photo/what-good-boy-beautiful-golden-labrador-with-leash-sitting-with-his-owners-park_496169-2472.jpg", imageAlt: "Bailey, a golden retriever mix"
},
{
id: "2",
brand: "Tabby Cat",
name: "Whiskers - Playful & Affectionate",
price: "Adoption: $75",
rating: 5,
reviewCount: "8 matches",
imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-cute-golden-retriever-puppy-curiously-looking-camera_181624-15694.jpg",
imageAlt: "Whiskers, an orange tabby kitten"
id: "2", brand: "Tabby Cat", name: "Whiskers - Playful & Affectionate", price: "Adoption: $75", rating: 5,
reviewCount: "8 matches", imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-cute-golden-retriever-puppy-curiously-looking-camera_181624-15694.jpg", imageAlt: "Whiskers, an orange tabby kitten"
},
{
id: "3",
brand: "Rescue Mix",
name: "Max - Gentle & Calm",
price: "Adoption: $150",
rating: 5,
reviewCount: "15 matches",
imageSrc: "https://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg",
imageAlt: "Max, a friendly rescue dog"
id: "3", brand: "Rescue Mix", name: "Max - Gentle & Calm", price: "Adoption: $150", rating: 5,
reviewCount: "15 matches", imageSrc: "https://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Max, a friendly rescue dog"
}
]}
/>
@@ -125,30 +107,15 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Step 1",
title: "Browse & Connect",
subtitle: "Discover your perfect match",
description: "Explore our available pets online and attend open meet-and-greet sessions to find an animal that matches your lifestyle and family needs.",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-sad-woman-saying-goodbye-her-old-german-shepherd-professional-male-veterinarian-preparing-ready-put-down-sick-dog_662251-2307.jpg",
imageAlt: "Pet browsing and selection"
tag: "Step 1", title: "Browse & Connect", subtitle: "Discover your perfect match", description: "Explore our available pets online and attend open meet-and-greet sessions to find an animal that matches your lifestyle and family needs.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-sad-woman-saying-goodbye-her-old-german-shepherd-professional-male-veterinarian-preparing-ready-put-down-sick-dog_662251-2307.jpg", imageAlt: "Pet browsing and selection"
},
{
id: 2,
tag: "Step 2",
title: "Application & Interview",
subtitle: "Tell us about your home",
description: "Complete our adoption application and have a conversation with our team to ensure the best fit. We ask about your living situation, experience with pets, and expectations.",
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-owner-holding-dog_23-2149304308.jpg",
imageAlt: "Adoption interview process"
tag: "Step 2", title: "Application & Interview", subtitle: "Tell us about your home", description: "Complete our adoption application and have a conversation with our team to ensure the best fit. We ask about your living situation, experience with pets, and expectations.", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-owner-holding-dog_23-2149304308.jpg", imageAlt: "Adoption interview process"
},
{
id: 3,
tag: "Step 3",
title: "Welcome Home",
subtitle: "Begin your new journey",
description: "Once approved, finalize the adoption and take your new companion home. We provide ongoing support and resources to ensure a smooth transition.",
imageSrc: "https://img.b2bpic.net/free-photo/vet-with-nurse-examining-german-shepherd_7502-9552.jpg",
imageAlt: "Happy adoption day celebration"
tag: "Step 3", title: "Welcome Home", subtitle: "Begin your new journey", description: "Once approved, finalize the adoption and take your new companion home. We provide ongoing support and resources to ensure a smooth transition.", imageSrc: "https://img.b2bpic.net/free-photo/vet-with-nurse-examining-german-shepherd_7502-9552.jpg", imageAlt: "Happy adoption day celebration"
}
]}
/>
@@ -159,16 +126,13 @@ export default function HomePage() {
title="Our Impact on the Community"
tag="Making a Difference"
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{
id: "1",
value: "2,300+",
description: "Pets successfully placed in loving homes over the past decade"
id: "1", value: "2,300+", description: "Pets successfully placed in loving homes over the past decade"
},
{
id: "2",
value: "95%",
description: "Adoption success rate with families reporting excellent long-term matches"
id: "2", value: "95%", description: "Adoption success rate with families reporting excellent long-term matches"
}
]}
/>