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() { @@ -282,75 +238,71 @@ export default function HomePage() { carouselMode="buttons" testimonials={[ { - id: "1", - name: "Raj Kumar", - role: "Final Year Engineering", - testimonial: - "The maintenance reporting system saved me hours of running around. Issues are resolved so fast now!", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=4", - imageAlt: "Raj Kumar", - icon: Package, + id: "1", name: "Raj Kumar", role: "Final Year Engineering", testimonial: + "The maintenance reporting system saved me hours of running around. Issues are resolved so fast now!", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Raj Kumar", icon: Package, }, { - id: "2", - name: "Ananya Gupta", - role: "2nd Year Medical", - testimonial: - "Fee tracking is transparent and accurate. No more confusion about what I owe or when it's due.", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=5", - imageAlt: "Ananya Gupta", - icon: Package, + id: "2", name: "Ananya Gupta", role: "2nd Year Medical", testimonial: + "Fee tracking is transparent and accurate. No more confusion about what I owe or when it's due.", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Ananya Gupta", icon: Package, }, { - id: "3", - name: "Vikram Singh", - role: "1st Year Management", - testimonial: - "The checkout process is incredibly smooth. Got my deposit back in days instead of weeks!", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=6", - imageAlt: "Vikram Singh", - icon: Package, + id: "3", name: "Vikram Singh", role: "1st Year Management", testimonial: + "The checkout process is incredibly smooth. Got my deposit back in days instead of weeks!", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Vikram Singh", icon: Package, }, { - id: "4", - name: "Deepika Nair", - role: "3rd Year Commerce", - testimonial: - "Best platform for hostel management. Wish we had this when I started my first year.", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=7", - imageAlt: "Deepika Nair", - icon: Package, + id: "4", name: "Deepika Nair", role: "3rd Year Commerce", testimonial: + "Best platform for hostel management. Wish we had this when I started my first year.", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Deepika Nair", icon: Package, }, { - id: "5", - name: "Arjun Patel", - role: "2nd Year Law", - testimonial: - "Exceptional customer support. Any issues are resolved immediately with helpful guidance.", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=8", - imageAlt: "Arjun Patel", - icon: Package, + id: "5", name: "Arjun Patel", role: "2nd Year Law", testimonial: + "Exceptional customer support. Any issues are resolved immediately with helpful guidance.", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Arjun Patel", icon: Package, }, { - id: "6", - name: "Kavya Sharma", - role: "Final Year IT", - testimonial: - "A game-changer for student housing. Finally, a platform that actually understands our needs!", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=9", - imageAlt: "Kavya Sharma", - icon: Package, + id: "6", name: "Kavya Sharma", role: "Final Year IT", testimonial: + "A game-changer for student housing. Finally, a platform that actually understands our needs!", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Kavya Sharma", icon: Package, }, ]} /> +
+ +
+