From 58bd36fca9a9187063586635699736b54a9873ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 15:47: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 b0eb258..b99f855 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -94,7 +94,7 @@ export default function Layout() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=2" /> -- 2.49.1 From 0ecc6e79e94ef5c6838fb459a776254ed837a07d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 15:47: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 c3636a2..d629595 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -29,7 +29,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661583.jpg", -- 2.49.1