Update src/app/page.tsx

This commit is contained in:
2026-03-25 02:55:05 +00:00
parent cde028a7ef
commit d995fcc4f9

View File

@@ -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 (