feat(quixzoom-asia): Full rebuild v1.0.0 — 9 languages, Landvex auth, light theme
- Rebuilt all 9 Asian language landing pages (zh-CN, zh-TW, ja, ko, th, vi, id, ms, hi) - Switched from dark to light theme per MOBILE_FIRST_STANDARD - Added Landvex Authorization section (VW-style certification flow) - Added full copy: hero, stats, how-it-works, missions, earnings, FAQ, footer - Localized currencies and payment methods per market - Build system: template + JSON translations → static HTML - Validation script ensures no missing translations or placeholder leaks - CI/CD pipeline: GitHub Actions → S3 + CloudFront - Version management: npm version patch/minor/major BREAKING CHANGE: Old placeholder pages replaced with full content
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "quixzoom-asia",
|
||||
"version": "1.0.0",
|
||||
"description": "quiXzoom Asia multilingual landing pages",
|
||||
"scripts": {
|
||||
"build": "node scripts/build.js",
|
||||
"validate": "node scripts/validate.js",
|
||||
"deploy:staging": "node scripts/deploy.js --env=staging",
|
||||
"deploy:prod": "node scripts/deploy.js --env=production",
|
||||
"version": "node scripts/version.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wavult/quixzoom-asia.git"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
"private": true
|
||||
}
|
||||
Reference in New Issue
Block a user