Update src/app/driver/page.tsx
This commit is contained in:
@@ -39,6 +39,7 @@ export default function DriverDashboardPage() {
|
||||
description="Manage your daily trips, track your GPS, and oversee passenger lists."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", label: "Status", title: "Active", items: ["GPS: Online", "Status: Available", "Next Trip: 2:00 PM"], buttons: [{ text: "Update Status" }] },
|
||||
{ id: "2", label: "Trips", title: "Upcoming", items: ["KT-PKR (14:00)", "PKR-BTL (18:00)"], buttons: [{ text: "View Details" }] },
|
||||
|
||||
Reference in New Issue
Block a user