Update src/app/products/page.tsx

This commit is contained in:
2026-02-22 12:18:57 +00:00
parent b83354a7b9
commit 46ce80ad1d

View File

@@ -10,6 +10,7 @@ export default function ProductsPage() {
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "About", id: "/about" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" }
];