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 +}