import { CheckIcon, DollarSignIcon } from 'lucide-react'; import Link from 'next/link'; import { DoubleSwirl } from '../Swirls'; import { PricingSlider } from '../pricing-slider'; import { Section, SectionHeader } from '../section'; import { Tag } from '../tag'; import { Button } from '../ui/button'; export default Pricing; export function Pricing() { return (
Simple and predictable } title="Simple pricing" description="Our simple, usage-based pricing means you only pay for what you use. Scale effortlessly for the best value." />

Stop overpaying
for features

  • Unlimited websites or apps
  • {' '} Unlimited users
  • {' '} Unlimited dashboards
  • {' '} Unlimited charts
  • {' '} Unlimited tracked profiles
All features are included upfront - no hidden costs. {' '} You choose how many events to track each month. During the beta phase, everything is offered for free to users.
); }