Update src/app/shop/page.tsx
This commit is contained in:
@@ -55,16 +55,16 @@ export default function ShopPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Available Pets", href: "#products" },
|
||||
{ label: "Adoption Process", href: "#features" },
|
||||
{ label: "About", href: "#about" }
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Available Pets", href: "products" },
|
||||
{ label: "Adoption Process", href: "features" },
|
||||
{ label: "About", href: "about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Volunteer", href: "#" },
|
||||
{ label: "Donate", href: "#" }
|
||||
]
|
||||
@@ -129,16 +129,16 @@ export default function ShopPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Available Pets", href: "#products" },
|
||||
{ label: "Adoption Process", href: "#features" },
|
||||
{ label: "About", href: "#about" }
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Available Pets", href: "products" },
|
||||
{ label: "Adoption Process", href: "features" },
|
||||
{ label: "About", href: "about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Volunteer", href: "#" },
|
||||
{ label: "Donate", href: "#" }
|
||||
]
|
||||
@@ -158,4 +158,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user