From c342e195da7021074dc0b19fa53c136d32958266 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 07:45:13 +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 92869ea..62dda18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { description="Providing seamless renting and buying experiences with professional integrity and transparency." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339806.jpg?_wi=1", imageAlt: "luxury gurgaon apartment exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-accommodation-property-investment-graphic-word_53876-124685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-accommodation-property-investment-graphic-word_53876-124685.jpg?_wi=1", imageAlt: "luxury living room interior design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020303.jpg?_wi=1", imageAlt: "modern office meeting space", }, { @@ -117,7 +117,7 @@ export default function LandingPage() { imageAlt: "luxury living room interior design", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339806.jpg?_wi=2", imageAlt: "luxury gurgaon apartment exterior", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { imageAlt: "luxury gurgaon apartment exterior", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-accommodation-property-investment-graphic-word_53876-124685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-accommodation-property-investment-graphic-word_53876-124685.jpg?_wi=2", imageAlt: "luxury gurgaon apartment exterior", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { imageAlt: "modern office meeting space", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020303.jpg?_wi=2", imageAlt: "luxury gurgaon apartment exterior", }, ]} -- 2.49.1