From e122e3f7b34adcf3048d16a853dbb7c9d09aa263 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 14:32:28 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 34 ++++++++-------------------------- 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7668c89..e69067e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -32,8 +32,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Adopt Today", - href: "/adopt" + text: "Adopt Today", href: "/adopt" }} /> @@ -42,6 +41,7 @@ export default function AboutPage() { @@ -98,24 +83,21 @@ export default function AboutPage() { copyrightText="© 2025 Paws Haven Animal Shelter | Changing Lives, One Pet at a Time" columns={[ { - title: "Adopt", - items: [ + title: "Adopt", items: [ { label: "Available Pets", href: "/adopt" }, { label: "Adoption Process", href: "/about" }, { label: "Success Stories", href: "/" } ] }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Mission", href: "/about" }, { label: "Meet Our Team", href: "/about" }, { label: "Our Impact", href: "/about" } ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "/faq" }, { label: "Contact Us", href: "/contact" }, { label: "Volunteer", href: "/contact" }