diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 1c3a228..ef5ce37 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -97,8 +97,8 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Services","id":"services"}, {"name":"Results","id":"results"}, {"name":"Pricing","id":"pricing"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Products","id":"products"}, + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -109,7 +109,7 @@ function ProductPageContent({ params }: ProductPageProps) {