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", }, ]}