From 026a60644cd7682e2ea9cb7338a5c9470b6246cd Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 17 Apr 2026 16:10:17 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 48257b9..ccdc424 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -89,8 +89,6 @@ export default function App() { imageSrc: "https://pixabay.com/get/geded089d0d5db9666f9b38dd399ec58e3fe7ea26c65a3dd0581215b3aab5dcabb4d9bb3ad49110cc23fc4bd81dd5df9d3bb51cea8bfb2cb57c6b97f1c368aef1_1280.jpg", }, ], - imageSrc: "https://pixabay.com/get/gae3890478b30636238a96f95bfcf2caa6f9e461edaa6b079ca31c2083c6738f91e3f19ccb5f2887458ad3254408b6dbcf3c928a032569e4749f177036fcdaf82_1280.jpg?_wi=2", - imageAlt: "fresh croissants tray warm lighting", }, { icon: Shield, @@ -104,8 +102,6 @@ export default function App() { imageSrc: "https://pixabay.com/get/ga0f1a2b8bc808e8cbfcb51c3585ffa9c572a2a0bd89e8483d5af3c9e5eaf15785d34c5d7cc1a8dc5a7ad376aebf6f9b172ae219bd7b805641458931ab6e85758_1280.jpg", }, ], - imageSrc: "https://pixabay.com/get/gfb895af5a079a668015d7147d479cf276695a733bd3cdb33fc303f5c66784c986e29fbe858991fc9249efe71501c3df3034a9e8e3a2d550221f26dc8e41797f6_1280.jpg?_wi=2", - imageAlt: "fresh croissants tray warm lighting", }, { icon: Award, @@ -119,8 +115,6 @@ export default function App() { imageSrc: "https://pixabay.com/get/g6dfcf6e3ea3f1000017223169f93cbb0fe67fd2a9f84640e587d4ec03638b8baf6ca8c5c8cd672c9be89544f74497d6cd5cb1c9c8ac883a2a2c384ba6bce034b_1280.jpg", }, ], - imageSrc: "https://pixabay.com/get/g883c41e4111d9995486dee6b67a9a6ffb0279af3d46cebc480c45a4ecc64e82319b2b96fd351bf503810bb4cc7547521287b55474cfe187f268a988e95e37500_1280.jpg?_wi=1", - imageAlt: "fresh croissants tray warm lighting", }, ]} /> -- 2.49.1 From 04504c90fa616054ead451641834ff31b13cb4eb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:10:27 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 357 ++++++++++++++++++---------------------------------- 1 file changed, 119 insertions(+), 238 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ccdc424..bb1680c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,258 +13,139 @@ import { Award, Shield, Sparkles, Star, Zap } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- + -
+ icon: Award, + title: "Seasonal Desserts", description: "Fruit-forward tarts and cakes that change with the local harvest schedule.", mediaItems: [ + { imageSrc: "https://pixabay.com/get/gf4e3fbed4cdbcc5feb9895b5a3e2604335cb805b46d213a833e41cfd297b1ff5cdc0d0e14c7d51f731d488e857aedf467987e256f1fd90276fb06daabf0df60e_1280.jpg" }, + { imageSrc: "https://pixabay.com/get/g6dfcf6e3ea3f1000017223169f93cbb0fe67fd2a9f84640e587d4ec03638b8baf6ca8c5c8cd672c9be89544f74497d6cd5cb1c9c8ac883a2a2c384ba6bce034b_1280.jpg" } + ] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); } -- 2.49.1