a simple airplane ticket component for y'all to use, easy and clean UI
Loading preview...
import { TicketCard } from "@/components/ui/airplane-ticket"; export default function DemoOne() { return <TicketCard />; }