5 Commits

Author SHA1 Message Date
ff71508c0a Update src/app/styles/base.css 2026-06-01 14:34:06 +00:00
1abdfa9318 Update src/app/page.tsx 2026-06-01 14:34:05 +00:00
bf736fc741 Merge version_2 into main
Merge version_2 into main
2026-06-01 14:30:38 +00:00
ef2d5ecb7d Merge version_2 into main
Merge version_2 into main
2026-06-01 14:30:14 +00:00
f09816e627 Merge version_2 into main
Merge version_2 into main
2026-06-01 14:29:25 +00:00
2 changed files with 77 additions and 77 deletions

View File

@@ -32,57 +32,57 @@ export default function HvacPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="AirPro HVAC" brandName="AirPro CVC"
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Gallery", id: "gallery" }, { name: "Galerie", id: "gallery" },
{ name: "About", id: "about" }, { name: "À Propos", id: "about" },
{ name: "Testimonials", id: "testimonials" }, { name: "Témoignages", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ text: "Get a Quote", href: "#contact" }} button={{ text: "Obtenir un Devis", href: "#contact" }}
animateOnLoad={false} animateOnLoad={false}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroOverlay
title="Your Comfort Is Our Priority" title="Votre Confort Est Notre Priorité"
description="Professional heating, ventilation, and air conditioning services for homes and businesses. From installations to emergency repairs, we keep your climate perfect year-round." description="Services professionnels de chauffage, ventilation et climatisation pour les maisons et les entreprises. Des installations aux réparations d'urgence, nous maintenons votre climat parfait toute l'année."
avatars={[ avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" } { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" }
]} ]}
avatarText="Trusted by 500+ clients" avatarText="Approuvé par plus de 500 clients"
buttons={[ buttons={[
{ text: "Schedule Service", href: "#contact" }, { text: "Planifier un Service", href: "#contact" },
{ text: "Our Services", href: "#services" } { text: "Nos Services", href: "#services" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
imageAlt="HVAC technician performing system maintenance" imageAlt="Technicien CVC effectuant l'entretien du système"
showDimOverlay={true} showDimOverlay={true}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
tag="About Us" tag="À Propos de Nous"
title="Reliable Climate Solutions Since 2005" title="Solutions Climatiques Fiables Depuis 2005"
description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs — backed by transparent pricing and a commitment to getting the job done right the first time." description="AirPro CVC assure le confort des foyers et des entreprises depuis près de deux décennies. Nos techniciens certifiés offrent des installations, une maintenance et des réparations expertes — soutenues par des prix transparents et un engagement à faire le travail correctement du premier coup."
metrics={[ metrics={[
{ {
value: "2,500+", title: "Systems installed and serviced" value: "2,500+", title: "Systèmes installés et entretenus"
}, },
{ {
value: "98%", title: "Customer satisfaction rate" value: "98%", title: "Taux de satisfaction client"
} }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg?_wi=1"
imageAlt="Commercial HVAC units on rooftop" imageAlt="Unités CVC commerciales sur le toit"
mediaBadge={{ mediaBadge={{
text: "Active Now", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Technician" text: "Actif Maintenant", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Technicien"
}} }}
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
@@ -91,28 +91,28 @@ export default function HvacPage() {
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardOne <FeatureCardOne
title="Our Services" title="Nos Services"
description="From installations to emergency repairs, we have your comfort covered." description="Des installations aux réparations d'urgence, nous assurons votre confort."
buttons={[{ text: "Get a Quote", href: "#contact" }]} buttons={[{ text: "Obtenir un Devis", href: "#contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
features={[ features={[
{ {
title: "AC Installation", description: "Expert installation of high-efficiency air conditioning systems for homes and commercial spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=1", imageAlt: "AC installation service" title: "Installation de Climatisation", description: "Installation experte de systèmes de climatisation à haute efficacité pour les maisons et les espaces commerciaux.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=1", imageAlt: "Service d'installation de climatisation"
}, },
{ {
title: "Heating Systems", description: "Complete furnace and heat pump installations to keep you warm through every winter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg?_wi=1", imageAlt: "Heating system service" title: "Systèmes de Chauffage", description: "Installations complètes de fournaises et de thermopompes pour vous garder au chaud tout l'hiver.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg?_wi=1", imageAlt: "Service de système de chauffage"
}, },
{ {
title: "Maintenance Plans", description: "Preventative maintenance programs that extend the life of your system and reduce energy costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=1", imageAlt: "HVAC maintenance" title: "Plans d'Entretien", description: "Programmes d'entretien préventif qui prolongent la durée de vie de votre système et réduisent les coûts énergétiques.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=1", imageAlt: "Entretien CVC"
}, },
{ {
title: "Emergency Repairs", description: "24/7 emergency repair service — we respond fast when your system breaks down unexpectedly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=1", imageAlt: "Emergency HVAC repair" title: "Réparations d'Urgence", description: "Service de réparation d'urgence 24h/24 et 7j/7 — nous intervenons rapidement lorsque votre système tombe en panne de manière inattendue.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=1", imageAlt: "Réparation CVC d'urgence"
}, },
{ {
title: "Duct Cleaning", description: "Professional duct cleaning to improve air quality and system efficiency throughout your property.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=1", imageAlt: "Duct cleaning service" title: "Nettoyage de Conduits", description: "Nettoyage professionnel des conduits pour améliorer la qualité de l'air et l'efficacité du système dans toute votre propriété.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=1", imageAlt: "Service de nettoyage de conduits"
}, },
{ {
title: "System Inspections", description: "Thorough inspections with detailed reports and transparent recommendations — no hidden fees.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg", imageAlt: "HVAC system inspection" title: "Inspections de Systèmes", description: "Inspections approfondies avec des rapports détaillés et des recommandations transparentes — pas de frais cachés.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg", imageAlt: "Inspection du système CVC"
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -126,20 +126,20 @@ export default function HvacPage() {
</div> </div>
<FeatureBorderGlow <FeatureBorderGlow
title="Why Choose AirPro" title="Pourquoi Choisir AirPro"
description="What sets us apart from the rest" description="Ce qui nous distingue des autres"
features={[ features={[
{ {
icon: ShieldCheck, icon: ShieldCheck,
title: "Reliability & Trust", description: "Looking for a dependable HVAC company? We arrive on time and do the job right." title: "Fiabilité & Confiance", description: "Vous recherchez une entreprise CVC fiable ? Nous arrivons à l'heure et faisons le travail correctement."
}, },
{ {
icon: Wrench, icon: Wrench,
title: "Quality Workmanship", description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials." title: "Qualité d'Exécution", description: "Nos techniciens qualifiés excellent dans diverses réparations CVC, utilisant uniquement des matériaux de première qualité."
}, },
{ {
icon: DollarSign, icon: DollarSign,
title: "Fair & Transparent Pricing", description: "No surprises here! We offer clear quotes and fair pricing for quality work." title: "Prix Justes & Transparents", description: "Pas de surprises ici ! Nous offrons des devis clairs et des prix justes pour un travail de qualité."
} }
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -148,20 +148,20 @@ export default function HvacPage() {
/> />
<FeatureCardEight <FeatureCardEight
title="How It Works" title="Comment Ça Marche"
description="Our simple process from first call to finished job" description="Notre processus simple du premier appel au travail terminé"
features={[ features={[
{ {
title: "Schedule a Call", description: "Contact us by phone or online to describe your HVAC issue. We'll find a time that works for you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=2", imageAlt: "Scheduling a service call" title: "Planifier un Appel", description: "Contactez-nous par téléphone ou en ligne pour décrire votre problème CVC. Nous trouverons un moment qui vous convient.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=2", imageAlt: "Planification d'un appel de service"
}, },
{ {
title: "On-Site Diagnosis", description: "A certified technician arrives on time, inspects your system, and explains the issue with a clear quote.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=2", imageAlt: "Technician diagnosing HVAC system" title: "Diagnostic sur Site", description: "Un technicien certifié arrive à l'heure, inspecte votre système et explique le problème avec un devis clair.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=2", imageAlt: "Technicien diagnostiquant un système CVC"
}, },
{ {
title: "Expert Repair or Install", description: "We complete the work using premium parts and proven techniques — most jobs done same day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=2", imageAlt: "HVAC repair in progress" title: "Réparation ou Installation Experte", description: "Nous effectuons le travail en utilisant des pièces de première qualité et des techniques éprouvées — la plupart des travaux sont effectués le jour même.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=2", imageAlt: "Réparation CVC en cours"
}, },
{ {
title: "Quality Guarantee", description: "We test everything before we leave and back all work with our satisfaction guarantee.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=2", imageAlt: "Final quality check" title: "Garantie de Qualité", description: "Nous testons tout avant de partir et garantissons tous nos travaux avec notre garantie de satisfaction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=2", imageAlt: "Contrôle qualité final"
} }
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -170,15 +170,15 @@ export default function HvacPage() {
<div id="gallery" data-section="gallery"> <div id="gallery" data-section="gallery">
<ProductCardTwo <ProductCardTwo
title="Our Project Gallery" title="Notre Galerie de Projets"
description="Showcasing our completed HVAC installations and successful projects." description="Présentation de nos installations CVC terminées et de nos projets réussis."
products={[ products={[
{ id: "1", name: "AC Unit Installation", brand: "AirPro", price: "Upon Quote", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=3", imageAlt: "AC Unit Installation" }, { id: "1", name: "Installation d'unité de climatisation", brand: "AirPro", price: "Sur Devis", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=3", imageAlt: "Installation d'unité de climatisation" },
{ id: "2", name: "Commercial HVAC System", brand: "AirPro", price: "Upon Quote", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg?_wi=2", imageAlt: "Commercial HVAC System" }, { id: "2", name: "Système CVC Commercial", brand: "AirPro", price: "Sur Devis", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg?_wi=2", imageAlt: "Système CVC Commercial" },
{ id: "3", name: "Residential Furnace Repair", brand: "AirPro", price: "Upon Quote", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg?_wi=2", imageAlt: "Residential Furnace Repair" }, { id: "3", name: "Réparation de Fournaise Résidentielle", brand: "AirPro", price: "Sur Devis", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg?_wi=2", imageAlt: "Réparation de Fournaise Résidentielle" },
{ id: "4", name: "Ductwork Cleaning", brand: "AirPro", price: "Upon Quote", rating: 4.8, reviewCount: "10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=3", imageAlt: "Ductwork Cleaning" }, { id: "4", name: "Nettoyage de Conduits", brand: "AirPro", price: "Sur Devis", rating: 4.8, reviewCount: "10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=3", imageAlt: "Nettoyage de Conduits" },
{ id: "5", name: "Preventative Maintenance", brand: "AirPro", price: "Upon Quote", rating: 4.9, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=3", imageAlt: "Preventative Maintenance" }, { id: "5", name: "Maintenance Préventive", brand: "AirPro", price: "Sur Devis", rating: 4.9, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=3", imageAlt: "Maintenance Préventive" },
{ id: "6", name: "Emergency Service", brand: "AirPro", price: "Upon Quote", rating: 5, reviewCount: "7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=3", imageAlt: "Emergency Service" } { id: "6", name: "Service d'Urgence", brand: "AirPro", price: "Sur Devis", rating: 5, reviewCount: "7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=3", imageAlt: "Service d'Urgence" }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -189,19 +189,19 @@ export default function HvacPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen <TestimonialCardThirteen
title="What Our Clients Say" title="Ce que Disent Nos Clients"
description="Hear from homeowners and businesses who trust AirPro HVAC." description="Écoutez les propriétaires et les entreprises qui font confiance à AirPro CVC."
testimonials={[ testimonials={[
{ {
id: "1", name: "James R.", handle: "Homeowner, Austin TX", testimonial: "AirPro replaced our entire AC system in one day. The crew was professional, clean, and the new unit runs quieter than anything we've had before. Highly recommend.", rating: 5, id: "1", name: "James R.", handle: "Propriétaire, Austin TX", testimonial: "AirPro a remplacé tout notre système de climatisation en une journée. L'équipe était professionnelle, propre, et la nouvelle unité fonctionne plus silencieusement que tout ce que nous avons eu auparavant. Je recommande vivement.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "James R." imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "James R."
}, },
{ {
id: "2", name: "Linda M.", handle: "Business Owner, Dallas TX", testimonial: "We use AirPro for all three of our office locations. Their maintenance plans have saved us thousands in emergency repairs. Always on time, always honest.", rating: 5, id: "2", name: "Linda M.", handle: "Propriétaire d'entreprise, Dallas TX", testimonial: "Nous utilisons AirPro pour nos trois bureaux. Leurs plans d'entretien nous ont fait économiser des milliers en réparations d'urgence. Toujours à l'heure, toujours honnête.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Linda M." imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Linda M."
}, },
{ {
id: "3", name: "Carlos D.", handle: "Homeowner, Houston TX", testimonial: "Our furnace broke down on the coldest night of the year. AirPro had someone at our door within two hours. Fixed it on the spot. Can't thank them enough.", rating: 5, id: "3", name: "Carlos D.", handle: "Propriétaire, Houston TX", testimonial: "Notre fournaise est tombée en panne la nuit la plus froide de l'année. AirPro avait quelqu'un à notre porte dans les deux heures. Réparé sur place. Je ne peux pas les remercier assez.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Carlos D." imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Carlos D."
} }
]} ]}
@@ -213,27 +213,27 @@ export default function HvacPage() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqSplitText
sideTitle="Frequently Asked Questions" sideTitle="Questions Fréquemment Posées"
buttons={[{ text: "Contact Us", href: "#contact" }]} buttons={[{ text: "Nous Contacter", href: "#contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
faqsAnimation="slide-up" faqsAnimation="slide-up"
textPosition="left" textPosition="left"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", title: "Do you offer 24/7 emergency service?", content: "Yes! We provide round-the-clock emergency HVAC service. If your system breaks down in the middle of the night or on a weekend, call us and a technician will be at your door as soon as possible." id: "1", title: "Offrez-vous un service d'urgence 24h/24 et 7j/7 ?", content: "Oui ! Nous fournissons un service CVC d'urgence 24h/24. Si votre système tombe en panne au milieu de la nuit ou un week-end, appelez-nous et un technicien sera à votre porte dès que possible."
}, },
{ {
id: "2", title: "How often should I service my HVAC system?", content: "We recommend servicing your system at least twice a year — once before summer for cooling and once before winter for heating. Regular maintenance extends your system's life and keeps energy bills low." id: "2", title: "À quelle fréquence dois-je entretenir mon système CVC ?", content: "Nous recommandons d'entretenir votre système au moins deux fois par an — une fois avant l'été pour la climatisation et une fois avant l'hiver pour le chauffage. Un entretien régulier prolonge la durée de vie de votre système et maintient les factures d'énergie à un faible niveau."
}, },
{ {
id: "3", title: "What brands do you install and repair?", content: "We work with all major HVAC brands including Carrier, Trane, Lennox, Daikin, Rheem, and more. Our technicians are trained and certified across multiple manufacturers." id: "3", title: "Quelles marques installez-vous et réparez-vous ?", content: "Nous travaillons avec toutes les grandes marques CVC, y compris Carrier, Trane, Lennox, Daikin, Rheem, et bien d'autres. Nos techniciens sont formés et certifiés par plusieurs fabricants."
}, },
{ {
id: "4", title: "Do you offer financing options?", content: "Yes, we offer flexible financing plans for new installations and major repairs. Ask about our 0% interest options so you can stay comfortable without straining your budget." id: "4", title: "Proposez-vous des options de financement ?", content: "Oui, nous proposons des plans de financement flexibles pour les nouvelles installations et les réparations majeures. Renseignez-vous sur nos options à 0% d'intérêt afin que vous puissiez rester confortable sans grever votre budget."
}, },
{ {
id: "5", title: "How long does a typical installation take?", content: "Most residential HVAC installations are completed in one day. Larger commercial projects may take 2-3 days depending on the scope. We'll give you an accurate timeline during your consultation." id: "5", title: "Combien de temps prend une installation typique ?", content: "La plupart des installations CVC résidentielles sont effectuées en une journée. Les projets commerciaux plus importants peuvent prendre 2 à 3 jours selon l'étendue des travaux. Nous vous donnerons un calendrier précis lors de votre consultation."
} }
]} ]}
/> />
@@ -241,12 +241,12 @@ export default function HvacPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Contact Us" tag="Contactez-Nous"
title="Ready to Stay Comfortable Year-Round?" title="Prêt à Rester Confortable Toute l'Année ?"
description="Have a question or need service? Reach out to our team.\n\nAddress: 40 Avenue Habib Bourguiba, Tunis 2051\nPhone: +216 20 059 733\n\nFind us on Google Maps: https://www.google.com/maps/place/40+Avenue+Habib+Bourguiba,+Tunis+2051" description="Vous avez une question ou besoin d'un service ? Contactez notre équipe.\n\nAdresse : 40 Avenue Habib Bourguiba, Tunis 2051\nTéléphone : +216 20 059 733\n\nRetrouvez-nous sur Google Maps : https://www.google.com/maps/place/40+Avenue+Habib+Bourguiba,+Tunis+2051"
inputPlaceholder="Your Email" inputPlaceholder="Votre Email"
buttonText="Send Message" buttonText="Envoyer le Message"
termsText="By sending a message, you agree to our privacy policy." termsText="En envoyant un message, vous acceptez notre politique de confidentialité."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -254,23 +254,23 @@ export default function HvacPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
logoText="AirPro HVAC" logoText="AirPro CVC"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg"
imageAlt="HVAC technician inspecting equipment" imageAlt="Technicien CVC inspectant l'équipement"
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
{ label: "AC Installation", href: "#services" }, { label: "Installation de Climatisation", href: "#services" },
{ label: "Heating Systems", href: "#services" }, { label: "Systèmes de Chauffage", href: "#services" },
{ label: "Maintenance Plans", href: "#services" }, { label: "Plans d'Entretien", href: "#services" },
{ label: "Emergency Repairs", href: "#services" } { label: "Réparations d'Urgence", href: "#services" }
] ]
}, },
{ {
title: "Company", items: [ title: "Entreprise", items: [
{ label: "About Us", href: "#about" }, { label: "À Propos de Nous", href: "#about" },
{ label: "Gallery", href: "#gallery" }, { label: "Galerie", href: "#gallery" },
{ label: "Testimonials", href: "#testimonials" }, { label: "Témoignages", href: "#testimonials" },
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" } { label: "Contact", href: "#contact" }
] ]
@@ -282,7 +282,7 @@ export default function HvacPage() {
] ]
} }
]} ]}
copyrightText="© 2026 | AirPro HVAC" copyrightText="© 2026 | AirPro CVC"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-inter), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-dm-sans), sans-serif;
} }