From 069d28db7a9a991f8b854569b5c85da33783358b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:00:07 +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 5929aea..2dd449f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sun-loungers-with-parasol-close-pool_1203-1741.jpg", imageAlt: "Luxury mansion exterior with modern architecture" + imageSrc: "http://img.b2bpic.net/free-photo/sun-loungers-with-parasol-close-pool_1203-1741.jpg?_wi=1", imageAlt: "Luxury mansion exterior with modern architecture" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg", imageAlt: "Premium penthouse interior with marble flooring" @@ -68,7 +68,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg", imageAlt: "Elegant master bedroom suite design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/sun-loungers-with-parasol-close-pool_1203-1741.jpg", imageAlt: "Contemporary luxury home architectural details" + imageSrc: "http://img.b2bpic.net/free-photo/sun-loungers-with-parasol-close-pool_1203-1741.jpg?_wi=2", imageAlt: "Contemporary luxury home architectural details" }, ]} mediaAnimation="slide-up" -- 2.49.1