Meet the nominees
Who made the shortlist?
After careful consideration, ten outstanding local nominees have been shortlisted for each category. Take a look below to find out who they are.
Filters
label
+
You are now going to place your vote
{
const currentCategory = categories.find((category) => category.id == selectedCategory);
window.pushToDataLayer({
'event': 'form_submit',
'component_name': 'vote',
'category_name': currentCategory.title,
'partner_id': restaurant.id,
})
const succesfull = await submit(currentCategory, restaurant);
if (!succesfull) {
window.pushToDataLayer({
'event': 'form_error',
'component_name': 'vote',
'category_name': currentCategory.title,
'partner_id': restaurant.id,
'error_message': 'Failed to vote.'
})
return;
};
window.pushToDataLayer({
'event': 'form_success',
'component_name': 'vote',
'category_name': currentCategory.title,
'partner_id': restaurant.id,
})
$dispatch('rerender');
closeModal();
localStorage.getItem('submitted_register_for_prices') ?
$dispatch('open-modal', { name: 'register-for-prices-submitted' }) :
$dispatch('open-modal', { name: 'register-for-prices' });
}"
@open-modal.window="() => {
if ($event.detail.name != 'vote-now') return;
restaurant = $event.detail.restaurant;
categories = [];
$nextTick(() => {
categories = getCategories($event.detail.categories);
selectedCategory = categories[0] ? categories[0].id : null;
window.pushToDataLayer({
'event': 'form_view',
'component_name': 'vote',
'partner_id': restaurant.id,
'category_name': categories.map(obj => obj.title).join(', '),
})
});
}"
class="flex flex-col gap-4">
Are you sure you want to vote?
Please confirm you want to vote for in the categoryPlease confirm you want to vote for category *
Thank you for voting.
Thank You.
Thank you for filling in the form. Keep an eye on your email, winners will be announced in January 2025. In the meantime, you can vote for another restaurant in other categories or go back to the homepage.
Thanks for submitting your vote. You have already entered into our giveaway to win a year of free food. Support more nominees and vote for another category.