ADVERTISEMENT

Belo Medical Group celebrates a new chapter in beauty and longevity

Guests celebrate the opening of Xiglo

Published Aug 21, 2026 10:44 am
Many of us now pay as much attention to how we feel as to how we look. Looking good still matters, of course. But so do sleeping well, having enough energy, managing stress, and taking care of ourselves as we age.
Gina Lorenzana, Prof. Dr. Dominik Thor, Dr. Vicki Belo, and Dr. Hayden Kho Jr
Gina Lorenzana, Prof. Dr. Dominik Thor, Dr. Vicki Belo, and Dr. Hayden Kho Jr
These were among the concerns that led Belo Medical Group to open Xiglo, its first aesthetics and wellness clinic. Dr. Vicki Belo welcomed friends, doctors, and colleagues when the clinic opened recently at 1 Proscenium in Rockwell.
Among the guests were Anne Curtis, Solenn Heussaff, Catriona Gray, Gabbi Garcia, Karylle Yuzon, Bianca Gonzalez, Bea Windorski, BJ Pascual, Bea Soriano, Martine Ho, Bianca Henares, Kiana Valenciano, Cristalle Belo-Pitt, Bubbles Paraiso, Mari Jasmine, and Mond Gutierrez. Also present were Dr. Hayden Kho Jr., Belo Medical Group CEO Gina Lorenzana, and longevity consultant Prof. Dr. Dominik Thor.
The event gave guests a look at Belo’s move into wellness and precision longevity, something the group had been studying for several years.
“We’ve wanted to move into longevity for a few years now,” said Belo. She explained that the group took its time researching the field and consulting experts before opening the clinic. “We really don’t do anything halfway.”
Gabbi Garcia and Cristalle Belo-Pitt
Gabbi Garcia and Cristalle Belo-Pitt
Anne Curtis
Anne Curtis
Bea Soriano-Dee, Jess Wilson, Dr. Vicki Belo, and Martine Ho
Bea Soriano-Dee, Jess Wilson, Dr. Vicki Belo, and Martine Ho
Bianca Henares, Quark Henares, Karylle Yuzon, Dr. Vicki Belo, and Angeli Valenciano
Bianca Henares, Quark Henares, Karylle Yuzon, Dr. Vicki Belo, and Angeli Valenciano
BJ Pascual
BJ Pascual
Bea Windorski and Catriona Gray
Bea Windorski and Catriona Gray
Visits to Xiglo are by appointment, with separate rooms for aesthetic treatments and wellness services. A personal concierge guides each client throughout the visit.
Precision longevity may sound like a complicated term, but the idea is simple. It looks at how each person is aging, taking into account medical history, lifestyle, test results, and personal goals. Doctors then prepare an individual plan instead of recommending the same program for everyone.
The clinic developed its program with Dr. Dominik Thor, president of the Geneva College of Longevity Science and Belo Medical Group’s longevity consultant. A visit starts with a consultation with a precision longevity physician. Diagnostic tests may then be recommended to establish the client’s baseline.
“We listened to our patients, and what they were asking for changed,” said Belo Medical Group chief executive officer Gina Lorenzana. “People still care about aesthetics, and we’re very good at that. But now they’re also concerned about what’s happening on the inside.”

Related Tags

people and events Belo Medical Group
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; } }

{{ static_articles_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.