ADVERTISEMENT

Continuing the joy of at-home dining with great combo eats

Published Jan 25, 2022 12:02 pm

It is still the best way to beat pandemic blues

It is hard to imagine that it has been a month since we gathered together, explored the outside world, even experienced the humble luxury of eating out during the holidays. What’s even harder to imagine is how fast it took for us to be drawn back to our pandemic reality. It didn’t even let the first week of January 2022 end to bring us out of our fantasy.

Now, the aftermath of our December merry-makings includes a call for booster shots, fear of Omicron, the divide caused by vaccine cards, and again being stuck at home. While the start of 2022 is pretty much like a relaxed version of our mid-2020, it is hard to fight the blues that come with canceled plans, staying indoors, and being apart again. But life in isolation need not be the worst or dull—this is coming from a person who had a list of plans to do this month (my birth month). So picking up from the joy of the holidays, the best way to kick the pandemic on its bum is celebrating life through good food savored at the safety of our home.

There are a lot of meals to discover for your at-home feast, but the best are the ones that can be customized to your liking. That is how Filipino food chain Max’s Restaurant kicks off 2022 with its My Way solo meals. As its name implies, customers can feast on delectable Filipino cuisines and mix-and-match them with classic and new side dishes.

New solo meals

One can choose from a variety of solo meals, from its classic fried chicken (P239 for one-piece and P269 for the quarter size chicken) to its giant chicken meatball and chicken chorizo (both P199), with its signature caramel bar on the side. Our favorite, if you’re looking to change things up, is the chicken chorizo that is drizzled with rich sisig sauce. It comes with a serving of Java rice, tamarind chicken skin, and a sunny-side-up egg.

The best way to eat them is to have tasty sides (P69), and there is a myriad of them. There’s the classic tofu sisig, corn sisig, mushroom salpicao, pancit canton, fried or fresh ubod, coleslaw, and more, bringing and added flavor and freshness to the richness of the solo meal. Bring your at-home feast to a full circle with a serving good beverage (P59) like soda and iced tea or go all out Filipino style with its sago’t gulaman.

A bonus treat is its Double Up Deal on solo meals happening from Jan. 28 to Feb. 1, where you can also add one or two side dishes to the different solo meals like Bangus Rice Bowl, Chicken Sisig Rice Bowl, Tofu Rice Bowl, and Shanghai Rice Bowl, apart for the abovementioned.

Max’s new My Way solo meals are available for dine-in, delivery, and take-out in all stores nationwide, while the Double Up Deal is exclusively for take-out or delivery. You can order online at delivery.maxschicken.com.

Choose wisely, though, you can never go wrong with any of these choices.

Hello, readers! Do you have stories you want us to feature? Follow us on Facebook, Instagram, Tiktok, and Twitter and let’s talk about it.

Related Tags

maxs restaurant My Way solo meals Double Up Deal 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.