Update src/app/web-development/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user