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." }, ],