From a4184a418e2222244187df59dff4ecaa1ad1debd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:16:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abc8c22..91fc92d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,6 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact" }, ]} brandName="Paws & Hope" + button={{ text: "Adopt", href: "/pets" }} /> @@ -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" }, ]} /> @@ -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: "#" }, ]} -- 2.49.1