Update src/app/about/page.tsx

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

View File

@@ -11,6 +11,7 @@ export default function AboutPage() {
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "About", id: "/about" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" }
];