Update src/app/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function HomePage() {
|
||||
const navItems = [
|
||||
{ href: "/", label: "Home" },
|
||||
{ href: "/about", label: "About" },
|
||||
{ href: "/contact", label: "Contact" },
|
||||
{ href: "/contact", label: "Contact" }
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user