18 lines
736 B
Plaintext
18 lines
736 B
Plaintext
---
|
|
title: Pricing
|
|
description: Our simple, usage-based pricing means you only pay for what you use. Scale effortlessly for the best value.
|
|
---
|
|
import Pricing from '@/components/sections/pricing';
|
|
import Stats from '@/components/sections/stats';
|
|
import Testimonials from '@/components/sections/testimonials';
|
|
import Faq from '@/components/sections/faq';
|
|
|
|
Experience transparent, usage-based pricing that grows with your needs. Simply choose your monthly event volume and pay accordingly - no surprises.
|
|
|
|
All features are included in every plan, with no hidden fees or artificial feature restrictions. What you see is what you get.
|
|
|
|
<div className="lg:-mx-20 xl:-mx-40 not-prose -mt-16">
|
|
<Pricing />
|
|
<Testimonials />
|
|
<Faq />
|
|
</div> |