Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-01 07:28:42 +00:00

View File

@@ -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"
}}
/>