diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b0c7d7..9cfaff9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,27 +62,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg?_wi=1", imageAlt: "Pain artisanal frais", }, { - imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg?_wi=1", imageAlt: "Viennoiseries dorées", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg?_wi=1", imageAlt: "Pâtisseries artisanales", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg?_wi=1", imageAlt: "Formules déjeuner", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg?_wi=2", imageAlt: "Boulangerie Belliard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg?_wi=2", imageAlt: "Le savoir-faire", }, ]} @@ -125,37 +125,37 @@ export default function LandingPage() { id: "p1", name: "Croissant pur beurre", price: "1.20€", - imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg?_wi=3", }, { id: "p2", name: "Pain au chocolat", price: "1.30€", - imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-sweet-pastry-black-board_114579-83290.jpg?_wi=4", }, { id: "p3", name: "Sandwich baguette Tradition", price: "4.50€", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg?_wi=2", }, { id: "p4", name: "Formule Déjeuner", price: "7.90€", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-croissant-with-greens-ham-vegetables-pub_7502-9265.jpg?_wi=3", }, { id: "p5", name: "Tartelette aux fruits", price: "3.50€", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg?_wi=2", }, { id: "p6", name: "Éclair au chocolat", price: "2.80€", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tray-different-types-macaroons_181624-45876.jpg?_wi=3", }, ]} title="Notre Carte"