diff --git a/src/app/page.tsx b/src/app/page.tsx index f58f950..7331bba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg?_wi=1" imageAlt="Machine à espresso Black Flamingo" mediaAnimation="slide-up" /> @@ -80,13 +80,13 @@ export default function LandingPage() { id: "1", title: "Coffee Shop", description: "Espresso, V60, Flat White & pâtisseries maison.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg?_wi=1", }, { id: "2", title: "Nos Grains", description: "Cafés de spécialité torréfiés sur place, disponibles en paquets.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg?_wi=2", }, ]} title="La Carte" @@ -114,7 +114,7 @@ export default function LandingPage() { description: "Des cafés torréfiés chaque semaine pour un profil aromatique optimal.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -129,27 +129,27 @@ export default function LandingPage() { { id: "1", name: "Julie M.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg?_wi=3", }, { id: "2", name: "Marc T.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg?_wi=2", }, { id: "3", name: "Claire P.", - imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg?_wi=2", }, { id: "4", name: "Thomas L.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg?_wi=4", }, { id: "5", name: "Sophie D.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg?_wi=3", }, ]} />