ADVERTISEMENT

vivo continues to celebrate the new year

Published Jan 16, 2023 12:43 pm

For vivo, the new year is only starting, so, until January 31, vivo is throwing a Neckband Earphone to go along with purchases of some of their smartphones.

Those smartphones are:

PRODUCTSRP
Vivo Y22s 8+128GBP12,999


vivo Y22s 4+128GBP10,999
vivo Y35 8+256GBP 14,999
vivo V25e 8+256GBP17,999
vivo V25 8+256GBP23,999
vivo V25 Pro 12+256GBP29,999

vivo Y22s

Max out the night with vivo Y22s this New Year Season! The vivo Y22s is powered by 16GB Dynamic RAM with 128GB ROM, expandable up to 1TB. The vivo Y22s also has a 50MP Super Night Camera to achieve that perfect night shot! Lastly, the vivo Y22s has a big battery power capacity of 5000mAh that is supported with 18W FastCharge. 

vivo Y35

Always on the go? Scared of running out of battery? The vivo Y35 has a massive 44W Fast Charge with a 5000mAh battery to let you capture those TikTok/Instagram worthy videos and photos! The vivo Y35 also has 16GB Dynamic RAM and 256GB ROM, 50MP Rear Camera, Audio Booster, and Multi Turbo 5.5 for a better gaming experience when using this device. 

vivo V25 Series

The Night Portrait Master vivo V25 Series can capture all your new adventures this year anytime and anywhere! It is packed with a 64MP OIS Ultra-Sensing Camera, powerful performance, and beautiful color-changing Photochromic 2.0 technology! And there are even a lot more unique features you can find in vivo V25e, vivo V25, and vivo V25 Pro! 

Experience immersive entertainment with vivo V25e’s 90Hz Ultra Vision Screen, and nonstop binge-watching of your favorite vlogs or series with 256GB + 8GB RAM, 44W Fast Charging. With 32MP Front Portrait Camera, you can also enjoy self-portrait indoor shoots or even vlogging! 

Meanwhile, with vivo V25’s Supreme Night Vision, 50MP Eye AF Selfie, and 64MP OIS Ultra-Sensing Camera, you can achieve breathtaking images unbothered by any lighting setup. It has 12GB RAM+256GB ROM(+8GB Extended RAM) that can store all your photos and videos and boasts a 120Hz Refresh Rate and 6nm Flagship Processor that can power your mobile experience. 

If you want a more advanced experience, check out the vivo V25 Pro which is loaded with lots of flagship features that can support all your needs. It also has 66W fast charging, 12GB RAM, and 256GB ROM to last you long enough to get through days of adventures.

Other than the listed smartphones above, vivo Accessories and IOT devices also come with FREE vivo caps or premium water bottles. 

This limited offer is available when purchasing at vivo concepts, exhibits, and kiosks in Metropoint Pasay, Cash and Carry, Glorietta, Century Mall, Xentro Mall Sta. Ana, Lucky Chinatown, Waltermart Sucat, SM Muntinlupa, SM Center Pasig, Ayala Feliz, Fishermall QC, SM North Edsa, Trinoma, SM Valenzuela, Ayala Fairview Terraces, and SM Sangandaan.

Related Tags

vivo
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.