From 9724329a514d71f8c8f7d0801a2e6803087981d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 01:32:34 +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 ca5e7df..99ea58d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,19 +71,19 @@ export default function LandingPage() { description="Experience unparalleled luxury in our exclusive villa. Perfectly designed for comfort, relaxation, and breathtaking views." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929575.jpg?_wi=1", imageAlt: "Villa Exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-with-modern-elegance-comfort-generated-by-ai_188544-21265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-with-modern-elegance-comfort-generated-by-ai_188544-21265.jpg?_wi=1", imageAlt: "Luxurious Bedroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg?_wi=1", imageAlt: "Poolside Oasis", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Modern Kitchen", }, { @@ -300,7 +300,7 @@ export default function LandingPage() { name: "Sarah K.", handle: "@relaxer", testimonial: "Incredible service and view. We will definitely come back soon!", - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929575.jpg?_wi=2", imageAlt: "hotel sea holiday building coast", }, { @@ -308,7 +308,7 @@ export default function LandingPage() { name: "Mark L.", handle: "@business", testimonial: "Perfect for both relaxing and working. Wi-Fi was amazing.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-with-modern-elegance-comfort-generated-by-ai_188544-21265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-with-modern-elegance-comfort-generated-by-ai_188544-21265.jpg?_wi=2", imageAlt: "hotel sea holiday building coast", }, { @@ -316,7 +316,7 @@ export default function LandingPage() { name: "Emily P.", handle: "@family", testimonial: "Everything was perfect for my kids. The staff made us feel home.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg?_wi=2", imageAlt: "hotel sea holiday building coast", }, { @@ -324,7 +324,7 @@ export default function LandingPage() { name: "David W.", handle: "@adventurer", testimonial: "The private beach access was a game-changer. Simply sublime.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2", imageAlt: "hotel sea holiday building coast", }, ]} -- 2.49.1