From b7f10dec16968a564449a78c6aef054c613c29f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:38:47 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 313657f..3a0ee66 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -88,10 +88,8 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"About","id":"about"}, {"name":"Documents","id":"documents"}, - {"name":"Resources","id":"resources"}, {"name":"FAQ","id":"faq"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -103,7 +101,7 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -160,7 +156,7 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -241,7 +235,7 @@ export default function ProductPage({ params }: ProductPageProps) {