Update src/app/services/page.tsx

This commit is contained in:
2026-06-03 05:01:23 +00:00
parent fca7058f35
commit 6b95496bea

View File

@@ -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" }
]}