From ff7d0e3296c7aa96b7c41b36d1352321be5ccf26 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:11:33 +0000 Subject: [PATCH] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 9aa70e4..257c8a9 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -100,14 +100,9 @@ export default function DashboardPage() { carouselMode="buttons" features={[ { - title: "Quick Room Status", - description: "View your current room status and checkout eligibility", - bentoComponent: "phone", - statusIcon: CheckCircle, + title: "Quick Room Status", description: "View your current room status and checkout eligibility", bentoComponent: "phone", statusIcon: CheckCircle, alertIcon: Home, - alertTitle: "Room Active", - alertMessage: "Your room is active and in good standing", - apps: [ + alertTitle: "Room Active", alertMessage: "Your room is active and in good standing", apps: [ { name: "Rooms", icon: Home }, { name: "Checkout", icon: LogOut }, { name: "Status", icon: CheckCircle }, @@ -119,21 +114,14 @@ export default function DashboardPage() { ], }, { - title: "Maintenance Requests", - description: "Submit and track all your maintenance requests in one place", - bentoComponent: "3d-task-list", - title: "Maintenance Pipeline", - items: [ + title: "Maintenance Requests", description: "Submit and track all your maintenance requests in one place", bentoComponent: "3d-task-list", items: [ { icon: AlertCircle, label: "Submit Request", time: "Instant" }, { icon: Clock, label: "Assigned", time: "4-6 hours" }, { icon: Wrench, label: "Resolved", time: "24-48 hours" }, ], }, { - title: "Payment Analytics", - description: "Track your fee payments and view detailed transaction history", - bentoComponent: "line-chart", - }, + title: "Payment Analytics", description: "Track your fee payments and view detailed transaction history", bentoComponent: "line-chart"}, ]} buttons={[{ text: "View Full Dashboard", href: "/dashboard" }]} buttonAnimation="slide-up" @@ -144,10 +132,7 @@ export default function DashboardPage() {