Sommelier pairings panel with a dish header and rose-ruled wine or cocktail suggestion blocks.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Food10 } from "@/components/beste/piece/food10";
<Food10
dish="Seared duck breast"
pairings={[
{
"name": "Pinot Noir · Willamette",
"type": "Red · 2021",
"notes": "Bright cherry, subtle forest floor."
},
{
"name": "Bourbon old-fashioned",
"type": "Cocktail",
"notes": "Bittersweet, amplifies the glaze."
}
]}
tone="rose"
/>