From 5ae21f09a117db3e79bee7d1c51dc7e26ab0b5db Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 00:59:05 +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 73d0b79..377ddd0 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/supermarket-trolleys-black-friday-gifts_23-2148663148.jpg" + imageSrc="http://img.b2bpic.net/free-photo/supermarket-trolleys-black-friday-gifts_23-2148663148.jpg?_wi=2" /> -- 2.49.1 From b3dc6ad9d13c0a025abbb829149edd28413f4b15 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 00:59:06 +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 fae47df..57938f9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -183,7 +183,7 @@ export default function HomePage() { title: "Product 1", description: "Description of the premium item.", href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/supermarket-trolleys-black-friday-gifts_23-2148663148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supermarket-trolleys-black-friday-gifts_23-2148663148.jpg?_wi=1", }, { title: "Product 2", -- 2.49.1