This is a simple card stack component
Loading preview...
import CardStack from "@/components/ui/card-stack"; export default function DemoOne() { return <CardStack/>; }