Update src/app/a-propos/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 AboutPage() {
|
||||
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 AboutPage() {
|
||||
{ text: "Notre histoire", href: "#about" },
|
||||
{ text: "Nous contacter", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg"
|
||||
imageAlt="Équipe ATI Négoce"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -97,10 +92,11 @@ export default function AboutPage() {
|
||||
{ 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=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg"
|
||||
imageAlt="Équipe professionnelle ATI Négoce"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user