diff --git a/src/app/page.tsx b/src/app/page.tsx index 342a201..82bbbae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,14 +50,16 @@ export default function LandingPage() { title: "Market Terminal", logoIcon: Zap, sidebarItems: [ { icon: LayoutDashboard, active: true }, - { icon: TrendingUp }, - { icon: Settings } + { icon: TrendingUp, active: false }, + { icon: Settings, active: false } ], stats: [ { title: "Daily Volume", values: [120, 150, 180], valuePrefix: "$", valueSuffix: "B", description: "Total liquidity pool access" }, { title: "Active Traders", values: [5000, 5200, 5500], description: "Global user count" }, { title: "Latency (ms)", values: [1, 2, 1], description: "Network speed" } ], + buttons: [{ text: "Get Started" }], + listItems: [{ icon: Zap, title: "Recent Transfer", status: "Completed" }], imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-template-collection_23-2148593866.jpg", chartTitle: "Market Performance" }} />