From 32f411341095f9f16e886ca6bfb89154b3ba26b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:51:56 +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 0d622c4..89ced69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg?_wi=1", imageAlt: "modern office building exterior Kisumu", }, { - imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg?_wi=1", imageAlt: "business commercial park aerial view", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { imageAlt: "business reception desk modern", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg?_wi=1", imageAlt: "restaurant cafe interior design", }, { @@ -283,7 +283,7 @@ export default function LandingPage() { title: "Ample Parking", description: "Plenty of space for employees and clients.", tag: "Access", - imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg?_wi=2", imageAlt: "City park under blue sky with Downtown Skyline in the Background", }, { @@ -291,7 +291,7 @@ export default function LandingPage() { title: "Prime Location", description: "Ideally positioned in the heart of Kisumu.", tag: "Location", - imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg?_wi=2", imageAlt: "City park under blue sky with Downtown Skyline in the Background", }, { @@ -299,7 +299,7 @@ export default function LandingPage() { title: "Diverse Ecosystem", description: "Network with various professional enterprises.", tag: "Growth", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg?_wi=2", imageAlt: "City park under blue sky with Downtown Skyline in the Background", }, ]} -- 2.49.1