Update src/app/portfolio/page.tsx

This commit is contained in:
2026-06-04 15:41:17 +00:00
parent 732a685115
commit 48a974e959

View File

@@ -26,10 +26,10 @@ export default function PortfolioPage() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Portfolio", href: "/portfolio" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", href: "/contact" }
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>