Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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"
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user