From 0a02d9b3d6a3a46cf34ae2724a6d0aaf94a27d29 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:29:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]}