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
162 lines
8.8 KiB
HTML
162 lines
8.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>quiXzoom 한국 — 2026년 인프라 점검 앱 출시 예정 | 크라우드소싱 도로 조사</title>
|
|
<meta name="description" content="quiXzoom은 2026년 한국에서 인프라 점검 및 도로 조사 크라우드소싱 앱을 출시할 예정입니다. 사전 알림 신청하세요. 규제 당국 승인 조건 적용.">
|
|
<meta name="keywords" content="quiXzoom 한국, 인프라 점검, 도로 조사, 크라우드소싱, 2026년, 출시 예정">
|
|
<link rel="canonical" href="https://www.quixzoom.com/ko/">
|
|
<link rel="alternate" hreflang="x-default" href="https://www.quixzoom.com/">
|
|
<link rel="alternate" hreflang="en" href="https://www.quixzoom.com/">
|
|
<link rel="alternate" hreflang="ja" href="https://www.quixzoom.com/ja/">
|
|
<link rel="alternate" hreflang="zh-CN" href="https://www.quixzoom.com/zh-cn/">
|
|
<link rel="alternate" hreflang="ko" href="https://www.quixzoom.com/ko/">
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="quiXzoom 한국 — 2026년 출시 예정">
|
|
<meta property="og:description" content="인프라 점검·도로 조사 크라우드소싱. 2026년 한국 출시 예정. 규제 당국 승인 조건 적용.">
|
|
<meta property="og:url" content="https://www.quixzoom.com/ko/">
|
|
<meta property="og:image" content="https://www.quixzoom.com/images/og-korea.jpg">
|
|
<meta property="og:locale" content="ko_KR">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="quiXzoom 한국 — 2026년 출시 예정">
|
|
<meta name="twitter:description" content="인프라 점검·도로 조사 크라우드소싱. 2026년 출시 예정.">
|
|
|
|
<meta property="kakao:title" content="quiXzoom 한국">
|
|
<meta property="kakao:description" content="2026년 인프라 점검 앱 출시 예정">
|
|
|
|
<style>
|
|
:root { --bg: #f5f5f7; --text: #1a1a1a; --muted: #6b6b6b; --blue: #0066ff; --blue-dark: #0052cc; }
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body { font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; }
|
|
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
|
|
header { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; }
|
|
.logo { font-size: 24px; font-weight: 800; letter-spacing: -0.04em; }
|
|
.logo .x { color: var(--blue); }
|
|
.lang-switch { font-size: 0.875rem; color: var(--muted); }
|
|
.lang-switch a { color: var(--blue); text-decoration: none; margin-left: 8px; }
|
|
|
|
.status-banner { background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); border: 1px solid #f0d78c; border-radius: 12px; padding: 16px 20px; margin: 24px 0; display: flex; align-items: center; gap: 12px; }
|
|
.status-badge { background: #e17055; color: white; font-size: 0.75rem; font-weight: 700; padding: 4px 12px; border-radius: 100px; white-space: nowrap; }
|
|
.status-text { font-size: 0.9375rem; color: #6c5ce7; }
|
|
|
|
.hero { padding: 60px 0 40px; text-align: center; }
|
|
.hero h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; line-height: 1.3; margin-bottom: 16px; }
|
|
.hero p { font-size: 1.0625rem; color: var(--muted); max-width: 560px; margin: 0 auto 32px; }
|
|
|
|
.features { display: grid; gap: 20px; margin: 40px 0; }
|
|
.feature-card { background: white; border-radius: 16px; padding: 28px; border: 1px solid rgba(0,0,0,0.06); }
|
|
.feature-card h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 8px; }
|
|
.feature-card p { font-size: 0.9375rem; color: var(--muted); }
|
|
|
|
.waitlist { background: white; border-radius: 16px; padding: 32px; margin: 40px 0; text-align: center; border: 1px solid rgba(0,0,0,0.06); }
|
|
.waitlist h2 { font-size: 1.375rem; margin-bottom: 8px; }
|
|
.waitlist p { color: var(--muted); margin-bottom: 20px; }
|
|
.email-input { width: 100%; max-width: 360px; padding: 14px 18px; border: 2px solid #e8e8e8; border-radius: 12px; font-size: 1rem; margin-bottom: 12px; }
|
|
.email-input:focus { outline: none; border-color: var(--blue); }
|
|
.submit-btn { background: var(--blue); color: white; border: none; padding: 14px 36px; border-radius: 12px; font-size: 1rem; font-weight: 700; cursor: pointer; }
|
|
.submit-btn:hover { background: var(--blue-dark); }
|
|
|
|
.legal-notice { background: #fff5f5; border: 1px solid #fed7d7; border-radius: 12px; padding: 20px; margin: 40px 0; }
|
|
.legal-notice h4 { color: #c53030; font-size: 0.875rem; margin-bottom: 8px; }
|
|
.legal-notice p { font-size: 0.8125rem; color: #744210; line-height: 1.6; }
|
|
|
|
footer { border-top: 1px solid rgba(0,0,0,0.08); padding: 32px 0; margin-top: 60px; }
|
|
footer p { font-size: 0.8125rem; color: var(--muted); }
|
|
footer a { color: var(--blue); }
|
|
.footer-top { border-bottom: 1px solid rgba(0,0,0,0.08); padding-bottom: 16px; margin-bottom: 16px; text-align: center; }
|
|
.language-selector { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); text-decoration: none; font-size: 0.875rem; padding: 8px 12px; border-radius: 8px; transition: background 0.2s; }
|
|
.language-selector:hover { background: rgba(0,102,255,0.08); color: var(--blue); }
|
|
.globe-icon { font-size: 1rem; }
|
|
</style>
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebPage",
|
|
"name": "quiXzoom 한국",
|
|
"description": "quiXzoom은 2026년 한국에서 인프라 점검·도로 조사 크라우드소싱 앱을 출시할 예정입니다.",
|
|
"url": "https://www.quixzoom.com/ko/",
|
|
"inLanguage": "ko",
|
|
"potentialAction": {
|
|
"@type": "JoinAction",
|
|
"name": "사전 알림 신청",
|
|
"target": "https://www.quixzoom.com/ko/#waitlist"
|
|
},
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"availability": "https://schema.org/ComingSoon",
|
|
"validFrom": "2026-08-01"
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header>
|
|
<div class="logo">qui<span class="x">X</span>zoom</div>
|
|
<div class="lang-switch">
|
|
<a href="/">EN</a>
|
|
<a href="/ja/">日本語</a>
|
|
<a href="/zh-cn/">中文</a>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="status-banner">
|
|
<span class="status-badge">출시 예정</span>
|
|
<span class="status-text">quiXzoom은 한국에서 아직 사업을 할 수 있는 허가를 받지 않았습니다. 2026년 출시 예정.</span>
|
|
</div>
|
|
|
|
<section class="hero">
|
|
<h1>인프라 점검·도로 조사<br>크라우드소싱</h1>
|
|
<p>quiXzoom은 2026년 한국에서 출시할 예정입니다. 스마트폰으로 인프라를 촬영하고 보상을 받으세요. 규제 당국 승인 조건 적용.</p>
|
|
</section>
|
|
|
|
<div class="features">
|
|
<div class="feature-card">
|
|
<h3>📸 미션 촬영</h3>
|
|
<p>도로, 교량, 건축물, 표지판 등을 촬영. 미션당 보상 획득.</p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3>💰 즉시 보상</h3>
|
|
<p>승인된 미션에 대해 QX 크레딧 즉시 지급. 주간 현금 전환 가능.</p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3>🇰🇷 한국 맞춤형</h3>
|
|
<p>KCS 규격 준수. 지진·태풍 대응 인프라 점검 특화.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<section class="waitlist" id="waitlist">
|
|
<h2>사전 알림 신청</h2>
|
|
<p>한국 출시 시 가장 먼저 안내해 드립니다.</p>
|
|
<form onsubmit="event.preventDefault(); alert('사전 알림 신청 감사합니다!');">
|
|
<input type="email" class="email-input" placeholder="이메일 주소" required>
|
|
<br>
|
|
<button type="submit" class="submit-btn">신청하기</button>
|
|
</form>
|
|
</section>
|
|
|
|
<div class="legal-notice">
|
|
<h4>⚠️ 중요 공지</h4>
|
|
<p>quiXzoom은 현재 한국에서 사업을 할 수 있는 규제 당국의 승인을 받지 않았습니다. 본 사이트는 정보 제공 목적으로만 운영되며, 계획된 서비스 출시는 규제 당국 승인을 조건으로 합니다. 현재 quiXzoom 앱을 한국에서 다운로드하거나 사용할 수 없습니다.</p>
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="footer-top">
|
|
<a href="/locale" class="language-selector">
|
|
<span class="globe-icon">🌐</span>
|
|
<span class="language-text">한국 (한국어)</span>
|
|
</a>
|
|
</div>
|
|
<div style="text-align: center;">
|
|
<p>© 2026 Landvex AB. All rights reserved. | <a href="/terms">이용약관</a> | <a href="/privacy">개인정보처리방침</a></p>
|
|
<p style="margin-top: 8px;">quiXzoom은 Landvex AB의 상표입니다.</p>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |