diff --git a/src/app/ai-automation/page.tsx b/src/app/ai-automation/page.tsx index 68c7012..4f078da 100644 --- a/src/app/ai-automation/page.tsx +++ b/src/app/ai-automation/page.tsx @@ -29,9 +29,7 @@ export default function AIAutomationPage() { 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 AIAutomationPage() { ); -} \ No newline at end of file +}