Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c96208f59 | |||
| fc568f2633 | |||
| 5b3b3d1235 | |||
| b21e92ea49 | |||
| 9937ac0ed7 |
@@ -118,14 +118,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "Total Income", subtitle: "Current Month", category: "Performance", value: "$12,450"},
|
||||
id: "1", title: "Income vs Expenses", subtitle: "Growth Insight", category: "Financial Analysis", value: "74% Surplus"},
|
||||
{
|
||||
id: "2", title: "Total Expenses", subtitle: "Current Month", category: "Performance", value: "$4,200"},
|
||||
id: "2", title: "Expense Breakdown", subtitle: "Monthly", category: "Categorization", value: "Utilities & Ops"},
|
||||
{
|
||||
id: "3", title: "Pending Payments", subtitle: "Outstanding", category: "Invoices", value: "8"},
|
||||
id: "3", title: "Financial Summary", subtitle: "Net Profit", category: "Key Metric", value: "$8,250"},
|
||||
]}
|
||||
title="Project Summary"
|
||||
description="Visualize your progress with real-time financial tracking."
|
||||
title="Financial Insights Module"
|
||||
description="Visualize your cash flow, categorical spending, and overall performance with interactive data dashboards."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user