Update src/app/adopt/page.tsx

This commit is contained in:
2026-02-13 11:42:02 +00:00
parent 54a1a2976c
commit a2ee1ad610

View File

@@ -12,31 +12,31 @@ export default function AdoptPage() {
{ 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" }