From faaff11750a0108634e4da6b24ad3c588be0fe9c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:28:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index defe513..ee5223e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Private Consultation", href: "#contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", imageAlt: "Luxury penthouse interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=1", imageAlt: "Luxury penthouse interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468891.jpg", imageAlt: "Mediterranean villa infinity pool" }, { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349205.jpg", imageAlt: "Minimalist master suite" }, ]} @@ -70,7 +70,7 @@ export default function LandingPage() { { id: "1", name: "Coastal Haven", price: "$4,500,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=2" }, { id: "2", name: "City Penthouse", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg?_wi=2" }, { id: "3", name: "Mountain Villa", price: "$5,800,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg?_wi=1" }, - { id: "4", name: "Historic Manor", price: "$7,100,000", imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg" }, + { id: "4", name: "Historic Manor", price: "$7,100,000", imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=2" }, ]} /> -- 2.49.1