Assemble homepage — Hero, DualValueProps, HowItWorks, WhyUs, PricingTeaser, FinalCTA
This commit is contained in:
@@ -1,8 +1,26 @@
|
||||
---
|
||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
import SiteHeader from '../components/SiteHeader.astro';
|
||||
import SiteFooter from '../components/SiteFooter.astro';
|
||||
import Hero from '../components/sections/Hero.astro';
|
||||
import DualValueProps from '../components/sections/DualValueProps.astro';
|
||||
import HowItWorks from '../components/sections/HowItWorks.astro';
|
||||
import WhyUs from '../components/sections/WhyUs.astro';
|
||||
import PricingTeaser from '../components/sections/PricingTeaser.astro';
|
||||
import FinalCTA from '../components/sections/FinalCTA.astro';
|
||||
---
|
||||
<BaseLayout title="Cameleer — scaffolding" description="Scaffolding placeholder.">
|
||||
<main class="max-w-content mx-auto px-6 py-24">
|
||||
<p class="text-accent font-mono">BaseLayout ok</p>
|
||||
<BaseLayout
|
||||
title="Cameleer — Zero-code observability for Apache Camel"
|
||||
description="See every route. Reach into every flow. Zero-code tracing, processor-level detail, and live control for Apache Camel — from a single -javaagent flag."
|
||||
>
|
||||
<SiteHeader />
|
||||
<main>
|
||||
<Hero />
|
||||
<DualValueProps />
|
||||
<HowItWorks />
|
||||
<WhyUs />
|
||||
<PricingTeaser />
|
||||
<FinalCTA />
|
||||
</main>
|
||||
<SiteFooter />
|
||||
</BaseLayout>
|
||||
|
||||
Reference in New Issue
Block a user