diff --git a/src/app/page.tsx b/src/app/page.tsx index 9916319..8f80a79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,19 +156,19 @@ export default function HomePage() { description="Découvrez notre sélection de matériaux pour tous vos projets d'aménagement extérieur" products={[ { - id: "1", brand: "ATI Négoce", name: "Graviers Premium 10/20mm", price: "45€ / tonne", rating: 5, + id: "1", brand: "ATI Négoce", name: "Graviers Premium 10/20mm", price: "À partir de 45€ / tonne", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-small-stones-sunlight-nice-picture-backgrounds-wallpapers_181624-19640.jpg?_wi=1", imageAlt: "Graviers premium 10/20mm"}, { - id: "2", brand: "ATI Négoce", name: "Galets Polis Naturels", price: "55€ / tonne", rating: 5, + id: "2", brand: "ATI Négoce", name: "Galets Polis Naturels", price: "À partir de 55€ / tonne", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg?_wi=1", imageAlt: "Galets polis naturels"}, { - id: "3", brand: "ATI Négoce", name: "Pierres Naturelles Brutes", price: "75€ / tonne", rating: 5, + id: "3", brand: "ATI Négoce", name: "Pierres Naturelles Brutes", price: "À partir de 75€ / tonne", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg?_wi=1", imageAlt: "Pierres naturelles brutes"}, { - id: "4", brand: "ATI Négoce", name: "Stabilisateur de Graviers", price: "35€ / sac", rating: 5, + id: "4", brand: "ATI Négoce", name: "Stabilisateur de Graviers", price: "À partir de 35€ / sac", rating: 5, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg?_wi=1", imageAlt: "Stabilisateur de graviers"}, ]}