diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 69549c9..32c0d7f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1413,4 +1413,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 33ced68..62eb605 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,6 @@ export default function LandingPage() { background={{ variant: "plain" }} buttons={[ { text: "📞 Appeler maintenant", href: "tel:06361333233" }, - { text: "📝 ", href: "#contact" }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg" @@ -68,22 +67,28 @@ export default function LandingPage() { features={[ { id: "1", title: "Dépannage Plomberie Urgence", author: "24h/24 disponible", description: "Intervention rapide pour fuites, ruptures et urgences. Nous arrivons en moins d'1 heure.", tags: ["Urgent", "Rapide"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-tools_181624-25928.jpg?_wi=1", imageAlt: "Intervention d'urgence plomberie"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-tools_181624-25928.jpg?_wi=1", imageAlt: "Intervention d'urgence plomberie" + }, { id: "2", title: "Réparation de Fuites", author: "Détection professionnelle", description: "Localisation et réparation des fuites d'eau. Diagnostic gratuit et transparent.", tags: ["Économie", "Professionnel"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-tools_181624-25928.jpg?_wi=2", imageAlt: "Réparation fuite d'eau"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-tools_181624-25928.jpg?_wi=2", imageAlt: "Réparation fuite d'eau" + }, { id: "3", title: "Débouchage Canalisation", author: "Méthodes efficaces", description: "Débouchage tuyaux, éviers et toilettes. Équipement professionnel haute technologie.", tags: ["Efficace", "Rapide"], - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg", imageAlt: "Débouchage canalisation"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg", imageAlt: "Débouchage canalisation" + }, { id: "4", title: "Rénovation Salle de Bain", author: "Design moderne", description: "Installation complète plomberie, carrelage et équipements salle de bain.", tags: ["Design", "Qualité"], - imageSrc: "http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg?_wi=1", imageAlt: "Rénovation salle de bain moderne"}, + imageSrc: "http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg?_wi=1", imageAlt: "Rénovation salle de bain moderne" + }, { id: "5", title: "Installation Plomberie", author: "Neuf et rénovation", description: "Installation cuisine, salle de bain, chauffage. Conformité aux normes.", tags: ["Installation", "Conforme"], - imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg", imageAlt: "Installation plomberie cuisine"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg", imageAlt: "Installation plomberie cuisine" + }, { id: "6", title: "Chauffe-eau & Chauffage", author: "Installation et réparation", description: "Maintenance, réparation et remplacement chauffe-eau, radiateurs et tuyauterie chauffage.", tags: ["Chauffage", "Maintenance"], - imageSrc: "http://img.b2bpic.net/free-photo/barbells-gym_23-2147671885.jpg", imageAlt: "Installation chauffe-eau"}, + imageSrc: "http://img.b2bpic.net/free-photo/barbells-gym_23-2147671885.jpg", imageAlt: "Installation chauffe-eau" + }, ]} animationType="slide-up" textboxLayout="default" @@ -137,7 +142,8 @@ export default function LandingPage() { tagIcon={MapPin} tagAnimation="slide-up" names={[ - "Créteil", "Saint-Maur-des-Fossés", "Maisons-Alfort", "Alfortville", "Bonneuil-sur-Marne", "Villejuif", "Ivry-sur-Seine", "Choisy-le-Roi"]} + "Créteil", "Saint-Maur-des-Fossés", "Maisons-Alfort", "Alfortville", "Bonneuil-sur-Marne", "Villejuif", "Ivry-sur-Seine", "Choisy-le-Roi" + ]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -157,19 +163,19 @@ export default function LandingPage() { id: "diagnostic", badge: "Diagnostic", badgeIcon: CheckCircle, price: "Gratuit", subtitle: "Pour urgences et interventions", buttons: [ { text: "Demander diagnostic", href: "#contact" }, - { text: "Appeler", href: "tel:06361333233" }, ], features: [ - "Identification du problème", "Évaluation rapide", "Tarif d'intervention estimé", "Aucune obligation"], + "Identification du problème", "Évaluation rapide", "Tarif d'intervention estimé", "Aucune obligation" + ], }, { id: "intervention", badge: "Intervention Standard", badgeIcon: Sparkles, price: "À partir de", subtitle: "Selon la nature et complexité", buttons: [ { text: "Obtenir un devis", href: "#contact" }, - { text: "Appeler maintenant", href: "tel:06361333233" }, ], features: [ - "Service professionnel complet", "Garant artisan expérimenté", "Matériel de qualité", "Devis détaillé fourni"], + "Service professionnel complet", "Garant artisan expérimenté", "Matériel de qualité", "Devis détaillé fourni" + ], }, ]} animationType="slide-up" @@ -205,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file