From e3f4074fd73a5dba5fc7a1b442e410d0d6ffdf77 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:00:41 +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 d9848b0..e817fff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@eleanor_travels", testimonial: "The perfect escape from the city. Everything was warm and welcoming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg?_wi=1", imageAlt: "elegant cozy bed and breakfast bedroom interior", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@mariag_vacay", testimonial: "Charming place with excellent hospitality. I'll be back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg?_wi=1", imageAlt: "cozy double room classic design", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@rc_adventures", testimonial: "Tesorino is simply magic. A great stay for families.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg?_wi=1", imageAlt: "spacious suite wood furniture interior", }, { @@ -96,11 +96,11 @@ export default function LandingPage() { handle: "@alice_writes", testimonial: "So quiet and relaxing. The ideal countryside retreat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898559.jpg?_wi=1", imageAlt: "charming single bedroom rustic touch", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg?_wi=2" imageAlt="Tesorino B&B interior" mediaAnimation="blur-reveal" avatars={[ @@ -179,21 +179,21 @@ export default function LandingPage() { name: "Classic Double Room", price: "$120", variant: "Double", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg?_wi=2", }, { id: "room-2", name: "Deluxe Suite", price: "$180", variant: "Suite", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg?_wi=2", }, { id: "room-3", name: "Single Cozy Room", price: "$90", variant: "Single", - imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898559.jpg?_wi=2", }, { id: "room-4",