diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 774ed98..e220001 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -12,7 +12,7 @@ import { Globe, Zap, Users, Award } from "lucide-react"; export default function AboutPage() { 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" }, @@ -155,4 +155,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}