Itemized food order receipt with qty-by-name lines, a subtotal/delivery/tip breakdown, and bold total.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Food5 } from "@/components/beste/piece/food5";
<Food5
restaurant="Lokal · Modern Türk"
items={[
{
"qty": 2,
"name": "Meze plate",
"price": "₺320"
},
{
"qty": 1,
"name": "Roasted miso salmon",
"price": "₺240"
},
{
"qty": 1,
"name": "Pistachio baklava",
"price": "₺110"
}
]}
subtotal="₺670"
delivery="₺35"
tip="₺50"
total="₺755"
subtotalLabel="Subtotal"
deliveryLabel="Delivery"
tipLabel="Tip"
totalLabel="Total"
/>Menu row with a warm gradient thumbnail, dish name and price pair, description, and dietary tag chips.
Four-step delivery progress with icon tiles, a ringed active step, ETA pill, and a courier footer.
Dish nutrition card with a kcal line, stacked macro bar, and three color-keyed grams-per-macro tiles.
Recipe tile with a warm chef tile, time/kcal/servings row, and a two-column ingredients list.
Keep at a gentle simmer, stirring every two minutes so the garlic doesn't scorch.
Recipe-step card with a step pill, mono MM:SS countdown, instruction paragraph, and rose progress bar.
Emerald-bordered reservation summary with when/guests/seating/code arranged on a four-cell grid.