Update src/app/services/page.tsx
This commit is contained in:
@@ -25,8 +25,8 @@ export default function ServicesPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
navItems={[
|
||||
{ name: "Work", href: "/portfolio" },
|
||||
{ name: "Services", href: "/services" },
|
||||
{ name: "Work", id: "/portfolio" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user