From 269937e69c5e1ef5465a5153a5476bb1250cc0aa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:01:04 +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 7c0eaa6..686946c 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/beautiful-autumn-decoration-with-big-shaped-pumpkin-branch-viburnum-kerosene-lamp-outdoors_7502-10558.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-autumn-decoration-with-big-shaped-pumpkin-branch-viburnum-kerosene-lamp-outdoors_7502-10558.jpg?_wi=2" /> -- 2.49.1 From b57c84c9059dc909bba5de1b726cf0777455da3a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:01:04 +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 5cf2253..32892a1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,7 +27,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-decoration-with-big-shaped-pumpkin-branch-viburnum-kerosene-lamp-outdoors_7502-10558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-decoration-with-big-shaped-pumpkin-branch-viburnum-kerosene-lamp-outdoors_7502-10558.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-wooden-street-house_1153-2699.jpg", -- 2.49.1