From 34ffe462e06f04b88420022e2a3ced01033f6878 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:17:32 +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 d200bf3..c3f7e28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,10 @@ export default function LandingPage() { tag="Luxury Real Estate" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg", imageAlt: "Exterior view of the luxury mansion and pool" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=1", imageAlt: "Exterior view of the luxury mansion and pool" }, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg", imageAlt: "Close up pool area detail" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=2", imageAlt: "Close up pool area detail" } ]} mediaAnimation="blur-reveal" @@ -126,11 +126,11 @@ export default function LandingPage() { }, { id: "4", name: "Sarah Miller", role: "Interior Designer", company: "Designs by Sarah", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=1" }, { id: "5", name: "Marcus Thorne", role: "Developer", company: "Prime Realty", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2" } ]} title="Voices of Luxury" -- 2.49.1