Boarding Pass

Ticket-shaped pass with notched edges, a passenger strip, and a detached seat column on the right.

Boarding passTK 1983
ISTLHR
PassengerBeste Sözen
GateB22
Boarding09:10
Seat12A

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Travel2 } from "@/components/beste/piece/travel2";

<Travel2
  passenger="Beste Sözen"
  flight="TK 1983"
  from="IST"
  to="LHR"
  seat="12A"
  gate="B22"
  boardingTime="09:10"
  headerLabel="Boarding pass"
  passengerLabel="Passenger"
  gateLabel="Gate"
  boardingLabel="Boarding"
  seatLabel="Seat"
/>