5 Commits

Author SHA1 Message Date
670cde4b27 Update src/app/page.tsx 2026-03-07 20:58:03 +00:00
6c2a92548d Update src/app/layout.tsx 2026-03-07 20:58:02 +00:00
ea773edb78 Merge version_1 into main
Merge version_1 into main
2026-03-07 20:56:30 +00:00
fa0b632e84 Merge version_1 into main
Merge version_1 into main
2026-03-07 20:55:45 +00:00
b414e4950f Merge version_1 into main
Merge version_1 into main
2026-03-07 20:54:30 +00:00
2 changed files with 20 additions and 1415 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Zap } from "lucide-react";
import { Zap, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -170,6 +170,20 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<div className="py-20">
<div className="container mx-auto">
<div className="mb-12 text-center">
<h2 className="text-4xl font-bold mb-6">Appelez-nous maintenant</h2>
<a
href="tel:+33609767695"
className="inline-flex items-center justify-center gap-3 px-8 py-4 bg-blue-600 hover:bg-blue-700 text-white rounded-lg font-semibold transition-colors text-lg"
>
<Phone className="w-6 h-6" />
📞 06 09 76 76 95
</a>
</div>
</div>
</div>
<ContactSplitForm
title="Demander un devis gratuit"
description="Remplissez le formulaire ci-dessous et nous vous recontacterons dans les plus brefs délais pour estimer votre intervention."