A reusable animated stack card
Loading preview...
import Component from "@/components/ui/stack-card"; export default function CardStack() { return <Component />; }