A vibrant, top-down view of a Jordanian meal being prepared.

Authentic Jordanian Cooking Class

Overview

Step into our family kitchen in the heart of Aqaba, where generations of traditional recipes come to life. This immersive experience is led by Agareed—our culinary matriarch—who's been preparing Jordanian feasts since she was twelve. With laughter, stories, and the irresistible aroma of spices filling the air, you'll feel like part of the family from the moment you arrive. Discover the secrets behind Jordan's national dishes and create unforgettable memories.

Quick Facts

Duration3 Hours
Group SizeSmall group sizes ensure personalized attention.
LanguageEnglish
InclusionsAll fresh, local ingredients, professional cooking equipment, and a delightful shared meal.
LocationTraditional home kitchen in Aqaba.

What You'll Learn

  • Mansaf: Jordan's national dish, a savory lamb and rice dish cooked in fermented dried yogurt sauce.
  • Maqluba: The famous "upside-down" dish with layers of meat, fried vegetables, and rice.
  • Fresh Tabbouleh: A vibrant and refreshing parsley and bulgur salad.
  • Authentic Appetizers: Learn to prepare traditional mezze like hummus or mutabal.

Meet Your Host

Agareed, the culinary matriarch.

Agareed

Agareed is our culinary matriarch, who has been preparing Jordanian feasts for decades. Her classes are known for their warm, engaging atmosphere and authentic techniques.

Gallery

Reviews

★★★★★

"I never imagined making Maqluba would be this fun and easy! Agareed made me feel like part of the family, and the food was absolutely incredible. This was the highlight of my trip to Jordan!"

"I never imagined making Maqluba would be this fun and easy! Agareed made me feel like part of the family, and the food was absolutely incredible. This was the highlight of my trip to Jordan!"

- Samira, Germany
<<<<<<< HEAD ======= const observerOptions = { root: null, // relative to the viewport rootMargin: '0px', threshold: 0.1 // Trigger when 10% of the section is visible }; const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('is-visible'); observer.unobserve(entry.target); // Stop observing once visible } }); }, observerOptions); sections.forEach(section => { observer.observe(section); }); // Experiences dropdown ARIA and keyboard support const dropbtn = document.querySelector('.dropbtn'); const dropdown = document.querySelector('.dropdown'); const experiencesMenu = document.getElementById('experiences-menu'); if (dropbtn && experiencesMenu && dropdown) { dropbtn.setAttribute('aria-expanded', 'false'); experiencesMenu.setAttribute('aria-hidden', 'true'); dropbtn.addEventListener('click', (e) => { e.stopPropagation(); const expanded = dropbtn.getAttribute('aria-expanded') === 'true'; dropbtn.setAttribute('aria-expanded', String(!expanded)); experiencesMenu.setAttribute('aria-hidden', String(expanded)); dropdown.classList.toggle('open'); }); // Close dropdown when a link is clicked experiencesMenu.querySelectorAll('a').forEach((link) => { link.addEventListener('click', () => { dropbtn.setAttribute('aria-expanded', 'false'); experiencesMenu.setAttribute('aria-hidden', 'true'); dropdown.classList.remove('open'); }); }); dropbtn.addEventListener('keydown', (e) => { if (e.key === 'ArrowDown' || e.key === 'Enter' || e.key === ' ') { e.preventDefault(); dropbtn.click(); experiencesMenu.querySelector('a')?.focus(); } else if (e.key === 'Escape') { dropbtn.setAttribute('aria-expanded','false'); experiencesMenu.setAttribute('aria-hidden','true'); dropdown.classList.remove('open'); dropbtn.focus(); } }); // Close submenu on outside click document.addEventListener('click', (e) => { if (!dropbtn.contains(e.target) && !experiencesMenu.contains(e.target)) { dropbtn.setAttribute('aria-expanded','false'); experiencesMenu.setAttribute('aria-hidden','true'); dropdown.classList.remove('open'); } }); } }); >>>>>>> 7fa0927 (Organize images and update paths)