From 643ebd6f1ea517891b0c2f83f861eda774d41fcf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:53:49 +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 a98cfe5..f51ab61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -214,7 +214,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", }, { @@ -224,7 +224,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", }, { @@ -234,7 +234,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", }, { @@ -244,7 +244,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", }, ]} @@ -267,7 +267,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", }, { @@ -277,7 +277,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", }, { @@ -287,7 +287,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", }, { @@ -297,7 +297,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