From 6b8f9fc2b96f808119a7e9355b91116c9c211972 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:31:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b40d7e3..9a07dc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function HomePage() { { name: "Projects", id: "/projects" }, { name: "Testimonials", id: "/testimonials" }, { name: "FAQ", id: "/faq" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]} /> @@ -44,7 +44,7 @@ export default function HomePage() {