diff --git a/src/app/page.tsx b/src/app/page.tsx index ad1aecc..1e5fcab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,11 +90,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/building-balcony-black-white_657883-296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-balcony-black-white_657883-296.jpg?_wi=1", imageAlt: "Hôtel des Invalides Exterior on a sunny day", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-cup-coffee-guests_482257-92508.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-cup-coffee-guests_482257-92508.jpg?_wi=1", imageAlt: "Luxurious hotel lobby interior", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/building-balcony-black-white_657883-296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-balcony-black-white_657883-296.jpg?_wi=2", imageAlt: "Hotel concierge service", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { imageAlt: "Luxurious spa treatment room", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-cup-coffee-guests_482257-92508.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-cup-coffee-guests_482257-92508.jpg?_wi=2", imageAlt: "hotel concierge service desk", }, ]}