Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 14:44:14 +00:00

View File

@@ -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"