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