Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -76,8 +76,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
|
||||
Reference in New Issue
Block a user