ADVERTISEMENT

Angeles and Bacolod Power Plant malls, Cebu resort lined up as Rockwell pushes beyond Metro Manila

Published Jan 9, 2026 01:56 pm

Upscale property developer Rockwell Land Corp. continues to pursue its strategy of expanding its revenues outside Metro Manila with the planned construction of its first beach resort development this year and its second and third Power Plant malls starting in 2027.

Rockwell Land President and Chief Operating Officer (COO) Valerie Soliven said the firm’s revenue growth will be supported by its strong push to expand its portfolio, paired with its substantial land bank and expertise in serving its core market.

Based on the firm’s credit ratings report filed with the Philippine Stock Exchange (PSE), the upcoming Aruga Resort will be located in the 5.2-hectare (ha) mixed-use resort estate in Punta Engaño, Lapu-Lapu City, Cebu.

Featuring a 300-meter beachfront, Aruga Resort will be situated along a strip of existing beach resorts. The resort will have around 300 rooms and is scheduled to begin construction in 2026.

The project will also have a residential component with units priced from ₱18.8 million to ₱247.2 million each. It will also include residential villas, which are reportedly the most expensive residential project in Cebu province so far, with villas priced from ₱64 million to ₱127.5 million each.

Next year, Rockwell will launch Power Plant Mall Angeles, situated in the firm’s 4.5-ha joint venture (JV) mixed-use development in Angeles City, Pampanga. As such, it will be in close proximity to the company’s residential projects.

The upcoming mall will have more than 30,000 square meters (sqm) of gross leasable area (GLA) and will include some of the brands and restaurants present in Power Plant Mall Makati.

Rockwell said it also intends to build its third Power Plant Mall in Rockwell Center Bacolod.

Meanwhile, Rockwell’s ongoing projects outside Metro Manila include expansion of Terreno South project, its first horizontal development catering to the middle-market segment in Lipa City, Batangas.

Its third, fourth, and fifth phases will offer an additional 538 open lots to total inventory. Given the strong market reception, Terreno South’s footprint expanded from 38 ha to 47 ha.

Also in Lipa City and close to Rockwell Center Lipa, Rockwell is developing Lauan Ridges, which spans 38 ha and offers 259 open lots in its first phase, sized from 250 to 600 sqm.

Lauan Ridges will feature swimming pools, a clubhouse, basketball and tennis courts, and parks, among others. It is also strategically located on a property with views of Taal Lake and Mount Maculot.

The first phase reportedly posted strong sales take-up shortly after its launch, with lots priced from ₱10 million to ₱30 million.

Rockwell is also developing Molinillo at Rockwell Center Lipa, the first development within its new mixed-use community in Batangas province. Spanning 14 ha, the first phase featured 207 residential open lots sized from 254 to 483 sqm. Lots have an average price of ₱10 million.

Molinillo will be in close proximity to pocket retail spaces, a retail development, and an educational institution. It is also near the toll exits of Southern Tagalog Arterial Road (STAR) Tollway, which connects to Southern Luzon Expressway (SLEX).

Meanwhile, in Canlubang, Laguna, Rockwell is developing Rockwell South, which offers residential lots and house-and-lot units. This marks the company’s first foray into high-end horizontal development.

Units are priced from ₱10 million to ₱47.5 million. Rockwell South is a JV project with the Yulo family.

Related Tags

Rockwell Land Corporation Valerie Jane L Soliven
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.