From f9c11cb25cbdc9e3e048fd829df19bd2d4a2bf95 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 13:15:35 +0000 Subject: [PATCH] Update src/app/adopt/page.tsx --- src/app/adopt/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/adopt/page.tsx b/src/app/adopt/page.tsx index bfa6980..48fbdfd 100644 --- a/src/app/adopt/page.tsx +++ b/src/app/adopt/page.tsx @@ -18,23 +18,20 @@ export default function AdoptPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Adopt", href: "/adopt" }, { label: "Volunteer", href: "/contact" }, { label: "Donate", href: "/contact" }, ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Mission", href: "/about" }, { label: "Success Stories", href: "/about" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "/adopt" }, { label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, @@ -58,7 +55,7 @@ export default function AdoptPage() {