diff --git a/src/app/page.tsx b/src/app/page.tsx index 11cc349..0510e31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826270.jpg?_wi=1", imageAlt: "Luxurious workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg?_wi=1", imageAlt: "Conference area", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg?_wi=1", imageAlt: "Office reception", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826270.jpg?_wi=2", imageAlt: "Workspace view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg?_wi=2", imageAlt: "Meeting room", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg?_wi=2", imageAlt: "Lobby area", }, ]}