From 54a1a2976c4f7f68602556c2c480f52f706019a9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:42:02 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 80245dc..4e44c3b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,31 +11,31 @@ export default function AboutPage() { { name: "Home", id: "/" }, { name: "Adopt", id: "/adopt" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, + { name: "Donate", id: "/donate" }, + { name: "Shop", id: "/shop" }, + { name: "Blog", id: "/blog" } ]; const navButton = { text: "Donate", href: "/donate" }; const footerColumns = [ { - title: "About Us", - items: [ + title: "About Us", items: [ { label: "Our Mission", href: "/about" }, { label: "Meet the Team", href: "/about" }, { label: "Impact Report", href: "/about" } ] }, { - title: "Get Involved", - items: [ + title: "Get Involved", items: [ { label: "Adopt a Pet", href: "/adopt" }, { label: "Volunteer", href: "/contact" }, { label: "Foster a Pet", href: "/contact" } ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "FAQs", href: "/contact" }, { label: "Pet Care Tips", href: "/" }, { label: "Contact Us", href: "/contact" } @@ -63,7 +63,7 @@ export default function AboutPage() {