From cf874a3f54905530af571baf4febd5a3823e65ac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:40:55 +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 2bd8bfd..9098641 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Plus qu'un magasin" description="Magasins du Monde s'engage à promouvoir un commerce équitable. Venez découvrir notre lieu chaleureux où chaque objet raconte une histoire de respect et de durabilité." - imageSrc="http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg?_wi=1" /> @@ -133,21 +133,21 @@ export default function LandingPage() { name: "Café Éthique", price: "12,00 CHF", variant: "Bio", - imageSrc: "http://img.b2bpic.net/free-photo/two-brutal-tattooed-roaster-hands-hold-sealed-package-bag-with-tea-coffee-ready-delivery-sale_346278-558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-brutal-tattooed-roaster-hands-hold-sealed-package-bag-with-tea-coffee-ready-delivery-sale_346278-558.jpg?_wi=1", }, { id: "2", name: "Thé de montagne", price: "8,50 CHF", variant: "Bio", - imageSrc: "http://img.b2bpic.net/free-photo/dried-herb-tea-spilled-from-tea-strainer-blue-backdrop_23-2147975437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-herb-tea-spilled-from-tea-strainer-blue-backdrop_23-2147975437.jpg?_wi=1", }, { id: "3", name: "Écharpe artisanale", price: "35,00 CHF", variant: "Équitable", - imageSrc: "http://img.b2bpic.net/free-photo/birthday-background_23-2148030994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/birthday-background_23-2148030994.jpg?_wi=1", }, { id: "4", @@ -226,7 +226,7 @@ export default function LandingPage() { quote: "Un lieu superbe, très bien servi, bénévoles chaleureuses et serviable.", tag: "Avis", avatarSrc: "http://img.b2bpic.net/free-photo/small-business-manager-her-workshop_23-2149094639.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg?_wi=2", imageAlt: "happy customer portrait fair trade shop", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { quote: "Bien du choix, idées cadeaux.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-with-blue-eyes-holding-birthday-gift-pink-background-happy-with-big-smile-doing-ok-sign-thumb-up-with-fingers-excellent-sign_839833-25862.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/two-brutal-tattooed-roaster-hands-hold-sealed-package-bag-with-tea-coffee-ready-delivery-sale_346278-558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-brutal-tattooed-roaster-hands-hold-sealed-package-bag-with-tea-coffee-ready-delivery-sale_346278-558.jpg?_wi=2", imageAlt: "happy customer portrait fair trade shop", }, { @@ -248,7 +248,7 @@ export default function LandingPage() { quote: "Toujours de belles trouvailles éthiques dans cette boutique.", tag: "Shop", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-shopping_23-2149241332.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/dried-herb-tea-spilled-from-tea-strainer-blue-backdrop_23-2147975437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-herb-tea-spilled-from-tea-strainer-blue-backdrop_23-2147975437.jpg?_wi=2", imageAlt: "happy customer portrait fair trade shop", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { quote: "Des produits de grande qualité pour un commerce éthique.", tag: "Bio", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-biodegradable-bag-with-goodies_23-2148685829.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/birthday-background_23-2148030994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/birthday-background_23-2148030994.jpg?_wi=2", imageAlt: "happy customer portrait fair trade shop", }, ]} -- 2.49.1