π A comprehensive tricycle (Keke) hire and purchase platform for Nigeria
OGA Driver is a modern web platform that connects tricycle drivers, vehicle owners, and investors in Nigeria's transportation ecosystem. Whether you're looking to hire a tricycle for daily operations, purchase one for your fleet, or invest in the growing transportation sector, OGA Driver provides the tools and services you need.
-
Hire Purchase: Own a tricycle through flexible payment plans
-
Mobile App: Dedicated driver app for operations (coming soon)
- Fleet Management: Manage multiple tricycles efficiently
- Investment Tracking: Monitor returns on vehicle investments
- Driver Matching: Connect with verified drivers
- Maintenance Support: Scheduled maintenance and support services
- Framework: Next.js 15 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: Radix UI + Custom Components
- Icons: Lucide React
- Forms: React Hook Form + Zod
- Animations: Tailwind CSS + Custom CSS animations
- Charts: Recharts
oga-driver-platform/ βββ app/ # Next.js App Router pages β βββ about/ # About page β βββ contact/ # Contact page β βββ hire-rent/ # Vehicle hire/rent page β βββ login/ # Login page β βββ signup/ # Registration page β βββ testimonials/ # Customer testimonials β βββ layout.tsx # Root layout β βββ page.js # Homepage βββ components/ # Reusable components β βββ ui/ # UI component library β βββ Header.js # Navigation header β βββ Footer.js # Site footer β βββ Hero.js # Hero section β βββ ... # Other components βββ hooks/ # Custom React hooks βββ lib/ # Utility functions βββ public/ # Static assets β βββ images/ # Image assets β βββ ... # Other static files βββ styles/ # Global styles βββ ...