From 97e759ecb145936e361c90d28f1ce73138bb3344 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 17 Apr 2026 09:26:06 +0000 Subject: [PATCH] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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={{