diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c9748e..edfb440 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,9 +64,9 @@ export default function LandingPage() { { icon: Home, active: false } ], stats: [ - { title: "Rating", values: ["4.9"], description: "Customer Satisfaction" }, - { title: "Reviews", values: ["24"], description: "Verified Homeowners" }, - { title: "Years", values: ["15+"], description: "Local Experience" } + { title: "Rating", values: [4.9], description: "Customer Satisfaction" }, + { title: "Reviews", values: [24], description: "Verified Homeowners" }, + { title: "Years", values: [15], description: "Local Experience" } ], chartTitle: "Service Quality", chartData: [ { value: 95 },