Merge version_2 into main #4
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user