Update src/app/page.tsx

This commit is contained in:
2026-04-03 23:33:01 +00:00
parent 08e000bafa
commit 9d7644f6fb

View File

@@ -58,11 +58,11 @@ export default function LandingPage() {
description="Votre boutique spécialisée en trains miniatures, pistes de course et matériel de modélisme de précision."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/kids-looking-miniature-houses-shelves_23-2151191364.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kids-looking-miniature-houses-shelves_23-2151191364.jpg?_wi=1",
imageAlt: "Model train display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371543.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371543.jpg?_wi=1",
imageAlt: "Locomotive detail",
},
{
@@ -70,21 +70,21 @@ export default function LandingPage() {
imageAlt: "Diorama setup",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/metal-shelves-different-colored-buoys_181624-6309.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/metal-shelves-different-colored-buoys_181624-6309.jpg?_wi=1",
imageAlt: "Product collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-chair-park_1150-20149.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-chair-park_1150-20149.jpg?_wi=1",
imageAlt: "Miniature landscape",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/metal-shelves-different-colored-buoys_181624-6309.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/metal-shelves-different-colored-buoys_181624-6309.jpg?_wi=2",
imageAlt: "Product collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-chair-park_1150-20149.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-chair-park_1150-20149.jpg?_wi=2",
imageAlt: "Miniature landscape",
},
{
@@ -92,11 +92,11 @@ export default function LandingPage() {
imageAlt: "Train track detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/kids-looking-miniature-houses-shelves_23-2151191364.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kids-looking-miniature-houses-shelves_23-2151191364.jpg?_wi=2",
imageAlt: "Model train display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371543.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371543.jpg?_wi=2",
imageAlt: "Locomotive detail",
},
]}