From eb8770ccebe4e170b8cded4fa7cf03d6001728e6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 17 Apr 2026 03:12:13 +0000 Subject: [PATCH] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index e8918e8..fc70828 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -17,15 +17,15 @@ export default function App() { navItems={[ { name: "Features", - id: "features", + href: "#features", }, { name: "Metrics", - id: "metrics", + href: "#metrics", }, { name: "Testimonials", - id: "testimonials", + href: "#testimonials", }, ]} ctaButton={{