From 519b0ece3c89abe8b8a0f218ff593fc643fb8a75 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:15:08 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 56732e9..36deb4d 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -23,11 +23,10 @@ export default function ProductsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/#about" }, - { name: "Contact", id: "/#contact" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, { name: "Cart", id: "/cart" } ]} - brandName="ELEGANT SKIN" />