From f3d00187a0e8f0dbb1bed4146f54cc9406494600 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 13:40:35 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dea90db..c6ca9c7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,28 +13,27 @@ export default function ContactPage() { { 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" } ] @@ -74,7 +73,7 @@ export default function ContactPage() { termsText="By providing your email, you agree to receive updates on our impact and how you can further help." mediaPosition="right" imageSrc="https://img.b2bpic.net/free-photo/close-up-farmer-spending-time-with-dog_23-2149140383.jpg" - imageAlt="close-up farmer spending time with dog" + imageAlt="Volunteer petting a dog at the shelter" background={{ variant: "plain" }} useInvertedBackground={false} mediaAnimation="slide-up" @@ -87,8 +86,7 @@ export default function ContactPage() {