Update src/app/page.tsx

This commit is contained in:
2026-03-02 22:02:14 +00:00
parent 67aeb07740
commit 7eb4f85b9f

View File

@@ -29,8 +29,7 @@ const navItems = [
const footerColumns = [
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Accueil", href: "/" },
{ label: "À Propos", href: "/a-propos" },
{ label: "Produits", href: "/produits" },
@@ -38,8 +37,7 @@ const footerColumns = [
],
},
{
title: "Nos Agences",
items: [
title: "Nos Agences", items: [
{ label: "Rezé (44)", href: "#" },
{ label: "Niort (79)", href: "#" },
{ label: "Nous contacter", href: "/contact" },
@@ -47,8 +45,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: "#" },
@@ -77,9 +74,7 @@ export default function HomePage() {
brandName="ATI Négoce"
navItems={navItems}
button={{
text: "Demander un devis",
href: "/contact",
}}
text: "Demander un devis", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -93,7 +88,7 @@ export default function HomePage() {
{ text: "Demander un devis", href: "/contact" },
{ text: "Découvrir nos produits", href: "/produits" },
]}
imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg"
imageAlt="Matériaux de construction et graviers"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -110,10 +105,11 @@ export default function HomePage() {
{ value: "20+", title: "Années d'expertise" },
{ value: "10 000+", title: "Clients satisfaits" },
]}
imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg"
imageAlt="Équipe ATI Négoce"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -125,39 +121,27 @@ export default function HomePage() {
features={[
{
icon: ShoppingBag,
title: "Large Choix de Produits",
description:
"Granulats variés, pierres naturelles, stabilisateurs et aménagement extérieur de qualité premium.",
},
title: "Large Choix de Produits", description:
"Granulats variés, pierres naturelles, stabilisateurs et aménagement extérieur de qualité premium."},
{
icon: Users,
title: "Conseils Personnalisés",
description:
"Notre équipe d'experts vous guide pour choisir les matériaux adaptés à votre projet.",
},
title: "Conseils Personnalisés", description:
"Notre équipe d'experts vous guide pour choisir les matériaux adaptés à votre projet."},
{
icon: Truck,
title: "Livraison Rapide",
description:
"Service de livraison efficace et fiable pour particuliers et professionnels.",
},
title: "Livraison Rapide", description:
"Service de livraison efficace et fiable pour particuliers et professionnels."},
{
icon: Star,
title: "Qualité Garantie",
description:
"Tous nos matériaux sont sélectionnés pour leur durabilité et excellence.",
},
title: "Qualité Garantie", description:
"Tous nos matériaux sont sélectionnés pour leur durabilité et excellence."},
{
icon: MapPin,
title: "Deux Agences Proches",
description: "Rezé et Niort pour mieux vous servir partout en région.",
},
title: "Deux Agences Proches", description: "Rezé et Niort pour mieux vous servir partout en région."},
{
icon: Zap,
title: "Service Reactif",
description:
"Accompagnement de projet et support client réactif et professionnel.",
},
title: "Service Reactif", description:
"Accompagnement de projet et support client réactif et professionnel."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -172,49 +156,21 @@ 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,
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: "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=1",
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=1",
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=1",
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"
@@ -230,32 +186,17 @@ export default function HomePage() {
description="Des milliers de clients particuliers et professionnels nous font confiance"
testimonials={[
{
id: "1",
name: "Marie Dupont",
role: "Particulier",
company: "Projet Résidentiel",
rating: 5,
id: "1", name: "Marie Dupont", role: "Particulier", company: "Projet Résidentiel", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing-with-copy-space_23-2148728583.jpg",
},
"http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing-with-copy-space_23-2148728583.jpg"},
{
id: "2",
name: "Pierre Leclerc",
role: "Paysagiste",
company: "Leclerc Aménagement",
rating: 5,
id: "2", name: "Pierre Leclerc", role: "Paysagiste", company: "Leclerc Aménagement", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg",
},
"http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg"},
{
id: "3",
name: "Sophie Martin",
role: "Chef de projet",
company: "Entreprise BTP Loire",
rating: 5,
id: "3", name: "Sophie Martin", role: "Chef de projet", company: "Entreprise BTP Loire", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
},
"http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg"},
]}
kpiItems={[
{ value: "4.1/5", label: "Note Google moyenne" },
@@ -275,44 +216,23 @@ export default function HomePage() {
description="Découvrez des projets réussis et des idées d'aménagement extérieur"
blogs={[
{
id: "1",
category: ["Aménagement", "Inspiration"],
title: "Allée élégante avec graviers premium",
excerpt:
"Transformation d'une allée avec graviers 10/20mm et bordure naturelle",
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg",
authorName: "ATI Négoce",
authorAvatar:
"http://img.b2bpic.net/free-vector/flat-design-delta-logo-template_23-2149477244.jpg",
date: "15 Janvier 2025",
},
id: "1", category: ["Aménagement", "Inspiration"],
title: "Allée élégante avec graviers premium", excerpt:
"Transformation d'une allée avec graviers 10/20mm et bordure naturelle", imageSrc:
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", authorName: "ATI Négoce", authorAvatar:
"http://img.b2bpic.net/free-vector/flat-design-delta-logo-template_23-2149477244.jpg", date: "15 Janvier 2025"},
{
id: "2",
category: ["Paysagiste", "Avant-Après"],
title: "Jardin zen avec galets polis",
excerpt:
"Création d'un espace zen avec galets naturels et stabiliateurs",
imageSrc:
"http://img.b2bpic.net/free-photo/balance-stone-quiet-temple-background_1372-102.jpg",
authorName: "ATI Négoce",
authorAvatar:
"http://img.b2bpic.net/free-vector/flat-design-delta-logo-template_23-2149477244.jpg",
date: "10 Janvier 2025",
},
id: "2", category: ["Paysagiste", "Avant-Après"],
title: "Jardin zen avec galets polis", excerpt:
"Création d'un espace zen avec galets naturels et stabiliateurs", imageSrc:
"http://img.b2bpic.net/free-photo/balance-stone-quiet-temple-background_1372-102.jpg", authorName: "ATI Négoce", authorAvatar:
"http://img.b2bpic.net/free-vector/flat-design-delta-logo-template_23-2149477244.jpg", date: "10 Janvier 2025"},
{
id: "3",
category: ["Terrasse", "Réalisation"],
title: "Terrasse en pierres naturelles",
excerpt:
"Pose professionnelle de pierres brutes pour une terrasse durable",
imageSrc:
"http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7085.jpg",
authorName: "ATI Négoce",
authorAvatar:
"http://img.b2bpic.net/free-vector/flat-design-delta-logo-template_23-2149477244.jpg",
date: "5 Janvier 2025",
},
id: "3", category: ["Terrasse", "Réalisation"],
title: "Terrasse en pierres naturelles", excerpt:
"Pose professionnelle de pierres brutes pour une terrasse durable", imageSrc:
"http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7085.jpg", authorName: "ATI Négoce", authorAvatar:
"http://img.b2bpic.net/free-vector/flat-design-delta-logo-template_23-2149477244.jpg", date: "5 Janvier 2025"},
]}
animationType="slide-up"
textboxLayout="default"