diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9895fc3..c787ba8 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -10,6 +10,7 @@ export default function BlogPage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, + { name: "Blog", id: "/blog" }, { name: "Contact", id: "/contact" } ];