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", }, ]}