Update src/app/adopt/page.tsx
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user