|
|
|
|
@@ -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: "À partir de 45€", 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: "À partir de 55€", 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: "À partir de 75€", 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: "À partir de 35€", 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"},
|
|
|
|
|
]}
|
|
|
|
|
@@ -251,4 +251,4 @@ export default function HomePage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|