diff --git a/src/app/driver/page.tsx b/src/app/driver/page.tsx index 6311554..ddcbb70 100644 --- a/src/app/driver/page.tsx +++ b/src/app/driver/page.tsx @@ -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" }] },