From 58189a09823508df464bb841140a6313d9bd22dc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 13:40:32 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5bb4cf0..3000317 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -13,28 +13,27 @@ export default function AboutPage() { { name: "Adopt", id: "/adopt" }, { name: "About Us", id: "/about" }, { name: "Contact", id: "/contact" }, + { name: "Blog", id: "/blog" }, + { name: "Shop", id: "/shop" }, ]; const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Adopt", href: "/adopt" }, { label: "About Us", href: "/about" } ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Volunteer", href: "/contact" }, { label: "Donate", href: "/contact" }, { label: "Foster", href: "/contact" } ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/contact" } ] @@ -68,8 +67,7 @@ export default function AboutPage() {