Components
a number of cards going from one side of the screen ot the other. some will say Refund others will say try again.
Loading preview...
import { Component } from "@/components/ui/prize-tail";
export default function DemoOne() {
return <Component />;
}