From b2b6619b40d9b07507d5131be8b6e456ee380758 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 29 Apr 2026 16:13:35 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a64658d..2d6f36b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -59,8 +59,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/excited-girl-with-trendy-accessories-laughing-holding-stylish-sunglasses-while-drinking-coffee-front-restaurant_291650-1632.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg?_wi=2", - imageAlt: "latte art detail cup of coffee", }, { icon: Droplets, @@ -74,8 +72,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-coffee-beans-marble-background-high-quality-photo_114579-67932.jpg?_wi=2", - imageAlt: "latte art detail cup of coffee", }, { icon: Leaf, @@ -89,8 +85,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-glass-ice-tea-table_181624-21683.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-roasted-coffee-beans-burlap-bag-with-coffee-beans-isolated-red-background_141793-25509.jpg?_wi=1", - imageAlt: "latte art detail cup of coffee", }, ]} /> From 5c0b9746361d2b80d7bea8dd11549592b8c0eff9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:13:43 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 336 ++++++++++++++--------------------------- 1 file changed, 113 insertions(+), 223 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2d6f36b..d65261d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,243 +12,133 @@ import { Coffee, Droplets, Leaf } from "lucide-react"; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- + -
+ ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
); }