Merge version_3 into main #4
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
description="Transports & Terrassement - Expertise familiale depuis des années. Ponctualité, fiabilité et travail bien fait garantis."
|
||||
buttons={[
|
||||
{ text: "Demander un devis", href: "#contact" },
|
||||
{ text: "Appeler maintenant", href: "tel:03237284 19" }
|
||||
{ text: "Appeler maintenant", href: "tel:+33237284191" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -186,7 +186,8 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
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: "Demander un devis", href: "#contact" }
|
||||
]
|
||||
@@ -196,4 +197,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user