Update src/app/products/page.tsx

This commit is contained in:
2026-01-22 20:39:39 +00:00
parent bdf4320ecf
commit 3094bfaa7a

View File

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