diff --git a/src/app/page.tsx b/src/app/page.tsx index a43b7be..cfa85a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,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", imageAlt: "Suite"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg?_wi=1", imageAlt: "Suite"}, items: [ { icon: Bed, text: "Literie haute gamme" }, { icon: Wifi, text: "Wifi très haut débit" }, @@ -141,7 +141,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Julie M.", role: "Voyageuse", company: "France", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg" }, + { id: "1", name: "Julie M.", role: "Voyageuse", company: "France", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg?_wi=2" }, { id: "2", name: "Thomas B.", 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" }, { id: "3", name: "Claire R.", role: "Cliente", company: "Dijon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714431.jpg" }, { id: "4", name: "Marc P.", role: "Voyageur", company: "Canada", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mature-customers-meeting-with-agent-giving-signed-insurance-agreement-her_74855-15165.jpg" },