import { CheckIcon, HeartHandshakeIcon, MessageSquareIcon, PackageIcon, RocketIcon, SparklesIcon, StarIcon, ZapIcon, } from 'lucide-react'; import Link from 'next/link'; import { cn } from '@/lib/utils'; const perks = [ { icon: PackageIcon, title: 'Latest Docker Images', description: 'Access to bleeding-edge builds on every commit', href: '/docs/self-hosting/supporter-access-latest-docker-images', highlight: true, }, { icon: MessageSquareIcon, title: 'Prioritized Support', description: 'Get help faster with priority Discord support', highlight: true, }, { icon: RocketIcon, title: 'Feature Requests', description: 'Your ideas get prioritized in our roadmap', highlight: true, }, { icon: StarIcon, title: 'Exclusive Discord Role', description: 'Special badge and recognition in our community', }, { icon: SparklesIcon, title: 'Early Access', description: 'Try new features before public release', }, { icon: ZapIcon, title: 'Direct Impact', description: 'Your support directly funds development', }, ]; export function SupporterPerks({ className }: { className?: string }) { return (
Everything you get when you support OpenPanel
{perk.description}
{perk.href && ( Learn more → )}Starting at $20/month