import { cn } from '@/styles/theme'; import type { EarnCardProps } from '../types'; export function EarnCard({ children, className }: EarnCardProps) { return (