From 3310c5f93197114bf3dca1710add63d41dab5bb2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:47:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00a5ea7..7f2fa84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { name: "Soupe à l'oignon", price: "8€", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg?_wi=1", }, { id: "2", @@ -113,7 +113,7 @@ export default function LandingPage() { name: "Blanquette de veau", price: "18€", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg?_wi=2", }, { id: "3", @@ -121,7 +121,7 @@ export default function LandingPage() { name: "Crème brûlée", price: "7€", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg?_wi=3", }, ]} title="Nos Spécialités" @@ -140,7 +140,7 @@ export default function LandingPage() { name: "Marie L.", handle: "@mariel", testimonial: "Un accueil chaleureux et des plats typiquement français. Parfait pour une pause shopping.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg?_wi=1", }, { id: "2", @@ -168,7 +168,7 @@ export default function LandingPage() { name: "Lucie M.", handle: "@luciem", testimonial: "Le rapport qualité-prix est excellent. Je recommande vivement le confit de canard !", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg?_wi=2", }, ]} title="Ce que disent nos clients" -- 2.49.1