2026-07-12 12:41:35 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Scheduled Missions — Verified Field Intelligence | QUIXZOOM< / title >
< meta name = "description" content = "Plan and assign field photography missions. Get visual verification of assets without sending your own staff. AI-validated results in hours." >
< style >
* { margin : 0 ; padding : 0 ; box-sizing : border-box ; }
body { font-family : - apple-system , BlinkMacSystemFont , 'Segoe UI' , Roboto , sans-serif ; line-height : 1.6 ; color : #333 ; }
. container { max-width : 1000 px ; margin : 0 auto ; padding : 0 2 rem ; }
. hero {
background : linear-gradient ( 135 deg , #1a1a2e 0 % , #16213e 100 % ) ;
color : white ;
padding : 100 px 0 60 px ;
text-align : center ;
}
. hero h1 {
font-size : 3 rem ;
font-weight : 800 ;
margin-bottom : 1 rem ;
}
. hero p {
font-size : 1.25 rem ;
opacity : 0.9 ;
margin-bottom : 2 rem ;
}
. btn {
display : inline-block ;
padding : 1 rem 3 rem ;
border-radius : 8 px ;
text-decoration : none ;
font-weight : 600 ;
font-size : 1.1 rem ;
transition : all 0.2 s ;
}
. btn-primary {
background : #e94560 ;
color : white ;
}
. btn-primary : hover {
transform : translateY ( -2 px ) ;
box-shadow : 0 4 px 12 px rgba ( 233 , 69 , 96 , 0.3 ) ;
}
. problem {
padding : 4 rem 0 ;
text-align : center ;
}
. problem h2 {
font-size : 2 rem ;
margin-bottom : 1 rem ;
}
. problem-grid {
display : grid ;
grid-template-columns : repeat ( auto - fit , minmax ( 250 px , 1 fr ) ) ;
gap : 1.5 rem ;
margin-top : 2 rem ;
text-align : left ;
}
. problem-card {
background : #fef2f2 ;
border-left : 4 px solid #ef4444 ;
padding : 1.5 rem ;
border-radius : 0 8 px 8 px 0 ;
}
. problem-card h3 {
color : #dc2626 ;
margin-bottom : 0.5 rem ;
}
. problem-card p {
color : #666 ;
}
. solution {
background : #f8f9fa ;
padding : 4 rem 0 ;
}
. solution h2 {
text-align : center ;
font-size : 2 rem ;
margin-bottom : 2 rem ;
}
. solution-grid {
display : grid ;
grid-template-columns : repeat ( auto - fit , minmax ( 300 px , 1 fr ) ) ;
gap : 2 rem ;
}
. solution-card {
background : white ;
padding : 2 rem ;
border-radius : 12 px ;
box-shadow : 0 2 px 8 px rgba ( 0 , 0 , 0 , 0.08 ) ;
}
. solution-card h3 {
margin-bottom : 1 rem ;
color : #1a1a2e ;
}
. solution-card ul {
list-style : none ;
}
. solution-card li {
padding : 0.5 rem 0 ;
padding-left : 1.5 rem ;
position : relative ;
}
. solution-card li :: before {
content : "✓" ;
position : absolute ;
left : 0 ;
color : #10b981 ;
font-weight : bold ;
}
. use-cases {
padding : 4 rem 0 ;
}
. use-cases h2 {
text-align : center ;
font-size : 2 rem ;
margin-bottom : 2 rem ;
}
. case-grid {
display : grid ;
grid-template-columns : repeat ( auto - fit , minmax ( 280 px , 1 fr ) ) ;
gap : 1.5 rem ;
}
. case-card {
border : 2 px solid #e5e7eb ;
border-radius : 12 px ;
padding : 1.5 rem ;
transition : border-color 0.2 s ;
}
. case-card : hover {
border-color : #e94560 ;
}
. case-card h3 {
margin-bottom : 0.5 rem ;
}
. case-card p {
color : #666 ;
font-size : 0.95 rem ;
}
. pricing {
background : #f8f9fa ;
padding : 4 rem 0 ;
}
. pricing h2 {
text-align : center ;
font-size : 2 rem ;
margin-bottom : 2 rem ;
}
. pricing-grid {
display : grid ;
grid-template-columns : repeat ( auto - fit , minmax ( 250 px , 1 fr ) ) ;
gap : 1.5 rem ;
}
. pricing-card {
background : white ;
padding : 2 rem ;
border-radius : 12 px ;
text-align : center ;
box-shadow : 0 2 px 8 px rgba ( 0 , 0 , 0 , 0.08 ) ;
}
. pricing-card . featured {
border : 2 px solid #e94560 ;
transform : scale ( 1.05 ) ;
}
. pricing-card h3 {
margin-bottom : 0.5 rem ;
}
. pricing-card . price {
font-size : 2.5 rem ;
font-weight : 800 ;
color : #1a1a2e ;
margin : 1 rem 0 ;
}
. pricing-card . price span {
font-size : 1 rem ;
font-weight : 400 ;
color : #666 ;
}
. pricing-card ul {
list-style : none ;
margin : 1.5 rem 0 ;
text-align : left ;
}
. pricing-card li {
padding : 0.5 rem 0 ;
padding-left : 1.5 rem ;
position : relative ;
}
. pricing-card li :: before {
content : "✓" ;
position : absolute ;
left : 0 ;
color : #10b981 ;
}
. cta {
background : #1a1a2e ;
color : white ;
padding : 4 rem 0 ;
text-align : center ;
}
. cta h2 {
font-size : 2 rem ;
margin-bottom : 1 rem ;
}
. cta p {
opacity : 0.9 ;
margin-bottom : 2 rem ;
}
footer {
background : #111 ;
color : white ;
padding : 2 rem 0 ;
text-align : center ;
}
footer p {
opacity : 0.5 ;
}
< / style >
< / head >
< body >
< section class = "hero" >
< div class = "container" >
< h1 > See Your Assets Without Leaving Your Desk< / h1 >
< p > Verified visual intelligence from the field, delivered in hours.< / p >
< a href = "#demo" class = "btn btn-primary" > Book a Demo →< / a >
< / div >
< / section >
< section class = "problem container" >
< h2 > The Problem< / h2 >
< div class = "problem-grid" >
< div class = "problem-card" >
< h3 > Expensive Field Visits< / h3 >
< p > Sending staff to inspect assets costs time and money. $200+ per visit.< / p >
< / div >
< div class = "problem-card" >
< h3 > Slow Response Times< / h3 >
< p > Scheduling inspections takes days or weeks. Problems worsen while you wait.< / p >
< / div >
< div class = "problem-card" >
< h3 > Inconsistent Data< / h3 >
< p > Different inspectors, different standards. Hard to compare over time.< / p >
< / div >
< div class = "problem-card" >
< h3 > Limited Coverage< / h3 >
< p > Can't inspect everywhere. Remote locations are especially difficult.< / p >
< / div >
< / div >
< / section >
< section class = "solution" >
< div class = "container" >
< h2 > How Scheduled Missions Work< / h2 >
< div class = "solution-grid" >
< div class = "solution-card" >
< h3 > 1. Plan Your Mission< / h3 >
< ul >
< li > Define what needs photographing< / li >
< li > Set location and requirements< / li >
< li > Choose verification level< / li >
< li > Set deadline< / li >
< / ul >
< / div >
< div class = "solution-card" >
< h3 > 2. We Assign a Zoomer< / h3 >
< ul >
< li > Verified contributor nearby< / li >
< li > Matched by skills and rating< / li >
< li > Travels to location< / li >
< li > Takes required photos< / li >
< / ul >
< / div >
< div class = "solution-card" >
< h3 > 3. AI Validates Results< / h3 >
< ul >
< li > Checks image quality< / li >
< li > Verifies location data< / li >
< li > Detects anomalies< / li >
< li > Flags issues automatically< / li >
< / ul >
< / div >
< div class = "solution-card" >
< h3 > 4. You Get Intelligence< / h3 >
< ul >
< li > Photos delivered in hours< / li >
< li > AI analysis included< / li >
< li > Compare to previous missions< / li >
< li > Export or integrate< / li >
< / ul >
< / div >
< / div >
< / div >
< / section >
< section class = "use-cases container" >
< h2 > Use Cases< / h2 >
< div class = "case-grid" >
< div class = "case-card" >
< h3 > 🏦 Banking< / h3 >
< p > Verify ATM condition, branding, and surrounding environment across your network.< / p >
< / div >
< div class = "case-card" >
< h3 > 🏛️ Municipal< / h3 >
< p > Monitor road conditions, public buildings, and infrastructure without city staff.< / p >
< / div >
< div class = "case-card" >
< h3 > ⚡ Energy< / h3 >
< p > Inspect charging stations, transformers, and power lines remotely.< / p >
< / div >
< div class = "case-card" >
< h3 > 🏢 Property< / h3 >
< p > Track building condition, maintenance needs, and tenant compliance.< / p >
< / div >
< div class = "case-card" >
< h3 > 🚗 Insurance< / h3 >
< p > Verify claims, assess damage, and document property condition.< / p >
< / div >
< div class = "case-card" >
< h3 > 🛒 Retail< / h3 >
< p > Monitor store displays, signage, and competitor activity.< / p >
< / div >
< / div >
< / section >
< section class = "pricing" >
< div class = "container" >
< h2 > Pricing< / h2 >
< div class = "pricing-grid" >
< div class = "pricing-card" >
< h3 > Starter< / h3 >
< div class = "price" > $500< span > /month< / span > < / div >
< ul >
< li > Up to 10 missions< / li >
< li > Basic AI validation< / li >
< li > Email delivery< / li >
< li > 30-day archive< / li >
< / ul >
< a href = "#contact" class = "btn btn-primary" > Get Started< / a >
< / div >
< div class = "pricing-card featured" >
< h3 > Professional< / h3 >
< div class = "price" > $2,500< span > /month< / span > < / div >
< ul >
< li > Up to 100 missions< / li >
< li > Advanced AI + anomaly detection< / li >
< li > API access< / li >
< li > 1-year archive< / li >
< li > Priority support< / li >
< / ul >
< a href = "#demo" class = "btn btn-primary" > Book Demo< / a >
< / div >
< div class = "pricing-card" >
< h3 > Enterprise< / h3 >
< div class = "price" > Custom< / div >
< ul >
< li > Unlimited missions< / li >
< li > Custom integrations< / li >
< li > Dedicated support< / li >
< li > SLA guarantee< / li >
< li > On-premise option< / li >
< / ul >
< a href = "#contact" class = "btn btn-primary" > Contact Sales< / a >
< / div >
< / div >
< / div >
< / section >
< section class = "cta" >
< div class = "container" >
< h2 > Ready to See Your Assets?< / h2 >
< p > Schedule a demo and see how Scheduled Missions work.< / p >
< a href = "#demo" class = "btn btn-primary" > Book a Demo →< / a >
< / div >
< / section >
2026-07-14 09:58:53 +00:00
< footer >
< div class = "footer-container" style = "max-width:1200px;margin:0 auto;padding:48px 24px 32px;" >
<!-- Main Footer Grid -->
< div style = "display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:48px;" >
<!-- Column 1: Products -->
< div >
< h4 style = "font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;" > Produkter< / h4 >
< ul style = "list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;" >
< li > < a href = "/infrastructure-monitoring/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > VIMS< / a > < / li >
< li > < a href = "/intelligence/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Intelligence< / a > < / li >
< li > < a href = "/reality-alerts/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Reality Alerts< / a > < / li >
< li > < a href = "/enterprise/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Enterprise< / a > < / li >
< li > < a href = "/pilot/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Pilotprogram< / a > < / li >
< / ul >
< / div >
<!-- Column 2: Solutions -->
< div >
< h4 style = "font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;" > Lösningar< / h4 >
< ul style = "list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;" >
< li > < a href = "/verticals/bridge-inspection/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Broinspektion< / a > < / li >
< li > < a href = "/verticals/road-monitoring/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Vägövervakning< / a > < / li >
< li > < a href = "/verticals/infrastructure/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Infrastruktur< / a > < / li >
< li > < a href = "/verticals/utilities/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Utilities< / a > < / li >
< li > < a href = "/use-cases/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Användningsfall< / a > < / li >
< / ul >
< / div >
<!-- Column 3: Resources -->
< div >
< h4 style = "font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;" > Resurser< / h4 >
< ul style = "list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;" >
< li > < a href = "/blog/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Intelligence Insights< / a > < / li >
< li > < a href = "/guides/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Guider< / a > < / li >
< li > < a href = "/developers/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Developer API< / a > < / li >
< li > < a href = "/status/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Systemstatus< / a > < / li >
< li > < a href = "/reports/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Rapporter< / a > < / li >
< / ul >
< / div >
<!-- Column 4: Company -->
< div >
< h4 style = "font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;" > Företag< / h4 >
< ul style = "list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;" >
< li > < a href = "/about/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Om oss< / a > < / li >
< li > < a href = "/careers/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Karriär< / a > < / li >
< li > < a href = "/press/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Press< / a > < / li >
< li > < a href = "/contact/" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > Kontakt< / a > < / li >
< li > < a href = "https://www.quixzoom.com" target = "_blank" rel = "noopener" style = "font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;" > quiXzoom →< / a > < / li >
< / ul >
2026-07-12 12:41:35 +00:00
< / div >
2026-07-14 09:58:53 +00:00
< / div >
<!-- Divider -->
< div style = "border-top:1px solid #E5E5E5;padding-top:32px;" >
<!-- Legal & Compliance Row -->
< div style = "display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px;margin-bottom:24px;" >
< div style = "display:flex;flex-wrap:wrap;gap:16px 24px;" >
< a href = "/privacy/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > Privacy< / a >
< a href = "/terms/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > Terms< / a >
< a href = "/cookie-policy/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > Cookies< / a >
< a href = "/compliance/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > Compliance< / a >
< a href = "/trust/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > Trust Centre< / a >
< a href = "/dpa/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > DPA< / a >
< a href = "/sla/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > SLA< / a >
< a href = "/security/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > Security< / a >
< a href = "/accessibility/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > Accessibility< / a >
< a href = "/responsible-disclosure/" style = "font-size:12px;color:#6E6E73;text-decoration:none;" > Responsible Disclosure< / a >
< / div >
< div style = "display:flex;gap:16px;" >
< a href = "https://www.linkedin.com/company/landvex" target = "_blank" rel = "noopener" style = "color:#6E6E73;" title = "LinkedIn" >
< svg width = "18" height = "18" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" > < path d = "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" / > < rect x = "2" y = "9" width = "4" height = "12" / > < circle cx = "4" cy = "4" r = "2" / > < / svg >
< / a >
< a href = "https://x.com/landvex" target = "_blank" rel = "noopener" style = "color:#6E6E73;" title = "X" >
< svg width = "18" height = "18" viewBox = "0 0 24 24" fill = "currentColor" > < path d = "M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.746l7.73-8.835L1.254 2.25H8.08l4.253 5.622 5.912-5.622Zm-1.161 17.52h1.833L7.084 4.126H5.117z" / > < / svg >
< / a >
< / div >
< / div >
<!-- Company Info Row -->
< div style = "display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;" >
< div >
< div style = "font-size:12px;color:#86868B;line-height:1.6;" >
< strong style = "color:#0A0A0A;" > Landvex Inc.< / strong > · Houston, Texas · USA< br >
2026-07-14 15:27:33 +00:00
< strong style = "color:#0A0A0A;" > Landvex AB< / strong > · Org.nr 559141-7042 · Stockholm, Sweden · EU< br >
2026-07-14 09:58:53 +00:00
< a href = "mailto:contact@landvex.com" style = "color:#86868B;text-decoration:none;" > contact@landvex.com< / a > ·
< a href = "mailto:security@landvex.com" style = "color:#86868B;text-decoration:none;" > security@landvex.com< / a >
< / div >
< div style = "font-size:11px;color:#86868B;margin-top:8px;line-height:1.5;" >
Field data powered by < a href = "https://www.quixzoom.com" style = "color:#86868B;text-decoration:underline;" > quiXzoom< / a > ·
< a href = "/data-lineage/" style = "color:#86868B;text-decoration:underline;" > Data Lineage< / a > ·
< a href = "/subprocessors/" style = "color:#86868B;text-decoration:underline;" > Sub-processors< / a > ·
< a href = "/methodology/" style = "color:#86868B;text-decoration:underline;" > Methodology< / a >
< / div >
< / div >
< div style = "font-size:12px;color:#86868B;" >
© 2026 Landvex Inc / Landvex AB. All rights reserved.
< / div >
< / div >
< / div >
< / div >
< / footer >
2026-07-12 12:41:35 +00:00
< / body >
< / html >