Update src/app/blog/page.tsx

This commit is contained in:
2026-02-22 12:24:09 +00:00
parent 84bdd17e46
commit 89b66583cd

View File

@@ -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" }
];