From 0dfd3b72f01de7ece7f85cde4f03eb3eeffa526d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 23:55:44 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2545ea8..b537ca1 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,8 +40,8 @@ function ShopPageContent() { {"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: () => console.log("cart") }} /> @@ -52,7 +52,7 @@ function ShopPageContent() {