diff --git a/src/app/page.tsx b/src/app/page.tsx index 24c868e..f6b8770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"