ADVERTISEMENT

OPM's finest unite for 'Champions of the Heart'

Published Feb 4, 2026 08:48 am

Love takes center stage this Valentine’s Day as five of the country’s most celebrated singers come together for a special one-night concert titled 'Champions of the Heart,'  happening on Feb. 14 at the Marriott Grand Ballroom in Newport World Resorts, at 8 p.m.

Ready to enthrall with their voices this Valentine's Day are (from left): Sofronio Vasquez, Jona, Martin Nievera, Klarisse De Guzman, and Jed Madela.
Ready to enthrall with their voices this Valentine's Day are (from left): Sofronio Vasquez, Jona, Martin Nievera, Klarisse De Guzman, and Jed Madela.

Headlining the show are OPM icons Martin Nievera, Sofronio Vasquez, Jed Madela, Jona, and Klarisse de Guzman. The concert is set to be one of the biggest Valentine’s shows of the year, featuring classic love songs, solo performances, and special collaborations. It is produced by Full House Theater Company in association with Starmedia Entertainment.

Director John Prats shared that the show is unscripted, with a free-flowing mix of vocals and reflections on life and love.

“Itong concert na ’to walang writer because I believe that the artists... sila mismo ang writer ng sarili nilang love, ng sarili nilang buhay,” John noted. “We want it to be organic na manggaling sa kanila ang mga kuwento. (This concert has no writer because I believe that the artists themselves are the writers of their own love stories and their own lives. We want it to be organic, coming straight from their own experiences.)

There will be no teleprompters during the show, except when sponsors need to be mentioned, he added.

“Why Champions of the Heart? Because in love, sometimes we win, sometimes we lose. But if we lose, it doesn’t mean that we’re not champions. We’re still champions because we grow as human beings,” John explained.

For Concert King Martin, the concert is special not only because of its grandeur, but for the chance to be together onstage with fellow vocal powerhouses.

“You have to remind yourself that Valentine’s budgets are high,” he quipped. "Usually I'm in a show every Valentine's. This is the first time I'm a part of a show where there's more than two people."

The official poster of 'Champions of the Heart'
The official poster of 'Champions of the Heart'

"Thanks to Star Media Entertainment for being brave enough to put the five of us together," Martin added. "We're going to take what we've learned for the last how many years that we've been performing together, snippets of songs, medley dito, medley doon. We've been together so long, and we know each other so well, that the blending and the gelling will become so natural."

Sofronio, who gained international recognition after winning The Voice USA, pointed out that the concert will focus on meaningful storytelling. He said he is looking forward to "connecting stories  with his fellow singers so that people from all generations  will watch and want to hear us more." The singing champ added that he looks forward to more concerts with Martin, Jed, Jona, and Klarisse.

Meanwhile, Jed revealed that fans can expect both powerful performances and lighthearted moments.

“They should look forward sa kulitan (playful banter)  and our intense singing,” he said. “But we also want to be relatable. This time, it’s storytelling. People are going to hear songs they haven't heard for a long time, but somehow, along the journey, it becomes the theme song of their lives."

On the part of Jona, she narrated: “Given na matagal ko nang kasama sina Sir Martin at Jed, isa sa pinaka-excited ako ay makakasama ko si Sofronio at si Direk John. First time ko silang makatrabaho, so it’s really exciting. (Since I’ve been working with Sir Martin and Jed for a long time, one of the things I'm most excited about is performing with Sofronio and Direk John. It’s my first time working with them, so it’s really exciting.)

Klarisse noted that audiences should expect emotional undercurrents in their concert. Having worked with director John before, she said what excites her most is “the many collaborations where the audience will really feel the love.”

With heartfelt stories and powerful vocals, 'Champions of the Heart' promises its viewers a Valentine’s Day celebration they will never forget. Tickets are available at Ticketworld outlets and the Newport World Resorts Box Office.

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.