From af7154c35cf57de18dfac8f02b5f45ee4502cd5d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:54:53 +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 40de2e2..89ff9d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -215,7 +215,7 @@ export default function LandingPage() { "Confort", "Disponibilité", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=1", imageAlt: "Ouvert 24h/24", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { "Efficacité", "Rapidité", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=2", imageAlt: "Service rapide", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { "Abordable", "Qualité", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=3", imageAlt: "Prix abordables", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { "Communauté", "Authenticité", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=4", imageAlt: "Restaurant local populaire", }, ]} @@ -268,7 +268,7 @@ export default function LandingPage() { "Confort", "Disponibilité", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=5", imageAlt: "Ouvert 24h/24", }, { @@ -278,7 +278,7 @@ export default function LandingPage() { "Efficacité", "Rapidité", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=6", imageAlt: "Service rapide", }, { @@ -288,7 +288,7 @@ export default function LandingPage() { "Abordable", "Qualité", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=7", imageAlt: "Prix abordables", }, { @@ -298,7 +298,7 @@ export default function LandingPage() { "Communauté", "Authenticité", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=8", imageAlt: "Restaurant local populaire", }, ]} -- 2.49.1