From f1cac3c4bfe5560d03e36d3a90022c81ac9f4969 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:24:06 +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 1e08803..fffcccf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349205.jpg", imageAlt: "Minimalist master suite"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg", imageAlt: "Architectural living space"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=1", imageAlt: "Architectural living space"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg", imageAlt: "Exclusive city skyline balcony"}, + imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg?_wi=1", imageAlt: "Exclusive city skyline balcony"}, ]} mediaAnimation="blur-reveal" /> @@ -99,27 +99,27 @@ export default function LandingPage() { title: "Panoramic Coastal Estate", description: "Uninterrupted sea views in a private, high-security enclave.", icon: Waves, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg?_wi=1"}, ], }, { title: "Modernist City Penthouse", description: "Architectural mastery in the heart of the city skyline.", icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=3"}, ], }, { title: "Historic Country Villa", description: "Timeless elegance meets modern comfort in this secluded paradise.", icon: Building, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg?_wi=3"}, ], }, ]} -- 2.49.1