From 2199ec72d62a1063f11999d66dc7de7be763368e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 08:35:52 +0000 Subject: [PATCH 1/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ae5cece..2ed288f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -102,7 +102,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg?_wi=2" /> -- 2.49.1 From 99b5cbac2b07bca9a6d7e082548bcb88651e0bbc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 08:35:53 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 68bf018..52353e3 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -112,7 +112,7 @@ export default function HomePage() { { title: "Chicken Curry", description: "Authentic taste.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg?_wi=1", }, { title: "Cozy Seating", -- 2.49.1