From aa56a8edca4003e0f62ce021a00a7934d737505d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:35:16 +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 9b4bf9e..53270f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/european-tourist-buddhist-temple_1385-3116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/european-tourist-buddhist-temple_1385-3116.jpg?_wi=1", imageAlt: "Boutique pool area", }, { @@ -136,21 +136,21 @@ export default function LandingPage() { title: "Spacious Rooms", subtitle: "Luxury design", description: "Beautifully designed accommodations with comfort and tranquility in mind.", - imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg?_wi=1", }, { tag: "Safety", title: "Safe Location", subtitle: "Peaceful stay", description: "A quiet environment perfect for relaxation and stress-free stays.", - imageSrc: "http://img.b2bpic.net/free-photo/old-istanbul-street-with-cobblestone-sunny-day-man-walks-down-street-turkey_628469-215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-istanbul-street-with-cobblestone-sunny-day-man-walks-down-street-turkey_628469-215.jpg?_wi=1", }, { tag: "Service", title: "Personalized Care", subtitle: "Friendly staff", description: "Friendly staff committed to making every guest feel at home.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-looking-christmas-present-home_114579-80784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-looking-christmas-present-home_114579-80784.jpg?_wi=1", }, ]} title="Why Guests Love Us" @@ -172,7 +172,7 @@ export default function LandingPage() { price: "$120", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg?_wi=1", }, { id: "2", @@ -238,7 +238,7 @@ export default function LandingPage() { quote: "Spacious and clean rooms, first-class attention.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-friends-arriving-hotel-walking-through-lobby-with-their-luggage-travel-lifestyle-concept_58466-11967.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/european-tourist-buddhist-temple_1385-3116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/european-tourist-buddhist-temple_1385-3116.jpg?_wi=2", imageAlt: "woman portrait hotel guest smile", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { quote: "We had a wonderful time where we missed nothing at all.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-intently-looking-camera-standing-modern-self-service-laundry-night_574295-2577.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg?_wi=2", imageAlt: "woman portrait hotel guest smile", }, { @@ -271,7 +271,7 @@ export default function LandingPage() { quote: "Best place to relax in the city.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/charismatic-young-man-street_1153-5159.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/old-istanbul-street-with-cobblestone-sunny-day-man-walks-down-street-turkey_628469-215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-istanbul-street-with-cobblestone-sunny-day-man-walks-down-street-turkey_628469-215.jpg?_wi=2", imageAlt: "woman portrait hotel guest smile", }, { @@ -282,7 +282,7 @@ export default function LandingPage() { quote: "Professional service and beautiful grounds.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-smiling-selfie_23-2148631389.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-looking-christmas-present-home_114579-80784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-looking-christmas-present-home_114579-80784.jpg?_wi=2", imageAlt: "woman portrait hotel guest smile", }, { @@ -293,7 +293,7 @@ export default function LandingPage() { quote: "True boutique experience in Tegucigalpa.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg?_wi=2", imageAlt: "woman portrait hotel guest smile", }, ]} -- 2.49.1