From 2d3f66ccdf08ded15d518c1117abe5982c934b75 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 19:44:41 +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 791d4c6..4d812e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,17 +71,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-crackers-wooden-board-top-view_114579-12906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-crackers-wooden-board-top-view_114579-12906.jpg?_wi=1", imageAlt: "Baguette", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/colomba-dough-tangerines-assortment_23-2149341666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colomba-dough-tangerines-assortment_23-2149341666.jpg?_wi=1", imageAlt: "Croissant", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-rectangle-plate-dark-wooden-surface_140725-90867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-rectangle-plate-dark-wooden-surface_140725-90867.jpg?_wi=1", imageAlt: "Patisserie", }, { @@ -122,7 +122,7 @@ export default function LandingPage() { title: "Produits industriels", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-showing-freshly-baked-bread-wooden-shovel_23-2148189053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-showing-freshly-baked-bread-wooden-shovel_23-2148189053.jpg?_wi=1" imageAlt="Artisan boulanger" /> @@ -228,7 +228,7 @@ export default function LandingPage() { quote: "Croissants excellents pour le dimanche matin !", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/female-baker-with-customer-baking-shop_23-2150379574.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-showing-freshly-baked-bread-wooden-shovel_23-2148189053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-showing-freshly-baked-bread-wooden-shovel_23-2148189053.jpg?_wi=2", imageAlt: "happy bakery customer", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { quote: "Service toujours souriant, merci Gabriel.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-loving-couple-bakers-looking-notebook_171337-14177.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-crackers-wooden-board-top-view_114579-12906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-crackers-wooden-board-top-view_114579-12906.jpg?_wi=2", imageAlt: "happy bakery customer", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { quote: "On sent vraiment la qualité des ingrédients.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872021.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/colomba-dough-tangerines-assortment_23-2149341666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colomba-dough-tangerines-assortment_23-2149341666.jpg?_wi=2", imageAlt: "happy bakery customer", }, { @@ -261,7 +261,7 @@ export default function LandingPage() { quote: "Leurs tartes sont tout simplement divines.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/good-job-well-done-happy-positive-young-caucasian-woman-dressed-oversize-sweatshirt-making-ok-gesture-handsome-joyful-afro-american-man-showing-thumbs-up-as-symbol-approval-like_343059-1440.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-rectangle-plate-dark-wooden-surface_140725-90867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-rectangle-plate-dark-wooden-surface_140725-90867.jpg?_wi=2", imageAlt: "happy bakery customer", }, ]} -- 2.49.1