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() {