Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53d054d87c | |||
| 51ddbdf85e | |||
| d8029c0bff | |||
| fe6159657d | |||
| e3304ba18d | |||
| f1ca1f5f51 | |||
| 518739d9f6 | |||
| f611b5e82e | |||
| 5baa12b5a5 | |||
| 1fe7166bb3 | |||
| 24fb5f482c |
@@ -3,6 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
@@ -30,8 +31,8 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pourquoi nous", id: "why-us" },
|
||||
{ name: "Réalisations", id: "realisations" },
|
||||
{ name: "Avis", id: "avis" },
|
||||
{ name: "Demander un devis", id: "quote-request" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Douieb Plomberie Services"
|
||||
@@ -45,10 +46,10 @@ export default function LandingPage() {
|
||||
description="Votre plombier de confiance à Limoges. Intervention rapide, devis gratuit, disponible 24h/24 et 7j/7."
|
||||
buttons={[
|
||||
{ text: "Appeler maintenant (06 51 74 55 39)", href: "tel:0651745539" },
|
||||
{ text: "Demander un devis", href: "#contact" }
|
||||
{ text: "Demander un devis", href: "#quote-request" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062953.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUZmE6e7SUdIwin449cyz1IaMx/uploaded-1774549248472-4wj6mynn.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -66,7 +67,7 @@ export default function LandingPage() {
|
||||
{ id: "5", title: "Chauffe-eau & chaudière", content: "Remplacement et entretien toutes marques." },
|
||||
{ id: "6", title: "Rénovation salle de bain", content: "Du projet à la réalisation clé en main." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colorful-bike-pieces-arrangement_23-2148932614.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUZmE6e7SUdIwin449cyz1IaMx/uploaded-1774549260964-oh92a1vt.webp"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -94,6 +95,20 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="quote-request" data-section="quote-request">
|
||||
<ContactSplitForm
|
||||
title="Demander un devis"
|
||||
description="Décrivez-nous votre projet de plomberie et nous vous recontacterons rapidement."
|
||||
inputs={[
|
||||
{ name: "nom", type: "text", placeholder: "Votre nom", required: true },
|
||||
{ name: "telephone", type: "tel", placeholder: "Votre numéro de téléphone", required: true }
|
||||
]}
|
||||
textarea={{ name: "projet", placeholder: "Informations sur le projet envisagé", rows: 4, required: true }}
|
||||
useInvertedBackground={true}
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
@@ -107,13 +122,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062953.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUZmE6e7SUdIwin449cyz1IaMx/uploaded-1774549282015-0idleutw.jpg"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Dépannage", href: "#" }, { label: "Installation", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Dépannage", href: "#services" }, { label: "Installation", href: "#services" }] },
|
||||
{ title: "Informations", items: [{ label: "Mentions Légales", href: "#" }, { label: "Confidentialité", href: "#" }] }
|
||||
]}
|
||||
logoText="Douieb Plomberie Services"
|
||||
copyrightText="© 2025 Douieb Plomberie Services. Tous droits réservés."
|
||||
copyrightText="© 2026 Douieb Plomberie Services. Tous droits réservés."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user