Emerald-bordered reservation summary with when/guests/seating/code arranged on a four-cell grid.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Food3 } from "@/components/beste/piece/food3";
<Food3
restaurant="Lokal · Modern Türk"
when="Thu, Apr 25 · 20:00"
partySize={4}
table="Patio · Table 12"
confirmationCode="LKL-7Z91"
confirmedLabel="Reservation confirmed"
whenLabel="When"
guestsLabel="Guests"
seatingLabel="Seating"
codeLabel="Code"
/>