diff --git a/src/app/page.tsx b/src/app/page.tsx index 2176432..56f1864 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function SitePage() { setCartOpen(true) }} /> @@ -142,7 +141,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Offers", id: "offers" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -186,7 +184,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Offers", id: "offers" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d001d6a..cf2dc9d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -71,7 +71,6 @@ export default function ShopPage() { { name: "Offers", id: "offers" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -107,7 +106,6 @@ export default function ShopPage() { { name: "Offers", id: "offers" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />