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