Merge version_1 into main #1
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user