2026-04-24 17:17:24 +02:00
---
import CTAButtons from '../CTAButtons.astro';
import RouteDiagram from '../RouteDiagram.astro';
import TopographicBg from '../TopographicBg.astro';
---
<section class="relative overflow-hidden border-b border-border">
<TopographicBg opacity={0.14} lines={10} />
<div class="relative max-w-content mx-auto px-6 pt-20 pb-24 md:pt-28 md:pb-32">
<div class="max-w-3xl">
2026-04-24 23:42:09 +02:00
<div class="flex items-center gap-3 mb-6">
<img
src="/cameleer-logo.svg"
width="48"
height="48"
alt=""
decoding="async"
class="shrink-0"
/>
<p class="text-accent font-mono text-xs tracking-[0.25em] uppercase">
Your camels called. They want a GPS.
</p>
</div>
2026-04-24 17:17:24 +02:00
<h1 class="text-display font-bold text-text mb-6">
2026-04-24 23:42:09 +02:00
Run Apache Camel without running Apache Camel.
2026-04-24 17:17:24 +02:00
</h1>
<p class="text-lg md:text-xl text-text-muted max-w-prose leading-relaxed mb-10">
2026-04-24 23:42:09 +02:00
The hosted home for your Camel integrations — with deep tracing, replay, and live control built in. Because you chose Camel to stay free, not to stay up all night.
2026-04-24 17:17:24 +02:00
</p>
<CTAButtons size="lg" />
</div>
<div class="mt-16 md:mt-20">
<RouteDiagram />
</div>
</div>
</section>