Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b5124fde1 | |||
| 707acda051 |
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
{ icon: Clock, label: "Réponse d'urgence", value: "24/7" },
|
||||
{ icon: MapPin, label: "Couverture Belgique", value: "100%" },
|
||||
{ icon: Wrench, label: "Interventions réussies", value: "5000+" },
|
||||
{ icon: Phone, label: "Téléphone", value: "+32 470 00 00 00" },
|
||||
{ icon: Phone, label: "Téléphone", value: "0494 40 48 33" },
|
||||
{ icon: Mail, label: "Email", value: "info@maesdebouchage.be" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -156,9 +156,9 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Urgence"
|
||||
title="Besoin d'un débouchage en urgence ?"
|
||||
description="Nos équipes sont prêtes à intervenir immédiatement. Appelez-nous dès maintenant au +32 470 00 00 00 ou contactez info@maesdebouchage.be."
|
||||
description="Nos équipes sont prêtes à intervenir immédiatement. Appelez-nous dès maintenant au 0494 40 48 33 ou contactez info@maesdebouchage.be."
|
||||
buttons={[
|
||||
{ text: "Appeler maintenant", href: "tel:+32470000000" },
|
||||
{ text: "Appeler maintenant", href: "tel:0494404833" },
|
||||
{ text: "Envoyer un email", href: "mailto:info@maesdebouchage.be" }
|
||||
]}
|
||||
/>
|
||||
@@ -177,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user