ADVERTISEMENT

'Spices' turn up the heat!

Published May 28, 2025 11:02 am  |  Updated May 28, 2025 01:33 pm
The Beef Tenderloin dish
The Beef Tenderloin dish
Nestled along the banks of the Chao Phraya River, the Peninsula Bangkok opened in 1998 as a five-star hotel that offered a unique urban resort experience. It created the illusion of being an oasis within the teeming city, a respite from the urban snarl. To achieve that, it helped that for 20 years, gigantic malls like the premium IconSiam had not yet opened beside the hotel. IconSiam officially opened in late 2018, with its large shopping mall, hotels and residences.
With its riverside heritage, the Peninsula’s Thiptara allows one to dine under the glittering stars while the teeming river life of Bangkok glides by. Banyan trees and lush gardens accentuate the ambiance of this restaurant that combines old grandeur with impeccable Thai cuisine. So to hear that Peninsula Bangkok Thai chef Monnipa Rungthong was in town to refresh the menu of Spices at the Peninsula Manila was definitely exciting news.
At the Spices Pavilion, the Peninsula Manila
At the Spices Pavilion, the Peninsula Manila
Spices has been a longtime favorite of mine since the day it opened its doors. For Issa and myself, the Spices Pavilion is our favorite spot in the establishment, seeming to bring the tropical outdoors into the restaurant without sacrificing the comfort and convenience of being indoors. That the cooking demonstration of Chef Monnipa would be happening at the Pavilion was a bonus value when Peninsula Manila Director of Public Relations Mariano Garchitorena messaged me to join the media group who would get dibs on the new menu.
Roughly, there will be six new dishes incorporated into the current Spices menu, and this early, I can say that if one hears what the dishes are, one may think they’re merely variations on dishes that already exist. But that would be a mistake—similar to thinking that chanterelle and morels are ordinary, run-of-the-mill mushrooms. There’s some kitchen voodoo that happens when Chef Monnipa creates her new dishes, and I’m guessing her visit meant she’s running through the whole Spices menu, especially the Thai dishes.
Chef Monnipa Rungthong
Chef Monnipa Rungthong
Her Pla Tod Yum Mamuang is crispy seabass green mango salad, and honestly, she had me at the tamarind chili paste sauce alone. It was spicy and sour—but in a good way—and one could already imagine how it would integrate beautifully with the green mango and the morsels of seabass. There was a good second dish that had beef tenderloin as its main ingredient, and I will include a photo of it, but the one I have to tempt you with is the crispy seabass. It’s not the catfish salad we’re used to, but something different and just as exciting to try for the first time.
Her mango sticky rice was different enough for me to raise my eyebrows and offer my salute. I loved how she agreed that Philippine mangoes are the best, and she was more than happy to use them in the version that will be served at Spices. She did something with the coconut water that those who cook in the media group with me commented on. Me, I’m basically useless in the kitchen—just feed me and I serve a purpose. So I can’t explain why this was different mango sticky rice, but it was—and it was great!
The new Spices menu is officially introduced to the public on May 30, and it’s a great reason to revisit Spices—to recall why it’s been such a favorite for close to half a century. That’s some legacy that the Peninsula Manila can be very proud of.
Mango Sticky Rice
Mango Sticky Rice
Seabass Green Mango Salad
Seabass Green Mango Salad
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.