Update src/app/page.tsx

This commit is contained in:
2026-02-22 12:18:56 +00:00
parent c64455eee5
commit b83354a7b9

View File

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