diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d04ac4..1f1c89e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "10+", 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() { ); -} +} \ No newline at end of file