58ca4e68db
- Go backend API with full CRUD for all modules (CRM, Sales, Finance, HR, Legal, Marketing, Support, Purchase, Inventory, Projects, Automation, Analytics) - Rust analytics service with parallel report generation - C runtime with POSIX shared memory IPC - PostgreSQL schema with 30+ tables, full migrations - Redis cache, sessions, pub/sub - Kafka event streaming with Zookeeper - WebSocket hub for real-time updates - Automation engine with cron jobs, workflows, event triggers - JWT authentication, multi-tenant from start - Docker Compose with all services - Nginx reverse proxy with rate limiting - Integration tests passing - Feature gap analysis against Fortnox/Odoo/Visma Refs: BOC-001
80 lines
2.1 KiB
Markdown
80 lines
2.1 KiB
Markdown
# quiXzoom Asia — Multilingual Landing Pages
|
|
|
|
## Overview
|
|
|
|
Regional hub for quiXzoom in Asia with support for 9 languages.
|
|
|
|
## Languages
|
|
|
|
| Language | Code | URL | Currency |
|
|
|----------|------|-----|----------|
|
|
| Simplified Chinese | zh-CN | quixzoom.asia/zh-cn/ | CNY |
|
|
| Traditional Chinese | zh-TW | quixzoom.asia/zh-tw/ | TWD |
|
|
| Japanese | ja | quixzoom.asia/ja/ | JPY |
|
|
| Korean | ko | quixzoom.asia/ko/ | KRW |
|
|
| Thai | th | quixzoom.asia/th/ | THB |
|
|
| Vietnamese | vi | quixzoom.asia/vi/ | VND |
|
|
| Indonesian | id | quixzoom.asia/id/ | IDR |
|
|
| Malay | ms | quixzoom.asia/ms/ | MYR |
|
|
| Hindi | hi | quixzoom.asia/hi/ | INR |
|
|
|
|
## Structure
|
|
|
|
```
|
|
quixzoom-asia-pages/
|
|
├── index.html # Language selector (root)
|
|
├── zh-cn/
|
|
│ └── index.html # Simplified Chinese
|
|
├── zh-tw/
|
|
│ └── index.html # Traditional Chinese
|
|
├── ja/
|
|
│ └── index.html # Japanese
|
|
├── ko/
|
|
│ └── index.html # Korean
|
|
├── th/
|
|
│ └── index.html # Thai
|
|
├── vi/
|
|
│ └── index.html # Vietnamese
|
|
├── id/
|
|
│ └── index.html # Indonesian
|
|
├── ms/
|
|
│ └── index.html # Malay
|
|
├── hi/
|
|
│ └── index.html # Hindi
|
|
├── favicon.svg # quiXzoom favicon
|
|
└── apple-touch-icon.svg # iOS icon
|
|
```
|
|
|
|
## SEO
|
|
|
|
- Proper hreflang tags for all languages
|
|
- Canonical URLs per language
|
|
- Localized meta descriptions
|
|
- Schema.org structured data ready
|
|
|
|
## Deployment
|
|
|
|
```bash
|
|
# Update CloudFront distribution ID in deploy.sh
|
|
# Run deployment
|
|
./deploy.sh
|
|
```
|
|
|
|
## Notes
|
|
|
|
- All pages use quiXzoom brand colors (dark theme, blue accent)
|
|
- Responsive design for mobile-first
|
|
- SVG icons only (no emojis)
|
|
- Localized currency displays
|
|
- Links to main registration at quixzoom.com
|
|
|
|
## Next Steps
|
|
|
|
1. [ ] Update CloudFront distribution ID in deploy.sh
|
|
2. [ ] Configure S3 bucket for static hosting
|
|
3. [ ] Set up DNS for quixzoom.asia
|
|
4. [ ] Add Google Analytics / tracking
|
|
5. [ ] Localize images and hero content
|
|
6. [ ] Add local payment methods (Alipay, WeChat Pay, etc.)
|
|
7. [ ] Create localized FAQ pages
|