3 Commits

Author SHA1 Message Date
30a0b89bf1 Merge version_4 into main
Merge version_4 into main
2026-03-03 08:08:25 +00:00
a41fdf4122 Update src/app/page.tsx 2026-03-03 08:08:18 +00:00
08421558d7 Merge version_3 into main
Merge version_3 into main
2026-03-03 08:03:20 +00:00

View File

@@ -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"},
]}