From 8fd6f6184a58d8a0bf6e657725d03c2a455d4583 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 14:44:01 +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 851207b..5ae9fbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,12 +70,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-flattening-dough-kitchen-worktop_23-2147883600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-flattening-dough-kitchen-worktop_23-2147883600.jpg?_wi=1", imageAlt: "Pain artisanal", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baker-with-apron-kneanding-dough_23-2148302928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-baker-with-apron-kneanding-dough_23-2148302928.jpg?_wi=1", imageAlt: "Pain artisanal", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { name: "Pain au Levain", price: "4.50€", variant: "Authentique", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg?_wi=1", }, { id: "p2", @@ -178,7 +178,7 @@ export default function LandingPage() { name: "Thomas B.", handle: "@avis", testimonial: "Gâteaux d'anniversaire incroyables.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-flattening-dough-kitchen-worktop_23-2147883600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-flattening-dough-kitchen-worktop_23-2147883600.jpg?_wi=2", imageAlt: "Baker working with dough medium shot", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { name: "Sophie P.", handle: "@avis", testimonial: "Pain au levain exceptionnel.", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg?_wi=2", imageAlt: "Baker working with dough medium shot", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { name: "Marc L.", handle: "@avis", testimonial: "Service très chaleureux.", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379532.jpg?_wi=1", imageAlt: "Baker working with dough medium shot", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { name: "Julie D.", handle: "@avis", testimonial: "Je recommande vivement.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baker-with-apron-kneanding-dough_23-2148302928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-baker-with-apron-kneanding-dough_23-2148302928.jpg?_wi=2", imageAlt: "Baker working with dough medium shot", }, ]} @@ -265,7 +265,7 @@ export default function LandingPage() { placeholder: "Détails de votre vision, nombre de personnes, budget...", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379532.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379532.jpg?_wi=2" /> -- 2.49.1