diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 776cd22..79e6cea 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,6 +11,7 @@ export default function ContactPage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, + { name: "Blog", id: "/blog" }, { name: "Contact", id: "/contact" } ];