A reusable ticket system that can be used anywhere.
Loading preview...
import Component from "@/components/ui/futuristic-ticket-hub"; export default function DemoOne() { return <Component />; }