diff --git a/src/app/page.tsx b/src/app/page.tsx index 187993a..28823de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "+32 470 00 00 00" }, + { 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 +32 470 00 00 00 ou contactez info@maesdebouchage.be." buttons={[ - { text: "Appeler maintenant", href: "tel:+32000000000" } + { text: "Appeler maintenant", href: "tel:+32470000000" }, + { text: "Envoyer un email", href: "mailto:info@maesdebouchage.be" } ]} />