Update src/app/blog/page.tsx

This commit is contained in:
2026-02-22 12:18:55 +00:00
parent 2c1a2a4c65
commit 440a8069ed

View File

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