Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-02 21:44:50 +00:00

View File

@@ -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>
);
}
}