relaunch-2026-04-25 #4

Merged
hsiegeln merged 14 commits from relaunch-2026-04-25 into main 2026-04-25 08:08:54 +02:00
Showing only changes of commit 04b930de62 - Show all commits

View File

@@ -6,13 +6,13 @@ import TopographicBg from '../TopographicBg.astro';
<TopographicBg opacity={0.18} lines={6} />
<div class="relative max-w-content mx-auto px-6 py-24 md:py-32 text-center">
<h2 class="text-display font-bold text-text mb-6">
Your camels called. Time to ride.
Ship integrations. Sleep through the night.
</h2>
<p class="text-lg md:text-xl text-text-muted max-w-prose mx-auto mb-10">
14-day free trial. Your first Camel app, hosted, traced, and running in under ten minutes. No code changes. No camels harmed.
14-day free trial. Your first Camel app, hosted, traced, and running in under ten minutes. No code changes.
</p>
<div class="flex justify-center">
<CTAButtons size="lg" />
<CTAButtons size="lg" showSecondary={false} />
</div>
</div>
</section>