diff --git a/src/app/page.tsx b/src/app/page.tsx index 10ccfd7..507c057 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { description="Une cartographie visuelle des puzzles emblématiques. Explorez les groupes, les formes et les modèles iconiques." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/white-puzzle-pieces-pink-blue-background_23-2149299126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-puzzle-pieces-pink-blue-background_23-2149299126.jpg?_wi=1", imageAlt: "2x2 puzzle high end studio", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spoons-arrangement-with-dark-background_23-2148968860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spoons-arrangement-with-dark-background_23-2148968860.jpg?_wi=1", imageAlt: "collection of puzzles 3d premium", }, { @@ -252,7 +252,7 @@ export default function LandingPage() { descriptions: [ "Assemblages réfléchis pour une expérience diversifiée.", ], - imageSrc: "http://img.b2bpic.net/free-photo/spoons-arrangement-with-dark-background_23-2148968860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spoons-arrangement-with-dark-background_23-2148968860.jpg?_wi=2", imageAlt: "megaminx dodecahedron puzzle", }, { @@ -261,7 +261,7 @@ export default function LandingPage() { descriptions: [ "La collection ultime regroupant toutes les familles.", ], - imageSrc: "http://img.b2bpic.net/free-photo/white-puzzle-pieces-pink-blue-background_23-2149299126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-puzzle-pieces-pink-blue-background_23-2149299126.jpg?_wi=2", imageAlt: "megaminx dodecahedron puzzle", }, ]}