4 Commits

Author SHA1 Message Date
c64cbf0afa Update src/app/page.tsx 2026-04-09 15:23:11 +00:00
d3eda9d10e Merge version_1 into main
Merge version_1 into main
2026-03-26 20:44:36 +00:00
780d6f00ab Merge version_1 into main
Merge version_1 into main
2026-03-26 20:44:12 +00:00
89aa91c8b7 Merge version_1 into main
Merge version_1 into main
2026-03-26 20:43:48 +00:00

View File

@@ -28,14 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ { name: "Accueil", id: "hero" },
name: "Accueil", id: "hero"}, { name: "Services", id: "services" },
{ { name: "Avis", id: "testimonials" },
name: "Services", id: "services"}, { name: "Contact", id: "contact" },
{
name: "Avis", id: "testimonials"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="ArtisanPlombier" brandName="ArtisanPlombier"
/> />
@@ -48,20 +44,16 @@ export default function LandingPage() {
description="Plombiers experts à Périgueux. Disponibles pour vos urgences et projets, avec une promesse de travail propre, rapide et honnête." description="Plombiers experts à Périgueux. Disponibles pour vos urgences et projets, avec une promesse de travail propre, rapide et honnête."
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/man-opening-faucet-looking-jet-water_259150-59268.jpg?_wi=2", imageAlt: "Artisan plombier qualifié"},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
ratingText="Noté 5/5 par plus de 200 clients satisfaits" ratingText="Noté 5/5 par plus de 200 clients satisfaits"
tagIcon={Wrench} tagIcon={Wrench}
buttons={[ buttons={[
{ { text: "Demander un devis", href: "#contact" },
text: "Demander un devis", href: "#contact"}, { text: "Nos services", href: "#services" },
{
text: "Nos services", href: "#services"},
]} ]}
/> />
</div> </div>
@@ -72,12 +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é", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189463.jpg", imageAlt: "Rapidité d'intervention"}, { 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: "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: "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: "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"},
]} ]}
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."
@@ -92,18 +81,10 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "t1", name: "Jean Dupont", handle: "Propriétaire", testimonial: "Intervention ultra rapide. Travail propre et prix très corrects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg" },
id: "t1", name: "Jean Dupont", handle: "Propriétaire", testimonial: "Intervention ultra rapide. Travail propre et prix très corrects.", rating: 5, { id: "t2", name: "Marie Martin", handle: "Cliente fidèle", testimonial: "Professionnel et ponctuel. Je recommande vivement leurs services.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/steel-bright-house-home-dripping_1203-4400.jpg" },
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg"}, { id: "t3", name: "Pierre Durand", handle: "Entrepreneur", testimonial: "Un service artisan irréprochable. Fiable et très réactif.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg" },
{ { id: "t4", name: "Sophie Leroy", handle: "Cliente", testimonial: "Excellent contact, travail propre et efficace. Une vraie expertise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147454.jpg" },
id: "t2", name: "Marie Martin", handle: "Cliente fidèle", testimonial: "Professionnel et ponctuel. Je recommande vivement leurs services.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/steel-bright-house-home-dripping_1203-4400.jpg"},
{
id: "t3", name: "Pierre Durand", handle: "Entrepreneur", testimonial: "Un service artisan irréprochable. Fiable et très réactif.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg"},
{
id: "t4", name: "Sophie Leroy", handle: "Cliente", testimonial: "Excellent contact, travail propre et efficace. Une vraie expertise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147454.jpg"},
]} ]}
showRating={true} showRating={true}
title="La Parole à nos Clients" title="La Parole à nos Clients"
@@ -118,15 +99,12 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ { id: "q1", title: "Quels sont vos délais ?", content: "Nous intervenons généralement dans les 2 heures pour toute urgence." },
id: "q1", title: "Quels sont vos délais ?", content: "Nous intervenons généralement dans les 2 heures pour toute urgence."}, { id: "q2", title: "Intervenez-vous le week-end ?", content: "Oui, notre équipe est disponible sur appel 7j/7 pour les urgences." },
{
id: "q2", title: "Intervenez-vous le week-end ?", content: "Oui, notre équipe est disponible sur appel 7j/7 pour les urgences."},
]} ]}
ctaTitle="Besoin d'un dépannage ?" ctaTitle="Besoin d'un dépannage ?"
ctaDescription="Contactez-nous directement pour une intervention rapide à Périgueux." ctaDescription="Contactez-nous directement pour une intervention rapide à Périgueux."
ctaButton={{ ctaButton={{ text: "Appeler Maintenant", href: "tel:+33123456789" }}
text: "Appeler Maintenant", href: "tel:+33123456789"}}
ctaIcon={Phone} ctaIcon={Phone}
/> />
</div> </div>
@@ -135,22 +113,8 @@ export default function LandingPage() {
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529709.jpg" imageSrc="http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529709.jpg"
columns={[ columns={[
{ { title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Services", href: "#services" }] },
title: "Navigation", items: [ { title: "Contact", items: [{ label: "01 23 45 67 89", href: "tel:+33123456789" }, { label: "Mentions Légales", href: "#" }] },
{
label: "Accueil", href: "#hero"},
{
label: "Services", href: "#services"},
],
},
{
title: "Contact", items: [
{
label: "01 23 45 67 89", href: "tel:+33123456789"},
{
label: "Mentions Légales", href: "#"},
],
},
]} ]}
logoText="ArtisanPlombier" logoText="ArtisanPlombier"
copyrightText="© 2025 ArtisanPlombier Périgueux." copyrightText="© 2025 ArtisanPlombier Périgueux."