diff --git a/src/app/page.tsx b/src/app/page.tsx index 649f6aa..e9aefed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,8 @@ export default function LandingPage() { { name: "How It Works", id: "features" }, { name: "Use Cases", id: "use-cases" }, { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" } + { name: "FAQ", id: "faq" }, + { name: "Product", id: "/product" } ]} button={{ text: "Request Demo", href: "#contact" }} animateOnLoad={true}