Update src/app/contact/page.tsx

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

View File

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