From bb4769faca1fac0e7d5945bdb6c22225661a241b Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 01:44:52 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index cbe6353..d758147 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -25,7 +25,13 @@ export default function HomePage() { text: "View Menu", href: "#products", }} - imageSrc="http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5749.jpg" + avatarsSrc={[ + "https://i.pravatar.cc/150?img=1", + "https://i.pravatar.cc/150?img=2", + "https://i.pravatar.cc/150?img=3", + ]} + avatarText="Loved by 1000+ customers" + names={["Google", "Yelp", "TripAdvisor"]} /> -- 2.49.1 From 2e0e9249d5eda6ad06653b48a583bcdf36ce78f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 01:45:00 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 310 +++++++++++++---------------------------- 1 file changed, 100 insertions(+), 210 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d758147..e7f2fc7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,252 +14,142 @@ export default function HomePage() { <>
- +
- +
- +
- +
- +
- +
- +
- +
); -} +} \ No newline at end of file -- 2.49.1