Update src/app/produits/page.tsx
This commit is contained in:
@@ -16,8 +16,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "À Propos", href: "/a-propos" },
|
||||
{ label: "Produits", href: "/produits" },
|
||||
@@ -25,8 +24,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Nos Agences",
|
||||
items: [
|
||||
title: "Nos Agences", items: [
|
||||
{ label: "Rezé (44)", href: "#" },
|
||||
{ label: "Niort (79)", href: "#" },
|
||||
{ label: "Nous contacter", href: "/contact" },
|
||||
@@ -34,8 +32,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
title: "Légal", items: [
|
||||
{ label: "Politique de confidentialité", href: "#" },
|
||||
{ label: "Conditions générales", href: "#" },
|
||||
{ label: "Mentions légales", href: "#" },
|
||||
@@ -64,9 +61,7 @@ export default function ProductsPage() {
|
||||
brandName="ATI Négoce"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Demander un devis",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Demander un devis", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,7 +75,7 @@ export default function ProductsPage() {
|
||||
{ text: "Voir le catalogue", href: "#products" },
|
||||
{ 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"
|
||||
showDimOverlay={true}
|
||||
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"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "ATI Négoce",
|
||||
name: "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: "1", brand: "ATI Négoce", name: "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", imageAlt: "Graviers premium 10/20mm"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "ATI Négoce",
|
||||
name: "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: "2", brand: "ATI Négoce", name: "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", imageAlt: "Galets polis naturels"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "ATI Négoce",
|
||||
name: "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: "3", brand: "ATI Négoce", name: "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", imageAlt: "Pierres naturelles brutes"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "ATI Négoce",
|
||||
name: "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",
|
||||
},
|
||||
id: "4", brand: "ATI Négoce", name: "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", imageAlt: "Stabilisateur de graviers"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user