A dynamic card component with animation effects, designed to enhance user interaction and provide a visually engaging way to display content.
import { ClassValue, clsx } from "clsx" import { twMerge } from "tailwind-merge" export function cn(...inputs: ClassValue[]) { return twMerge(clsx(inputs)) }
make your web more beautiful