Four Seasons Hotel Amman Achieves Big Wins at HORECA Jordan 2024

No Image

14 Chefs, Servers and Housekeepers win medals and certificates


Four Seasons Hotel Amman is proud to announce that 14 of itstalented chefs, servers, and housekeepers played a prominent role at the 2024 Hotel, Restaurant and Catering Awards (HORECA) Jordan – the largest exhibition for the Hospitality and Food & Beverages Service industry in the region.

The Four Seasons Hotel Amman team took home 3 gold medals, 5 silver medals, 4 bronze medals and 2 certificates highlightingtheir skills and talents in a range of live competitions covering the hospitality, and food industry sectors.

The gold medal winners are Jamal Al Eqedat from La Capitale for the Meat Dish category; Murad Turjman from La Capitalefor the Art of Service category; and Mohammad Abu Ali from Housekeeping for his bed making talents.

The silver medal winners are Mohammad Daoud from Olea for his Contemporary Jordanian Cuisine; Yassin Suliman from Oleafor the Pizza Challenge; Mahdi Sae'd from The Foyer Loungefor the Seafood Competition; and Odai Dardas from Housekeeping for his bed making talents.

The bronze medal winners are Lujin Samaha from Pastry for the Best Éclair; Salah Kreshan from Pastry for the Best Macaron; Ahmed Abdel Qader for the Market Basket category; and Mohammad Abu Msalam from La Capitale for the PastaCompetition.

Finally, the certificates were presented to Abdulla Azmi for the Tapas & Canapés category and Issam Saleem for the Baristacategory.

Set atop the tallest of Amman’s seven hills, Four Seasons Hotel Amman is a beacon of elegance in the center of the city – and the first and only hotel in Jordan to receive the prestigious Forbes Five-Star rating for three-consecutive years.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });