From 25e39b276a763254208ff4ecf2fe75205697747d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:52:51 +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 0808cb8..81614d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { { text: "Book a Visit", href: "#contact" } ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg", imageAlt: "modern office building exterior Kisumu" }, - { imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg", imageAlt: "business commercial park aerial view" }, + { 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?_wi=1", imageAlt: "business commercial park aerial view" }, { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-ipad-medium-shot_23-2150103635.jpg", imageAlt: "business reception desk modern" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg", imageAlt: "restaurant cafe interior design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg?_wi=1", imageAlt: "restaurant cafe interior design" }, { imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273781.jpg", imageAlt: "retail space interior modern" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-interior-design_23-2149647174.jpg", imageAlt: "empty office unit interior" } ]} @@ -139,9 +139,9 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { id: "f1", title: "Secure Environment", description: "24/7 onsite security and surveillance.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-photo/city-park-blue-sky-with-downtown-skyline-background_1127-3064.jpg", imageAlt: "City park under blue sky with Downtown Skyline in the Background" }, - { id: "f2", 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", imageAlt: "City park under blue sky with Downtown Skyline in the Background" }, - { id: "f3", title: "Prime Location", description: "Ideally positioned in the heart of Kisumu.", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg", imageAlt: "City park under blue sky with Downtown Skyline in the Background" }, - { id: "f4", 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", imageAlt: "City park under blue sky with Downtown Skyline in the Background" } + { id: "f2", 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?_wi=2", imageAlt: "City park under blue sky with Downtown Skyline in the Background" }, + { id: "f3", title: "Prime Location", description: "Ideally positioned in the heart of Kisumu.", tag: "Location", 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" }, + { id: "f4", 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?_wi=2", imageAlt: "City park under blue sky with Downtown Skyline in the Background" } ]} title="Why Choose Us?" description="More than just a location—it's a business ecosystem designed for your success." -- 2.49.1