From 765f3b8e2be3fb0bde36edb29eb77a7b09118c59 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 13:15:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee88341..c885e17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,23 +21,20 @@ export default function HomePage() { 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: "#" }, @@ -61,7 +58,7 @@ export default function HomePage() { @@ -70,7 +67,7 @@ export default function HomePage() {