From 60afd6ba1c22e3b7d0eebe062a2bc141bdc26b1a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 23:01:47 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3bc45d9..ba2f017 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -19,9 +19,9 @@ function ShopPageContent() { 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: () => {} }, className: "bg-card/80 backdrop-blur-sm shadow-lg", buttonClassName: "bg-primary-cta text-primary-cta-text", buttonTextClassName: "font-medium" @@ -42,7 +42,7 @@ function ShopPageContent() { headingFontWeight="medium" > -