Files
boc/backups/2026-07-12-1023/landvex-prod/bridge-inspection/netherlands/index.html
T
Bernt 58ca4e68db feat(boc): Complete Business Operations Center v1.0
- 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
2026-07-12 12:41:35 +00:00

56 lines
2.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>Bridge Inspection Netherlands — Landvex</title>
<meta name="description" content="Bridge inspection services in Netherlands. AI-powered structural assessment for infrastructure.">
<link rel="canonical" href="https://landvex.com/bridge-inspection/netherlands/">
<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; }
.hero { background: #fff; padding: 60px 24px; text-align: center; }
.hero h1 { font-size: 36px; font-weight: 700; margin-bottom: 16px; }
.hero p { font-size: 18px; color: #86868b; max-width: 600px; margin: 0 auto; }
.content { padding: 48px 24px; max-width: 800px; margin: 0 auto; }
.content h2 { font-size: 24px; margin-bottom: 16px; }
.content p { color: #86868b; margin-bottom: 16px; }
.footer { background: #1d1d1f; color: #fff; padding: 40px 24px; text-align: center; margin-top: 48px; }
@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>
<header class="header">
<a href="/" class="logo">Landvex</a>
</header>
<section class="hero">
<h1>Bridge Inspection Netherlands</h1>
<p>AI-powered bridge assessment services in Netherlands.</p>
</section>
<section class="content">
<h2>Services</h2>
<p>• Visual defect detection<br>
• Structural load assessment<br>
• Environmental impact monitoring<br>
• Maintenance priority scoring</p>
<h2>Contact</h2>
<p>Reach out to discuss your bridge inspection requirements in Netherlands.</p>
</section>
<footer class="footer">
<p>© 2026 Landvex. All rights reserved.</p>
</footer>
</body>
</html>