ADVERTISEMENT

Chef Jereme Leung returns to Conrad Manila with new culinary showcase

Published Apr 15, 2025 11:30 pm

Photo 2.jpeg

Michelin-recognized chef Jereme Leung is making a much-anticipated return to China Blue, his signature restaurant at Conrad Manila, with a limited-time multi-course menu that celebrates Chinese culinary heritage through innovative technique and exceptional ingredients.

Running from April 22 to 30, the special dining experience will highlight Leung’s sophisticated “East-meets-West” approach, combining regional Chinese flavors with modern presentation. Known for his meticulous craftsmanship and artistic flair, Chef Jereme has curated a set menu that blends locally sourced and East Asian ingredients in ways that are both refined and deeply rooted in tradition.

“Conrad Manila is honored to once again host Chef Jereme Leung, whose extraordinary culinary talents continually redefine dining experiences,” said Fabio Berto, general manager of Conrad Manila. “This showcase underscores our commitment to curating inspired experiences that truly reflect the exceptional culinary heritage and innovation of China Blue. Guests can anticipate an extraordinary dining experience, where each meticulously crafted dish by Chef Leung tells a unique story of flavor, artistry, and refinement.”

Photo 1.jpg
Chef Jereme Leung

A pioneer in contemporary Chinese cuisine, Leung's hallmark is reinterpreting regional dishes with contemporary touches. This season’s offering includes a carefully composed menu beginning with striking appetizers: suckling pig stuffed with black glutinous rice and salted egg; deep-fried sea cucumber and shrimp paired with taro and a spicy hawthorn sauce; and a savory tube filled with marinated dehydrated vegetables, century egg and porcini mushroom sauce.

The soup course is an umami-rich yellow croaker broth, slow-boiled with water bamboo shoot and black fungus, delivering depth and clarity in flavor.

For the main course, Leung presents a trio of dishes that showcase his culinary precision. The slow-cooked duck leg is lacquered in a glaze of pickled olive and dark sweet soy, balancing savory and tangy notes. A tender steamed spinach egg custard is crowned with seared U.S. scallop and finished with dry scallop and pickled ginger sauce. Finally, poached flat noodles are dressed in fresh crab meat, fragrant shallots, and spring onion sauce—a luxurious yet comforting take on a staple.

Dessert is a visual and textural delight: a chocolate tree accompanied by pandan sponge and raspberry ice cream, melding Southeast Asian flavors with patisserie aesthetics.

“Returning to Conrad Manila is truly special; and I am excited to present dishes that merge traditional Chinese culinary techniques with innovative modern techniques,” Jereme said. “Each element is chosen with care, with the collective purpose of taking diners through a deeply immersive and memorable experience that celebrate the richness of Chinese cuisine.”

Chef Jereme will be present at China Blue from April 22 to 24 to meet guests and share the inspiration behind his creations. The set menu is priced at PHP 6,588 nett per person and is available for lunch from 11 a.m. to 2:30 p.m., and dinner from 6 p.m. to 10 p.m.

For reservations, guests may call +632 8833 9999 or +639176504043, or email [email protected].

Related Tags

MB Lifestyle Online
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.