From 176b1115781b910230392a4be71c8ce2ea297236 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 14:55:03 +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 592f9f7..013ba2c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -107,7 +107,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-meeting-room-with-table-whiteboard_1262-3763.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-meeting-room-with-table-whiteboard_1262-3763.jpg?_wi=2" /> -- 2.49.1 From 6b40913b18e5df5fb5a08b1132d965662d96f900 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 14:55:03 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7c1b87d..24d4c37 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,8 +28,8 @@ export default function HomePage() { }} items={[ { - videoSrc: "http://img.b2bpic.net/free-photo/sideways-carpenter-working-woodworking_23-2148643220.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sideways-carpenter-working-woodworking_23-2148643220.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/sideways-carpenter-working-woodworking_23-2148643220.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/sideways-carpenter-working-woodworking_23-2148643220.jpg?_wi=2", imageAlt: "luxury office furniture manufacturing", }, { @@ -39,7 +39,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149128.jpg", }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-room-with-table-whiteboard_1262-3763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-room-with-table-whiteboard_1262-3763.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/business-people-entering-office-building_107420-74364.jpg", -- 2.49.1