From b0f0e26b4eb0389f59a516fe551a0689b830aeb0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:42:04 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1630803..a14bbb8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,31 +11,31 @@ export default function ContactPage() { { 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" }