From 7e6726ebed3f8890ca49d32c5382cd22e7d12f7c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:14:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bfbbe9..5d75ab0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@travel_lux", testimonial: "The best stay of my life. Every detail was meticulously planned.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg?_wi=1", imageAlt: "luxury hotel lobby entrance interior", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@business_tripper", testimonial: "Exceptional service and the room was absolutely divine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg?_wi=1", imageAlt: "hotel suite bedroom interior luxury", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@vacationista", testimonial: "The spa facilities are top notch. A truly wonderful experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg?_wi=1", imageAlt: "luxury spa wellness center interior", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@city_dweller", testimonial: "Exquisite dining and impeccable service. Simply perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg?_wi=1", imageAlt: "fine dining restaurant interior elegant", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@luxury_seeker", testimonial: "A sanctuary of peace in the bustling city. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=1", imageAlt: "hotel fitness center modern equipment", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg?_wi=2" imageAlt="Luxurious lobby interior" mediaAnimation="slide-up" avatars={[ @@ -171,7 +171,7 @@ export default function LandingPage() { title: "Luxury Rating", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg" + imageSrc="http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg?_wi=2" imageAlt="Elegant hotel suite" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -190,7 +190,7 @@ export default function LandingPage() { descriptions: [ "Rejuvenate with our range of holistic treatments designed to restore balance.", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg?_wi=2", imageAlt: "Hotel spa", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { descriptions: [ "Savor exquisite dishes crafted by our award-winning culinary team.", ], - imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg?_wi=2", imageAlt: "Hotel restaurant", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { descriptions: [ "Keep your fitness routine on track with our premium health club facilities.", ], - imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=2", imageAlt: "Hotel fitness club", }, ]}