diff --git a/src/app/page.tsx b/src/app/page.tsx index 67da1ef..648e623 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,8 +58,8 @@ export default function HvacPage() { { text: "Our Services", href: "#services" }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg" - imageAlt="HVAC technician performing system maintenance" + videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/video-hvac-hero.mp4" + videoAriaLabel="Professional HVAC system operation video" showDimOverlay={true} /> @@ -70,27 +70,20 @@ 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: "2,500+", title: "Systems installed and serviced" }, + { value: "98%", title: "Customer satisfaction rate" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg" - imageAlt="Commercial HVAC units on rooftop" + videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/video-hvac-tech.mp4" + videoAriaLabel="HVAC system inspection service video" mediaBadge={{ - text: "Active Now", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", - avatarAlt: "Technician" + text: "Active Now", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Technician" }} mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} /> +