Merge version_1 into main #5
@@ -57,32 +57,32 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Live Portfolio Overview", stats: [
|
||||
{ title: "Total Assets", value: "$2.4M" },
|
||||
{ title: "Portfolio Growth", value: "+24.8%" },
|
||||
{ title: "Active Investments", value: "47" }
|
||||
{ label: "Total Assets", value: "$2.4M" },
|
||||
{ label: "Portfolio Growth", value: "+24.8%" },
|
||||
{ label: "Active Investments", value: "47" }
|
||||
],
|
||||
logoIcon: TrendingUp,
|
||||
sidebarItems: [
|
||||
{ icon: BarChart3, title: "Portfolio", isActive: true },
|
||||
{ icon: LineChart, title: "Analytics" },
|
||||
{ icon: Zap, title: "AI Insights" },
|
||||
{ icon: Settings, title: "Settings" }
|
||||
{ icon: BarChart3, label: "Portfolio", isActive: true },
|
||||
{ icon: LineChart, label: "Analytics" },
|
||||
{ icon: Zap, label: "AI Insights" },
|
||||
{ icon: Settings, label: "Settings" }
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Buy", href: "#" },
|
||||
{ text: "Sell", href: "#" }
|
||||
],
|
||||
listItems: [
|
||||
{ icon: CheckCircle, title: "Real-time Market Data", status: "active" },
|
||||
{ icon: CheckCircle, title: "AI-Powered Predictions", status: "active" },
|
||||
{ icon: CheckCircle, title: "Risk Analytics", status: "active" }
|
||||
{ icon: CheckCircle, label: "Real-time Market Data", status: "active" },
|
||||
{ icon: CheckCircle, label: "AI-Powered Predictions", status: "active" },
|
||||
{ icon: CheckCircle, label: "Risk Analytics", 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: [
|
||||
{ name: "Mon", value: [0, 0, 4000] },
|
||||
{ name: "Tue", value: [0, 0, 5200] },
|
||||
{ name: "Wed", value: [0, 0, 4800] },
|
||||
{ name: "Thu", value: [0, 0, 6200] },
|
||||
{ name: "Fri", value: [0, 0, 7100] }
|
||||
{ label: "Mon", value: 4000 },
|
||||
{ label: "Tue", value: 5200 },
|
||||
{ label: "Wed", value: 4800 },
|
||||
{ label: "Thu", value: 6200 },
|
||||
{ label: "Fri", value: 7100 }
|
||||
],
|
||||
listTitle: "Recent Transactions", imageAlt: "Investment dashboard with real-time data visualization"
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user