Merge version_1 into main #1
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user