aee0f09db8
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
107 lines
5.3 KiB
HTML
107 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Infrastructure Monitoring — Landvex</title>
|
|
<meta name="description" content="Continuous infrastructure monitoring with AI. Roads, bridges, buildings, and utilities tracked via crowdsourced intelligence.">
|
|
<link rel="canonical" href="https://landvex.com/infrastructure-monitoring/">
|
|
<style>
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f5f5f7; color: #1d1d1f; line-height: 1.6; }
|
|
.header { background: #fff; border-bottom: 1px solid #d2d2d7; padding: 16px 24px; display: flex; justify-content: space-between; align-items: center; }
|
|
.logo { font-size: 24px; font-weight: 700; color: #0071e3; text-decoration: none; }
|
|
.nav { display: flex; gap: 24px; }
|
|
.nav a { color: #1d1d1f; text-decoration: none; font-size: 14px; font-weight: 500; }
|
|
.nav a:hover { color: #0071e3; }
|
|
.hero { background: #fff; padding: 80px 24px; text-align: center; }
|
|
.hero h1 { font-size: 48px; font-weight: 700; margin-bottom: 16px; }
|
|
.hero p { font-size: 20px; color: #86868b; max-width: 600px; margin: 0 auto 32px; }
|
|
.btn { display: inline-block; padding: 14px 28px; border-radius: 8px; font-size: 16px; font-weight: 500; text-decoration: none; transition: all 0.2s; }
|
|
.btn-primary { background: #0071e3; color: #fff; }
|
|
.features { padding: 64px 24px; max-width: 1200px; margin: 0 auto; }
|
|
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; margin-top: 48px; }
|
|
.feature { background: #fff; padding: 32px; border-radius: 16px; }
|
|
.feature h3 { font-size: 20px; font-weight: 600; margin-bottom: 12px; }
|
|
.feature p { color: #86868b; }
|
|
.countries { padding: 64px 24px; background: #fff; }
|
|
.countries-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; max-width: 1200px; margin: 32px auto 0; }
|
|
.country { padding: 20px; border: 1px solid #d2d2d7; border-radius: 12px; text-align: center; }
|
|
.country a { color: #0071e3; text-decoration: none; font-weight: 500; }
|
|
.footer { background: #1d1d1f; color: #fff; padding: 40px 24px; text-align: center; }
|
|
@media (max-width: 640px) {
|
|
.hero h1 { font-size: 2rem !important; }
|
|
.hero p { font-size: 1rem !important; }
|
|
.card { padding: 1.5rem !important; }
|
|
.grid { grid-template-columns: 1fr !important; }
|
|
.btn { padding: 0.75rem 1.5rem !important; font-size: 1rem !important; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<nav aria-label="breadcrumb" style="padding: 10px 20px; color: rgba(235,235,245,0.6); font-size: 14px;">
|
|
<a href="/" style="color: #007AFF; text-decoration: none;">Home</a> / <span>infrastructure-monitoring</span>
|
|
</nav>
|
|
<header class="header">
|
|
<a href="/" class="logo">Landvex</a>
|
|
<nav class="nav">
|
|
<a href="/product.html">Product</a>
|
|
<a href="/cities/">Cities</a>
|
|
<a href="/api-docs/">API</a>
|
|
<a href="/contact/">Contact</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<section class="hero">
|
|
<h1>Infrastructure Monitoring</h1>
|
|
<p>Continuous intelligence for critical infrastructure. Roads, bridges, utilities, and buildings monitored via AI-powered crowdsourced field data.</p>
|
|
<a href="/contact/" class="btn btn-primary">Request Demo</a>
|
|
</section>
|
|
|
|
<section class="features">
|
|
<h2 style="text-align: center; font-size: 32px;">Coverage Areas</h2>
|
|
<div class="features-grid">
|
|
<div class="feature">
|
|
<h3>🛣️ Roads & Highways</h3>
|
|
<p>Surface condition, potholes, markings, signage, and drainage assessment.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>🌉 Bridges & Tunnels</h3>
|
|
<p>Structural integrity, crack detection, corrosion monitoring, and load assessment.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>🏢 Buildings & Facades</h3>
|
|
<p>Exterior condition, safety hazards, accessibility compliance, and energy efficiency.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>⚡ Utilities</h3>
|
|
<p>Power lines, street lighting, telecom infrastructure, and water systems.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>🚦 Traffic Systems</h3>
|
|
<p>Signal operation, sign visibility, road markings, and pedestrian facilities.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>🌳 Environment</h3>
|
|
<p>Vegetation encroachment, drainage, erosion, and flood risk assessment.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="countries">
|
|
<h2 style="text-align: center; font-size: 32px;">Available In</h2>
|
|
<div class="countries-grid">
|
|
<div class="country"><a href="/infrastructure-monitoring/sweden/">🇸🇪 Sweden</a></div>
|
|
<div class="country"><a href="/infrastructure-monitoring/germany/">🇩🇪 Germany</a></div>
|
|
<div class="country"><a href="/infrastructure-monitoring/france/">🇫🇷 France</a></div>
|
|
<div class="country"><a href="/infrastructure-monitoring/uk/">🇬🇧 United Kingdom</a></div>
|
|
<div class="country"><a href="/infrastructure-monitoring/netherlands/">🇳🇱 Netherlands</a></div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer class="footer">
|
|
<p>© 2026 Landvex. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|