Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-05-11 01:34:59 +00:00

View File

@@ -85,6 +85,21 @@ export default function HvacPage() {
/>
</div>
<div id="feature-glow" data-section="feature-glow">
<FeatureBorderGlow
title="Premium HVAC Features"
description="Experience industry-leading climate control solutions with our advanced service features."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ icon: ShieldCheck, title: "Certified Safety", description: "Safety protocols and certified installations for every single project." },
{ icon: Wrench, title: "Expert Maintenance", description: "Routine check-ups to ensure your system runs at peak performance always." },
{ icon: DollarSign, title: "Cost Efficient", description: "Optimized energy usage that keeps your bills down while maintaining comfort." }
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="About Us"
@@ -135,41 +150,7 @@ export default function HvacPage() {
useInvertedBackground={false}
/>
</div>
<FeatureBorderGlow
title="Why Choose AirPro"
description="What sets us apart from the rest"
features={[
{
icon: ShieldCheck,
title: "Reliability & Trust", description: "Looking for a dependable HVAC company? We arrive on time and do the job right."},
{
icon: Wrench,
title: "Quality Workmanship", description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials."},
{
icon: DollarSign,
title: "Fair & Transparent Pricing", description: "No surprises here! We offer clear quotes and fair pricing for quality work."},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
<FeatureCardEight
title="How It Works"
description="Our simple process from first call to finished job"
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: "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: "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: "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"},
]}
textboxLayout="default"
useInvertedBackground={false}
/>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Clients Say"
@@ -265,4 +246,4 @@ export default function HvacPage() {
</ReactLenis>
</ThemeProvider>
);
}
}