From 390647bb870282640089f732c6be6a29872b8eb7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 04:44:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 163704d..294eaff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { imageAlt: "Modern living room interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-suburbs_23-2149085486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-suburbs_23-2149085486.jpg?_wi=1", imageAlt: "Suburban street with houses", }, ]} @@ -90,7 +90,7 @@ export default function LandingPage() { imageAlt: "Apartment building facade", }, { - imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-2911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-2911.jpg?_wi=1", imageAlt: "Commercial office building", }, { @@ -211,14 +211,14 @@ export default function LandingPage() { id: "prop-delhi-2", name: "Commercial Office, Connaught Place", price: "₹ 12 Cr", - imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-2911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-2911.jpg?_wi=2", imageAlt: "Commercial Office in Connaught Place", }, { id: "prop-noida-2", name: "Residential Plot, Yamuna Expressway", price: "₹ 60 Lacs", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-suburbs_23-2149085486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-suburbs_23-2149085486.jpg?_wi=2", imageAlt: "Residential Plot near Yamuna Expressway", }, ]} -- 2.49.1