From e11ffe9e5899d0e0a6ceaf45ceb20a63d1fd0223 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 12:03:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9de219b..6fdfec1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264410.jpg?_wi=1", imageAlt: "Chambre d'hôtes L'Atrium", }, { @@ -122,7 +122,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264410.jpg?_wi=2", imageAlt: "gourmet breakfast dining setting", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { title: "Confort absolu", description: "Des chambres spacieuses, une décoration raffinée et une literie de qualité supérieure.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg?_wi=1", imageAlt: "Suite", }, items: [ @@ -164,7 +164,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=1", imageAlt: "gourmet breakfast dining setting", }, ]} @@ -238,7 +238,7 @@ export default function LandingPage() { role: "Voyageuse", company: "France", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg?_wi=2", }, { id: "2", @@ -246,7 +246,7 @@ export default function LandingPage() { role: "Touriste", company: "Suisse", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=2", }, { id: "3", -- 2.49.1