Update src/app/page.tsx

This commit is contained in:
2026-05-30 19:28:19 +00:00
parent 51f8408d00
commit 6fd89568ce

View File

@@ -34,41 +34,23 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Accueil",
id: "#hero",
},
name: "Accueil", id: "#hero"},
{
name: "À Propos",
id: "#about",
},
name: "À Propos", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Solutions",
id: "#solutions",
},
name: "Solutions", id: "#solutions"},
{
name: "Tarifs",
id: "#tarifs",
},
name: "Tarifs", id: "#tarifs"},
{
name: "Chiffres Clés",
id: "#metrics",
},
name: "Chiffres Clés", id: "#metrics"},
{
name: "Avis Clients",
id: "#testimonials",
},
name: "Avis Clients", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Plomberie Genevoise"
/>
@@ -78,103 +60,57 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Votre Plombier Expert à Genève"
description="Interventions rapides et de qualité pour tous vos besoins en plomberie. Spécialistes en dépannage, installation et rénovation."
testimonials={[
{
name: "Sophie Dubois",
handle: "@SophieD",
testimonial: "Service impeccable et rapide. Ma fuite a été réparée en un temps record. Je recommande vivement Plomberie Genevoise !",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-128853.jpg?_wi=1",
imageAlt: "Photo de Sophie Dubois",
},
name: "Sophie Dubois", handle: "@SophieD", testimonial: "Service impeccable et rapide. Ma fuite a été réparée en un temps record. Je recommande vivement Plomberie Genevoise !", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-128853.jpg", imageAlt: "Photo de Sophie Dubois"},
{
name: "Marc Lemaire",
handle: "@MarcL",
testimonial: "Excellent travail pour l'installation de ma nouvelle salle de bain. L'équipe est très professionnelle et à l'écoute.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg?_wi=1",
imageAlt: "Photo de Marc Lemaire",
},
name: "Marc Lemaire", handle: "@MarcL", testimonial: "Excellent travail pour l'installation de ma nouvelle salle de bain. L'équipe est très professionnelle et à l'écoute.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg", imageAlt: "Photo de Marc Lemaire"},
{
name: "Alice Favre",
handle: "@AliceF",
testimonial: "Tarifs transparents et prestation de haute qualité. J'ai enfin trouvé un plombier de confiance à Genève.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
imageAlt: "Photo d'Alice Favre",
},
name: "Alice Favre", handle: "@AliceF", testimonial: "Tarifs transparents et prestation de haute qualité. J'ai enfin trouvé un plombier de confiance à Genève.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", imageAlt: "Photo d'Alice Favre"},
{
name: "David Perret",
handle: "@DavidP",
testimonial: "Dépannage d'urgence un dimanche soir, ils ont été là en moins d'une heure. Sauveurs de week-end !",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-keeps-arms-folded-looks-with-self-confident-cheerful-expression-wears-formal-shirt-spectacles-vision-correction-blue-wall_273609-54788.jpg",
imageAlt: "Photo de David Perret",
},
name: "David Perret", handle: "@DavidP", testimonial: "Dépannage d'urgence un dimanche soir, ils ont été là en moins d'une heure. Sauveurs de week-end !", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-keeps-arms-folded-looks-with-self-confident-cheerful-expression-wears-formal-shirt-spectacles-vision-correction-blue-wall_273609-54788.jpg", imageAlt: "Photo de David Perret"},
{
name: "Laura Rossi",
handle: "@LauraR",
testimonial: "Conseils précieux et installation parfaite pour mon chauffe-eau. Un service client irréprochable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
imageAlt: "Photo de Laura Rossi",
},
name: "Laura Rossi", handle: "@LauraR", testimonial: "Conseils précieux et installation parfaite pour mon chauffe-eau. Un service client irréprochable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageAlt: "Photo de Laura Rossi"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/hopeful-young-manager-businesswoman-cross-arms-chest-smiling-looking-confident-like-real-professional-white-background_176420-47052.jpg",
alt: "Sophie Dubois",
},
src: "http://img.b2bpic.net/free-photo/hopeful-young-manager-businesswoman-cross-arms-chest-smiling-looking-confident-like-real-professional-white-background_176420-47052.jpg", alt: "Sophie Dubois"},
{
src: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-holding-hand-his-chest-looking-camera-with-smile-face-standing-white-background_141793-54049.jpg",
alt: "Marc Lemaire",
},
src: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-holding-hand-his-chest-looking-camera-with-smile-face-standing-white-background_141793-54049.jpg", alt: "Marc Lemaire"},
{
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
alt: "Alice Favre",
},
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", alt: "Alice Favre"},
{
src: "http://img.b2bpic.net/free-photo/positive-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15188.jpg",
alt: "David Perret",
},
src: "http://img.b2bpic.net/free-photo/positive-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15188.jpg", alt: "David Perret"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg",
alt: "Laura Rossi",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg", alt: "Laura Rossi"},
]}
avatarText="Rejoints par des centaines de clients satisfaits."
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg"
imageAlt="Plombier en intervention"
mediaAnimation="opacity"
marqueeItems={[
{
type: "text-icon",
text: "Dépannage Rapide",
icon: Clock,
type: "text-icon", text: "Dépannage Rapide", icon: Clock,
},
{
type: "text-icon",
text: "Installation Expertise",
icon: Wrench,
type: "text-icon", text: "Installation Expertise", icon: Wrench,
},
{
type: "text-icon",
text: "Rénovation Sur Mesure",
icon: Star,
type: "text-icon", text: "Rénovation Sur Mesure", icon: Star,
},
{
type: "text-icon",
text: "Solutions Écologiques",
icon: Leaf,
type: "text-icon", text: "Solutions Écologiques", icon: Leaf,
},
{
type: "text-icon",
text: "Satisfaction Garantie",
icon: Award,
type: "text-icon", text: "Satisfaction Garantie", icon: Award,
},
]}
/>
@@ -201,46 +137,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Dépannage Urgence 24/7",
description: "Intervention rapide pour fuites, canalisations bouchées ou chaudières en panne. Votre sécurité est notre priorité, de jour comme de nuit.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
imageAlt: "Plombier en intervention d'urgence",
},
title: "Dépannage Urgence 24/7", description: "Intervention rapide pour fuites, canalisations bouchées ou chaudières en panne. Votre sécurité est notre priorité, de jour comme de nuit.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg", imageAlt: "Plombier en intervention d'urgence"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/natural-disaster-landscape_23-2151902872.jpg",
imageAlt: "Dégâts des eaux suite à une fuite",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg?_wi=2",
imageAlt: "plumber emergency call night light",
imageSrc: "http://img.b2bpic.net/free-photo/natural-disaster-landscape_23-2151902872.jpg", imageAlt: "Dégâts des eaux suite à une fuite"},
},
{
title: "Installation & Rénovation",
description: "De l'installation de nouveaux équipements à la rénovation complète de salles de bain, nous garantissons un travail soigné et durable.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg",
imageAlt: "Nouvelle salle de bain installée",
},
title: "Installation & Rénovation", description: "De l'installation de nouveaux équipements à la rénovation complète de salles de bain, nous garantissons un travail soigné et durable.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg", imageAlt: "Nouvelle salle de bain installée"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg",
imageAlt: "Intérieur de salle de bain moderne",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-128853.jpg?_wi=2",
imageAlt: "plumber emergency call night light",
imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg", imageAlt: "Intérieur de salle de bain moderne"},
},
{
title: "Entretien & Réparation",
description: "Maintenance préventive pour vos systèmes de plomberie et chauffage, prolongeant leur durée de vie et optimisant leur performance énergétique.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg",
imageAlt: "Plombier inspectant une chaudière",
},
title: "Entretien & Réparation", description: "Maintenance préventive pour vos systèmes de plomberie et chauffage, prolongeant leur durée de vie et optimisant leur performance énergétique.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg", imageAlt: "Plombier inspectant une chaudière"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg",
imageAlt: "Schéma de système de plomberie",
},
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg?_wi=2",
imageAlt: "plumber emergency call night light",
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", imageAlt: "Schéma de système de plomberie"},
},
]}
showStepNumbers={true}
@@ -257,47 +169,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Chauffe-eau Économique",
price: "À partir de 800 CHF",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg",
imageAlt: "Chauffe-eau moderne",
},
id: "1", name: "Chauffe-eau Économique", price: "À partir de 800 CHF", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg", imageAlt: "Chauffe-eau moderne"},
{
id: "2",
name: "Détecteur de Fuites Connecté",
price: "À partir de 150 CHF",
imageSrc: "http://img.b2bpic.net/free-photo/man-typing-laptop-working-from-home-with-automation-lighting-system-using-voice-controlled-app-tablet-switching-light_482257-2270.jpg",
imageAlt: "Détecteur de fuites connecté",
},
id: "2", name: "Détecteur de Fuites Connecté", price: "À partir de 150 CHF", imageSrc: "http://img.b2bpic.net/free-photo/man-typing-laptop-working-from-home-with-automation-lighting-system-using-voice-controlled-app-tablet-switching-light_482257-2270.jpg", imageAlt: "Détecteur de fuites connecté"},
{
id: "3",
name: "Robinetterie Design",
price: "À partir de 200 CHF",
imageSrc: "http://img.b2bpic.net/free-photo/title-black-faucet-water-stream-blue-kitchen_169016-68926.jpg",
imageAlt: "Robinet design",
},
id: "3", name: "Robinetterie Design", price: "À partir de 200 CHF", imageSrc: "http://img.b2bpic.net/free-photo/title-black-faucet-water-stream-blue-kitchen_169016-68926.jpg", imageAlt: "Robinet design"},
{
id: "4",
name: "Adoucisseur d'Eau Intelligent",
price: "À partir de 1200 CHF",
imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-machine-scanning_23-2149341559.jpg",
imageAlt: "Adoucisseur d'eau",
},
id: "4", name: "Adoucisseur d'Eau Intelligent", price: "À partir de 1200 CHF", imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-machine-scanning_23-2149341559.jpg", imageAlt: "Adoucisseur d'eau"},
{
id: "5",
name: "Pompes à Chaleur Performantes",
price: "Sur Devis",
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg",
imageAlt: "Pompe à chaleur",
},
id: "5", name: "Pompes à Chaleur Performantes", price: "Sur Devis", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg", imageAlt: "Pompe à chaleur"},
{
id: "6",
name: "Sanitaires Écologiques",
price: "À partir de 300 CHF",
imageSrc: "http://img.b2bpic.net/free-photo/white-toilet-bowl-seat_74190-8115.jpg",
imageAlt: "Sanitaires écologiques",
},
id: "6", name: "Sanitaires Écologiques", price: "À partir de 300 CHF", imageSrc: "http://img.b2bpic.net/free-photo/white-toilet-bowl-seat_74190-8115.jpg", imageAlt: "Sanitaires écologiques"},
]}
title="Solutions de Plomberie Modernes & Écologiques"
description="Découvrez notre sélection d'équipements performants et de solutions durables pour optimiser votre consommation d'eau et d'énergie."
@@ -311,53 +193,29 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
badge: "Standard",
price: "90 CHF/h",
subtitle: "Pour les petites interventions",
buttons: [
id: "basic", badge: "Standard", price: "90 CHF/h", subtitle: "Pour les petites interventions", buttons: [
{
text: "Détails",
},
text: "Détails"},
],
features: [
"Diagnostic de base",
"Intervention du lundi au vendredi",
"Petites réparations",
],
"Diagnostic de base", "Intervention du lundi au vendredi", "Petites réparations"],
},
{
id: "premium",
badge: "Recommandé",
price: "Sur Devis",
subtitle: "Pour installations et rénovations",
buttons: [
id: "premium", badge: "Recommandé", price: "Sur Devis", subtitle: "Pour installations et rénovations", buttons: [
{
text: "Demander un devis",
},
text: "Demander un devis"},
],
features: [
"Devis détaillé gratuit",
"Installation complète",
"Garantie 2 ans",
],
"Devis détaillé gratuit", "Installation complète", "Garantie 2 ans"],
badgeIcon: Sparkles,
},
{
id: "emergency",
badge: "Urgence",
price: "150 CHF/h",
subtitle: "Dépannage rapide 24/7",
buttons: [
id: "emergency", badge: "Urgence", price: "150 CHF/h", subtitle: "Dépannage rapide 24/7", buttons: [
{
text: "Appeler",
},
text: "Appeler"},
],
features: [
"Intervention 24h/24, 7j/7",
"Déplacement inclus",
"Diagnostic rapide",
],
"Intervention 24h/24, 7j/7", "Déplacement inclus", "Diagnostic rapide"],
},
]}
title="Transparence sur nos Tarifs de Plomberie"
@@ -372,23 +230,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "years",
icon: LifeBuoy,
title: "Ans d'Expérience",
value: "20+",
},
id: "years", icon: LifeBuoy,
title: "Ans d'Expérience", value: "20+"},
{
id: "clients",
icon: Users,
title: "Clients Satisfaits",
value: "500+",
},
id: "clients", icon: Users,
title: "Clients Satisfaits", value: "500+"},
{
id: "interventions",
icon: CheckCircle,
title: "Interventions Réussies",
value: "1000+",
},
id: "interventions", icon: CheckCircle,
title: "Interventions Réussies", value: "1000+"},
]}
title="Plomberie Genevoise en Chiffres"
description="La confiance de nos clients et notre expertise sont le fruit de nombreuses années de dévouement et de travail acharné."
@@ -401,50 +250,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Réactivité et professionnalisme",
quote: "L'équipe de Plomberie Genevoise a résolu notre problème de chauffe-eau avec une rapidité et une efficacité remarquables. Un service client au top !",
name: "Famille Martin",
role: "Résidents",
imageSrc: "http://img.b2bpic.net/free-photo/father-kid-taking-selfies_23-2148947322.jpg",
imageAlt: "Client satisfait",
},
id: "t1", title: "Réactivité et professionnalisme", quote: "L'équipe de Plomberie Genevoise a résolu notre problème de chauffe-eau avec une rapidité et une efficacité remarquables. Un service client au top !", name: "Famille Martin", role: "Résidents", imageSrc: "http://img.b2bpic.net/free-photo/father-kid-taking-selfies_23-2148947322.jpg", imageAlt: "Client satisfait"},
{
id: "t2",
title: "Qualité d'installation irréprochable",
quote: "Nous avons fait appel à eux pour la rénovation de notre cuisine. Le travail d'installation de la robinetterie et des éviers est impeccable. Très satisfaits !",
name: "Entreprise Durand",
role: "Gérant",
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg",
imageAlt: "Client satisfait",
},
id: "t2", title: "Qualité d'installation irréprochable", quote: "Nous avons fait appel à eux pour la rénovation de notre cuisine. Le travail d'installation de la robinetterie et des éviers est impeccable. Très satisfaits !", name: "Entreprise Durand", role: "Gérant", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg", imageAlt: "Client satisfait"},
{
id: "t3",
title: "Conseils précieux et écoute",
quote: "Pour le remplacement de notre ancienne chaudière, leurs conseils ont été très pertinents. L'installation s'est faite sans aucun accroc et le suivi est excellent.",
name: "Mme. Fournier",
role: "Propriétaire",
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg",
imageAlt: "Client satisfait",
},
id: "t3", title: "Conseils précieux et écoute", quote: "Pour le remplacement de notre ancienne chaudière, leurs conseils ont été très pertinents. L'installation s'est faite sans aucun accroc et le suivi est excellent.", name: "Mme. Fournier", role: "Propriétaire", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Client satisfait"},
{
id: "t4",
title: "Dépannage urgent un week-end",
quote: "Bloqués par une canalisation bouchée un samedi, Plomberie Genevoise est intervenue très rapidement. Efficaces et très aimables même en dehors des heures ouvrables.",
name: "M. et Mme. Rossi",
role: "Résidents",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-delivery-woman-uniform-holds-hands-open-isolated-orange-wall_141793-65954.jpg",
imageAlt: "Client satisfait",
},
id: "t4", title: "Dépannage urgent un week-end", quote: "Bloqués par une canalisation bouchée un samedi, Plomberie Genevoise est intervenue très rapidement. Efficaces et très aimables même en dehors des heures ouvrables.", name: "M. et Mme. Rossi", role: "Résidents", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-delivery-woman-uniform-holds-hands-open-isolated-orange-wall_141793-65954.jpg", imageAlt: "Client satisfait"},
{
id: "t5",
title: "Service complet et fiable",
quote: "De la maintenance préventive à l'intervention ponctuelle, nous faisons entièrement confiance à Plomberie Genevoise. Une équipe sur qui on peut compter !",
name: "Hôtel Léman",
role: "Direction",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-builder-woman-uniform-holding-hands-together-isolated-purple-wall_141793-102751.jpg",
imageAlt: "Client satisfait",
},
id: "t5", title: "Service complet et fiable", quote: "De la maintenance préventive à l'intervention ponctuelle, nous faisons entièrement confiance à Plomberie Genevoise. Une équipe sur qui on peut compter !", name: "Hôtel Léman", role: "Direction", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-builder-woman-uniform-holding-hands-together-isolated-purple-wall_141793-102751.jpg", imageAlt: "Client satisfait"},
]}
title="Nos Clients Témoignent de notre Excellence"
description="Découvrez pourquoi les résidents et entreprises de Genève nous font confiance pour leurs travaux de plomberie."
@@ -456,25 +270,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "Quels sont vos délais d'intervention ?",
content: "Nous nous engageons à intervenir dans les plus brefs délais, souvent en moins d'une heure pour les urgences à Genève et ses environs. Pour les rendez-vous planifiés, nous nous adaptons à votre emploi du temps.",
},
id: "faq1", title: "Quels sont vos délais d'intervention ?", content: "Nous nous engageons à intervenir dans les plus brefs délais, souvent en moins d'une heure pour les urgences à Genève et ses environs. Pour les rendez-vous planifiés, nous nous adaptons à votre emploi du temps."},
{
id: "faq2",
title: "Proposez-vous des devis gratuits ?",
content: "Oui, nous offrons des devis gratuits et détaillés pour tous les travaux d'installation et de rénovation. Pour les dépannages, un diagnostic initial peut être facturé avant le devis de réparation.",
},
id: "faq2", title: "Proposez-vous des devis gratuits ?", content: "Oui, nous offrons des devis gratuits et détaillés pour tous les travaux d'installation et de rénovation. Pour les dépannages, un diagnostic initial peut être facturé avant le devis de réparation."},
{
id: "faq3",
title: "Couvrez-vous toute la région de Genève ?",
content: "Notre équipe de plombiers intervient sur l'ensemble du canton de Genève, y compris les communes périphériques. N'hésitez pas à nous contacter pour vérifier notre couverture dans votre localité.",
},
id: "faq3", title: "Couvrez-vous toute la région de Genève ?", content: "Notre équipe de plombiers intervient sur l'ensemble du canton de Genève, y compris les communes périphériques. N'hésitez pas à nous contacter pour vérifier notre couverture dans votre localité."},
{
id: "faq4",
title: "Quels modes de paiement acceptez-vous ?",
content: "Nous acceptons les paiements par carte bancaire (Visa, MasterCard), Twint, virement bancaire et espèces. Les modalités de paiement seront précisées sur votre devis ou facture.",
},
id: "faq4", title: "Quels modes de paiement acceptez-vous ?", content: "Nous acceptons les paiements par carte bancaire (Visa, MasterCard), Twint, virement bancaire et espèces. Les modalités de paiement seront précisées sur votre devis ou facture."},
]}
sideTitle="Vos Questions, Nos Réponses"
sideDescription="Nous avons compilé les questions les plus fréquentes pour vous offrir des informations claires et immédiates sur nos services."
@@ -487,14 +289,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Besoin d'un Plombier Fiable à Genève ? Contactez-nous !"
buttons={[
{
text: "Demander un Devis",
href: "#",
},
text: "Demander un Devis", href: "#"},
]}
/>
</div>
@@ -507,49 +306,31 @@ export default function LandingPage() {
{
items: [
{
label: "Accueil",
href: "#hero",
},
label: "Accueil", href: "#hero"},
{
label: "À Propos",
href: "#about",
},
label: "À Propos", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
items: [
{
label: "Tarifs",
href: "#tarifs",
},
label: "Tarifs", href: "#tarifs"},
{
label: "Avis Clients",
href: "#testimonials",
},
label: "Avis Clients", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Confidentialité",
href: "#",
},
label: "Confidentialité", href: "#"},
{
label: "Mentions Légales",
href: "#",
},
label: "Mentions Légales", href: "#"},
],
},
]}