Menu Item

Menu row with a warm gradient thumbnail, dish name and price pair, description, and dietary tag chips.

Roasted miso salmon · plated
Roasted miso salmon₺240
With charred leeks, lemon and toasted sesame
520 kcalChef's pickGluten-free

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

Import & use
import { Food1 } from "@/components/beste/piece/food1";

<Food1
  name="Roasted miso salmon"
  description="With charred leeks, lemon and toasted sesame"
  price="₺240"
  calories="520 kcal"
  tags={[
    "Chef's pick",
    "Gluten-free"
  ]}
  imageSrc="https://images.unsplash.com/photo-1467003909585-2f8a72700288?auto=format&fit=crop&w=200&q=80"
  alt="Roasted miso salmon · plated"
/>