From fa4d61796e36d85f48437d9fd7f921fa29f3c851 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:56:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9687283..f56529f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,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", imageAlt: "2x2 puzzle high end studio"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-puzzle-pieces-pink-blue-background_23-2149299126.jpg?_wi=1", imageAlt: "2x2 puzzle high end studio"}, { imageSrc: "http://img.b2bpic.net/free-photo/rubisc-cube-isolated-dark-colored-light_140725-32398.jpg", imageAlt: "3x3 iconic puzzle studio"}, { @@ -65,7 +65,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spoons-arrangement-with-dark-background_23-2148968860.jpg", imageAlt: "collection of puzzles 3d premium"}, + imageSrc: "http://img.b2bpic.net/free-photo/spoons-arrangement-with-dark-background_23-2148968860.jpg?_wi=1", imageAlt: "collection of puzzles 3d premium"}, { imageSrc: "http://img.b2bpic.net/free-photo/beige-metal-tin-box-isolated-white-background_187299-47266.jpg", imageAlt: "3x3 iconic puzzle studio"}, { @@ -151,11 +151,11 @@ export default function LandingPage() { { id: "f2", title: "Groupes Composés", 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", imageAlt: "megaminx dodecahedron puzzle"}, + imageSrc: "http://img.b2bpic.net/free-photo/spoons-arrangement-with-dark-background_23-2148968860.jpg?_wi=2", imageAlt: "megaminx dodecahedron puzzle"}, { id: "f3", title: "Groupe Complet", descriptions: [ "La collection ultime regroupant toutes les familles."], - imageSrc: "http://img.b2bpic.net/free-photo/white-puzzle-pieces-pink-blue-background_23-2149299126.jpg", imageAlt: "megaminx dodecahedron puzzle"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-puzzle-pieces-pink-blue-background_23-2149299126.jpg?_wi=2", imageAlt: "megaminx dodecahedron puzzle"}, ]} title="Structure des Groupes" description="Comprendre l'articulation entre les familles de modèles." -- 2.49.1