diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 0f80aa5..0379014 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -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" } ];