import { CheckIcon } from 'lucide-react'; const tiers = [ { name: 'Starter', id: 'tier-starter', href: '#', price: { monthly: '$49', annually: '$490' }, description: 'For small teams just getting started.', features: [ 'Up to 1,000 subscribers', 'Basic analytics', 'Email support', ], }, { name: 'Team', id: 'tier-team', href: '#', price: { monthly: '$99', annually: '$990' }, description: 'For growing teams that need more power.', features: [ 'Up to 5,000 subscribers', 'Advanced analytics', 'Priority email support', 'Integration with popular tools', ], }, { name: 'Enterprise', id: 'tier-enterprise', href: '#', price: { monthly: 'Contact us', annually: 'Contact us' }, description: 'For large organizations with custom needs.', features: [ 'Unlimited subscribers', 'Custom analytics and reporting', '24/7 phone and email support', 'Dedicated account manager', 'Custom integrations', ], }, ]; export default function PricingSection() { return (
The right price for you,
whoever you are
Choose a plan that fits your needs. All plans come with a 30-day free trial.
{tier.description}
For large organizations with custom needs, contact us for a custom quote.