feature(public,docs): new public website and docs
This commit is contained in:
18
apps/public/content/pages/pricing.mdx
Normal file
18
apps/public/content/pages/pricing.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user