From d0218f45fe2c6a0ec1de54ed71aeca5747d701d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:05:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1dcca5..ee77c51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,15 +66,15 @@ export default function LandingPage() { ], stats: [ { - title: "Same-Day Response", values: ["Fast", "Reliable", "Always"], + title: "Same-Day Response", values: [95, 98, 100], description: "We answer calls quickly." }, { - title: "Fair Pricing", values: ["Honest", "Upfront", "No Surprises"], + title: "Fair Pricing", values: [90, 95, 100], description: "Transparent quotes within an hour." }, { - title: "5-Star Rated", values: ["Trusted", "Professional", "Consistent"], + title: "5-Star Rated", values: [95, 97, 100], description: "By local homeowners everywhere." }, ], -- 2.49.1