Update src/app/page.tsx

This commit is contained in:
2026-06-02 11:43:41 +00:00
parent 6fd72696c6
commit 3f04f0db73

View File

@@ -33,11 +33,11 @@ export default function WebAgency2Page() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Home", href: "/" },
{ name: "Portfolio", href: "/portfolio" },
{ name: "Home", id: "/" },
{ 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" }}
/>