Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-04 17:24:09 +00:00
3 changed files with 82 additions and 218 deletions

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"

View File

@@ -18,8 +18,7 @@ const ElectricityPage = () => {
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 ElectricityPage = () => {
],
},
{
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 ElectricityPage = () => {
],
},
{
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 ElectricityPage = () => {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -64,9 +61,7 @@ const ElectricityPage = () => {
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 ElectricityPage = () => {
tag="Services Fiables"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=4",
imageAlt: "Installation électrique professionnelle",
},
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Installation électrique professionnelle"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg?_wi=3",
imageAlt: "Électricien professionnel au travail",
},
"http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg", imageAlt: "Électricien professionnel au travail"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=5",
imageAlt: "Tableau électrique professionnel",
},
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Tableau électrique professionnel"},
]}
buttons={[
{ text: "📞 Appeler maintenant", href: "tel:+33620651812" },
@@ -114,15 +103,10 @@ const ElectricityPage = () => {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Installation Électrique",
description:
"Installation complète de systèmes électriques neufs ou rénovation d'installations existantes. Conforme aux normes NFC 15-100.",
media: {
id: "1", title: "Installation Électrique", description:
"Installation complète de systèmes électriques neufs ou rénovation d'installations existantes. Conforme aux normes NFC 15-100.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=6",
imageAlt: "Installation électrique",
},
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Installation électrique"},
items: [
{ icon: Zap, text: "Pose de câblage et fils" },
{ icon: Zap, text: "Installation de prises" },
@@ -132,15 +116,10 @@ const ElectricityPage = () => {
reverse: false,
},
{
id: "2",
title: "Dépannage Électrique Urgent",
description:
"Intervention rapide et efficace pour tous vos problèmes électriques. Diagnostic complet et solution immédiate.",
media: {
id: "2", title: "Dépannage Électrique Urgent", description:
"Intervention rapide et efficace pour tous vos problèmes électriques. Diagnostic complet et solution immédiate.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg?_wi=4",
imageAlt: "Dépannage électrique",
},
"http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg", imageAlt: "Dépannage électrique"},
items: [
{ icon: Zap, text: "Intervention 24/7" },
{ icon: Zap, text: "Diagnostic rapide" },
@@ -150,15 +129,10 @@ const ElectricityPage = () => {
reverse: true,
},
{
id: "3",
title: "Mise aux Normes Électriques",
description:
"Vérification et mise en conformité de votre installation électrique selon les normes actuelles de sécurité.",
media: {
id: "3", title: "Mise aux Normes Électriques", description:
"Vérification et mise en conformité de votre installation électrique selon les normes actuelles de sécurité.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=7",
imageAlt: "Conformité électrique",
},
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Conformité électrique"},
items: [
{ icon: Zap, text: "Audit électrique complet" },
{ icon: Zap, text: "Certificat de conformité" },
@@ -189,7 +163,7 @@ const ElectricityPage = () => {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=8"
imageSrc="http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg"
imageAlt="Solutions Clim Et Elec - Services électricité"
logoText="Solutions Clim Et Elec"
copyrightText="© 2025 Solutions Clim Et Elec | Électricité Générale à Pibrac"

View File

@@ -22,8 +22,7 @@ const HomePage = () => {
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" },
@@ -31,8 +30,7 @@ const HomePage = () => {
],
},
{
title: "Entreprise",
items: [
title: "Entreprise", items: [
{ label: "À Propos", href: "/a-propos" },
{ label: "Nos Avis", href: "#testimonials" },
{ label: "Zone d'Intervention", href: "#service-area" },
@@ -40,8 +38,7 @@ const HomePage = () => {
],
},
{
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: "#" },
@@ -57,7 +54,7 @@ const HomePage = () => {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -68,9 +65,7 @@ const HomePage = () => {
brandName="Solutions Clim Et Elec"
navItems={navItems}
button={{
text: "📞 Appeler maintenant",
href: "tel:+33620651812",
}}
text: "📞 Appeler maintenant", href: "tel:+33620651812"}}
animateOnLoad={true}
/>
</div>
@@ -82,23 +77,17 @@ const HomePage = () => {
tag="⭐ 4,9/5 sur Google"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg?_wi=1",
imageAlt: "Électricien professionnel à Pibrac",
},
"http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg", imageAlt: "Électricien professionnel à Pibrac"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=1",
imageAlt: "Installation électrique professionnelle",
},
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Installation électrique professionnelle"},
{
imageSrc:
"http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg?_wi=1",
imageAlt: "Climatisation réversible",
},
"http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg", imageAlt: "Climatisation réversible"},
]}
buttons={[
{ text: "📞 Appeler maintenant", href: "tel:+33620651812" },
@@ -137,15 +126,10 @@ const HomePage = () => {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Électricité Générale",
description:
"Installation complète, dépannage et mise aux normes électriques. Nous gérons tous vos besoins en électricité résidentielle et commerciale.",
media: {
id: "1", title: "Électricité Générale", description:
"Installation complète, dépannage et mise aux normes électriques. Nous gérons tous vos besoins en électricité résidentielle et commerciale.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=2",
imageAlt: "Services électricité générale",
},
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Services électricité générale"},
items: [
{ icon: Zap, text: "Installation & réparation" },
{ icon: Zap, text: "Mise aux normes" },
@@ -155,15 +139,10 @@ const HomePage = () => {
reverse: false,
},
{
id: "2",
title: "Climatisation Réversible",
description:
"Systèmes de climatisation modernes et efficaces. Installation, entretien et dépannage de tous vos équipements de climatisation.",
media: {
id: "2", title: "Climatisation Réversible", description:
"Systèmes de climatisation modernes et efficaces. Installation, entretien et dépannage de tous vos équipements de climatisation.", media: {
imageSrc:
"http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg?_wi=2",
imageAlt: "Climatisation réversible professionnelle",
},
"http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg", imageAlt: "Climatisation réversible professionnelle"},
items: [
{ icon: Wind, text: "Installation climatisation" },
{ icon: Wind, text: "Entretien régulier" },
@@ -173,15 +152,10 @@ const HomePage = () => {
reverse: true,
},
{
id: "3",
title: "Bornes de Recharge Électrique",
description:
"Installation sécurisée de chargeurs pour véhicules électriques. Solutions conformes aux normes et aux besoins modernes de mobilité.",
media: {
id: "3", title: "Bornes de Recharge Électrique", description:
"Installation sécurisée de chargeurs pour véhicules électriques. Solutions conformes aux normes et aux besoins modernes de mobilité.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/man-plugging-charger-into-electric-car-charge-station_1268-17726.jpg?_wi=1",
imageAlt: "Installation borne recharge véhicule électrique",
},
"http://img.b2bpic.net/free-photo/man-plugging-charger-into-electric-car-charge-station_1268-17726.jpg", imageAlt: "Installation borne recharge véhicule électrique"},
items: [
{ icon: Zap, text: "Étude technique" },
{ icon: Zap, text: "Installation conformité" },
@@ -191,15 +165,10 @@ const HomePage = () => {
reverse: false,
},
{
id: "4",
title: "Ballon Thermodynamique",
description:
"Solutions d'optimisation énergétique pour votre habitat. Installation et maintenance de systèmes haute performance.",
media: {
id: "4", title: "Ballon Thermodynamique", description:
"Solutions d'optimisation énergétique pour votre habitat. Installation et maintenance de systèmes haute performance.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=1",
imageAlt: "Ballon thermodynamique installation",
},
"http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", imageAlt: "Ballon thermodynamique installation"},
items: [
{ icon: Zap, text: "Installation expert" },
{ icon: Zap, text: "Optimisation énergétique" },
@@ -239,15 +208,10 @@ const HomePage = () => {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Contactez-nous",
description:
"Appelez directement au 06 20 65 18 12 ou demandez un devis en ligne. Réponse en 24 heures maximum.",
media: {
id: "1", title: "Contactez-nous", description:
"Appelez directement au 06 20 65 18 12 ou demandez un devis en ligne. Réponse en 24 heures maximum.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=3",
imageAlt: "Contact professionnel",
},
"http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Contact professionnel"},
items: [
{ icon: Phone, text: "Disponible 24/7" },
{ icon: Phone, text: "Réponse rapide" },
@@ -255,15 +219,10 @@ const HomePage = () => {
reverse: false,
},
{
id: "2",
title: "Diagnostic Précis",
description:
"Notre équipe qualifiée réalise un diagnostic complet et transparent de vos besoins. Nous vous proposons des solutions adaptées.",
media: {
id: "2", title: "Diagnostic Précis", description:
"Notre équipe qualifiée réalise un diagnostic complet et transparent de vos besoins. Nous vous proposons des solutions adaptées.", media: {
imageSrc:
"http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg?_wi=3",
imageAlt: "Diagnostic professionnel",
},
"http://img.b2bpic.net/free-vector/ventilation-conditioning-heating-infograhics_1284-15016.jpg", imageAlt: "Diagnostic professionnel"},
items: [
{ icon: CheckCircle, text: "Étude gratuite" },
{ icon: CheckCircle, text: "Devis détaillé" },
@@ -271,15 +230,10 @@ const HomePage = () => {
reverse: true,
},
{
id: "3",
title: "Intervention Efficace",
description:
"Nos techniciens qualifiés interviennent dans les délais convenus. Travail soigné, sécurisé et conforme aux normes en vigueur.",
media: {
id: "3", title: "Intervention Efficace", description:
"Nos techniciens qualifiés interviennent dans les délais convenus. Travail soigné, sécurisé et conforme aux normes en vigueur.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/man-plugging-charger-into-electric-car-charge-station_1268-17726.jpg?_wi=2",
imageAlt: "Intervention professionnelle",
},
"http://img.b2bpic.net/free-photo/man-plugging-charger-into-electric-car-charge-station_1268-17726.jpg", imageAlt: "Intervention professionnelle"},
items: [
{ icon: Zap, text: "Professionnel certifié" },
{ icon: Zap, text: "Garantie travail" },
@@ -299,9 +253,7 @@ const HomePage = () => {
animationType="entrance-slide"
buttons={[
{
text: "📍 Voir notre zone d'intervention",
href: "tel:+33620651812",
},
text: "📍 Voir notre zone d'intervention", href: "tel:+33620651812"},
]}
background={{ variant: "plain" }}
useInvertedBackground={true}
@@ -317,65 +269,29 @@ const HomePage = () => {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Marie Dupont",
role: "Propriétaire",
company: "Pibrac",
rating: 5,
id: "1", name: "Marie Dupont", role: "Propriétaire", company: "Pibrac", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "Marie Dupont",
},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marie Dupont"},
{
id: "2",
name: "Jean Bernard",
role: "Gestionnaire",
company: "Commerce Local",
rating: 5,
id: "2", name: "Jean Bernard", role: "Gestionnaire", company: "Commerce Local", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Jean Bernard",
},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jean Bernard"},
{
id: "3",
name: "Sophie Laurent",
role: "Directrice",
company: "PME Locale",
rating: 5,
id: "3", name: "Sophie Laurent", role: "Directrice", company: "PME Locale", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
imageAlt: "Sophie Laurent",
},
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sophie Laurent"},
{
id: "4",
name: "Philippe Martin",
role: "Entrepreneur",
company: "Artisan",
rating: 5,
id: "4", name: "Philippe Martin", role: "Entrepreneur", company: "Artisan", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageAlt: "Philippe Martin",
},
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Philippe Martin"},
{
id: "5",
name: "Isabelle Leclerc",
role: "Propriétaire",
company: "Villa Résidentielle",
rating: 5,
id: "5", name: "Isabelle Leclerc", role: "Propriétaire", company: "Villa Résidentielle", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg",
imageAlt: "Isabelle Leclerc",
},
"http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg", imageAlt: "Isabelle Leclerc"},
{
id: "6",
name: "Robert Gaudin",
role: "Directeur",
company: "Bureau Professionnel",
rating: 5,
id: "6", name: "Robert Gaudin", role: "Directeur", company: "Bureau Professionnel", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
imageAlt: "Robert Gaudin",
},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Gaudin"},
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
@@ -399,7 +315,7 @@ const HomePage = () => {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67118.jpg"
imageAlt="Solutions Clim Et Elec - Électricien à Pibrac"
logoText="Solutions Clim Et Elec"
copyrightText="© 2025 Solutions Clim Et Elec | Électricien & Climatisation à Pibrac"