fix: remove free tier

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-24 10:57:20 +01:00
parent 76239314dd
commit 7ab869ff45
12 changed files with 141 additions and 76 deletions

View File

@@ -6,7 +6,7 @@ import { useState } from 'react';
import { Slider } from './ui/slider';
const PRICING = [
{ price: 0, events: 5_000 },
{ price: 2.5, events: 5_000 },
{ price: 5, events: 10_000 },
{ price: 20, events: 100_000 },
{ price: 30, events: 250_000 },