ADVERTISEMENT

Small Laude's golden secret for staying fit and healthy

Published Jan 8, 2023 10:37 pm
Small Laude

Her name might be Small but she knows how to play it big as a Filipina socialite, entrepreneur, and celebrity vlogger. Despite her busy schedule, Small Laude was able to keep her body fit and healthy. Still wondering what’s her golden secret?

Small’s latest health discovery lies in the power of Merixin Turmeric, a dietary supplement and juice drink powered by Golden Spice Curcuma Turmeric that contains many scientifically-proven health benefits.

“I love Turmeric! Super healthy! I always include it in my curry recipe! Little did I know, pwede pala itong itake as capsule! Plus, pwede rin itong juice na pwedeng inumin anytime, anywhere!

Thanks to Merixin, I’m more energetic, vibrant, fit and healthy!” she said. She added that her decision to promote Merixin to her friends and followers was because she fell in love with the impressive health benefits it brought to her health.

According to studies, Turmeric has an active ingredient called curcumin which has powerful biological properties. In fact, it can reduce inflammation, supports heart health, improves bone and joint health, possibly reducing the risk of cancer, improving liver function and digestion, helps in depression, relieves in osteoarthritis pain and itching.

German Panghulan, Corbridge Group Phils. Inc. president, also shared the inspiration behind Merixin.

“We are always inspired by nature or anything natural and organic. When we learned the golden wonders of Turmeric, we immediately grabbed the opportunity,” Panghulan said.

“We thought: what is the best and most convenient way to deliver the health benefits of Turmeric to the Filipinos. That’s where the idea of transforming Turmeric into dietary supplements and powdered juice come from,” he added.

With the aim to improve and help Filipinos build a healthy lifestyle efficiently and effectively, its manufacturer Corbridge Group Philippines, Inc. expanded Merixins’ product line from capsules to powdered juice.

Merixin 4 in 1 Juice Powdered Juice is also partnered with the perfect blend of healthy ginger, immunity-booster calamansi and natural sweetener stevia.

“What I love about Merixin 4 in 1 Juice is it has natural ingredients like ginger, calamansi and stevia! No carbs, calories, or artificial ingredients! All Natural!” Small Laude added.

Ginger is loaded with anti-oxidants that help manage free radicals, a compound that can damage cells. It also helps in weight loss, osteoarthritis, cardiovascular diseases, and chronic indigestion. Calamansi is rich in vitamin C which helps boost the immune system while natural sweetener stevia serves as a safe and healthy sugar substitute.

Aside from the growing health consciousness that drives Filipino consumers to make better dietary supplement choices, another lifestyle trend among Filipinos is the heavy reliance on healthier and more plant-based products. That’s why Merixin is a perfect organically-produced product.

Merixin Capsules with 500 mg Curcuma Turmeric is available for only P 12.50 per capsule and P 750 per box of 60s while Merixin Turmeric 4 in1 Powdered Juice is P28 per 7g sachet and P560 per box of 20s. It is available at 7-11, Mercury Drugstore, Metro Gaisano, and Watsons nationwide.

Turmeric is so much more than a cooking spice. Like Small Laude, experience the power of turmeric for yourself through Merixin!

Related Tags

smalllaude merixinturmeric
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.