Update src/app/page.tsx

This commit is contained in:
2026-02-17 01:53:22 +00:00
parent 8156b21ffc
commit 02b998f9c0

View File

@@ -32,7 +32,8 @@ export default function LandingPage() {
{ name: "Companies", id: "companies" },
{ name: "Journey", id: "journey" },
{ name: "Work", id: "work" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Features", id: "/features" }
]}
button={{ text: "Let's Connect", href: "contact" }}
brandName="Webild"