diff --git a/src/App.tsx b/src/App.tsx index 83a2fbe..0a36c99 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,19 +19,19 @@ export default function App() { navItems={[ { name: "About", - id: "about", + href: "#about", }, { name: "Menu", - id: "features", + href: "#features", }, { name: "Testimonials", - id: "testimonials", + href: "#testimonials", }, { name: "Contact", - id: "contact", + href: "#contact", }, ]} ctaButton={{