Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb2cc035bd | |||
| cb73ed569e | |||
| d3bd333eba | |||
| 751b9ec89d | |||
| e41af4695f |
@@ -70,10 +70,10 @@ export default function HvacPage() {
|
||||
title="Reliable Climate Solutions Since 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."
|
||||
metrics={[
|
||||
{
|
||||
value: "2,500+", title: "Systems installed and serviced"},
|
||||
{
|
||||
value: "98%", title: "Customer satisfaction rate"},
|
||||
{ value: "20+", title: "Years of HVAC Experience"},
|
||||
{ value: "5-Star", title: "Customer Satisfaction"},
|
||||
{ value: "Fast", title: "Emergency Response"},
|
||||
{ value: "Full", title: "Service Coverage"}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
|
||||
imageAlt="Commercial HVAC units on rooftop"
|
||||
@@ -116,7 +116,7 @@ export default function HvacPage() {
|
||||
</div>
|
||||
<FeatureBorderGlow
|
||||
title="Why Choose AirPro"
|
||||
description="What sets us apart from the rest"
|
||||
description="Trusted by homeowners across the local community, 5-star rated service with repeat customers & referrals"
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
@@ -155,14 +155,21 @@ export default function HvacPage() {
|
||||
description="Hear from homeowners and businesses who trust Broussard's HVAC."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah P.", handle: "Homeowner, Lafayette LA", testimonial: "Broussard's HVAC provided swift and professional AC repair when we needed it most. Highly impressed with their responsiveness and expertise!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "Sarah P."},
|
||||
id: "1", name: "David R.", handle: "Verified Customer", testimonial: "Broussard's HVAC is top-notch! They responded quickly to our AC emergency and had it fixed the same day. Professional and reliable, 5 stars!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg?_wi=1", imageAlt: "David R."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mark T.", handle: "Business Owner, Baton Rouge LA", testimonial: "Our new office HVAC installation was seamless with Broussard's. Their team was efficient, tidy, and the system works perfectly. A truly professional service.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Mark T."},
|
||||
id: "2", name: "Maria S.", handle: "Homeowner", testimonial: "Fantastic service from Broussard's! They installed our new heating system flawlessly and explained everything clearly. Our home has never been cozier.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Maria S."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica L.", handle: "Homeowner, New Orleans LA", testimonial: "We rely on Broussard's HVAC for all our routine maintenance. They're thorough, friendly, and always go the extra mile to ensure our system is in top shape.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Jessica L."},
|
||||
id: "3", name: "John K.", handle: "Local Business Owner", testimonial: "We use Broussard's for all our commercial HVAC maintenance. Their team is consistently thorough and prevents costly breakdowns. Highly recommend for business.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "John K."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily W.", handle: "Satisfied Client", testimonial: "From the initial quote to the final check, Broussard's HVAC provided excellent service. Transparent pricing and friendly technicians. Will definitely call them again!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg?_wi=2", imageAlt: "Emily W."
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -201,7 +208,8 @@ export default function HvacPage() {
|
||||
description="Connect with us for reliable installations, timely repairs, and proactive maintenance. We're here to ensure your complete indoor comfort."
|
||||
buttons={[
|
||||
{ text: "Schedule Service Now", href: "#contact" },
|
||||
{ text: "Call (337) 555-1234", href: "tel:+13375551234" }
|
||||
{ text: "Call (281) 802-4900", href: "tel:+12818024900" },
|
||||
{ text: "Email broussardhoward@yahoo.com", href: "mailto:broussardhoward@yahoo.com" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -232,8 +240,8 @@ export default function HvacPage() {
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "(337) 555-1234", href: "tel:+13375551234" },
|
||||
{ label: "info@broussardshvac.com", href: "mailto:info@broussardshvac.com" },
|
||||
{ label: "(281) 802-4900", href: "tel:+12818024900" },
|
||||
{ label: "broussardhoward@yahoo.com", href: "mailto:broussardhoward@yahoo.com" },
|
||||
{ label: "Lafayette, LA" },
|
||||
],
|
||||
},
|
||||
@@ -244,4 +252,4 @@ export default function HvacPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user