Update src/app/contact/page.tsx
This commit is contained in:
@@ -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" }
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user