diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e5cb2ab..c93cf2c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -97,8 +97,7 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Menu","id":"products"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -147,8 +146,7 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Menu","id":"products"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -204,8 +202,7 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Menu","id":"products"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -262,4 +259,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +}