From c95ec49f3f4b16be19e9b146fc26ac8ca123b401 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:23:34 +0000 Subject: [PATCH 1/4] Update src/app/ai-automation/page.tsx --- src/app/ai-automation/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 +} -- 2.49.1 From c5f87f2947428f931fef7b2e55b2a99399bf933e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:23:34 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1514b7f..c56d231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { "Custom AI workflows for business processes", "Intelligent lead qualification and routing", "Automated customer support systems", "Smart business intelligence dashboards" ], buttons: [ - { text: "Learn More", href: "/services/ai-automation" } + { text: "Learn More", href: "#contact" } ] }, { @@ -98,7 +98,7 @@ export default function LandingPage() { "Modern conversion-focused design", "Lightning-fast performance optimization", "Scalable architecture for growth", "Mobile-first responsive development" ], buttons: [ - { text: "View Portfolio", href: "/services/web-development" } + { text: "View Portfolio", href: "#contact" } ] }, { @@ -106,7 +106,7 @@ export default function LandingPage() { "Lead pipeline automation systems", "CRM integration and optimization", "Automated follow-up sequences", "Business process automation" ], buttons: [ - { text: "Explore", href: "/services/workflows" } + { text: "Explore", href: "#contact" } ] }, { @@ -114,7 +114,7 @@ export default function LandingPage() { "Custom API integrations", "AI model implementation", "Software ecosystem connectivity", "Advanced automation tooling" ], buttons: [ - { text: "Get Started", href: "/services/integrations" } + { text: "Get Started", href: "#contact" } ] } ]} @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From e5c50b149e89b61e9d8e341acdcc103568bc86a7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:23:34 +0000 Subject: [PATCH 3/4] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 62095ef..b8cc952 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -28,8 +28,7 @@ export default function PortfolioPage() { { name: "Work", id: "projects" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - { name: "Portfolio", id: "/portfolio" } + { name: "Contact", id: "contact" } ]} button={{ text: "Start a Project", href: "#contact" -- 2.49.1 From b0f588acceba5a6afed512ecb22a84b8a79ff5fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:23:35 +0000 Subject: [PATCH 4/4] 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 +} -- 2.49.1