From d3bd333eba72c488bb4d75d525f204166075758e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 21:55:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) 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 -- 2.49.1