import { motion } from 'framer-motion'; import { cn } from '@/lib/utils'; export function AnimatedCheckmark({ className }: { className?: string }) { return ( ); }