From 82abef2a2c8cb3691f07b54d4a5259f170d2c8b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 19:25:38 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 22598aa..0f0f6a7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,10 +28,10 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661549.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/deck-chairs-pool_1203-1691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/deck-chairs-pool_1203-1691.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", @@ -94,7 +94,7 @@ export default function HomePage() { value: "50+", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661549.jpg?_wi=2", imageAlt: "Steel card with lettering 'Guest Relations' stands on the table", }, { @@ -114,7 +114,7 @@ export default function HomePage() { }, ], placeholder: "Ask our virtual concierge...", - imageSrc: "http://img.b2bpic.net/free-photo/deck-chairs-pool_1203-1691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/deck-chairs-pool_1203-1691.jpg?_wi=2", imageAlt: "Steel card with lettering 'Guest Relations' stands on the table", }, ]} -- 2.49.1