From 9ea090e5eb44262a807628053f0322a51a003146 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 09:35:46 +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 94a2dc3..5056577 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -119,7 +119,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=2" /> -- 2.49.1 From aa0368bb5cb0bfff70794998140f1438c2b6b2f7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 09:35:47 +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 8325ece..8b8934b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -26,7 +26,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/natural-material-stationery-assortment_23-2148898220.jpg", -- 2.49.1