Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b5124fde1 | |||
| 707acda051 | |||
| 0f2a693501 | |||
| b48c377c8e | |||
| e85e0eae56 | |||
| 096206e51e | |||
| 8a4fdc105c |
@@ -11,7 +11,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Clock, MapPin, Wrench } from "lucide-react";
|
||||
import { Clock, MapPin, Wrench, Phone, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -35,6 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "À propos", id: "about" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Maes Débouchage"
|
||||
/>
|
||||
@@ -79,7 +80,9 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{ 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: Wrench, label: "Interventions réussies", value: "5000+" },
|
||||
{ icon: Phone, label: "Téléphone", value: "0494 40 48 33" },
|
||||
{ icon: Mail, label: "Email", value: "info@maesdebouchage.be" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -153,9 +156,10 @@ 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 pour une assistance professionnelle."
|
||||
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:+32000000000" }
|
||||
{ text: "Appeler maintenant", href: "tel:0494404833" },
|
||||
{ text: "Envoyer un email", href: "mailto:info@maesdebouchage.be" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user