From 635fb4ab596ee1332a9f3e2d0ca42f36a8d29f18 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 13:47:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0f5942..46d06db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,13 +57,13 @@ export default function LandingPage() { buttonAnimation="slide-up" dashboard={{ title: "Live Portfolio Overview", stats: [ - { values: [2, 4, 0], description: "Total Assets" }, - { values: [24, 8, 0], description: "Portfolio Growth" }, - { values: [47, 0, 0], description: "Active Investments" } + { title: "Total Assets", values: [2, 4, 0], description: "Total Assets" }, + { title: "Portfolio Growth", values: [24, 8, 0], description: "Portfolio Growth" }, + { title: "Active Investments", values: [47, 0, 0], description: "Active Investments" } ], logoIcon: TrendingUp, sidebarItems: [ - { icon: BarChart3, isActive: true }, + { icon: BarChart3, active: true }, { icon: LineChart }, { icon: Zap }, { icon: Settings } @@ -73,9 +73,9 @@ export default function LandingPage() { { text: "Sell", href: "#" } ], listItems: [ - { icon: CheckCircle, status: "active" }, - { icon: CheckCircle, status: "active" }, - { icon: CheckCircle, status: "active" } + { title: "Transaction 1", icon: CheckCircle, status: "active" }, + { title: "Transaction 2", icon: CheckCircle, status: "active" }, + { title: "Transaction 3", icon: CheckCircle, status: "active" } ], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/a-modern-sleek-software-dashboard-interf-1773746448889-88eda619.png", searchPlaceholder: "Search investments...", chartTitle: "24h Performance", chartData: [ { value: 4000 }, -- 2.49.1