Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba02911752 | |||
| 7ca2141c45 | |||
| 26dcdc1f73 | |||
| 9ce3abdc39 |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
description="Transports & Terrassement - Expertise familiale depuis des années. Ponctualité, fiabilité et travail bien fait garantis."
|
description="Transports & Terrassement - Expertise familiale depuis des années. Ponctualité, fiabilité et travail bien fait garantis."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Demander un devis", href: "#contact" },
|
{ text: "Demander un devis", href: "#contact" },
|
||||||
{ text: "Appeler maintenant", href: "tel:03237284 19" }
|
{ text: "Appeler maintenant", href: "tel:+33237284191" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -186,7 +186,8 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "Téléphone: 03 23 72 84 19", href: "tel:03237284 19" },
|
{ label: "Téléphone:", href: "#" },
|
||||||
|
{ label: "03 23 72 84 19", href: "tel:+33237284191" },
|
||||||
{ label: "Chivres-Val (02880)", href: "#" },
|
{ label: "Chivres-Val (02880)", href: "#" },
|
||||||
{ label: "Demander un devis", href: "#contact" }
|
{ label: "Demander un devis", href: "#contact" }
|
||||||
]
|
]
|
||||||
@@ -196,4 +197,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user