Update src/app/dashboard/page.tsx

This commit is contained in:
2026-03-03 20:11:33 +00:00
parent d74049e4bc
commit ff7d0e3296

View File

@@ -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() {
<TextSplitAbout
title="Dashboard Features"
description={[
"Access your personal dashboard to view all hostel-related information in one convenient location. Check room status, maintenance requests, and fee payments instantly.",
"Our intuitive interface makes it easy to submit maintenance requests, initiate room checkout, and manage your hostel account. Real-time notifications keep you updated on every action.",
"With 24/7 access to your dashboard, you're always in control of your hostel experience. No more waiting for emails or phone calls to get updates.",
]}
"Access your personal dashboard to view all hostel-related information in one convenient location. Check room status, maintenance requests, and fee payments instantly.", "Our intuitive interface makes it easy to submit maintenance requests, initiate room checkout, and manage your hostel account. Real-time notifications keep you updated on every action.", "With 24/7 access to your dashboard, you're always in control of your hostel experience. No more waiting for emails or phone calls to get updates."]}
useInvertedBackground={false}
buttons={[{ text: "Log In Now", href: "https://dashboard.hostelhub.edu" }]}
buttonAnimation="slide-up"
@@ -164,9 +149,7 @@ export default function DashboardPage() {
description="Log in to your HostelHub dashboard and manage your accommodation, maintenance requests, and payments all in one place."
buttons={[
{
text: "Access Dashboard",
href: "https://dashboard.hostelhub.edu",
},
text: "Access Dashboard", href: "https://dashboard.hostelhub.edu"},
{ text: "Need Help?", href: "/support" },
]}
buttonAnimation="slide-up"