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" > -