21 lines
759 B
Plaintext
21 lines
759 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';
|
|
|
|
Our pricing model is simple, pick how many events you want and pay that amount. It doesn't matter what tier you're in, you should always be able to:
|
|
|
|
- Create as many reports you want
|
|
- Add as many websites you needs
|
|
- Invite all your co-workers
|
|
- You probably get the point
|
|
|
|
<div className="lg:-mx-20 xl:-mx-40 not-prose -mt-16">
|
|
<Pricing className="!rounded-xl" />
|
|
<Testimonials />
|
|
<Faq />
|
|
</div> |