8 Commits

Author SHA1 Message Date
890ed647e8 Update src/app/page.tsx 2026-04-11 10:59:11 +00:00
77acf65805 Merge version_6 into main
Merge version_6 into main
2026-04-09 15:38:11 +00:00
67118e62b2 Update src/app/page.tsx 2026-04-09 15:38:05 +00:00
261d231249 Merge version_4 into main
Merge version_4 into main
2026-04-09 15:29:36 +00:00
3df9b48585 Update src/app/page.tsx 2026-04-09 15:29:30 +00:00
d783a3f8b5 Merge version_3 into main
Merge version_3 into main
2026-04-09 15:25:40 +00:00
49099d5fcd Update src/app/page.tsx 2026-04-09 15:25:34 +00:00
1e1f576ce0 Merge version_2 into main
Merge version_2 into main
2026-04-09 15:23:14 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
tag="Expertise Plomberie Premium" tag="Expertise Plomberie Premium"
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg?_wi=1", imageAlt: "Plombier expert en intervention" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg?_wi=1", imageAlt: "Plombier expert en intervention" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg?_wi=2", imageAlt: "Artisan plombier qualifié" }, { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg?_wi=2", imageAlt: "Artisan plombier qualifié" },
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
@@ -64,9 +64,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ id: "f1", title: "Intervention Rapide", description: "Disponible aujourd'hui pour toutes vos urgences à domicile.", tag: "Rapidité", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189463.jpg", imageAlt: "Rapidité d'intervention" }, { id: "f1", title: "Intervention Rapide", description: "Disponible aujourd'hui pour toutes vos urgences à domicile.", tag: "Rapidité" },
{ id: "f2", title: "Qualité Propre", description: "Un chantier toujours laissé impeccable après chaque passage.", tag: "Propreté", imageSrc: "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149722745.jpg", imageAlt: "Qualité artisanale" }, { id: "f2", title: "Qualité Propre", description: "Un chantier toujours laissé impeccable après chaque passage.", tag: "Propreté" },
{ id: "f3", title: "Tarifs Honnêtes", description: "Devis transparents, sans surprise ni frais cachés.", tag: "Prix Corrects", imageSrc: "http://img.b2bpic.net/free-vector/organic-flat-good-job-stickers-set_23-2148920322.jpg", imageAlt: "Transparence tarifaire" }, { id: "f3", title: "Tarifs Honnêtes", description: "Devis transparents, sans surprise ni frais cachés.", tag: "Prix Corrects" },
]} ]}
title="Nos Engagements" title="Nos Engagements"
description="Ce qui fait de nous votre partenaire de confiance à Périgueux." description="Ce qui fait de nous votre partenaire de confiance à Périgueux."
@@ -111,9 +111,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529709.jpg" imageSrc="http://img.b2bpic.net/free-photo/plumbing-tools-workshop_23-2149174521.jpg"
columns={[ columns={[
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Services", href: "#services" }] }, { title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Avis", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
{ title: "Contact", items: [{ label: "01 23 45 67 89", href: "tel:+33123456789" }, { label: "Mentions Légales", href: "#" }] }, { title: "Contact", items: [{ label: "01 23 45 67 89", href: "tel:+33123456789" }, { label: "Mentions Légales", href: "#" }] },
]} ]}
logoText="ArtisanPlombier" logoText="ArtisanPlombier"