Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions app/pricing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,63 @@ export default async function PricingPage() {
reject, flag, or accept spam in your mailbox settings.
</p>
</div>
<div>
<p className="text-[#1c1917]">
Can I upgrade or downgrade my plan?
</p>
<p className="text-sm text-[#52525b] mt-1">
Yes, you can change your plan at any time. Upgrades take effect
immediately, and downgrades apply at the start of your next
billing cycle.
</p>
</div>
<div>
<p className="text-[#1c1917]">
What happens if I exceed my plan limits?
</p>
<p className="text-sm text-[#52525b] mt-1">
We'll notify you when you're approaching your limit. You can
upgrade your plan to continue receiving emails without
interruption.
</p>
</div>
<div>
<p className="text-[#1c1917]">Do you offer annual billing?</p>
<p className="text-sm text-[#52525b] mt-1">
Yes, annual billing is available with a discount. Contact us for
enterprise pricing and custom solutions.
</p>
</div>
<div>
<p className="text-[#1c1917]">Is there a free trial?</p>
<p className="text-sm text-[#52525b] mt-1">
Yes, our free tier allows you to test the service with no credit
card required. You can upgrade when you're ready to scale.
</p>
</div>
<div>
<p className="text-[#1c1917]">
What payment methods do you accept?
</p>
<p className="text-sm text-[#52525b] mt-1">
We accept all major credit cards through Stripe. Enterprise
customers can request invoicing.
</p>
</div>
<div>
<p className="text-[#1c1917]">How do I cancel my subscription?</p>
<p className="text-sm text-[#52525b] mt-1">
You can cancel anytime from your billing settings. Your service
will continue until the end of your current billing period.
</p>
</div>
<div>
<p className="text-[#1c1917]">Do you provide SLA guarantees?</p>
<p className="text-sm text-[#52525b] mt-1">
Yes, our paid plans include a 99.9% uptime SLA. Enterprise plans
can include custom SLA terms and dedicated support.
</p>
</div>
</div>
</section>

Expand Down