Update src/app/page.tsx

This commit is contained in:
2026-03-20 14:31:47 +00:00
parent 8f2cc88b96
commit 5f75fa8687

View File

@@ -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}