import { cn } from '@/lib/utils'; import type { LucideIcon } from 'lucide-react'; export function Perks({ perks, className, }: { perks: { text: string; icon: LucideIcon }[]; className?: string }) { return (