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