diff --git a/src/App.tsx b/src/App.tsx index 835347a..5b3a156 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,19 +16,19 @@ export default function App() { navItems={[ { name: "About", - id: "about", + href: "#about", }, { name: "Features", - id: "features", + href: "#features", }, { name: "Pricing", - id: "pricing", + href: "#pricing", }, { name: "Contact", - id: "contact", + href: "#contact", }, ]} ctaButton={{