diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 393998a..216bb0d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,8 +40,7 @@ function ShopPageContent() { {"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: () => console.log("cart") }} /> @@ -89,8 +88,7 @@ function ShopPageContent() { {"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: () => console.log("cart") }} /> @@ -130,4 +128,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}