48ea61cdcc
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
357 lines
19 KiB
HTML
357 lines
19 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>quiXzoom for Organisations — Order Raw Field Data</title>
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
<meta name="description" content="Order raw geotagged photos from verified field contributors. Infrastructure, property, retail audits, environmental surveys. Delivered in hours.">
|
|
<link rel="canonical" href="https://www.quixzoom.com/for-organisations/">
|
|
<style>
|
|
:root{
|
|
--bg-dark:#1a1a1a;--bg-white:#FFFFFF;--bg-off:#F7F7F5;
|
|
--blue:#0066FF;--blue-dark:#0052CC;--blue-pale:rgba(0,102,255,.07);
|
|
--green:#00C853;--text-dark:#1a1a1a;--text-body:#3a3a3a;--text-muted:#6B6B6B;
|
|
--radius-card:16px;--shadow-hover:0 16px 48px rgba(0,0,0,.14);
|
|
--transition:.22s cubic-bezier(.25,.46,.45,.94);
|
|
--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;
|
|
--radius-sm:8px;--radius-md:14px;--radius-lg:24px;
|
|
}
|
|
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
|
|
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
|
|
body{font-family:-apple-system,BlinkMacSystemFont,'Inter','Helvetica Neue',sans-serif;font-size:1rem;line-height:1.65;color:var(--text-body);background:var(--bg-white);-webkit-font-smoothing:antialiased;overflow-x:hidden}
|
|
a{color:inherit;text-decoration:none}
|
|
ul{list-style:none}
|
|
button{cursor:pointer;font-family:inherit}
|
|
h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;letter-spacing:-.05em;line-height:1}
|
|
h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.04em;line-height:1.1}
|
|
h3{font-size:var(--text-xl);font-weight:700;letter-spacing:-.02em;line-height:1.3}
|
|
.container{width:100%;max-width:1160px;margin:0 auto;padding:0 24px}
|
|
.section-pad{padding:80px 0}
|
|
.section-header{text-align:center;margin-bottom:56px}
|
|
.section-header h2{color:var(--text-dark);margin-bottom:16px}
|
|
.section-header p{font-size:var(--text-lg);color:var(--text-muted);max-width:580px;margin:0 auto}
|
|
|
|
/* NAV */
|
|
nav{position:sticky;top:0;z-index:300;background:var(--bg-white);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.05)}
|
|
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:32px}
|
|
.nav-logo{font-size:1.375rem;font-weight:900;color:var(--text-dark);letter-spacing:-.04em}
|
|
.nav-logo .x{color:var(--blue)}
|
|
.nav-links{display:flex;align-items:center;gap:32px}
|
|
.nav-links a{color:var(--text-muted);font-size:var(--text-base);font-weight:500;transition:color .15s}
|
|
.nav-links a:hover{color:var(--text-dark)}
|
|
.btn-nav{background:var(--blue);color:#fff;border:none;border-radius:var(--radius-lg);padding:10px 24px;font-size:var(--text-base);font-weight:700;transition:background .15s;white-space:nowrap}
|
|
.btn-nav:hover{background:var(--blue-dark)}
|
|
.mobile-menu{display:none}
|
|
@media(max-width:768px){
|
|
.nav-links{display:none}
|
|
.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
|
|
.hamburger span{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:var(--radius-sm)}
|
|
.mobile-menu{display:none;position:fixed;inset:0;top:68px;background:var(--bg-white);z-index:299;padding:24px;flex-direction:column;gap:0;border-top:1px solid rgba(0,0,0,.08)}
|
|
.mobile-menu.open{display:flex}
|
|
.mobile-menu a{color:var(--text-body);font-size:1.1rem;font-weight:500;padding:18px 0;border-bottom:1px solid rgba(0,0,0,.08);display:block}
|
|
}
|
|
|
|
/* HERO */
|
|
.hero-org{background:var(--bg-off);padding:80px 0 64px}
|
|
.hero-org-inner{max-width:720px}
|
|
.hero-org h1{color:var(--text-dark);margin-bottom:24px}
|
|
.hero-org p{font-size:clamp(1.0625rem,2vw,1.25rem);color:var(--text-body);line-height:1.6;margin-bottom:32px}
|
|
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--blue-pale);border:1px solid rgba(0,102,255,.15);border-radius:100px;padding:8px 18px;font-size:var(--text-sm);font-weight:600;color:var(--blue);margin-bottom:28px}
|
|
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
|
|
.btn-primary{background:var(--blue);color:#fff;border:none;border-radius:var(--radius-lg);padding:14px 32px;font-size:1rem;font-weight:700;transition:background .15s}
|
|
.btn-primary:hover{background:var(--blue-dark)}
|
|
.btn-ghost{background:transparent;border:2px solid rgba(0,0,0,.15);color:var(--text-dark);border-radius:var(--radius-lg);padding:14px 32px;font-size:1rem;font-weight:700;transition:border-color .15s,background .15s}
|
|
.btn-ghost:hover{border-color:var(--blue);background:var(--blue-pale)}
|
|
|
|
/* PRODUCTS */
|
|
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
|
|
.product-card{background:var(--bg-off);border-radius:var(--radius-card);padding:32px 28px;transition:transform var(--transition),box-shadow var(--transition)}
|
|
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
|
|
.product-icon{font-size:2rem;margin-bottom:16px}
|
|
.product-card h3{font-size:1.125rem;font-weight:800;color:var(--text-dark);margin-bottom:8px}
|
|
.product-card p{font-size:var(--text-sm);color:var(--text-body);line-height:1.6}
|
|
.product-price{font-size:1.5rem;font-weight:900;color:var(--blue);margin-top:12px}
|
|
.product-price span{font-size:var(--text-sm);color:var(--text-muted);font-weight:500}
|
|
@media(max-width:900px){.product-grid{grid-template-columns:1fr 1fr}}
|
|
@media(max-width:600px){.product-grid{grid-template-columns:1fr}}
|
|
|
|
/* HOW IT WORKS */
|
|
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:64px}
|
|
.feature-row.reverse{direction:rtl}
|
|
.feature-row.reverse>*{direction:ltr}
|
|
.feature-visual{background:var(--bg-off);border-radius:var(--radius-card);padding:40px;text-align:center}
|
|
.feature-visual .big-icon{font-size:4rem}
|
|
.feature-text h3{font-size:var(--text-2xl);color:var(--text-dark);margin-bottom:16px}
|
|
.feature-text p{color:var(--text-body);margin-bottom:16px}
|
|
.feature-list li{display:flex;align-items:flex-start;gap:10px;font-size:var(--text-base);padding:6px 0}
|
|
.feature-list li::before{content:'✓';color:var(--green);font-weight:700}
|
|
@media(max-width:768px){.feature-row{grid-template-columns:1fr;gap:32px}}
|
|
|
|
/* ECOSYSTEM */
|
|
.eco-box{background:var(--bg-white);border:2px solid rgba(0,102,255,.15);border-radius:var(--radius-card);padding:32px;margin-top:40px}
|
|
.eco-title{font-size:.78rem;font-weight:700;color:var(--blue);letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}
|
|
.eco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
|
|
.eco-item{padding:20px;background:rgba(0,102,255,.04);border-radius:12px;border-left:4px solid var(--blue)}
|
|
.eco-item.amos{border-left-color:#7B61FF}
|
|
.eco-item.landvex{border-left-color:#00C853}
|
|
.eco-item-title{font-size:1.1rem;font-weight:800;color:var(--text-dark);margin-bottom:6px}
|
|
.eco-item-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6;margin-bottom:8px}
|
|
.eco-item-for{font-size:.75rem;font-weight:600}
|
|
.eco-item-for.qx{color:var(--blue)}
|
|
.eco-item-for.amos{color:#7B61FF}
|
|
.eco-item-for.landvex{color:#00C853}
|
|
@media(max-width:768px){.eco-grid{grid-template-columns:1fr}}
|
|
|
|
/* FOOTER */
|
|
footer{background:var(--bg-white);border-top:1px solid rgba(0,0,0,.08);padding:64px 0 40px}
|
|
.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}
|
|
.footer-brand .nav-logo{display:block;margin-bottom:14px;font-size:1.5rem}
|
|
.footer-tagline{color:var(--text-muted);font-size:.9rem;line-height:1.55;margin-bottom:20px}
|
|
.footer-col h4{color:var(--text-dark);font-size:var(--text-sm);font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:18px}
|
|
.footer-col ul li{margin-bottom:10px}
|
|
.footer-col ul li a{color:var(--text-muted);font-size:.9rem;transition:color .15s}
|
|
.footer-col ul li a:hover{color:var(--text-dark)}
|
|
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:32px;border-top:1px solid rgba(0,0,0,.08)}
|
|
.footer-copy{color:rgba(10,10,10,.6);font-size:var(--text-sm)}
|
|
@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}}
|
|
@media(max-width:560px){.footer-inner{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}}
|
|
</style>
|
|
<script type="module" src="https://auth.quixzoom.com/site-auth-snippet.js"></script>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<div class="container nav-inner">
|
|
<a href="/" class="nav-logo">qui<span class="x">X</span>zoom</a>
|
|
<div class="nav-links">
|
|
<a href="/">For Zoomers</a>
|
|
<a href="/for-organisations/">For Organisations</a>
|
|
<a href="/pricing">Pricing</a>
|
|
<a href="/about">About</a>
|
|
<a href="/support">Support</a>
|
|
</div>
|
|
<a href="/order/" class="btn-nav">Start Order →</a>
|
|
<button class="hamburger" onclick="document.querySelector('.mobile-menu').classList.toggle('open')" aria-label="Menu">
|
|
<span></span><span></span><span></span>
|
|
</button>
|
|
</div>
|
|
<div class="mobile-menu">
|
|
<a href="/">For Zoomers</a>
|
|
<a href="/for-organisations/">For Organisations</a>
|
|
<a href="/pricing">Pricing</a>
|
|
<a href="/about">About</a>
|
|
<a href="/support">Support</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- HERO -->
|
|
<section class="hero-org">
|
|
<div class="container">
|
|
<div class="hero-org-inner">
|
|
<div class="hero-badge">📸 Raw Field Data on Demand</div>
|
|
<h1>Order verified photos<br>from the field.</h1>
|
|
<p>Get raw geotagged photos from verified contributors. Infrastructure, property, retail, environmental — any location, delivered in hours. Pay per mission with Stripe.</p>
|
|
<div class="hero-cta">
|
|
<a href="/order/" class="btn-primary">Start Order →</a>
|
|
<a href="#products" class="btn-ghost">Explore Products</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- PRODUCTS -->
|
|
<section id="products" class="section-pad">
|
|
<div class="container">
|
|
<div class="section-header">
|
|
<h2>What you can order</h2>
|
|
<p>Three ways to get field data. Choose what fits your needs.</p>
|
|
</div>
|
|
<div class="product-grid">
|
|
<div class="product-card">
|
|
<div class="product-icon">📸</div>
|
|
<h3>Raw Field Photography</h3>
|
|
<p>Order specific shots from any location. Geotagged, timestamped, verified. You define the brief — angles, coverage, metadata.</p>
|
|
<div class="product-price">From $0.50<span> / mission</span></div>
|
|
<a href="/order/" style="display:inline-block;margin-top:16px;color:var(--blue);font-weight:600;font-size:var(--text-sm)">Order now →</a>
|
|
</div>
|
|
<div class="product-card">
|
|
<div class="product-icon">📋</div>
|
|
<h3>Lead Packages</h3>
|
|
<p>Buy pre-collected intelligence. Example: "Dirty skylights on Östermalm" — get company names, raw photos, and flagged issues.</p>
|
|
<div class="product-price">From $5<span> / lead</span></div>
|
|
<a href="/order/#leads" style="display:inline-block;margin-top:16px;color:var(--blue);font-weight:600;font-size:var(--text-sm)">Browse leads →</a>
|
|
</div>
|
|
<div class="product-card">
|
|
<div class="product-icon">🤖</div>
|
|
<h3>AMOS AI Analysis</h3>
|
|
<p>Add AI analysis to your raw data. Object detection, anomaly alerts, change detection, risk scoring. Automated reports.</p>
|
|
<div class="product-price">From $10<span> / analysis</span></div>
|
|
<a href="/order/#ai" style="display:inline-block;margin-top:16px;color:var(--blue);font-weight:600;font-size:var(--text-sm)">Learn more →</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ECOSYSTEM -->
|
|
<div class="eco-box">
|
|
<div class="eco-title">The quiXzoom Ecosystem — Three Layers</div>
|
|
<div class="eco-grid">
|
|
<div class="eco-item">
|
|
<div class="eco-item-title">quiXzoom</div>
|
|
<div class="eco-item-desc">Raw field data collection. Verified Zoomers. Geotagged photos delivered in hours. Pay per mission.</div>
|
|
<div class="eco-item-for qx">For: Everyone</div>
|
|
</div>
|
|
<div class="eco-item amos">
|
|
<div class="eco-item-title">AMOS AI</div>
|
|
<div class="eco-item-desc">AI analysis engine. Object detection, anomaly alerts, change detection, risk scoring on your data.</div>
|
|
<div class="eco-item-for amos">For: Data owners & developers</div>
|
|
</div>
|
|
<div class="eco-item landvex">
|
|
<div class="eco-item-title">Landvex</div>
|
|
<div class="eco-item-desc">Business intelligence. Decision support, control intelligence, strategic insights for enterprise & government.</div>
|
|
<div class="eco-item-for landvex">For: Enterprise, Government, Infrastructure</div>
|
|
</div>
|
|
</div>
|
|
<p style="margin-top:16px;font-size:.8rem;color:var(--text-muted);text-align:center">Start with quiXzoom raw data → Add AMOS AI analysis → Upgrade to Landvex intelligence</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- HOW IT WORKS -->
|
|
<section class="section-pad" style="background:var(--bg-off)">
|
|
<div class="container">
|
|
<div class="section-header">
|
|
<h2>How it works</h2>
|
|
<p>From order to delivery in three steps.</p>
|
|
</div>
|
|
<div class="feature-row">
|
|
<div class="feature-visual"><div class="big-icon">📝</div></div>
|
|
<div class="feature-text">
|
|
<h3>1. Place your order</h3>
|
|
<p>Define location, requirements, and budget. Use templates or build custom briefs. Set exactly what angles, coverage, and metadata you need.</p>
|
|
<ul class="feature-list">
|
|
<li>Geofenced capture zones</li>
|
|
<li>Example images for Zoomers</li>
|
|
<li>Custom metadata fields</li>
|
|
<li>Time windows and deadlines</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="feature-row reverse">
|
|
<div class="feature-visual"><div class="big-icon">📱</div></div>
|
|
<div class="feature-text">
|
|
<h3>2. Zoomers capture</h3>
|
|
<p>Verified Zoomers in the area claim and complete missions. Every photo carries GPS, timestamp, and integrity hash at capture.</p>
|
|
<ul class="feature-list">
|
|
<li>Identity-verified contributors</li>
|
|
<li>Real-time mission tracking</li>
|
|
<li>Automatic quality checks</li>
|
|
<li>No manual coordination</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="feature-row">
|
|
<div class="feature-visual"><div class="big-icon">✅</div></div>
|
|
<div class="feature-text">
|
|
<h3>3. Receive your data</h3>
|
|
<p>Submissions are reviewed for completeness and quality. Approved data is delivered to your dashboard or API within hours.</p>
|
|
<ul class="feature-list">
|
|
<li>Automated completeness check</li>
|
|
<li>Image quality verification</li>
|
|
<li>Geolocation confirmation</li>
|
|
<li>Dashboard or API export</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- USE CASES -->
|
|
<section class="section-pad">
|
|
<div class="container">
|
|
<div class="section-header">
|
|
<h2>Use cases</h2>
|
|
<p>How organisations use quiXzoom raw data.</p>
|
|
</div>
|
|
<div class="product-grid">
|
|
<div class="product-card">
|
|
<div class="product-icon">🌉</div>
|
|
<h3>Infrastructure Inspection</h3>
|
|
<p>Bridges, roads, facades, utilities. Document condition without sending an inspector. Get geotagged imagery within hours.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<div class="product-icon">🏢</div>
|
|
<h3>Property Documentation</h3>
|
|
<p>Pre-purchase inspections, rental condition reports, insurance claims. Standardised photo sets from any address.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<div class="product-icon">🛒</div>
|
|
<h3>Retail & OOH Audit</h3>
|
|
<p>Verify signage placement, shelf compliance, promotional displays. Competitive intelligence from real stores.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<div class="product-icon">🌿</div>
|
|
<h3>Environmental Survey</h3>
|
|
<p>Track vegetation, erosion, flood damage, coastal change. Repeatable observation points with GPS accuracy.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<div class="product-icon">🛣️</div>
|
|
<h3>Road Condition</h3>
|
|
<p>Potholes, surface degradation, signage visibility. Municipalities prioritise repairs with verified visual evidence.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<div class="product-icon">⚡</div>
|
|
<h3>Event & Emergency</h3>
|
|
<p>Storm damage, accident documentation, construction progress. Rapid deployment when speed matters.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CTA -->
|
|
<section style="background:var(--bg-off);padding:80px 0;text-align:center">
|
|
<div class="container">
|
|
<h2 style="margin-bottom:16px">Ready to order?</h2>
|
|
<p style="font-size:var(--text-lg);color:var(--text-muted);margin-bottom:32px;max-width:560px;margin-left:auto;margin-right:auto">Start with a single mission or browse lead packages. Pay with Stripe — no setup fees.</p>
|
|
<a href="/order/" class="btn-primary">Start Order →</a>
|
|
<p style="margin-top:24px;font-size:var(--text-sm);color:var(--text-muted)">Need enterprise invoicing or volume pricing? → <a href="https://www.landvex.com" style="color:var(--blue)">Contact Landvex</a></p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- FOOTER -->
|
|
<footer>
|
|
<div class="container footer-inner">
|
|
<div class="footer-brand">
|
|
<a href="/" class="nav-logo">qui<span class="x">X</span>zoom</a>
|
|
<p class="footer-tagline">Raw field data on demand. Verified photos from verified contributors, delivered in hours.</p>
|
|
</div>
|
|
<div class="footer-col">
|
|
<h4>Product</h4>
|
|
<ul>
|
|
<li><a href="/">For Zoomers</a></li>
|
|
<li><a href="/for-organisations/">For Organisations</a></li>
|
|
<li><a href="/pricing">Pricing</a></li>
|
|
<li><a href="/order/">Start Order</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-col">
|
|
<h4>Resources</h4>
|
|
<ul>
|
|
<li><a href="/glossary">Glossary</a></li>
|
|
<li><a href="/support">Support</a></li>
|
|
<li><a href="/status">System Status</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-col">
|
|
<h4>Company</h4>
|
|
<ul>
|
|
<li><a href="/about">About</a></li>
|
|
<li><a href="/careers/">Careers</a></li>
|
|
<li><a href="https://www.landvex.com">Landvex</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="container footer-bottom">
|
|
<p class="footer-copy">© 2026 quiXzoom Inc · A US company · Operated by Landvex AB in Sweden</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |