Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8029c0bff | |||
| fe6159657d | |||
| e3304ba18d | |||
| f1ca1f5f51 | |||
| 518739d9f6 | |||
| f611b5e82e | |||
| 5baa12b5a5 | |||
| 1fe7166bb3 | |||
| 24fb5f482c |
@@ -45,10 +45,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: "mailto:douiebplomberielimoges@gmail.com" }
|
||||
]}
|
||||
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 +66,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>
|
||||
@@ -107,16 +107,16 @@ 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: "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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user