Update src/app/climatisation/page.tsx

This commit is contained in:
2026-03-04 17:24:04 +00:00
parent a13fa15805
commit 41896fbd62

View File

@@ -18,8 +18,7 @@ const AirConditioningPage = () => {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Électricité Générale", href: "/electricite" },
{ label: "Climatisation", href: "/climatisation" },
{ label: "Bornes de Recharge", href: "/bornes-recharge" },
@@ -27,8 +26,7 @@ const AirConditioningPage = () => {
],
},
{
title: "Entreprise",
items: [
title: "Entreprise", items: [
{ label: "À Propos", href: "/a-propos" },
{ label: "Nos Avis", href: "#testimonials" },
{ label: "Zone d'Intervention", href: "#service-area" },
@@ -36,8 +34,7 @@ const AirConditioningPage = () => {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 06 20 65 18 12", href: "tel:+33620651812" },
{ label: "📍 4 Sq. de l'Aube, 31820 Pibrac", href: "#" },
{ label: "⭐ 4,9/5 sur Google", href: "#" },
@@ -53,7 +50,7 @@ const AirConditioningPage = () => {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -64,9 +61,7 @@ const AirConditioningPage = () => {
brandName="Solutions Clim Et Elec"
navItems={navItems}
button={{
text: "📞 Appeler maintenant",
href: "tel:+33620651812",
}}
text: "📞 Appeler maintenant", href: "tel:+33620651812"}}
animateOnLoad={true}
/>
</div>
@@ -78,23 +73,17 @@ const AirConditioningPage = () => {
tag="Solutions Modernes"
tagIcon={Wind}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg?_wi=4",
imageAlt: "Climatisation réversible",
},
"http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg", imageAlt: "Climatisation réversible"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg?_wi=5",
imageAlt: "Installation HVAC",
},
"http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg", imageAlt: "Installation HVAC"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=2",
imageAlt: "Système de climatisation",
},
"http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", imageAlt: "Système de climatisation"},
]}
buttons={[
{ text: "📞 Appeler maintenant", href: "tel:+33620651812" },
@@ -114,15 +103,10 @@ const AirConditioningPage = () => {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Installation Climatisation",
description:
"Pose professionnelle de systèmes de climatisation réversible. Installation conforme aux normes avec étude préalable.",
media: {
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?_wi=5",
imageAlt: "Installation climatisation",
},
"http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg", imageAlt: "Installation climatisation"},
items: [
{ icon: Wind, text: "Unité intérieure et extérieure" },
{ icon: Wind, text: "Installation tuyauterie" },
@@ -132,15 +116,10 @@ const AirConditioningPage = () => {
reverse: false,
},
{
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: {
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?_wi=3",
imageAlt: "Entretien climatisation",
},
"http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", imageAlt: "Entretien climatisation"},
items: [
{ icon: Wind, text: "Révision annuelle" },
{ icon: Wind, text: "Recharge frigorifique" },
@@ -150,15 +129,10 @@ const AirConditioningPage = () => {
reverse: true,
},
{
id: "3",
title: "Dépannage Climatisation",
description:
"Intervention rapide pour tous les problèmes de climatisation. Diagnostic complet et réparation efficace.",
media: {
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?_wi=6",
imageAlt: "Dépannage climatisation",
},
"http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg", imageAlt: "Dépannage climatisation"},
items: [
{ icon: Wind, text: "Intervention d'urgence" },
{ icon: Wind, text: "Diagnostic rapide" },
@@ -189,7 +163,7 @@ const AirConditioningPage = () => {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg"
imageAlt="Solutions Clim Et Elec - Services climatisation"
logoText="Solutions Clim Et Elec"
copyrightText="© 2025 Solutions Clim Et Elec | Climatisation Réversible à Pibrac"