Movie Ticket

Cinema stub with title and seat on top, then a dashed split into a date row and a screen format pill.

Now ShowingDune: Part TwoHall 4 · Row J · Seat 12
Fri Jun 14 · 9:30 PMIMAX

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

Import & use
import { Ticket2 } from "@/components/beste/piece/ticket2";

<Ticket2
  movie="Dune: Part Two"
  hall="Hall 4"
  row="J"
  seat="12"
  date="Fri Jun 14"
  time="9:30 PM"
  format="IMAX"
  nowShowingLabel="Now Showing"
  rowPrefix="Row"
  seatPrefix="Seat"
/>