From a91e2f0c9c4a7172c1d0514a726b9b9d7204a36c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 20:42:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d341c8e..40a4f4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg?_wi=1", imageAlt: "Wood fired pizza", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { id: "p5", name: "Tiramisu Maison", price: "8 €", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg?_wi=1", }, { id: "p6", @@ -171,7 +171,7 @@ export default function LandingPage() { quote: "Des pizzas incroyables et un service aux petits soins.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg?_wi=2", imageAlt: "happy customer eating pizza restaurant", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { quote: "Un accueil convivial et le petit thé offert est un vrai plus.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/person-with-eating-disorder-trying-eat-healthy_23-2149243068.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg?_wi=2", imageAlt: "happy customer eating pizza restaurant", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { quote: "Je reviendrai sans hésiter pour les pizzas et les desserts.", tag: "Gourmand", avatarSrc: "http://img.b2bpic.net/free-photo/tasty-food-assortment-flat-lay_23-2148941531.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg?_wi=1", imageAlt: "happy customer eating pizza restaurant", }, ]} @@ -244,7 +244,7 @@ export default function LandingPage() { { title: "Produits frais", description: "Sélectionnés pour leur qualité.", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg?_wi=2", }, { title: "Fin de repas", -- 2.49.1