ADVERTISEMENT

Eco-township comes to Lipa, Batangas

Anchored on strong family ties and sustainable living, Citihome Builders and Development Inc. launches the Paseo de Lipa township project

Published Jan 24, 2025 07:24 am
citibuilders1.jpg
Citihome Builders and Development Inc. (CBDI) CEO and President Rosie Tsai, Architect Joel Luna, CBDI Executive Vice President John Philip Wang lead the toast during the launch of Paseo de Lipa township development.

With the recent launch of Paseo de Lipa, families and their kinship ties can come home to a master-planned, mixed-use development in Lipa, Batangas, owned by Citihome Builders and Development Inc. (CBDI).

Known for developing properties and offering affordable homes in Cavite and Metro Manila, CBDI scaled up its property portfolio with its first and biggest township development. With 100 hectares of land marked by lush greenery and a naturally flowing creek, Paseo de Lipa offers several housing options for multi-generational living rooted in the rich family culture of the Batangueños, and complemented by sustainable features.

Based on its multi-phase development plan, the township integrates residential, commercial, leisure, and recreational spaces in a single vibrant community featuring five residential villages, four mixed-use commercial zones, two entrances, and a 2.1 km spine road.

TR-1_upscale01.png
The 2.1 km spine road with 1.3m bicycle lanes (Artist's render)

The expansive outdoors encourages mobility for residents through landscaped open spaces, wide pedestrian walkways, and dedicated bicycle lanes along its major road. Recreational amenities include sports facilities, swimming pools, parks, playgrounds, and a multi-purpose clubhouse. A chapel will be built for religious gatherings and activities.

For multi-generational families

"For 18 years, CBDI has continued its mission of providing quality, affordable, and innovative homes. Today, in our first mixed-use, masterplanned community in Paseo de Lipa, we bring this mission to many Batangueño families who dream of owning their homes, and raising their families in safe, comfortable, and convenient communities," said Rosie Tsai, CBDI CEO and president, in her speech.

Aligned with the province’s strong family-oriented values, the development reflects CBDI’s appreciation for the Batangueños way of life. From a family-run real estate company, the mother and son tandem of Rosie and John l highly regard the close family ties of Batangueños as reflected by living near relatives, or co-habitation of several generations under one roof.

wang.jpg
"Our multi-phase development will cater to the housing needs of growing families," said John Philip Wang, CBDI executive vice president.

“Paseo de Lipa embodies a shared vision of nurturing family connections while embracing the future,” explained John Philip Wang, CBDI executive vice president.

The township’s five villages cater to the diverse housing requirements of families as they go through different stages in life. Depending on their needs, families can choose starter townhouses, single-attached homes for growing families, and single-detached homes for larger households.

Ecossentials for sustainability

More than just preserving the natural landscape, the Paseo de Lipa master plan promotes sustainable living by integrating green features into its property development. "We envisioned Paseo de Lipa as a model for sustainable development. Its natural features—terrain, vegetation, and the creek—shaped the master plan. Every detail reflects our goal of an eco-friendly and affordable community," said Architect Joel Luna, the principal of Joel Luna Planning and Design and Paseo de Lipa master planner.

AERIAL PERSPECTIVE 1.png
The aerial perspective of the 100-hectare township of Paseo de Lipa.

In Paseo de Lipa, CBDI introduces Ecossentials, a suite of green and sustainable features, including solar panels to harness renewable energy, rainwater harvest tanks for collecting and conserving water, synthetic wood panels to save on trees, and a waste management system for sustainable waste reduction.

CBDI formally unveiled Paseo de Lipa to the public on January 15 in a launch event held at the Kilyawan Farm Resort in Ibaan, Batangas. Phase 1 of land development is expected to be completed by 2030 while house construction will begin in the 1st quarter of 2026. The selling price for single-attached homes starts at ₱6.09 million, and ₱3.63 million for townhouses.

Related Tags

Citihomes Builder and Development Inc. Rose Tsai Lipa City Batangas John Philip Wang
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.