Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-03-17 13:47:10 +00:00

View File

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