From 4e21e192d316afc4d7d6ca8910461ea874fe39f9 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 20 Apr 2026 21:00:12 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index e8b8d0d..683d2eb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -127,7 +127,6 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-cook-mixing-up-flour-plate-with-eggs-dark-surface_179666-44577.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg?_wi=2", imageAlt: "fresh baked goods closeup", }, { @@ -142,7 +141,6 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-baked-bread-slices-black-backdrop_23-2147975073.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg?_wi=1", imageAlt: "fresh baked goods closeup", }, { @@ -157,7 +155,6 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-wheat-flour-with-whisker-wooden-table_23-2147872753.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=2", imageAlt: "fresh baked goods closeup", }, ]} -- 2.49.1 From b57d4a655571edfc8cffce9d07ac7a1871a7342b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 21:00:20 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 474 ++++++++++++++-------------------------------------- 1 file changed, 129 insertions(+), 345 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 683d2eb..fdf1f9b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,364 +12,148 @@ import { Clock, Flame, Wheat } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- + -
+ ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); -} +} \ No newline at end of file -- 2.49.1