From 374fe6a09ff4b10c37c24df9acd8aea2e02c5fe8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:15:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1008d82..c360de2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,9 +124,9 @@ export default function HomePage() { { id: "external", name: "Plomberie extérieure", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/old-fire-hydrant-street_23-2148184334.jpg?_wi=1", imageAlt: "Plomberie extérieure et réseau"}, { - id: "heating", name: "Chauffe-eau & chauffage", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?id=23987374", imageAlt: "Installation et réparation chauffe-eau"}, + id: "heating", name: "Chauffe-eau & chauffage", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?id=23987374&_wi=1", imageAlt: "Installation et réparation chauffe-eau"}, { - id: "maintenance", name: "Entretien préventif", price: "Tarif réduit", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?id=23987374", imageAlt: "Entretien et maintenance plomberie"}, + id: "maintenance", name: "Entretien préventif", price: "Tarif réduit", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?id=23987374&_wi=2", imageAlt: "Entretien et maintenance plomberie"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1