ADVERTISEMENT

WATCH: Hyun Bin and Son Ye-Jin reunite on screen for new Smart TVC

Published Feb 14, 2021 12:00 pm
Hyun Bin and Son Ye-jin

As a huge Valentine's Day treat, mobile services provider Smart Communications, Inc. made the romantic wishes of K-Drama fans come true with the launch of a new TVC featuring Hyun Bin and Son Ye Jin.

This is the first time the Crash Landing On You (CLOY) leads find themselves sharing the screen after their critically acclaimed and highly beloved drama series.

The TVC—which features Ben & Ben’s original song “Inevitable” in the background—sees the two searching for each other in a crowded city aided by 5G technology. Their pairing in this commercial evokes a sense of doing the impossible, much like how subscribers are able to achieve more when they are connected to Smart 5G. Ben & Ben purposely wrote the music for this TVC in partnership with Smart.

WATCH THE NEW SMART TVC:

#InSmartWeTrust

Much like a climax to a trilogy, the latest TVC wrapped up an online clamor that started last June when Smart crash-landed into fans’ hearts in via Hyun Bin’s "Simple. Smart Ako" TVC, followed by another much-talked about Smart Signature TVC featuring Son Ye Jin last August.

These TVCs fueled anticipation for a joint TVC among fans, who made their wish loud and clear using the hashtag #InSmartWeTrust.

It will be recalled that Smart President and CEO Alfredo S. Panlilio first teased the public of a possible project involving the CLOY couple almost during the virtual press conference that launched Hyun Bin’s ad.

Today, Smart more than delivered.

“Finally! The wait is over for all of us K-fans who have been wishing for Hyun Bin and Son Ye Jin to be together again. We heard your clamor, and we read all your #InSmartWeTrust posts so we knew this was inevitable. We had to make this happen. You are all part of this sweet journey, and we owe this to you, our dear subscribers. Enjoy,” said Jane J, Basas, SVP and Head of Consumer Wireless Business at Smart

Global stars, local soundtrack

Ben & Ben wrote the music and theme song for this project starring the two international stars. In the video’s background, the local band performs “Inevitable,” purposely written as musical score for this TVC in partnership with Smart.

The campaign also marks a rare occasion where a local brand (Smart) features global stars (Hyun Bin and Son Ye Jin) as endorsers in a video that also features local musicians (Ben & Ben).

Leader in 5G

Smart has done what seemed impossible by putting Hyun Bin and Son Ye Jin together in one project for the first time much like the latest development with Smart 5G, which has started enabling subscribers to do groundbreaking things we thought we couldn’t do.

The latest evolution in wireless communications, 5G offers superfast data speeds and fiber-like low latency, which enable users to upload and download heavy files in seconds, stream high-resolution videos seamlessly, play online games without noticeable lag, and benefit from other cutting-edge apps and services on their smartphone with fiber-like speeds.

Smart is at the forefront of the 5G revolution in the Philippines with the continued nationwide roll-out of its ultrafast 5G network, which includes strategic sites in Metro Manila, Boracay, Cavite, Cebu, Davao, Iloilo, Laguna, New Clark City in Pampanga, and Rizal.

To enable more subscribers to experience 5G, Smart has teamed up with smartphone manufacturers like Huawei, Samsung, realme, and vivo in offering Smart 5G-certified devices under Smart Signature 5G Plans.

Smart’s 5G rollout complements the mobile services provider’s extensive 4G/LTE and 3G network in the country, already considered the fastest in the Philippines by third-party mobile internet analytics firms such as Ookla and Opensignal.

Ookla, the global leader in internet testing and analysis, named Smart as the country’s fastest mobile data network in the second half of 2020 after it achieved a Speed Score™ of 24.99, with average speeds of 20.08 Mbps for download, and 7.42 Mbps for upload, based on 3,915,679 user-initiated tests taken with Speedtest®. "

On the other hand, Opensignal, an independent mobile analytics firm, noted in its November 2020 Mobile Network Experience Report for the Philippines* that Smart remained ahead of the competition in terms of Video Experience, Upload and Download Speed Experience, 4G Availability, and 4G Coverage Experience.

To know more about Smart 5G, visit 5g.smart and follow Smart’s official accounts on Facebook at facebook.com/SmartCommunications, and Twitter and Instagram at @LiveSmart.

Related Tags

Hyun Bin SmartCommunications sonyejin SM
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.