diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e1c56d..2bacf6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,32 +33,32 @@ export default function LandingPage() { { name: "Home", id: "hero", - href: "#hero", + }, { name: "Features", id: "features", - href: "#features", + }, { name: "Metrics", id: "metrics", - href: "#metrics", + }, { name: "Pricing", id: "pricing", - href: "#pricing", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{ @@ -318,6 +318,7 @@ export default function LandingPage() {