8 Commits

Author SHA1 Message Date
d78c4a7f05 Update src/app/page.tsx 2026-03-10 19:12:03 +00:00
38875d7261 Merge version_2 into main
Merge version_2 into main
2026-03-10 19:10:28 +00:00
37d5a2d0b8 Update src/app/page.tsx 2026-03-10 19:10:24 +00:00
9e22117e3c Merge version_1 into main
Merge version_1 into main
2026-03-10 19:09:31 +00:00
831ae621c5 Merge version_1 into main
Merge version_1 into main
2026-03-10 19:09:06 +00:00
5a242c1f0d Merge version_1 into main
Merge version_1 into main
2026-03-10 19:08:14 +00:00
bd581d5321 Merge version_1 into main
Merge version_1 into main
2026-03-10 19:07:23 +00:00
45281f0c3f Merge version_1 into main
Merge version_1 into main
2026-03-10 19:06:44 +00:00

View File

@@ -179,9 +179,9 @@ export default function LandingPage() {
}
]}
kpiItems={[
{ value: "25,000+", label: "Happy Customers" },
{ value: "98%", label: "Satisfaction Rate" },
{ value: "24/7", label: "Emergency Service" }
{ value: "Fixed on first visit", label: "9 out of 10 times" },
{ value: "Average repair time", label: "2 hours" },
{ value: "98%", label: "Customer Satisfaction" }
]}
title="What Our Customers Say"
description="Thousands of satisfied homeowners have trusted us with their appliance repairs."
@@ -197,7 +197,7 @@ export default function LandingPage() {
tagIcon={Phone}
tagAnimation="slide-up"
title="Ready for Fast, Reliable Repair?"
description="Contact us today for a free diagnostic or to schedule your service appointment. Our friendly team is ready to help."
description="Licensed & Insured | 25+ Years. Contact us today for a free diagnostic or to schedule your service appointment. Our friendly team is ready to help."
buttons={[
{ text: "Call Now: 1-800-APPLIANCE", href: "tel:+1-800-2775524" },
{ text: "Schedule Online", href: "#" }