From 902af36876a56b5bef01563436da537414f3a6c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:47:23 +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 7f5614c..3a31e5f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -94,7 +94,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg" + imageSrc="http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg?_wi=2" /> -- 2.49.1 From f9179c7ef80dc8c547da6eb05220011249f2dc8c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:47:24 +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 b7dfcf4..b881811 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -109,7 +109,7 @@ export default function HomePage() { title: "Bean Selection", description: "Premium whole beans for your home.", href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg?_wi=1", }, { title: "Daily Brunch", -- 2.49.1