From c29e7481ec830a97af9b0ee868f25560e87efb7a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:05:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a39eb9..efbe1b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-corn-dogs_23-2149929414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-corn-dogs_23-2149929414.jpg?_wi=1", imageAlt: "Délicieux burger et frites", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-making-sandwich-with-fresh-ingredient-delicious-nutrition_482257-10389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-making-sandwich-with-fresh-ingredient-delicious-nutrition_482257-10389.jpg?_wi=1", imageAlt: "Préparation de sandwichs frais", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-juices-table-with-white-background_23-2148037103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-juices-table-with-white-background_23-2148037103.jpg?_wi=1", imageAlt: "Boissons rafraîchissantes et salade", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-apple-pie-sliced-inside-plate-with-lemons-white-desk-pie-cake-bake-biscuit_140725-40081.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-apple-pie-sliced-inside-plate-with-lemons-white-desk-pie-cake-bake-biscuit_140725-40081.jpg?_wi=1", imageAlt: "Dessert gourmand et pâtisseries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg?_wi=1", imageAlt: "Ambiance conviviale du snack", }, { @@ -241,7 +241,7 @@ export default function LandingPage() { tag: "Client fidèle", avatarSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg", avatarAlt: "Sophie Martin", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-corn-dogs_23-2149929414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-corn-dogs_23-2149929414.jpg?_wi=2", imageAlt: "happy customer woman smiling", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { tag: "Habitué du midi", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-happy-emotive-young-african-american-guy-with-afro-hairstyle-bristle-smiling-broadly-while-wearing-denim-coat-backpack-walking-across-park-festival_176420-19819.jpg", avatarAlt: "Marc Dubois", - imageSrc: "http://img.b2bpic.net/free-photo/chef-making-sandwich-with-fresh-ingredient-delicious-nutrition_482257-10389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-making-sandwich-with-fresh-ingredient-delicious-nutrition_482257-10389.jpg?_wi=2", imageAlt: "happy customer woman smiling", }, { @@ -265,7 +265,7 @@ export default function LandingPage() { tag: "Amateur de sucré", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", avatarAlt: "Julie Garcia", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-juices-table-with-white-background_23-2148037103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-juices-table-with-white-background_23-2148037103.jpg?_wi=2", imageAlt: "happy customer woman smiling", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { tag: "Client engagé", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sneaky-bearded-man-planning-something_171337-4836.jpg", avatarAlt: "David Lefevre", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-apple-pie-sliced-inside-plate-with-lemons-white-desk-pie-cake-bake-biscuit_140725-40081.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-apple-pie-sliced-inside-plate-with-lemons-white-desk-pie-cake-bake-biscuit_140725-40081.jpg?_wi=2", imageAlt: "happy customer woman smiling", }, { @@ -289,7 +289,7 @@ export default function LandingPage() { tag: "Client fidèle", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-senior-woman_23-2149012658.jpg", avatarAlt: "Monique Dupont", - imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg?_wi=2", imageAlt: "happy customer woman smiling", }, ]} -- 2.49.1