From f859e7d71cbd7165c65b9b85e59e335f40ea76b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:48:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 206 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 159 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a743f8..91a1d87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,95 +33,48 @@ export default function LandingPage() {
@@ -133,49 +86,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Diagnostic de panne", - description: "Identification rapide et précise de vos pannes. Intervention d'urgence sur Montpellier.", - icon: Zap, + title: "Diagnostic de panne", description: "Identification rapide et précise de vos pannes. Intervention d'urgence sur Montpellier.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/analytics-comparison-information-networking-concept_53876-15846.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-electronic-circuit-board-with-cpu-microchip-electronic-components-background_1387-745.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/analytics-comparison-information-networking-concept_53876-15846.jpg", imageAlt: "network data nodes visualization" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-electronic-circuit-board-with-cpu-microchip-electronic-components-background_1387-745.jpg", imageAlt: "smart home automation tech concept" }, ], - 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: "network data nodes visualization", }, { - title: "Tableau électrique", - description: "Mise aux normes et installation de tableaux conformes NF C 15-100.", - icon: Layout, + title: "Tableau électrique", description: "Mise aux normes et installation de tableaux conformes NF C 15-100.", icon: Layout, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/3d-network-communications-data-technology-background-with-low-poly-plexus-design_1048-16344.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/strong-young-sports-woman-standing-outdoors_171337-13220.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-network-communications-data-technology-background-with-low-poly-plexus-design_1048-16344.jpg", imageAlt: "network data nodes visualization" }, + { imageSrc: "http://img.b2bpic.net/free-photo/strong-young-sports-woman-standing-outdoors_171337-13220.jpg", imageAlt: "smart home automation tech concept" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/architect-smiling-safety-equipment_23-2148242954.jpg?_wi=1", - imageAlt: "network data nodes visualization", }, { - title: "Luminaires", - description: "Conseil, sélection et pose de vos luminaires intérieurs et extérieurs.", - icon: Sun, + title: "Luminaires", description: "Conseil, sélection et pose de vos luminaires intérieurs et extérieurs.", icon: Sun, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828217.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-switchboard-testing-digital-diagnostics_169016-68404.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828217.jpg", imageAlt: "network data nodes visualization" }, + { imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-switchboard-testing-digital-diagnostics_169016-68404.jpg", imageAlt: "smart home automation tech concept" }, ], - imageSrc: "http://img.b2bpic.net/free-vector/hardware-25-solid-glyph-icon-pack-including-tv-hardware-fan-searching-bluetooth_1142-26760.jpg", - imageAlt: "network data nodes visualization", }, ]} title="Tout ce dont vous avez besoin." @@ -185,27 +114,19 @@ export default function LandingPage() {
@@ -245,14 +162,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} names={[ - "Électricien.fr", - "FFB", - "Somfy", - "Legrand", - "NF C 15-100", - "IRVE", - "Artisan Qualifié", - ]} + "Électricien.fr", "FFB", "Somfy", "Legrand", "NF C 15-100", "IRVE", "Artisan Qualifié"]} title="Une confiance méritée." description="PLANET ELEC est partenaire des plus grandes références du secteur électrique." /> @@ -264,20 +174,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Intervenez-vous en urgence ?", - content: "Oui, nous proposons une intervention rapide sur Montpellier Métropole pour vos pannes électriques.", - }, + id: "q1", title: "Intervenez-vous en urgence ?", content: "Oui, nous proposons une intervention rapide sur Montpellier Métropole pour vos pannes électriques."}, { - id: "q2", - title: "Comment obtenir un devis ?", - content: "Utilisez notre formulaire de contact, nous vous recontacterons avec un devis détaillé sous 48h.", - }, + id: "q2", title: "Comment obtenir un devis ?", content: "Utilisez notre formulaire de contact, nous vous recontacterons avec un devis détaillé sous 48h."}, { - id: "q3", - title: "Êtes-vous certifiés ?", - content: "Oui, PLANET ELEC est un artisan électricien certifié et habilité pour les bornes de recharge IRVE.", - }, + id: "q3", title: "Êtes-vous certifiés ?", content: "Oui, PLANET ELEC est un artisan électricien certifié et habilité pour les bornes de recharge IRVE."}, ]} title="Questions fréquentes." description="Tout ce que vous devez savoir sur nos services et méthodes." @@ -289,8 +190,7 @@ export default function LandingPage() {