From 3094bfaa7abf241c89e427cb85aedc792b0cf069 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:39:39 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 20af6c1..dca2e59 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -28,7 +28,6 @@ export default function ProductsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]}