ADVERTISEMENT

Here's to 2023!

Published Dec 29, 2022 01:00 pm

End the year on a high note to get a great new one started

SHOTS! SHOTS! SHOTS! Shrimp Cocktail at the International-themed Cocktail Buffet

With a location that’s right in the center of the metro’s vibrant Eastwood City township, Eastwood Richmonde Hotel is the perfect venue for your New Year’s celebrations. Experience convenience, excitement, and the unmistakable festive mood this season brings when you book a holiday stay or relish a sumptuous feast at the hotel. And with the hotel’s refreshed look at the lobby, sparkling Christmas ornaments, and friendly staff, your Richmonde yearender will send you off to a good start in 2023!  

Bid 2022 adieu with a fun blast from the past at the Rockin’ Retro New Year’s Eve Countdown Party

Eastwood is the place to be at the end of this year  and you can have a stylish welcome to 2023 with the New Year’s Eve Room Packagesat rates starting at ₱9,600 nett inclusive of brunch buffet for two, and ₱12,600 nett for a night of revelry with two tickets to the New Year’s Eve Countdown Party and buffet brunch for two.

After all the hustle and bustle of the season, it’s time for some rest and relaxation before buckling down to work. For your extended holiday from Jan. 1 to 15, 2023, rates start at ₱4,950 nett with breakfast buffet for two. All room and package rates are inclusive of taxes, Wi-Fi access, complimentary use of the pool, and parking for one vehicle (first come, first served basis).

BUT FIRST, WE TOAST Drink-all-you-can cocktails and local beer at the Rockin’ Retro Countdown Party

But before that, bid 2022 adieu with a fun blast from the past at the Rockin’ Retro New Year’s Eve Countdown Party happening at the hotel lobby from 9 p.m. to midnight on Dec. 31. For only ₱1,799 nett, revel in flowing drinks and a filling international-themed cocktail buffet featuring Chinese (sharks fin, lechon Macao, siomai, spring rolls, butchi), Japanese (tuna and salmon sashimi, oyster iburi, dragon roll), Western (beef sliders, chicken wings, sausages, chicken and waffles, shrimp cocktail), South American (birria tacos, Peruvian chicken, tostones, ceviche), Spanish (chorizo pardon, gambas, salpicao, boquerones, queso), and Korean (kalbi rice balls, tteokbokki, soy peanuts) cuisines. Sweet tooths will have their fill, too, of assorted luscious cakes. Drink all the sodas, house cocktails, and local beer as you can while you dance the night away to all-time favorite throwback music performed live by the Brown Soul Band. At the strike of midnight, toast to the new year with a glass of sparkling wine.

After a night of partying, keep the merriment going with a hearty New Year’s Day Brunch Buffet, served at the ballroom from 10 a.m. to 2 p.m. for only ₱1,550nett. Set the tone for prosperity and abundance in 2023 with a bountiful buffet loaded with turkey ham, honey bacon slab, lechon baka, sausage patties, baked oysters, salmon coulibiac, and pancakes, eggs, and taho at the live stations. Drinks include coffee, tea, hot and cold chocolate, chilled juice, iced tea, and winter coffee latte.

Kids certainly can’t be left out of the celebrations this season. All buffet offers are free for children five years old and younger while children six to 12 years old get 50 percent off the full price. www.eastwoodrichmondehotel.com.ph

Related Tags

countdown New year New Year’s Eve Countdown Party Eastwood restaurant food Megaworld
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.