diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7265cec..c65de02 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,208 +1,93 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Mail, Phone, MapPin, Clock } from 'lucide-react'; +import { ThemeProvider } from "@/components/theme/ThemeProvider"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import ContactForm from "@/components/form/ContactForm"; +import { Mail, Phone, MapPin } from "lucide-react"; export default function ContactPage() { - const handleContactSubmit = (email: string) => { - console.log('Contact form submitted with email:', email); - }; - return ( - - -
- -
- -
- -
- -
-
-
-

Nos Coordonnées

- -
-
-
- -
-
-

Téléphone

-

- Disponible sur demande -

-

- Nous répondons rapidement à toutes les appels -

-
-
- -
-
- -
-
-

Email

-

- Disponible sur demande -

-

- Réponse dans les 24 heures -

-
-
- -
-
- -
-
-

Localisation

-

- Notre-Dame-de-Monts, Vendée -

-

- Côte Atlantique et alentours -

-
-
- -
-
- -
-
-

Disponibilité

-

- Flexible selon vos besoins -

-

- Interventions régulières ou ponctuelles -

-
+ +
+
+

Get In Touch

+ +
+
+
+
+

Email

+

fabrice.chatelier@webild.com

+ +
+
+ +
+

Phone

+

+33 (0) 1 23 45 67 89

+
+ +
+
+ +
+

Location

+

Paris, France

+
+
-
-

Pourquoi nous choisir?

-
    -
  • - - Artisan local avec 15+ ans d'expérience à Notre-Dame-de-Monts -
  • -
  • - - Agréé services à la personne - Réduction fiscale 50% -
  • -
  • - - Entièrement assuré et responsable civile complète -
  • -
  • - - Services personnalisés pour résidences principales et secondaires -
  • -
  • - - Devis gratuit et transparent sans engagement -
  • -
+
+

Contact Information

+
+

+ Fabrice Chatelier +

+

Email: fabrice.chatelier@webild.com

+

Phone: +33 (0) 1 23 45 67 89

+

Based in Paris, France

-