From d5fa4d12f68e186364f8a10eff9e16933059e42a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 00:19:25 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 +}