ADVERTISEMENT
970x220

Haus Talk launches P3.4-B townhouse complex

Published Apr 24, 2023 02:13 am
Niche housing developer Haus Talk Inc. (HTI) has launched its P3.4 billion, 10-hectare economic housing complex in Biñan, Laguna called The Granary. In a statement, the firm said the development features an allocation of 40 percent of its total land area for common use including relatively wider road networks and open spaces when compared to other similar segment offerings. Amenities for the residents are also in the plan such as those found in more premium residential developments like a clubhouse, chapel and sports facilities. The Granary’s units have a price point of P2.5 million each. With the first phase of development completed, Haus Talk said it has begun marketing last February and has since sold over 200 units of its 2-bedroom townhouses. As with other successful developments it has completed, the company attributed the strong demand for The Granary units to competitive pricing of homes that are ideally located and sold through a strong network of trusted and competent agents. “We are excited to see the uptake of our product given that we only began marketing two months ago,” said Haus Talk President Maria Rachel D. Madlambayan. She added that, “Our team spent a long time on planning to ensure that we can provide a community that is affordable for families yet evokes a more premium quality in terms of design of the homes and the surroundings they will be in.” Haus Talk said it approached The Granary with the intention of doing things similar to other more premium residential projects. Aside from ensuring that the quality of build was good, it also engaged PGAA Creative Design for the master planning. The Philippine design firm is known for its urban design, environmental planning and mixed-used projects locally and throughout Southeast Asia. Laguna has been identified as an ideal growth area for residential projects given the vast expanse of available land for horizontal development and its accessibility via the tollway. Major universities and health facilities have also invested in relocating in order to be closer to the residents who prefer to stay in the outskirts of Metro Manila. Haus Talk considers the property as a good location given that it is in the center of the town of Biñan, accessible to various commercial and retail stores, public transportation and other relevant businesses. “The location of The Granary also contributes to the interest of buyers as it is located about 10 minutes from the Mamplasan exit of the Southern Luzon Expressway (SLEX) and allows for our future residents to still be close to the central business districts while enjoying the fresh air and relaxed lifestyle of Laguna,” Madlambayan pointed out. The real estate firm acquired the land and funded development using both the proceeds from its successful initial public offering (IPO) last 2022 as well as internally generated funds as part of its land banking strategy in anticipation of increased demand for affordable housing.
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.