From 402a077ab2e326b35f0c080637175136f2676cf0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:46:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b919c..576ede6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function HomePage() { imageAlt: "Commercial property development", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", imageAlt: "Luxury apartment complex", }, { @@ -120,21 +120,21 @@ export default function HomePage() { id: "1", name: "Skyline Tower Residency", price: "$2.5M - $8.5M", - imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=1", imageAlt: "Skyline Tower Residency", }, { id: "2", name: "Green Valley Villas", price: "$800K - $2.2M", - imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=1", imageAlt: "Green Valley Villas", }, { id: "3", name: "Tech Hub Business Park", price: "$5M - $15M", - imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=1", imageAlt: "Tech Hub Business Park", }, ]} @@ -154,21 +154,21 @@ export default function HomePage() { title: "Residential Complexes", description: "Luxury apartments, villas, and residential communities featuring modern architecture", tag: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=2", }, { id: "2", title: "Commercial Properties", description: "Office spaces, retail centers, and business parks designed for enterprise growth", tag: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=2", }, { id: "3", title: "Mixed-Use Developments", description: "Integrated projects combining residential, retail, and entertainment spaces", tag: "Mixed-Use", - imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=2", }, ]} /> @@ -272,7 +272,7 @@ export default function HomePage() {