From 2e753739162b82915154ccca584859e5ce5d5c47 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:24:54 +0000 Subject: [PATCH 1/3] Update src/app/climatisation/page.tsx --- src/app/climatisation/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/climatisation/page.tsx b/src/app/climatisation/page.tsx index b76dc0d..bacc4fc 100644 --- a/src/app/climatisation/page.tsx +++ b/src/app/climatisation/page.tsx @@ -77,13 +77,13 @@ const AirConditioningPage = () => { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg", imageAlt: "Climatisation réversible"}, + "http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg?_wi=4", imageAlt: "Climatisation réversible"}, { imageSrc: - "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg", imageAlt: "Installation HVAC"}, + "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg?_wi=5", imageAlt: "Installation HVAC"}, { imageSrc: - "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", imageAlt: "Système de climatisation"}, + "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=2", imageAlt: "Système de climatisation"}, ]} buttons={[ { text: "📞 Appeler maintenant", href: "tel:+33620651812" }, @@ -106,7 +106,7 @@ const AirConditioningPage = () => { id: "1", title: "Installation Climatisation", description: "Pose professionnelle de systèmes de climatisation réversible. Installation conforme aux normes avec étude préalable.", media: { imageSrc: - "http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg", imageAlt: "Installation climatisation"}, + "http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg?_wi=5", imageAlt: "Installation climatisation"}, items: [ { icon: Wind, text: "Unité intérieure et extérieure" }, { icon: Wind, text: "Installation tuyauterie" }, @@ -119,7 +119,7 @@ const AirConditioningPage = () => { id: "2", title: "Entretien et Maintenance", description: "Maintenance régulière pour assurer la performance et la durabilité de votre système. Révision complète et nettoyage.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", imageAlt: "Entretien climatisation"}, + "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=3", imageAlt: "Entretien climatisation"}, items: [ { icon: Wind, text: "Révision annuelle" }, { icon: Wind, text: "Recharge frigorifique" }, @@ -132,7 +132,7 @@ const AirConditioningPage = () => { id: "3", title: "Dépannage Climatisation", description: "Intervention rapide pour tous les problèmes de climatisation. Diagnostic complet et réparation efficace.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg", imageAlt: "Dépannage climatisation"}, + "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg?_wi=6", imageAlt: "Dépannage climatisation"}, items: [ { icon: Wind, text: "Intervention d'urgence" }, { icon: Wind, text: "Diagnostic rapide" }, @@ -163,7 +163,7 @@ const AirConditioningPage = () => {