From fc568f2633d5003d27a98ac119102d8487ccae56 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:44:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7035ccd..4d659e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -183,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1