ADVERTISEMENT

LIST: Where to celebrate Easter Sunday with the family

Published Apr 15, 2022 02:01 pm

If you’re one of the families who’ve decided to stay at home, here is a list of places you can spend Easter Sunday with safety in mind.

Freestock images (Unsplash)

Families who booked a staycation in The Manila Hotel or enjoyed an Easter lunch at Café Ilang-Ilang can register their kids 12 years old and below for the hotel’s “A Bear-y Happy Easter” activities at the Fiesta Pavilion on April 17. Have fun at the Easter egg hunt, arts and camp area, Groovebeats Kiddie Dance workshop and kiddie ballet, and even watch a magic show. Don’t forget to have your pictures taken at the Family Easter Photo Booth, too! To join, just present P5,000 worth of single-receipt food bill spent for Easter Sunday lunch which is good for one pass for one adult and one child. Additional child is at P1,500 nett.

Family connections are made even stronger with Globe at Home booths where you can join a virtual Easter egg hunt, design eggs and win prizes, take fun photos in their Family Strong photo booth, and win prizes at the Easter Strong Family Weekend booth—all happening this April 17. Visit their Facebook page for updates and locations where you can check out their booths. “Easter is a time to gather with family and celebrate beginnings. As we come out of the health crisis, families can bond better with more options for activities they can do together through strong and reliable connectivity,” says Globe At Home VP for Marketing Barbie Dapul.

Century Park Hotel transforms their grand ballroom into an Easter Carnival on April 17 from 9:00 a.m. to 12:00 noon. Expect games, raffle, egg hunting, fun inflatable playgrounds, magic shoes, and the much-anticipated egg hunting activity. All kids get to bring home a special loot bag, too! All of these for only P1,500, which includes set meals for one adult and one child. General Manager Anthony Tan says, “We are eager to fill our hallways with the laughter and squeals of our young guests once again. A lot of wonderful treats and surprises have been prepared in anticipation of this merry event. We hope that the Easter Carnival 2022 will always remind kids and parents that Century Park Hotel will always be their home away from home.” For inquiries, you may reach them at 0917-6332545.

Venice Grand Canal Mall is offering loads of fun on April 17 with activities such as Easter Carnival Eggscapade that includes carnival rides and a magic show, Easterific Show with Badanamu, Easter Eggsploration where you need to find the hidden eggs, Easter Carnival Parade, and Star of the Carnival where you get a chance to win prizes for the best in carnival-themed or Easter costume. Registration starts at 10:00 a.m., just present single or accumulated receipts worth P1,000 from any McKinley Hill/West establishments from April 9 to 17.

Spend a restful weekend at Crimson Hotel Filinvest City Manila from April 16 to 17. Rates start at P7,700 net for a deluxe room with two tickets to the Farm Easterville event. To be held at the Crimson Grand Ballroom, expect egg-hunting activity, afternoon snacks, live entertainment, interactive games, and egg-decorating contest; and you get to bring home Easter chocolate and giveaways, too! Rate for this activity is P1,100 net. To book your ticks, visit this link.

Easter celebration is longer at Alabang Town Center as it brings us The Easter Academy via its Easter Cup. From April 16 to 17, kids get to join fun, education, and physical activities where they can compete in a challenging obstacle course. There’s also the Color Hunt where you try your luck in looking for the Golden Egg and win a P1,000 gift certificate. There will be five hunting schedules and three divisions for toddlers, peewee, and junior.

Power Plant Mall is having a sea adventure-themed Easter celebration this April 17. Avail of the all-access pass and kit, or you get to create at home with the Take-home kit. These sailor’s kits are available at the shop.

Spending the weekend at the mall is a given for us Filipinos, and SM Supermalls has so much to offer. Each mall has their own distinct and colorful Easter displays in their activity centers. Complete with Easter eggs, bunnies, and other fun activities, it’s a great way for the children—and parents—to have fun in a cool way.

Related Tags

activities Easter Sunday Easter Family
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.