From 4d9220e92b020298bb7b570db937ccb2793e466a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:57:49 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}