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"