Enterprise interstate haulage management platform for Nigeria & West Africa built with Next.js and Neon PostgreSQL.
# Apex Haulage & Supply Chain Logistics
**West Africa's Premier Secured Freight Network**
An enterprise-grade, multi-page web application for freight logistics management with real-time tracking, quote generation, investor relations, and a comprehensive admin CMS.
## 🚀 Features
### Public-Facing Pages
1. **Home (/)** - Enterprise landing page with services overview, trust badges, and key metrics
2. **Live Tracking (/tracking)** - Real-time consignment tracking with cryptographic integrity verification
3. **Instant Quote (/quote)** - Interactive freight cost calculator with dynamic pricing
4. **Investors (/investors)** - Fleet leasing opportunities with ROI calculator
5. **Security Standards (/security-standards)** - Detailed security architecture and technology stack
### Admin Portal
- **Secure Login (/admin)** - Protected admin authentication
- **Dashboard (/admin/dashboard)** - Comprehensive CMS for managing:
- Live shipments (add, edit, update telemetry)
- Quote leads (view and export to CSV)
- Investor inquiries (view and export to CSV)
## 🔐 Admin Credentials
**Default Login:**
- Email: `admin@apexhaulage.com`
- Password: `ChangeMeToApex2026!`
⚠️ **Important:** Change these credentials in production!
## 🎨 Design System
- **Colors:**
- Navy Dark: `#0B132B` (primary background)
- Deep Slate: `#1C2541` (cards and sections)
- Electric Cyan: `#00F2FE` / `#4FACFE` (accents)
- Amber: `#F39C12` (alerts and warnings)
- White: `#FFFFFF` (text)
- **Typography:** Inter font family (Google Fonts)
- **Images:** High-quality Unsplash photography for authentic logistics visuals
## 🗄️ Database Schema
### Tables
1. **admin_users** - Admin authentication
2. **shipments** - Live tracking data with telemetry
3. **quote_leads** - Customer quote requests
4. **investor_inquiries** - Investment interest submissions
## 📡 API Routes
### Public APIs
- `GET /api/shipments/[trackingId]` - Fetch shipment by tracking ID
- `POST /api/quote-leads` - Submit quote request
- `POS …