Update src/app/a-propos/page.tsx
This commit is contained in:
@@ -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 AboutPage() {
|
|||||||
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 AboutPage() {
|
|||||||
{ text: "Notre histoire", href: "#about" },
|
{ text: "Notre histoire", href: "#about" },
|
||||||
{ text: "Nous contacter", href: "/contact" },
|
{ 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"
|
imageAlt="Équipe ATI Négoce"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -97,10 +92,11 @@ export default function AboutPage() {
|
|||||||
{ value: "20+", title: "Années d'expertise" },
|
{ value: "20+", title: "Années d'expertise" },
|
||||||
{ value: "10 000+", title: "Clients satisfaits" },
|
{ 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"
|
imageAlt="Équipe professionnelle ATI Négoce"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user