From 0281dd78b9b8fbbe8e970652751571cabebd9980 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 20:02:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be5367d..aba790f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { description="Découvrez une sélection pointue de vêtements et accessoires pour hommes au cœur de la Normandie. Qualité, style et conseil personnalisé." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949779.jpg?_wi=1", imageAlt: "Boutique Stor'age", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19711.jpg?_wi=1", imageAlt: "Intérieur magasin", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-hands-using-smartphone_285396-6599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-hands-using-smartphone_285396-6599.jpg?_wi=1", imageAlt: "Détails textiles", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Une institution caennaise" description="Fondé sur la passion du beau et du durable, Stor'age propose aux caennais des pièces intemporelles choisies avec soin. Chaque vêtement raconte une histoire de savoir-faire." - imageSrc="http://img.b2bpic.net/free-photo/portrait-bearded-man-sitting-antique-arm-chair-looking-magazine-clothes-shop_23-2148175638.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-bearded-man-sitting-antique-arm-chair-looking-magazine-clothes-shop_23-2148175638.jpg?_wi=1" imageAlt="Devanture boutique Stor'age" /> @@ -109,7 +109,7 @@ export default function LandingPage() { price: "249€", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-model-man-stylish-summer-clothes-posing-sunglasses_158538-14672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-model-man-stylish-summer-clothes-posing-sunglasses_158538-14672.jpg?_wi=1", }, { id: "p2", @@ -205,7 +205,7 @@ export default function LandingPage() { quote: "Une sélection incroyable et des conseils avisés.", tag: "Fidèle", avatarSrc: "http://img.b2bpic.net/free-photo/black-man-city_1157-18153.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949779.jpg?_wi=2", imageAlt: "client homme satisfait mode", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { quote: "Je ne jure que par leurs pulls en cachemire depuis deux ans.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/female-personal-shopper-helping-cutomer_23-2148924091.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19711.jpg?_wi=2", imageAlt: "client homme satisfait mode", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { quote: "L'accueil est chaleureux et on se sent tout de suite bien conseillé.", tag: "Habitué", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-image-attractive-fashionable-young-man-with-trimmed-beard-tattoo-posing-urban-surroundings-wearing-stylish-clothes-clasping-his-hands-having-confident-facial-expression_343059-2787.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-hands-using-smartphone_285396-6599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-hands-using-smartphone_285396-6599.jpg?_wi=2", imageAlt: "client homme satisfait mode", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { quote: "Enfin une boutique avec du caractère pour les hommes caennais.", tag: "Nouveau", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-sitting-antique-arm-chair-looking-magazine-clothes-shop_23-2148175638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-sitting-antique-arm-chair-looking-magazine-clothes-shop_23-2148175638.jpg?_wi=2", imageAlt: "client homme satisfait mode", }, { @@ -249,7 +249,7 @@ export default function LandingPage() { quote: "Une belle découverte, des matières nobles pour un prix juste.", tag: "Fidèle", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-bag-amazed-friend_23-2147950282.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-model-man-stylish-summer-clothes-posing-sunglasses_158538-14672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-model-man-stylish-summer-clothes-posing-sunglasses_158538-14672.jpg?_wi=2", imageAlt: "client homme satisfait mode", }, ]} -- 2.49.1