ADVERTISEMENT

Building smart, sustainable communities in Central Luzon

The Aboitiz Group's businesses uplift lives, expand opportunities, and drive progress in the region

Published Oct 17, 2025 09:23 am
TARI Estate is an integrated investment hub that drives inclusive growth in Central Luzon.
TARI Estate is an integrated investment hub that drives inclusive growth in Central Luzon.
Recognizing the region’s role as a key driver of the nation’s economy, the Aboitiz Group is integrating key projects in housing, industry, food, and infrastructure across Central Luzon. The conglomerate envisions Central Luzon as a region of resilience and prosperity, advancing growth for upcoming generations.  Central to this vision are the efforts behind the Aboitiz Group’s transformation, which are anchored on innovation, sustainability, and collaboration in building well-planned communities, future-ready estates, and world-class infrastructure.
Communities designed for life and livelihood
Aboitiz Land provides residential housing solutions in Pampanga, Nueva Ecija, and Tarlac through its Ajoya communities. These master-planned residential developments are designed to elevate the living experience through communities featuring town plazas, greenbelts, and pocket parks. Their locations are accessible to Central Luzon’s key infrastructure and expressways. They are also within proximity to business hubs such as New Clark City and Aboitiz Group’s own Tarlac Agro-Industrial Growth Corridor (TARI) Estate.
Located in the municipality of Mexico, Ajoya Pampanga’s shophouses serve the residents and the surrounding communities as well. These structures attract homebuyers and investors by offering business opportunities, such as a bakery, coffee shop, or pharmacy on the lower floors, while the upper floors can be used as residences.
Aboitz Land's Ajoya communities provide homes for families and professionals near Central Luzon's biggest growth districts.
Aboitz Land's Ajoya communities provide homes for families and professionals near Central Luzon's biggest growth districts.
Awarded the Best Housing Development in Luzon at the PropertyGuru Philippines Property Awards 2023, Ajoya Cabanatuan has become one of the landmark residential communities in the province.  With residential lots ranging from 120 to 200 sqm, the property development continues to expand due to ongoing infrastructure projects in Central Luzon, such as the Central Luzon Link Expressway (CLLEX).
Located along MacArthur Highway, Ajoya Capas is a prime real estate with residential lots available at 102 to 164 sqm. It currently hosts a town plaza with shop houses, a dental clinic, and a coffee shop. Being close to the TARI Estate, Ajoya Capas is now a development poised to be the center of the economy and innovation in Tarlac. 
Destinations for investments
Aboitiz InfraCapital Economic Estates is strengthening its presence in Central Luzon through the TARI Estate in Tarlac City—a 384-hectare, PEZA-registered development strategically located at the crossroads of Subic, Clark, and Metro Manila.
Nearly 75 percent of TARI’s initial industrial phase has already been taken up, led by its anchor locators: Coca-Cola Europacific Aboitiz Philippines, and Ajinomoto Philippines Corporation. Once fully developed, TARI Estate is projected to generate over 60,000 jobs. More than land, TARI offers a fully integrated ecosystem supported by the Aboitiz Group—spanning reliable power and water, construction, digital infrastructure, and financial services.
Aboitiz Construction, the construction arm of the Aboitiz Group, leads the land development of TARI Estate as a premier industrial hub. Through site development and infrastructure works, the project aims to attract major investments, generate thousands of jobs, and enhance the region’s industrial capacity in the future. Beyond construction, the company collaborates with the Aboitiz Foundation and local institutions to expand educational opportunities, provide sustainable energy solutions, and empower local talents to engage with emerging industries.
Located in Bamban, Aboitiz Foods strengthens its position as a major force in the country’s food value chain through Tarlac Meatmasters’ recent milestone—becoming the first multi-meat facility in the Philippines to earn a Triple A accreditation from the National Meat Inspection Service (NMIS). This milestone fully aligns with Aboitiz Foods’ strategy of adding value from mill to meal. By integrating upstream production with downstream distribution, Aboitiz Foods strengthens the role of both rural and urban areas in achieving food security.

Related Tags

Aboitiz Group Aboitiz Land Aboitiz Infracapital TARI
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.