From 19f324d8f991c21b5e9b17892d38a70cdda97377 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 15:46: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 aca0a3d..c51ea6a 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/top-view-boards-mdf-material_23-2149418513.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418513.jpg?_wi=2" /> -- 2.49.1 From bf7f249f8612d410efd1d343d63aa9fc51283a4d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 15:46: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 078ddb3..3dc03e8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,7 +28,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418513.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg", -- 2.49.1