diff --git a/src/app/page.tsx b/src/app/page.tsx index 940577f..c3f58e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,9 +67,9 @@ export default function LandingPage() { { icon: Settings, active: false }, ], stats: [ - { title: "Active Members", values: ["45", "67", "89"], description: "Growing community." }, - { title: "Projects", values: ["12", "18", "24"], description: "Collaborative builds." }, - { title: "Events", values: ["4", "6", "8"], description: "Monthly activities." }, + { title: "Active Members", values: [45, 67, 89], description: "Growing community." }, + { title: "Projects", values: [12, 18, 24], description: "Collaborative builds." }, + { title: "Events", values: [4, 6, 8], description: "Monthly activities." }, ], chartTitle: "Member Growth", chartData: [ { value: 20 },