diff --git a/src/app/page.tsx b/src/app/page.tsx index c6d6ea0..0d15ff1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -133,24 +61,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - icon: Award, - title: "Années d'expérience", - value: "10+", - }, - { - id: "m2", - icon: Users, - title: "Clients satisfaits", - value: "500+", - }, - { - id: "m3", - icon: Zap, - title: "Interventions/an", - value: "200+", - }, + { id: "m1", icon: Award, title: "Années d'expérience", value: "10+" }, + { id: "m2", icon: Users, title: "Clients satisfaits", value: "500+" }, + { id: "m3", icon: Zap, title: "Interventions/an", value: "200+" }, ]} title="Chiffres clés" description="Engagés pour votre satisfaction depuis plusieurs années." @@ -163,33 +76,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Climatisation", - tags: [ - "Installation", - "Entretien", - ], - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-freon-leaks_482257-92791.jpg", - }, - { - id: "f2", - title: "Électricité", - tags: [ - "Rénovation", - "Dépannage", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg", - }, - { - id: "f3", - title: "Plomberie", - tags: [ - "Installation", - "Fuite", - ], - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg", - }, + { id: "f1", title: "Climatisation", tags: ["Installation", "Entretien"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" }, + { id: "f2", title: "Électricité", tags: ["Rénovation", "Dépannage"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" }, ]} title="Nos services multi-énergies" description="Des solutions complètes pour l'installation, la maintenance et le dépannage." @@ -203,42 +91,8 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Climatiseur Mural", - price: "Sur demande", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388991.jpg", - }, - { - id: "p2", - name: "Tableau Électrique", - price: "Sur demande", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-equipment-interaction-technical-indoor-task_169016-68105.jpg", - }, - { - id: "p3", - name: "Chaudière Haute Performance", - price: "Sur demande", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-turning-up-heater_23-2149335140.jpg", - }, - { - id: "p4", - name: "Thermostat Connecté", - price: "Sur demande", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-setting-alarm_23-2148994166.jpg", - }, - { - id: "p5", - name: "Système Filtration", - price: "Sur demande", - imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132625.jpg", - }, - { - id: "p6", - name: "VMC Ventilation", - price: "Sur demande", - imageSrc: "http://img.b2bpic.net/free-photo/sexy-shorthair-model-have-rest-have-daily-nap-sitting-blue-bag-chair-home_231208-2996.jpg", - }, + { id: "p1", name: "Climatiseur Mural", price: "Sur demande", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" }, + { id: "p2", name: "Tableau Électrique", price: "Sur demande", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" }, ]} title="Nos équipements" description="Sélection des meilleurs systèmes pour votre foyer." @@ -250,46 +104,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Chauffage", - quote: "Installation rapide et propre, je conseille vivement.", - name: "Jean D.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-phone-medium-shot_23-2149246349.jpg", - }, - { - id: "t2", - title: "Électricité", - quote: "Une réactivité exceptionnelle pour mon urgence.", - name: "Marie C.", - role: "Entreprise", - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg", - }, - { - id: "t3", - title: "Plomberie", - quote: "Le meilleur artisan du secteur, très pro.", - name: "Paul M.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-hipster-man-with-beard-smiling-laughing_176420-12171.jpg", - }, - { - id: "t4", - title: "Climatisation", - quote: "Un été enfin frais grâce à 06 Énergie.", - name: "Lucie V.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-stylish-middle-aged-woman-with-short-haircut-posing-indoors-expressing-positive-emotions_343059-4048.jpg", - }, - { - id: "t5", - title: "Entretien", - quote: "Service d'entretien annuel très complet.", - name: "Marc L.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-friends-chatting-laughing-haven-t-seen-each-other-long-time_273609-6606.jpg", - }, + { id: "t1", title: "Chauffage", quote: "Installation rapide et propre, je conseille vivement.", name: "Jean D.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" }, ]} title="Ce qu'ils pensent de nous" description="La confiance de nos clients est notre meilleure publicité." @@ -301,21 +116,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Intervenez-vous en urgence ?", - content: "Oui, nous traitons les urgences dépannage rapidement.", - }, - { - id: "q2", - title: "Quelles zones couvrez-vous ?", - content: "Nous intervenons sur tout le secteur de la région 06.", - }, - { - id: "q3", - title: "Proposez-vous des devis gratuits ?", - content: "Chaque projet fait l'objet d'un devis transparent et gratuit.", - }, + { id: "q1", title: "Intervenez-vous en urgence ?", content: "Oui, nous traitons les urgences dépannage rapidement." }, ]} title="Questions fréquentes" description="Tout savoir sur nos services HVAC." @@ -326,56 +127,23 @@ export default function LandingPage() {