From e1ab9526868d3483264e39bbe861c535eae1c034 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 10:17:30 +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 9de432c..ff6d601 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/young-woman-dressed-white-riding-scooter_1303-15767.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-dressed-white-riding-scooter_1303-15767.jpg?_wi=2" /> -- 2.49.1 From 784461b54ef1282d470a5a22d69e37df5ed24cc9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 10:17:30 +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 dbd52d3..6e3d9f1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -76,7 +76,7 @@ export default function HomePage() { { title: "City Scooter", description: "The perfect urban companion.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-dressed-white-riding-scooter_1303-15767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-dressed-white-riding-scooter_1303-15767.jpg?_wi=1", }, { title: "Recreational Kayak", -- 2.49.1