From d1bb428e12678012bb62d3c367e060bae3fa8d59 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 14 Apr 2026 12:22:47 +0000 Subject: [PATCH 1/2] 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 120bcb3..8be0292 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,19 +16,19 @@ export default function App() { navItems={[ { name: "Home", - id: "home", + href: "#home", }, { name: "Our Breads", - id: "features", + href: "#features", }, { name: "Our Story", - id: "about", + href: "#about", }, { name: "Testimonials", - id: "testimonials", + href: "#testimonials", }, ]} ctaButton={{ From 93f2e10b108a5ad16158d5a9cf274a8b20eea679 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 12:22:55 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 287 ++++++++++++++++------------------------------------ 1 file changed, 89 insertions(+), 198 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 8be0292..22bed68 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,210 +10,101 @@ import { Award, Leaf, Wheat } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
- + ); }