diff --git a/src/components/sections/FinalCTA.astro b/src/components/sections/FinalCTA.astro new file mode 100644 index 0000000..71f0354 --- /dev/null +++ b/src/components/sections/FinalCTA.astro @@ -0,0 +1,18 @@ +--- +import CTAButtons from '../CTAButtons.astro'; +import TopographicBg from '../TopographicBg.astro'; +--- + + + + + Start seeing your routes. + + + 14-day free trial. Your first app, instrumented and live in under 10 minutes. + + + + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index aaba719..34d8695 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -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 ok + + + + + + + + + +
+ 14-day free trial. Your first app, instrumented and live in under 10 minutes. +
BaseLayout ok