[
  {
    "id": "e1",
    "title": "Lake Festival",
    "description": "Join us for four days of fun and relaxed people.",
    "image": "lakeImage",
    "price": 99
  },
  {
    "id": "e2",
    "title": "Guided Hiking",
    "description": "Explore nature on one of the most beautiful hiking tracks.",
    "image": "hikeImage",
    "price": 119
  },
  {
    "id": "e3",
    "title": "Food & Nature",
    "description": "Enjoy the best of alpine cuisine.",
    "image": "foodImage",
    "price": 219
  }
]