Drink Pairing

Sommelier pairings panel with a dish header and rose-ruled wine or cocktail suggestion blocks.

Pairs well withSeared duck breast
Pinot Noir · WillametteRed · 2021
Bright cherry, subtle forest floor.
Bourbon old-fashionedCocktail
Bittersweet, amplifies the glaze.

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

Import & use
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"
/>