Update src/app/page.tsx

This commit is contained in:
2026-03-24 13:16:55 +00:00
parent 85b37f7859
commit a4184a418e

View File

@@ -36,6 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "#contact" },
]}
brandName="Paws & Hope"
button={{ text: "Adopt", href: "/pets" }}
/>
</div>
@@ -44,12 +45,11 @@ export default function LandingPage() {
logoText="Every Pet Deserves a Forever Home"
description="Welcome to Paws & Hope. We are dedicated to rescuing, rehabilitating, and finding loving families for pets in need. Join our community of animal lovers today."
buttons={[
{ text: "Adopt Today", href: "#" },
{ text: "Adopt Today", href: "/pets" },
{ text: "Donate Now", href: "#" },
]}
slides={[
{
imageSrc: "https://pixabay.com/get/gb41c3ae2955c02729203538b3a118ea21e77683c3ccbd49b6d08fa8cd0d73ab5ccff37205a90e268168ed7500a0fef941c5a864bc91cc9f82e166b30907b17f2_1280.jpg", imageAlt: "Happy rescue dog looking forward"},
{ imageSrc: "https://pixabay.com/get/gb41c3ae2955c02729203538b3a118ea21e77683c3ccbd49b6d08fa8cd0d73ab5ccff37205a90e268168ed7500a0fef941c5a864bc91cc9f82e166b30907b17f2_1280.jpg", imageAlt: "Happy rescue dog looking forward" },
]}
/>
</div>
@@ -75,7 +75,7 @@ export default function LandingPage() {
title="How You Can Help"
description="We offer several ways to make a difference in a rescue animal's life."
features={[
{ title: "Adoption", description: "Browse our adoptable pets and find your new family member.", buttonIcon: Heart, buttonHref: "#" },
{ title: "Adoption", description: "Browse our adoptable pets and find your new family member.", buttonIcon: Heart, buttonHref: "/pets" },
{ title: "Fostering", description: "Provide a temporary home while they wait for their forever family.", buttonIcon: Home, buttonHref: "#" },
{ title: "Donations", description: "Your support covers food, medical care, and shelter operations.", buttonIcon: DollarSign, buttonHref: "#" },
]}