Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user