From 1023d90f2a5d78448327a00b4c335373a2a7a5b5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:44:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f9ccf0..fcdf8b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,45 +59,45 @@ export default function LandingPage() { description="Découvrez notre nouvelle collection de vêtements techniques conçus pour la performance pure et le confort absolu." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-sports-lady-standing-black-wall_171337-15205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-sports-lady-standing-black-wall_171337-15205.jpg?_wi=1", imageAlt: "Athlete running 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148499153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148499153.jpg?_wi=1", imageAlt: "Athlete running 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-tying-her-shoelaces_23-2148267175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-tying-her-shoelaces_23-2148267175.jpg?_wi=1", imageAlt: "Athlete running 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-training_23-2149036403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-training_23-2149036403.jpg?_wi=1", imageAlt: "Athlete running 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/towel-shorts-near-fruits_23-2147750738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/towel-shorts-near-fruits_23-2147750738.jpg?_wi=1", imageAlt: "Athlete running 5", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148499153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148499153.jpg?_wi=2", imageAlt: "Intense workout 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-sports-lady-standing-black-wall_171337-15205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-sports-lady-standing-black-wall_171337-15205.jpg?_wi=2", imageAlt: "Intense workout 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-runner-woman-working-out-street_1163-1663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-runner-woman-working-out-street_1163-1663.jpg?_wi=1", imageAlt: "Intense workout 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-wearing-hoody-walking-park-high-quality-photo_114579-92130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-wearing-hoody-walking-park-high-quality-photo_114579-92130.jpg?_wi=1", imageAlt: "Intense workout 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-trucker-hat-still-life_23-2149504591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-trucker-hat-still-life_23-2149504591.jpg?_wi=1", imageAlt: "Intense workout 5", }, ]} @@ -166,37 +166,37 @@ export default function LandingPage() { id: "1", name: "Pro Running Shoes", price: "129€", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-tying-her-shoelaces_23-2148267175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-tying-her-shoelaces_23-2148267175.jpg?_wi=2", }, { id: "2", name: "Tech Gym Shirt", price: "49€", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-training_23-2149036403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-training_23-2149036403.jpg?_wi=2", }, { id: "3", name: "Compression Leggings", price: "79€", - imageSrc: "http://img.b2bpic.net/free-photo/towel-shorts-near-fruits_23-2147750738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/towel-shorts-near-fruits_23-2147750738.jpg?_wi=2", }, { id: "4", name: "Performance Shorts", price: "39€", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-runner-woman-working-out-street_1163-1663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-runner-woman-working-out-street_1163-1663.jpg?_wi=2", }, { id: "5", name: "Athlete Hoodie", price: "89€", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-wearing-hoody-walking-park-high-quality-photo_114579-92130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-wearing-hoody-walking-park-high-quality-photo_114579-92130.jpg?_wi=2", }, { id: "6", name: "Pro Running Hat", price: "29€", - imageSrc: "http://img.b2bpic.net/free-photo/creative-trucker-hat-still-life_23-2149504591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-trucker-hat-still-life_23-2149504591.jpg?_wi=2", }, ]} title="Best-sellers" -- 2.49.1