Update src/app/driver/page.tsx

This commit is contained in:
2026-05-14 03:31:39 +00:00
parent a2568bb0b4
commit da306495a6

View File

@@ -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" }] },