From fb45abd2ee07b83a962578939d67c99ac78e12af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 19:52:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa5d4df..0796a1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,15 +83,15 @@ export default function LandingPage() { products={[ { id: "storage-box", brand: "CartonLiving", name: "Boîte de rangement modulable", price: "49,99€", rating: 5, - reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149196299.jpg", imageAlt: "Boîte de rangement modulable" + reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149196299.jpg?_wi=1", imageAlt: "Boîte de rangement modulable" }, { id: "shelf-unit", brand: "CartonLiving", name: "Étagère carton empilable", price: "79,99€", rating: 5, - reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947465.jpg", imageAlt: "Étagère carton empilable" + reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947465.jpg?_wi=1", imageAlt: "Étagère carton empilable" }, { id: "desk-organizer", brand: "CartonLiving", name: "Organisateur de bureau", price: "39,99€", rating: 5, - reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/creative-fathers-day-composition_23-2147806824.jpg", imageAlt: "Organisateur de bureau" + reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/creative-fathers-day-composition_23-2147806824.jpg?_wi=1", imageAlt: "Organisateur de bureau" } ]} /> @@ -107,15 +107,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Écologique", description: "100% carton recyclé et recyclable. Zéro plastique, impact environnemental minimal.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149196299.jpg", imageAlt: "Matériau écologique" + title: "Écologique", description: "100% carton recyclé et recyclable. Zéro plastique, impact environnemental minimal.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149196299.jpg?_wi=2", imageAlt: "Matériau écologique" }, { id: 2, - title: "Durable", description: "Résistant jusqu'à 50kg. Construction robuste garantissant une longévité exceptionnelle.", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947465.jpg", imageAlt: "Durabilité testée" + title: "Durable", description: "Résistant jusqu'à 50kg. Construction robuste garantissant une longévité exceptionnelle.", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947465.jpg?_wi=2", imageAlt: "Durabilité testée" }, { id: 3, - title: "Minimaliste", description: "Design épuré qui s'adapte à tous les intérieurs modernes et contemporains.", imageSrc: "http://img.b2bpic.net/free-photo/creative-fathers-day-composition_23-2147806824.jpg", imageAlt: "Design minimaliste" + title: "Minimaliste", description: "Design épuré qui s'adapte à tous les intérieurs modernes et contemporains.", imageSrc: "http://img.b2bpic.net/free-photo/creative-fathers-day-composition_23-2147806824.jpg?_wi=2", imageAlt: "Design minimaliste" } ]} />