Our Delivery Menu

document.addEventListener('DOMContentLoaded', function() { const searchForm = document.querySelector('.product_search'); const searchBtn = document.querySelector('.aws-form-btn'); // বাটন ক্লিক করলে ওপেন/ক্লোজ হবে searchBtn.addEventListener('click', function(e) { e.stopPropagation(); // যাতে উইন্ডো ক্লিক ইভেন্ট সাথে সাথে ট্রিগার না হয় searchForm.classList.toggle('active-search'); }); // ডকুমেন্ট বা অন্য কোথাও ক্লিক করলে চেক করবে document.addEventListener('click', function(event) { // যদি ক্লিকটা সার্চ ফর্মের (.product_search) বাইরে হয় if (!searchForm.contains(event.target)) { searchForm.classList.remove('active-search'); } }); });

Select your meals: -

Authentic real Jamaican Cooking, Top Quality Ingredients, Popping Flavours made with real love and care

Fresh Local delivery in London

Based in London and can’t make it to collect? You can still enjoy our freshly prepared meals from the comfort of home.

Order directly through Uber Eats or Deliveroo and have authentic Jamaican cooking delivered straight to your door.