ADVERTISEMENT

There's a beach named Palawan in Singapore

Nature and technology come together on Sentosa Island

Published Apr 9, 2024 07:31 am
MB (3).jpg
ADVENTURE TIME. Sentosa's Palawan Beach offers a Mediterranean-inspired experience and a multitude of activities for visitors

Singapore has long been a favorite destination among Filipinos when it comes to international travel. Who can blame them? One trip to the Lion City is never enough. 

Even upon arrival, there’s enough to leave visitors awestruck at Changi Airport. As far as the eyes can see, there are multiple stores, paired with world-class resting areas and other Instagram-worthy spots. As much as I would have loved to stay and marvel at the airport for hours on end, however, my destination was pinned for Sentosa Island for a media familiarization trip organized by the Sentosa Development Corporation..

For the uninitiated, Sentosa Island lies just off the southern coast of Singapore. There are many ways to get there but for those looking for a magnificent view, a cable car is the way to go. For many, the island is known for being home to the Universal Studios theme park. It’s a great place to blaze through an entire day enjoying rides, taking pictures with fan-favorite characters, and getting souvenirs. But there are still many attractions on the island worth checking out.

Beach lovers would be happy to know that there are three beaches to enjoy and take a dip or sunbathe on. Namely, Siloso, Tanjong, and Palawan (perhaps inspired by our island, one might think). Aside from the beaches, there are plenty of activities scattered throughout for anyone to enjoy. Take your pick from casual activities like go-karting, mini golf, and nature walks or something extreme like ziplining, an obstacle course, and bungee jumping. As nervewracking as ziplining might sound, the 60 mph speed allows one to feel as free as a soaring eagle. Certainly, the sights as you zip down are a marvel to the spirit. 

MB.jpg
MEET YOUR IDOLS. Take pictures with famous and historical figures at the Madame Tussauds museum

Those who prefer a calmer time can enjoy a stroll through the Madame Tussauds wax museum. There you’ll find lifelike sculptures of celebrities, global icons, and an informative walkthrough of Singapore’s rich history. If you happened to miss Taylor Swift’s concert, you can at the very least take a selfie with her wax sculpture.  It wraps up nicely with a 4-D Marvel show that includes fan-favorite characters from the Avengers like Captain Marvel, Ant-Man, Wasp, Black Panther, and more going against Loki. 

10.jpg
DO YOU LIKE PIÑA COLADAS? Kick back and take a sip at the many restaurants and bars located on the island

With all the fun activities to go through, you’re bound to get hungry. There are plenty of restaurants and convenience stores to choose from. Some even allow Gcash and wireless transactions, making payment methods all the more hassle-free and seamless. Since Singapore is a multi-cultural hub, you’re bound to find cuisines from all over to treat your palate to. One cozy spot is the Ola Beach Club, where you can enjoy a cool piña colada right before taking a dip in the restaurant’s pool. From the dishes being offered, the pork ribs are good enough to chow down right to the bones. 

MB (1).jpg
SENSORY BLISS Using AR technology and light installations, technological beauty blends with the natural environment

Finally, after a long day strolling around the island, you’ll find that the best way to wrap it all up just as nightfall starts is to to walk through their latest attraction, the Sentosa Sensoryscape. Over 10 years in the making, Sentosa Sensoryscape is a ridge-to-reef landmark connecting quests from Resorts World Sentosa in the north down to Sentosa’s golden beaches in the south. It spans over 30,000 square meters and makes for an immersive, multi-sensory experience. 

MB (2).jpg
GLOWING LIGHTS At night, the Glow Garden's giant flower stalks shine and illuminate the pathway

Sensoryscape consists of six sensory gardens: Palate Playground, Tactile Trellis, Scented Sphere, Symphony Streams, Lookout Loop, and Glow Garden. Each spot makes for an Instagram-worthy experience, perfect for photo ops and taking in the sights. What’s even more impressive is the AR technology utilized to enhance the viewing experience. Using an app, you can use your phone’s camera to transform your surroundings into a vibrant, visual playground as sea creatures and butterflies start to appear around you. Just as fun are the digital light displays put up that sometimes react whenever someone passes by. The Imaginight experience begins at 7:30 p.m. daily and makes for a remarkable way to wrap up your day at Sentosa Island. Don’t miss it before you leave!

Related Tags

Poch Eulalia MB Lifestyle Online Food and Travel
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.