Admin

Menu Editor

← Back to site

Edit every menu item below. Click Save to update the live homepage preview (stored in this browser). When you're happy, copy the JSON at the bottom and paste it into src/routes/index.tsx to publish.

#CategoryNameDescriptionPrice
1
2
3
4
5
6
Copy as code (paste into src/routes/index.tsx)
const menu = [
  {
    "tag": "Living Drinks",
    "name": "Sunset Royale",
    "desc": "Our mother culture, lemon, raw cane, wild bubbles.",
    "price": "6"
  },
  {
    "tag": "Living Drinks",
    "name": "Golden Fizz",
    "desc": "Ginger bug, fresh turmeric, mint, honey.",
    "price": "7"
  },
  {
    "tag": "Living Drinks",
    "name": "Crimson Glow",
    "desc": "Second-ferment with hibiscus & rose petals.",
    "price": "7"
  },
  {
    "tag": "Living Drinks",
    "name": "Mystic Malt",
    "desc": "Heirloom grains, roasted roots, miso-tahini, kraut.",
    "price": "16"
  },
  {
    "tag": "Wraps",
    "name": "Garden Wrap",
    "desc": "Sprouted lavash, hummus, herbs, pickled ginger.",
    "price": "13"
  },
  {
    "tag": "Seasonal",
    "name": "Vietnamese Summer Roll",
    "desc": "Fresh ricepaper wraps filled with crisp veggies and herbs, centered around delicious golden mango meat and a Guac dip.",
    "price": "12"
  }
];