From f313fc765491c9ea6a6aba444ad0520b669f0651 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 23:01:47 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 799d8fa..eef74b7 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -76,9 +76,9 @@ function ProductPageContent({ params }: ProductPageProps) { const navbarProps = { navItems: [ { name: "Home", id: "/" }, - { name: "Reviews", id: "/reviews" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, { name: "Contact", id: "/contact" }, - { name: "Shop", id: "/shop" } ], brandName: "Pointer Roofing & Construction LLC", button: { text: "Cart", onClick: () => setCartOpen(true) }, className: "bg-card/80 backdrop-blur-sm shadow-lg", buttonClassName: "bg-primary-cta text-primary-cta-text", buttonTextClassName: "font-medium" @@ -99,7 +99,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="medium" > -