2026-07-05 06:41:32 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2026-07-14 09:58:53 +00:00
< title > quiXzoom for Organisations — Order Raw Field Data< / title >
2026-07-05 06:41:32 +00:00
< link rel = "icon" type = "image/svg+xml" href = "/favicon.svg" >
2026-07-14 09:58:53 +00:00
< meta name = "description" content = "Order raw geotagged photos from verified field contributors. Infrastructure, property, retail audits, environmental surveys. Delivered in hours." >
2026-07-05 06:41:32 +00:00
< 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 : 16 px ; --shadow-hover : 0 16 px 48 px rgba ( 0 , 0 , 0 , .14 ) ;
--transition : .22 s cubic-bezier ( .25 , .46 , .45 , .94 ) ;
--text-sm : .875 rem ; --text-base : 1 rem ; --text-lg : 1.125 rem ; --text-xl : 1.375 rem ; --text-2xl : 1.75 rem ;
--radius-sm : 8 px ; --radius-md : 14 px ; --radius-lg : 24 px ;
}
* , * :: 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 : 1 rem ; 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.5 rem , 5 vw , 4 rem ) ; font-weight : 900 ; letter-spacing : -.05 em ; line-height : 1 }
h2 { font-size : clamp ( 1.75 rem , 3 vw , 2.5 rem ) ; font-weight : 800 ; letter-spacing : -.04 em ; line-height : 1.1 }
h3 { font-size : var ( - - text - xl ) ; font-weight : 700 ; letter-spacing : -.02 em ; line-height : 1.3 }
. container { width : 100 % ; max-width : 1160 px ; margin : 0 auto ; padding : 0 24 px }
. section-pad { padding : 80 px 0 }
. section-header { text-align : center ; margin-bottom : 56 px }
. section-header h2 { color : var ( - - text - dark ) ; margin-bottom : 16 px }
. section-header p { font-size : var ( - - text - lg ) ; color : var ( - - text - muted ) ; max-width : 580 px ; margin : 0 auto }
/* NAV */
nav { position : sticky ; top : 0 ; z-index : 300 ; background : var ( - - bg - white ) ; border-bottom : 1 px solid rgba ( 0 , 0 , 0 , .08 ) ; box-shadow : 0 1 px 3 px rgba ( 0 , 0 , 0 , .05 ) }
. nav-inner { display : flex ; align-items : center ; justify-content : space-between ; height : 68 px ; gap : 32 px }
. nav-logo { font-size : 1.375 rem ; font-weight : 900 ; color : var ( - - text - dark ) ; letter-spacing : -.04 em }
. nav-logo . x { color : var ( - - blue ) }
. nav-links { display : flex ; align-items : center ; gap : 32 px }
. nav-links a { color : var ( - - text - muted ) ; font-size : var ( - - text - base ) ; font-weight : 500 ; transition : color .15 s }
. nav-links a : hover { color : var ( - - text - dark ) }
2026-07-14 09:58:53 +00:00
. btn-nav { background : var ( - - blue ) ; color : #fff ; border : none ; border-radius : var ( - - radius - lg ) ; padding : 10 px 24 px ; font-size : var ( - - text - base ) ; font-weight : 700 ; transition : background .15 s ; white-space : nowrap }
2026-07-05 06:41:32 +00:00
. 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 : 5 px ; cursor : pointer ; padding : 8 px ; background : none ; border : none }
2026-07-14 09:58:53 +00:00
. hamburger span { display : block ; width : 22 px ; height : 2 px ; background : var ( - - text - dark ) ; border-radius : var ( - - radius - sm ) }
2026-07-05 06:41:32 +00:00
. mobile-menu { display : none ; position : fixed ; inset : 0 ; top : 68 px ; background : var ( - - bg - white ) ; z-index : 299 ; padding : 24 px ; flex-direction : column ; gap : 0 ; border-top : 1 px solid rgba ( 0 , 0 , 0 , .08 ) }
. mobile-menu . open { display : flex }
. mobile-menu a { color : var ( - - text - body ) ; font-size : 1.1 rem ; font-weight : 500 ; padding : 18 px 0 ; border-bottom : 1 px solid rgba ( 0 , 0 , 0 , .08 ) ; display : block }
}
/* HERO */
. hero-org { background : var ( - - bg - off ) ; padding : 80 px 0 64 px }
. hero-org-inner { max-width : 720 px }
. hero-org h1 { color : var ( - - text - dark ) ; margin-bottom : 24 px }
. hero-org p { font-size : clamp ( 1.0625 rem , 2 vw , 1.25 rem ) ; color : var ( - - text - body ) ; line-height : 1.6 ; margin-bottom : 32 px }
2026-07-14 09:58:53 +00:00
. hero-badge { display : inline-flex ; align-items : center ; gap : 8 px ; background : var ( - - blue - pale ) ; border : 1 px solid rgba ( 0 , 102 , 255 , .15 ) ; border-radius : 100 px ; padding : 8 px 18 px ; font-size : var ( - - text - sm ) ; font-weight : 600 ; color : var ( - - blue ) ; margin-bottom : 28 px }
2026-07-05 06:41:32 +00:00
. hero-cta { display : flex ; gap : 12 px ; flex-wrap : wrap }
2026-07-14 09:58:53 +00:00
. btn-primary { background : var ( - - blue ) ; color : #fff ; border : none ; border-radius : var ( - - radius - lg ) ; padding : 14 px 32 px ; font-size : 1 rem ; font-weight : 700 ; transition : background .15 s }
2026-07-05 06:41:32 +00:00
. btn-primary : hover { background : var ( - - blue - dark ) }
2026-07-14 09:58:53 +00:00
. btn-ghost { background : transparent ; border : 2 px solid rgba ( 0 , 0 , 0 , .15 ) ; color : var ( - - text - dark ) ; border-radius : var ( - - radius - lg ) ; padding : 14 px 32 px ; font-size : 1 rem ; font-weight : 700 ; transition : border-color .15 s , background .15 s }
2026-07-05 06:41:32 +00:00
. btn-ghost : hover { border-color : var ( - - blue ) ; background : var ( - - blue - pale ) }
2026-07-14 09:58:53 +00:00
/* PRODUCTS */
. product-grid { display : grid ; grid-template-columns : repeat ( 3 , 1 fr ) ; gap : 24 px }
. product-card { background : var ( - - bg - off ) ; border-radius : var ( - - radius - card ) ; padding : 32 px 28 px ; transition : transform var ( - - transition ) , box-shadow var ( - - transition ) }
. product-card : hover { transform : translateY ( -4 px ) ; box-shadow : var ( - - shadow - hover ) }
. product-icon { font-size : 2 rem ; margin-bottom : 16 px }
. product-card h3 { font-size : 1.125 rem ; font-weight : 800 ; color : var ( - - text - dark ) ; margin-bottom : 8 px }
. product-card p { font-size : var ( - - text - sm ) ; color : var ( - - text - body ) ; line-height : 1.6 }
. product-price { font-size : 1.5 rem ; font-weight : 900 ; color : var ( - - blue ) ; margin-top : 12 px }
. product-price span { font-size : var ( - - text - sm ) ; color : var ( - - text - muted ) ; font-weight : 500 }
@ media ( max-width : 900px ) { . product-grid { grid-template-columns : 1 fr 1 fr } }
@ media ( max-width : 600px ) { . product-grid { grid-template-columns : 1 fr } }
2026-07-05 06:41:32 +00:00
2026-07-14 09:58:53 +00:00
/* HOW IT WORKS */
2026-07-05 06:41:32 +00:00
. feature-row { display : grid ; grid-template-columns : 1 fr 1 fr ; gap : 48 px ; align-items : center ; margin-bottom : 64 px }
. feature-row . reverse { direction : rtl }
. feature-row . reverse > * { direction : ltr }
2026-07-14 09:58:53 +00:00
. feature-visual { background : var ( - - bg - off ) ; border-radius : var ( - - radius - card ) ; padding : 40 px ; text-align : center }
2026-07-05 06:41:32 +00:00
. feature-visual . big-icon { font-size : 4 rem }
. feature-text h3 { font-size : var ( - - text -2 xl ) ; color : var ( - - text - dark ) ; margin-bottom : 16 px }
. feature-text p { color : var ( - - text - body ) ; margin-bottom : 16 px }
. feature-list li { display : flex ; align-items : flex-start ; gap : 10 px ; font-size : var ( - - text - base ) ; padding : 6 px 0 }
2026-07-14 09:58:53 +00:00
. feature-list li :: before { content : '✓' ; color : var ( - - green ) ; font-weight : 700 }
2026-07-05 06:41:32 +00:00
@ media ( max-width : 768px ) { . feature-row { grid-template-columns : 1 fr ; gap : 32 px } }
2026-07-14 09:58:53 +00:00
/* ECOSYSTEM */
. eco-box { background : var ( - - bg - white ) ; border : 2 px solid rgba ( 0 , 102 , 255 , .15 ) ; border-radius : var ( - - radius - card ) ; padding : 32 px ; margin-top : 40 px }
. eco-title { font-size : .78 rem ; font-weight : 700 ; color : var ( - - blue ) ; letter-spacing : .06 em ; text-transform : uppercase ; margin-bottom : 20 px }
. eco-grid { display : grid ; grid-template-columns : repeat ( 3 , 1 fr ) ; gap : 20 px }
. eco-item { padding : 20 px ; background : rgba ( 0 , 102 , 255 , .04 ) ; border-radius : 12 px ; border-left : 4 px solid var ( - - blue ) }
. eco-item . amos { border-left-color : #7B61FF }
. eco-item . landvex { border-left-color : #00C853 }
. eco-item-title { font-size : 1.1 rem ; font-weight : 800 ; color : var ( - - text - dark ) ; margin-bottom : 6 px }
. eco-item-desc { font-size : .85 rem ; color : var ( - - text - muted ) ; line-height : 1.6 ; margin-bottom : 8 px }
. eco-item-for { font-size : .75 rem ; 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 : 1 fr } }
2026-07-05 06:41:32 +00:00
/* FOOTER */
footer { background : var ( - - bg - white ) ; border-top : 1 px solid rgba ( 0 , 0 , 0 , .08 ) ; padding : 64 px 0 40 px }
. footer-inner { display : grid ; grid-template-columns : 2 fr 1 fr 1 fr 1 fr ; gap : 48 px ; margin-bottom : 56 px }
. footer-brand . nav-logo { display : block ; margin-bottom : 14 px ; font-size : 1.5 rem }
. footer-tagline { color : var ( - - text - muted ) ; font-size : .9 rem ; line-height : 1.55 ; margin-bottom : 20 px }
. footer-col h4 { color : var ( - - text - dark ) ; font-size : var ( - - text - sm ) ; font-weight : 800 ; letter-spacing : .06 em ; text-transform : uppercase ; margin-bottom : 18 px }
. footer-col ul li { margin-bottom : 10 px }
. footer-col ul li a { color : var ( - - text - muted ) ; font-size : .9 rem ; transition : color .15 s }
. footer-col ul li a : hover { color : var ( - - text - dark ) }
. footer-bottom { display : flex ; align-items : center ; justify-content : space-between ; gap : 24 px ; flex-wrap : wrap ; padding-top : 32 px ; border-top : 1 px 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 : 1 fr 1 fr ; gap : 36 px } . footer-brand { grid-column : 1 /- 1 } }
@ media ( max-width : 560px ) { . footer-inner { grid-template-columns : 1 fr } . footer-brand { grid-column : auto } . footer-bottom { flex-direction : column ; align-items : flex-start } }
< / style >
2026-07-14 09:58:53 +00:00
< script type = "module" src = "https://auth.quixzoom.com/site-auth-snippet.js" > < / script >
2026-07-05 06:41:32 +00:00
< / 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 >
2026-07-14 09:58:53 +00:00
< a href = "/order/" class = "btn-nav" > Start Order →< / a >
2026-07-05 06:41:32 +00:00
< 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 >
2026-07-14 09:58:53 +00:00
<!-- HERO -->
2026-07-05 06:41:32 +00:00
< section class = "hero-org" >
< div class = "container" >
< div class = "hero-org-inner" >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< div class = "hero-cta" >
2026-07-14 09:58:53 +00:00
< a href = "/order/" class = "btn-primary" > Start Order →< / a >
< a href = "#products" class = "btn-ghost" > Explore Products< / a >
2026-07-05 06:41:32 +00:00
< / div >
< / div >
< / div >
< / section >
2026-07-14 09:58:53 +00:00
<!-- PRODUCTS -->
< section id = "products" class = "section-pad" >
2026-07-05 06:41:32 +00:00
< div class = "container" >
< div class = "section-header" >
2026-07-14 09:58:53 +00:00
< h2 > What you can order< / h2 >
< p > Three ways to get field data. Choose what fits your needs.< / p >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 09:58:53 +00:00
< / 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 >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< / div >
< / div >
< / section >
2026-07-14 09:58:53 +00:00
<!-- HOW IT WORKS -->
2026-07-05 06:41:32 +00:00
< section class = "section-pad" style = "background:var(--bg-off)" >
< div class = "container" >
< div class = "section-header" >
< h2 > How it works< / h2 >
2026-07-14 09:58:53 +00:00
< p > From order to delivery in three steps.< / p >
2026-07-05 06:41:32 +00:00
< / div >
< div class = "feature-row" >
2026-07-14 09:58:53 +00:00
< div class = "feature-visual" > < div class = "big-icon" > 📝< / div > < / div >
2026-07-05 06:41:32 +00:00
< div class = "feature-text" >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< 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" >
2026-07-14 09:58:53 +00:00
< div class = "feature-visual" > < div class = "big-icon" > 📱< / div > < / div >
2026-07-05 06:41:32 +00:00
< 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" >
2026-07-14 09:58:53 +00:00
< div class = "feature-visual" > < div class = "big-icon" > ✅< / div > < / div >
2026-07-05 06:41:32 +00:00
< div class = "feature-text" >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< ul class = "feature-list" >
< li > Automated completeness check< / li >
2026-07-14 09:58:53 +00:00
< li > Image quality verification< / li >
< li > Geolocation confirmation< / li >
< li > Dashboard or API export< / li >
2026-07-05 06:41:32 +00:00
< / ul >
< / div >
< / div >
< / div >
< / section >
2026-07-14 09:58:53 +00:00
<!-- USE CASES -->
2026-07-05 06:41:32 +00:00
< section class = "section-pad" >
< div class = "container" >
< div class = "section-header" >
2026-07-14 09:58:53 +00:00
< h2 > Use cases< / h2 >
< p > How organisations use quiXzoom raw data.< / p >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< / div >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< / div >
< / div >
< / div >
< / section >
2026-07-14 09:58:53 +00:00
<!-- CTA -->
< section style = "background:var(--bg-off);padding:80px 0;text-align:center" >
2026-07-05 06:41:32 +00:00
< div class = "container" >
2026-07-14 09:58:53 +00:00
< 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 >
2026-07-05 06:41:32 +00:00
< / div >
< / section >
2026-07-14 09:58:53 +00:00
<!-- FOOTER -->
2026-07-05 06:41:32 +00:00
< footer >
< div class = "container footer-inner" >
< div class = "footer-brand" >
< a href = "/" class = "nav-logo" > qui< span class = "x" > X< / span > zoom< / a >
2026-07-14 09:58:53 +00:00
< p class = "footer-tagline" > Raw field data on demand. Verified photos from verified contributors, delivered in hours.< / p >
2026-07-05 06:41:32 +00:00
< / div >
< div class = "footer-col" >
< h4 > Product< / h4 >
< ul >
< li > < a href = "/" > For Zoomers< / a > < / li >
2026-07-14 09:58:53 +00:00
< li > < a href = "/for-organisations/" > For Organisations< / a > < / li >
2026-07-05 06:41:32 +00:00
< li > < a href = "/pricing" > Pricing< / a > < / li >
2026-07-14 09:58:53 +00:00
< li > < a href = "/order/" > Start Order< / a > < / li >
2026-07-05 06:41:32 +00:00
< / ul >
< / div >
< div class = "footer-col" >
< h4 > Resources< / h4 >
< ul >
< li > < a href = "/glossary" > Glossary< / a > < / li >
2026-07-14 09:58:53 +00:00
< li > < a href = "/support" > Support< / a > < / li >
< li > < a href = "/status" > System Status< / a > < / li >
2026-07-05 06:41:32 +00:00
< / ul >
< / div >
< div class = "footer-col" >
2026-07-14 09:58:53 +00:00
< h4 > Company< / h4 >
2026-07-05 06:41:32 +00:00
< ul >
2026-07-14 09:58:53 +00:00
< li > < a href = "/about" > About< / a > < / li >
< li > < a href = "/careers/" > Careers< / a > < / li >
< li > < a href = "https://www.landvex.com" > Landvex< / a > < / li >
2026-07-05 06:41:32 +00:00
< / ul >
< / div >
< / div >
< div class = "container footer-bottom" >
2026-07-14 09:58:53 +00:00
< p class = "footer-copy" > © 2026 quiXzoom Inc · A US company · Operated by Landvex AB in Sweden< / p >
2026-07-05 06:41:32 +00:00
< / div >
< / footer >
< / body >
2026-07-14 09:58:53 +00:00
< / html >