4 Commits

Author SHA1 Message Date
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
15ad32f5e6 Update src/app/page.tsx 2026-03-03 08:03:13 +00:00
a7e88071e5 Merge version_2 into main
Merge version_2 into main
2026-03-03 08:00:31 +00:00

View File

@@ -83,7 +83,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="ATI Négoce"
description="Livraison rapide • Conseil expert • Qualité garantie"
description="Votre expert en matériaux pour vos aménagements extérieurs"
buttons={[
{ text: "Demander un devis", href: "/contact" },
{ text: "Découvrir nos produits", href: "/produits" },
@@ -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"},
]}