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 9cded54ce3 - Show all commits

View File

@@ -3,22 +3,22 @@ import BaseLayout from '../layouts/BaseLayout.astro';
import SiteHeader from '../components/SiteHeader.astro'; import SiteHeader from '../components/SiteHeader.astro';
import SiteFooter from '../components/SiteFooter.astro'; import SiteFooter from '../components/SiteFooter.astro';
import Hero from '../components/sections/Hero.astro'; import Hero from '../components/sections/Hero.astro';
import DualValueProps from '../components/sections/DualValueProps.astro'; import SocialProofStrip from '../components/sections/SocialProofStrip.astro';
import ProductShowcase from '../components/sections/ProductShowcase.astro'; import ThreeAmWalkthrough from '../components/sections/ThreeAmWalkthrough.astro';
import HowItWorks from '../components/sections/HowItWorks.astro'; import HowItWorks from '../components/sections/HowItWorks.astro';
import WhyUs from '../components/sections/WhyUs.astro'; import WhyUs from '../components/sections/WhyUs.astro';
import PricingTeaser from '../components/sections/PricingTeaser.astro'; import PricingTeaser from '../components/sections/PricingTeaser.astro';
import FinalCTA from '../components/sections/FinalCTA.astro'; import FinalCTA from '../components/sections/FinalCTA.astro';
--- ---
<BaseLayout <BaseLayout
title="Cameleer — Run Apache Camel without running Apache Camel" title="Cameleer — Ship Camel integrations. Sleep through the night."
description="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." description="The hosted runtime and observability platform for Apache Camel. Auto-traced, replay-ready, cross-service correlated — so the 3 AM page becomes a 30-second answer."
> >
<SiteHeader /> <SiteHeader />
<main> <main>
<Hero /> <Hero />
<DualValueProps /> <SocialProofStrip />
<ProductShowcase /> <ThreeAmWalkthrough />
<HowItWorks /> <HowItWorks />
<WhyUs /> <WhyUs />
<PricingTeaser /> <PricingTeaser />