diff --git a/src/App.tsx b/src/App.tsx index 6c78eb9..a3c6b69 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,15 +15,15 @@ export default function App() { navItems={[ { name: "Features", - id: "features", + href: "#features", }, { name: "Pricing", - id: "pricing", + href: "#pricing", }, { name: "Contact", - id: "contact", + href: "#contact", }, ]} ctaButton={{