diff --git a/src/app/page.tsx b/src/app/page.tsx index 67d8498..2c96dd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,13 +141,13 @@ export default function LandingPage() { ], stats: [ { - title: "Portfolio Value", values: ["145,230", "189,450", "234,560"], + title: "Portfolio Value", values: [145230, 189450, 234560], valuePrefix: "$", description: "Total investment value"}, { - title: "YoY Growth", values: ["12.5", "18.3", "24.7"], + title: "YoY Growth", values: [12.5, 18.3, 24.7], valueSuffix: "%", description: "Year-over-year returns"}, { - title: "Active Holdings", values: ["24", "32", "28"], + title: "Active Holdings", values: [24, 32, 28], description: "Portfolio positions"}, ], chartTitle: "Growth Trajectory", chartData: [