From 60bee4eab8e3ea26a07361e323205f0c25a52ba3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:56:44 +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 975adc5..334c786 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@traveler", testimonial: "Amazing experience! The room was pristine and the host was very welcoming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=1", imageAlt: "elegant hotel room interior modern", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@biz-traveler", testimonial: "The best stay I've had in a long time. Perfectly located for my meetings.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-loft-with-cozy-corner-trendy-furniture_482257-125665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-loft-with-cozy-corner-trendy-furniture_482257-125665.jpg?_wi=1", imageAlt: "modern studio apartment interior", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@vacationer", testimonial: "Beautifully decorated and so cozy. Will definitely book again next year.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-yellow-bedroom-suite-hotel-with-tv-couch_105762-2272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-yellow-bedroom-suite-hotel-with-tv-couch_105762-2272.jpg?_wi=1", imageAlt: "comfortable spacious bedroom design", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@digital-nomad", testimonial: "Fantastic Wi-Fi and desk space. Perfect environment for remote work.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-still-life-coffee-croissant-tray-big-window_8353-8321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-still-life-coffee-croissant-tray-big-window_8353-8321.jpg?_wi=1", imageAlt: "minimalist bedroom apartment design", }, { @@ -97,11 +97,11 @@ export default function LandingPage() { handle: "@travel-pro", testimonial: "Everything was seamless from booking to checkout. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=1", imageAlt: "luxury guest suite interior", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/tenderness-youth-beauty-concept-portrait-carefree-charming-teen-girl-white-top-striped-shirt-relaxing-sofa-stylish-living-room-interior-keeping-eyes-closed-smiling-broadly_344912-10.jpg", @@ -196,25 +196,25 @@ export default function LandingPage() { id: "room-1", name: "Classic Studio", price: "$80/night", - imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-loft-with-cozy-corner-trendy-furniture_482257-125665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-loft-with-cozy-corner-trendy-furniture_482257-125665.jpg?_wi=2", }, { id: "room-2", name: "Garden View Suite", price: "$120/night", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-yellow-bedroom-suite-hotel-with-tv-couch_105762-2272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-yellow-bedroom-suite-hotel-with-tv-couch_105762-2272.jpg?_wi=2", }, { id: "room-3", name: "Business Executive", price: "$150/night", - imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-still-life-coffee-croissant-tray-big-window_8353-8321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-still-life-coffee-croissant-tray-big-window_8353-8321.jpg?_wi=2", }, { id: "room-4", name: "Deluxe Family Room", price: "$190/night", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=2", }, { id: "room-5", -- 2.49.1