ADVERTISEMENT

Solar-powered farm: Bea Alonzo's Zambales Farm is a sustainable, wide, and diverse growing space 

Published Mar 25, 2021 10:00 am

In the world of show business, we typically see artists either on television or on the big screen. As new technological trends arise, this opens more opportunities for everyone — one of these is through vlogging. It is something that many people, including public figures, have been using to connect with their fans and followers.

An actress that has been in the Philippine showbiz for about 20 years now is Bea Alonzo, who also started vlogging in 2018. In a video she released last March 13, 2021 on her YouTube channel, she showed their 10-year-old family farm in Zambales named Beati Firma. 

Screenshot from Bea Alonzo's farm tour vlog.

Beati Firma is a solar-powered farm filled with different elements and facilities such as a cattle pen, sheepfold, area for mangoes and calamansi trees, a rice field, a treehouse, a fish pond, a half-sized court, and various houses with different styles and functions. Among the farm amenities are the guest rooms named after Alonzo’s iconic role that she played in the film “One More Chance” as Basha. 

On the vlog, Alonzo said that they acquired the land in 2011 with the help of the veteran actress Isabel Rivas who also owns a farm near Beati Firma. Alonzo admitted having second thoughts about buying the property back then. Seeing the results of their hard work, she said: “We are so glad that we bought this piece of land because now, it’s beautiful.” She added that it would not be possible without the help and support of the people who have been with them for the past 11 years. 

Alonzo mentioned that the boundaries of the farm are planted with mahogany trees, most of which are eight years old. “They are actually good investments because in the future, bibilhin siya ng mga (they will be purchased by) furniture designers for a very very good price.” Beati Firma also has a rice field where they source their rice and get money to sustain the farm operations. Excess rice is fed to their ducks. 

Alonzo went on with sharing about the farm animals and their natural feeds. “Our farm is actually the perfect size for the number of cows that we have kasi hindi sila nag aagawan sa pagkain (because they won’t have to compete for food).” She proudly shared that they naturally grow everything and do not use commercial feeds, antibiotics, and pesticides. They have recently added three pigs on-site named Sam, Gyup, and Sal. In their fish pond, they raise tilapia fishes for personal consumption. Beati Firma is also home to numerous rescued dogs, particularly Aspins, which they nourish with meat trimmings. 

In between their mango trees, they have also planted calamansi trees whose fruits are sold around the area. Alonzo introduced the farm manager Dhoy and asked him about the daily routine on the farm. Dhoy answered that they water the plants in the morning and feed the animals with darak (rice bran), dayami (rice straw), and pulot or honey that they all obtain from the farm.

Alonzo shared that the only challenge they encountered is the source of water. “Andami naming beses pinahukay, talagang hinanap namin kung saan yung source of water in this land (We’ve tried digging several times, we really searched for the source of water in this land).” Alonzo’s mom also has knowledge and experience in agriculture, making it easier to manage challenges like this at Beati Firma. 

An aerial view of the area where mango trees are planted at Beati Firma. (Screenshot from Bea Alonzo's vlog.)

As of this writing, the said vlog garnered over four million views and thousands of comments. Angelina “Angie” Mead King, the owner of King Tower Farm, the first aeroponic farm in the Philippines, wrote in the comment section: “Congratulations!!! Galing, so happy to see this! Although I would suggest that you try collecting rain water instead to stop draining the aquifers under your property. And look into decoupled aquaponics so you can utilize the fish pond waste.” 

(Read more about King Tower Farm here.)

“There are many things that we want to improve at our farm. Just like right now, we are trying to build houses for our staff.” Alonzo added, “The work never stops. It is always a work in progress, just like ourselves.” 

There will be a second part of the farm tour covering the farmhouses. 

Read more about farming and gardening at agriculture.com.ph.

Related Tags

Beati Firma Zambales farm agriculture specials Bea Alonzo vina medenilla
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.