From 8d20aef097f8b092ad821f204649735b38139f45 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 1 May 2026 00:23:54 +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 e9537dd..e986c99 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -55,8 +55,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables_23-2147694158.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312254.jpg?_wi=2", - imageAlt: "fresh italian ingredients tomato basil olive oil", }, { icon: Wine, @@ -70,8 +68,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/photo-fresh-grapes-wineglass-wooden-table-french-cheese-degustation-tasty-walnuts_482257-19784.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-preparing-pasta_23-2148296896.jpg?_wi=2", - imageAlt: "fresh italian ingredients tomato basil olive oil", }, { icon: Flame, @@ -85,8 +81,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-s-hand-kneading-dough-wooden-table_23-2147926683.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-spaghetti-with-wineglass-turquoise-background_23-2147922279.jpg?_wi=1", - imageAlt: "fresh italian ingredients tomato basil olive oil", }, ]} /> -- 2.49.1 From 21e431e31d8c63ab784e78964863bc2dee5909e2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:24:02 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 364 +++++++++++++++-------------------------- 1 file changed, 133 insertions(+), 231 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e986c99..24ee148 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,252 +11,154 @@ import { Flame, Leaf, Wine } from "lucide-react"; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- + +
+ + + +
+ -
+ { + value: "50+", title: "Wines in Cellar", features: ["Tuscan Reds", "Sicilian Whites", "Sparkling"], + }, + ]} + /> + - +
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
+
+ +
); } -- 2.49.1