From b0f588acceba5a6afed512ecb22a84b8a79ff5fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:23:35 +0000 Subject: [PATCH] Update src/app/web-development/page.tsx --- src/app/web-development/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/web-development/page.tsx b/src/app/web-development/page.tsx index d574aae..2731267 100644 --- a/src/app/web-development/page.tsx +++ b/src/app/web-development/page.tsx @@ -29,9 +29,7 @@ export default function WebDevelopmentPage() { brandName="Abdul Rafay" navItems={[ { name: "Work", id: "projects" }, - { name: "Services", id: "/" }, - { name: "AI Automation", id: "/ai-automation" }, - { name: "Web Development", id: "/web-development" }, + { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" } ]} @@ -187,4 +185,4 @@ export default function WebDevelopmentPage() { ); -} \ No newline at end of file +}