Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-02 22:02:19 +00:00
Showing only changes of commit 6bda8f9384 - Show all commits

View File

@@ -16,8 +16,7 @@ const navItems = [
const footerColumns = [ const footerColumns = [
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ label: "Accueil", href: "/" }, { label: "Accueil", href: "/" },
{ label: "À Propos", href: "/a-propos" }, { label: "À Propos", href: "/a-propos" },
{ label: "Produits", href: "/produits" }, { label: "Produits", href: "/produits" },
@@ -25,8 +24,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Nos Agences", title: "Nos Agences", items: [
items: [
{ label: "Rezé (44)", href: "#" }, { label: "Rezé (44)", href: "#" },
{ label: "Niort (79)", href: "#" }, { label: "Niort (79)", href: "#" },
{ label: "Nous contacter", href: "/contact" }, { label: "Nous contacter", href: "/contact" },
@@ -34,8 +32,7 @@ const footerColumns = [
], ],
}, },
{ {
title: "Légal", title: "Légal", items: [
items: [
{ label: "Politique de confidentialité", href: "#" }, { label: "Politique de confidentialité", href: "#" },
{ label: "Conditions générales", href: "#" }, { label: "Conditions générales", href: "#" },
{ label: "Mentions légales", href: "#" }, { label: "Mentions légales", href: "#" },
@@ -64,9 +61,7 @@ export default function ProductsPage() {
brandName="ATI Négoce" brandName="ATI Négoce"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Demander un devis", text: "Demander un devis", href: "/contact"}}
href: "/contact",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -80,7 +75,7 @@ export default function ProductsPage() {
{ text: "Voir le catalogue", href: "#products" }, { text: "Voir le catalogue", href: "#products" },
{ text: "Demander un devis", href: "/contact" }, { text: "Demander un devis", href: "/contact" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg"
imageAlt="Catalogue de produits ATI Négoce" imageAlt="Catalogue de produits ATI Négoce"
showDimOverlay={true} showDimOverlay={true}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -94,49 +89,21 @@ export default function ProductsPage() {
description="Explorez notre gamme complète de matériaux de construction et d'aménagement extérieur" description="Explorez notre gamme complète de matériaux de construction et d'aménagement extérieur"
products={[ products={[
{ {
id: "1", id: "1", brand: "ATI Négoce", name: "Graviers Premium 10/20mm", price: "À partir de 45€", rating: 5,
brand: "ATI Négoce", reviewCount: "156", imageSrc:
name: "Graviers Premium 10/20mm", "http://img.b2bpic.net/free-photo/vertical-closeup-small-stones-sunlight-nice-picture-backgrounds-wallpapers_181624-19640.jpg", imageAlt: "Graviers premium 10/20mm"},
price: "À partir de 45€",
rating: 5,
reviewCount: "156",
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-closeup-small-stones-sunlight-nice-picture-backgrounds-wallpapers_181624-19640.jpg?_wi=2",
imageAlt: "Graviers premium 10/20mm",
},
{ {
id: "2", id: "2", brand: "ATI Négoce", name: "Galets Polis Naturels", price: "À partir de 55€", rating: 5,
brand: "ATI Négoce", reviewCount: "89", imageSrc:
name: "Galets Polis Naturels", "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg", imageAlt: "Galets polis naturels"},
price: "À partir de 55€",
rating: 5,
reviewCount: "89",
imageSrc:
"http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg?_wi=2",
imageAlt: "Galets polis naturels",
},
{ {
id: "3", id: "3", brand: "ATI Négoce", name: "Pierres Naturelles Brutes", price: "À partir de 75€", rating: 5,
brand: "ATI Négoce", reviewCount: "124", imageSrc:
name: "Pierres Naturelles Brutes", "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg", imageAlt: "Pierres naturelles brutes"},
price: "À partir de 75€",
rating: 5,
reviewCount: "124",
imageSrc:
"http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg?_wi=2",
imageAlt: "Pierres naturelles brutes",
},
{ {
id: "4", id: "4", brand: "ATI Négoce", name: "Stabilisateur de Graviers", price: "À partir de 35€", rating: 5,
brand: "ATI Négoce", reviewCount: "78", imageSrc:
name: "Stabilisateur de Graviers", "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg", imageAlt: "Stabilisateur de graviers"},
price: "À partir de 35€",
rating: 5,
reviewCount: "78",
imageSrc:
"http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg?_wi=2",
imageAlt: "Stabilisateur de graviers",
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"