From 51add04a56cf59c9858c69f1913832efdf73e9cc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 14:07:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee4a303..0e19b0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { { title: "Revenue Tracking", description: "Monitor revenue streams and growth over time with interactive line charts.", bentoComponent: "line-chart"}, { - title: "Receivables Summary", description: "Transparent overview of collected revenue, collection efficiency, and credit risk.", bentoComponent: "icon-info-cards", items: [ + title: "Receivables Summary", description: "Transparent overview of collected revenue, collection efficiency, and credit risk. ", bentoComponent: "icon-info-cards", items: [ { icon: Wallet, label: "Collected", value: "$1.2M"}, @@ -147,25 +147,25 @@ export default function LandingPage() { name: "Sales", icon: LineChart, }, { - name: "Finance", icon: Wallet, + name: "Finance", icon: Wallet, }, { - name: "Clients", icon: User, + name: "Clients", icon: User, }, { - name: "Alerts", icon: Bell, + name: "Alerts", icon: Bell, }, { - name: "Reports", icon: BarChart, + name: "Reports", icon: BarChart, }, { - name: "Team", icon: MessageCircle, + name: "Team", icon: MessageCircle, }, { - name: "Settings", icon: Globe, + name: "Settings", icon: Globe, }, { - name: "Help", icon: ShieldCheck, + name: "Help", icon: ShieldCheck, }, ]} } @@ -277,7 +277,8 @@ export default function LandingPage() {