diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 985a712..a29c784 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,8 +40,7 @@ export default function ShopPage() { {"name":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -88,8 +87,7 @@ export default function ShopPage() { {"name":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => console.log("cart") }} />