From d995fcc4f94a16a252467dcde5f4d3bbad0a9ad6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:55:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e259d..a84bbe6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 (