ADVERTISEMENT

Amazing Grace… Park

Published Jan 17, 2022 11:23 am

And you can have these dishes at home

Among the many dining establishments associated with Chef Margarita Fores (and now, we can add to that list, the ones run by her son, Amado), the one that will be nestled somewhere at the top of my personal list is Grace Park (GP) at One Rockwell. This is her farm-to-table concept—the one where, with supreme confidence and creativity, she marries her passion for Italian dishes, with her love for home-cooked Filipino cuisine. Named in tribute to Gaita’s paternal grandmother; there’s really so many amazing things happening at Grace Park, that the title of this feature is more than a passing nod to a popular song.

Grace Park in One Rockwell

If you pushed me to name one Grace Park dish that exemplifies the genius of this mingling of two cooking traditions, it wouldn’t even be a main course, but one of her delicious starters. My three sons are unanimous in saying this is the one menu item that has to be ordered each time they step through the doors of GP, or order for take-out. This would be her Fried Squash Flowers with Mascarpone and Prosciutto di Parma. The squash flowers are fried on batter like Ukoy or Tempura, but they’re stuffed with Mascarpone so there’s a neat surprise when you bite into the fritters, and it’s given an added dimension by coming wrapped in Prosciutto. That’s some devilish combination!

With the Omicron ‘fires’ raging, it’s a safe bet that many will be thinking to stay home while enjoying their Chinese New Year feasts. So I follow @graceparkdining on IG, and got excited when I saw their post about their Fiesta Menu. The trays are good for feeding four to five persons, and there was a Beef Tray, a Sisig Rice Tray, a Bangus Lamayo Rice Tray, and a Sirloin Tapa Tray. Check them out and be tempted—you definitely won’t regret it.

The Fried Squash Flowers with Mascarpone & Prosciutto di Parma.

What I did the other Sunday is my other ‘hearty eating’ recommendation: ordering a couple of starters, a pasta dish, one fiesta Tray, and two desserts to satisfy my ‘sweet tooth.' It was Grace Park at home and simply amazing!

For the starters, it won’t surprise you to read that the Fried Squash Flowers were ordered. And this was accompanied by their Chorizos in a Blanket and Pecorino Bath. Pecorino is a cheese made from sheep’s milk, and there’s a distinct flavor to this cheese, the ‘bath’ a perfect dip for the chorizos in a pastry shell.

Fettuccine with Truffle Cream & Organic Egg.

The Pasta we chose was the Fettuccine with Truffle Cream & Organic Egg. We specified that we’d be four persons partaking, and it came in a tray that’s fiesta size. Loved how the eggs were positioned on the bed of pasta so that we could freshly carve them up, and mix them with the pasta and truffle cream, right before serving.

Fiesta Beef Tray of Ribeye and Beef Belly.

The aforementioned Beef Tray was our selection, and it’s a true winner. It’s Australian Ribeye combined with Slow Roasted Muscovado-Glazed US Beef Belly, with cherry tomatoes, french beans, and steak rice. And, oh, did I forget to mention the Beef Belly Flakes? Think adobo flakes, but made of beef belly strips. This one took you to beef heaven and back!

Cuatro Leches & Berries.

For dessert, we ordered the Cuatro Leches & Berries—loved how there was extra cream sauce, and luscious strawberries on our order. And I tried their Salted Red Egg Brazo de Mercedes, the Brazo with a taste difference that has to be sampled to be believed. 

Salted Red Egg Brazo de Mercedes.

If you’ve liked any of the dishes described above, head to their IG account, call 0939-9347223, or seek them out at [email protected]. I look for Mat when I call Grace Park. For any upcoming special occasion, or when you want to treat yourself to a sumptuous meal with friends or family, Grace Park is there to be of home service, if the alfresco dining option still isn’t to your liking.

Related Tags

Margarita Fores Grace Park food
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.