ADVERTISEMENT

This new treatment does more than just lift the skin

Belo Genesis Lift focuses on skin quality, elasticity, and glow alongside visible lift

Published May 2, 2026 08:27 am
While most beauty treatments still focus on tightening and firming the skin, Belo Medical Group is taking a more comprehensive, science-led approach to skin aging—one that not only lifts but also improves overall skin quality.
Dr. Berta de Jesus, Dr. Vicki Belo, Pia Wurtzbach-Jauncey, and Gina Lorenzana (Photo: Meet Keso)
Dr. Berta de Jesus, Dr. Vicki Belo, Pia Wurtzbach-Jauncey, and Gina Lorenzana (Photo: Meet Keso)
At an intimate gathering held last April 29, 2026, at Belo Nexa, Makati, chief executive officer Gina Lorenzana welcomed guests with a speech, “Belo has always been known to be the leader in innovation in medical aesthetics, and as I got to know more about how the company works, this really is about being underpinned with science and a lot of expertise from our doctors. But this is driven by one thing, and it is about giving the best to our patients.”
With skin concerns continuing to evolve, patients are asking not just about lifting but also about elasticity, luminosity, and overall skin health. These shifting priorities led to the development of Genesis Lift, a multi-step treatment conceptualized by founder Dr. Vicki Belo that combines structural lifting with skin regeneration in one single session. Instead of layering multiple procedures in a span of a few months, the goal was to create something that addresses both structure and skin quality at the same time.
For Dr. Vicki, lifting alone does not define great skin. “What good is lifted, tight skin if you have pigmentation, pimples, wrinkles, and scars? It still doesn't look quite great. We really want our patients to look amazing.”
Genesis Lift combines minimally invasive lifting techniques with advanced energy-based devices and skin-enhancing procedures. It begins with redefining areas like the jawline and cheeks through targeted High-Intensity Focused Ultrasound (HIFU), followed by skin boosters infused with regenerative actives and red LED light therapy to calm the skin and support post-treatment recovery.
It also addresses collagen loss, which naturally happens as we age. Dr. Berta de Jesus, an associate physician in the clinic, further adds, “This procedure is for people who are between their early 20s and 50s, with early to moderate signs of skin laxity and sagging, with patients who have low pain tolerance who want to improve their skin quality.”
Each patient goes through a detailed consultation before any treatment is recommended. Dr. Berta added that there is no one-size-fits-all approach. This customized approach makes sure that each session is tailored, offering the right mix of lifting, tightening, and skin-rejuvenating solutions based on the patient’s needs, tolerance, and goals.
One of the treatment’s key advantages is minimal to no downtime, making it suitable for patients who want visible results without disrupting their daily routines. Improvements are seen immediately, with results continuing to develop in the weeks that follow as collagen rebuilds and skin quality improves.
For celebrity Pia Jauncey, who serves as the face of the campaign, the appeal of Genesis Lift is both practical and personal. “I have a very busy schedule, so I don't really have time to block off a few days after a treatment and not be filmed or be in front of the camera.”
Even better, the treatment takes around 60 minutes. It’s just enough time to reset, then step back into your day with refined, natural-looking results that continue to improve in the weeks that follow. Because more often than not, the most noticeable changes are the ones that don’t feel like it at all.

Related Tags

fashion and beauty Pia Wurtzbach-Jauncey Vicki Belo
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.