Update src/app/page.tsx

This commit is contained in:
2026-06-01 13:27:42 +00:00
parent 01c364b6ea
commit 77fc849bc1

View File

@@ -84,10 +84,10 @@ export default function LandingPage() {
title="Nos Services Essentiels en Plomberie & Chauffage"
description="Que ce soit pour un dépannage urgent ou une installation planifiée, nos techniciens qualifiés sont à votre service sur Chambéry et ses environs. Découvrez l'étendue de nos prestations."
features={[
{ title: "Dépannage Plomberie 24/7", description: "Fuite d'eau, canalisation bouchée, panne de chauffe-eau... Nous intervenons rapidement pour toutes vos urgences.", icon: Plug, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg", imageAlt: "Dépannage plomberie d'urgence" }, { imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg", imageAlt: "Réparation rapide de fuite" }] },
{ title: "Installation & Réparation Chauffe-eau", description: "Expertise complète pour votre chauffe-eau : installation, entretien et réparation de tous types de ballons.", icon: Thermometer, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg", imageAlt: "Installation chauffe-eau" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg", imageAlt: "Réparation chauffe-eau" }] },
{ title: "Entretien & Dépannage Chauffage", description: "Maintenance préventive, réparation de chaudière, réglage de radiateurs... Votre confort thermique est notre priorité.", icon: Flame, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg", imageAlt: "Entretien chauffage" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg", imageAlt: "Dépannage chauffage" }] },
{ title: "Création & Rénovation Salle de Bain", description: "De la conception à la réalisation, nous prenons en charge l'intégralité de votre projet salle de bain clé en main.", icon: Bath, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Rénovation salle de bain" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Installation sanitaire" }] }
{ title: "Dépannage Plomberie 24/7", description: "Fuite d'eau, canalisation bouchée, panne de chauffe-eau... Nous intervenons rapidement pour toutes vos urgences.", icon: Plug, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg?_wi=1", imageAlt: "Dépannage plomberie d'urgence" }, { imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg?_wi=2", imageAlt: "Réparation rapide de fuite" }] },
{ title: "Installation & Réparation Chauffe-eau", description: "Expertise complète pour votre chauffe-eau : installation, entretien et réparation de tous types de ballons.", icon: Thermometer, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=1", imageAlt: "Installation chauffe-eau" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=2", imageAlt: "Réparation chauffe-eau" }] },
{ title: "Entretien & Dépannage Chauffage", description: "Maintenance préventive, réparation de chaudière, réglage de radiateurs... Votre confort thermique est notre priorité.", icon: Flame, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=3", imageAlt: "Entretien chauffage" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=4", imageAlt: "Dépannage chauffage" }] },
{ title: "Création & Rénovation Salle de Bain", description: "De la conception à la réalisation, nous prenons en charge l'intégralité de votre projet salle de bain clé en main.", icon: Bath, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg?_wi=1", imageAlt: "Rénovation salle de bain" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg?_wi=2", imageAlt: "Installation sanitaire" }] }
]}
animationType="slide-up"
textboxLayout="default"