Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-19 08:10:18 +00:00

View File

@@ -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>
);
}
}