From c81a12fd00983a85a4f59b74f95f227117fce671 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:57:50 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c25dfef..0bc7aab 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,7 +11,7 @@ import { CheckCircle } from "lucide-react"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Services", id: "services" }, + { name: "Services", id: "/services" }, { name: "How It Works", id: "how-it-works" }, { name: "Results", id: "results" }, { name: "About", id: "/about" }, @@ -115,4 +115,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}