ADVERTISEMENT

Damosa Land attracts investor interest through Bridgeport and America

Damosa Land supports Davao's economic recovery through future-ready residential properties

Published Mar 19, 2023 03:46 am
*Photo above shows the Agriya development of Damosa Land, gradually taking shape as a community as it looks to welcome the first batch of residents in its residential subdivision, Ameria, this year.* - - -


Committed to accelerating the recovering economy of Davao, Damosa Land, premier real estate developer in the South, showcases the next investment hotspot with its residential properties, Bridgeport and Ameria. Attracting both local and international investors, the two developments continue to uphold different characteristics of Mindanao through their premium lot offerings anchored within the region’s naturescape and agriculture. In a recent report, Colliers noted that Davao is one of the most attractive residential investment hubs in Mindanao given its key indicators and upcoming infrastructure projects. Supporting this outlook, Bridgeport – a 13-hectare master-planned development – has proven to be an asset to the region’s growth due to the development’s quick sellout of units since its launch. The property boasts of Samal Island’s serene beauty through its low-density condominiums, exclusive marina, and diverse community. Over to the other side of Davao Del Norte sits a residential subdivision offering wide open spaces bounded by the region’s rich agricultural heritage – Ameria. Supporting the location’s abundant flora and fauna, the development offers its future residents an opportunity to take part in agriculture through backyard farming and other nature-centric activities. “As a proud real estate developer from the South, we strive to showcase the region’s rich culture through our developments like Bridgeport and Ameria. As we continuously find more ways to innovate through real estate, we hope to offer investments that showcase Davao to the country and to the world,” shares Damosa Land President Ricardo “Cary'' Lagdameo.

Discover future-ready investments in Davao Del Norte

*The newest marina lifestyle community in Davao Region is taking shape at Bridgeport, as its open-lot community, Harbor View Estates, nears completion.* Bolstering the growth of the market, Bridgeport has proven its appeal to investors by selling out 80% of its condominium units within just 11 months of being officially open to the public. Furthermore, the property was recognized by the PropertyGuru Philippines Property Awards as among the finalists for Best Mixed-Use and Best Waterfront Condominium development due to its unique features that showcases the beauty of Samal Island. Ameria was also recognized by the same award-giving body as Best Eco-Friendly Housing Development for offering high quality and eco-friendly houses to its future dwellers. Ameria’s construction provides high-performance concrete building technology that can last a 100-year material lifespan through a licensing agreement with Connovate Denmark. Damosa Land Inc. was also given a Special Recognition in Sustainable Design and Construction by PropertyGuru. Lagdameo shares, “Grounded by our company philosophy of transforming communities, we want Bridgeport and Ameria to represent the best of Davao – its agriculture, community, and culture. With these recognitions, we remain committed to listening to shifting market perspectives in order to create developments that meet the priorities of the communities where we serve.”

The future of Davao through Damosa Land

*Damosa Land, led by its President, Cary Lagdameo, received awards including Best Eco-Friendly Housing Development for Ameria and Highly Commended for Waterfront Condominium and Mixed-Use Development for Bridgeport at the prestigious Philippine Property Awards in October last year.*
Over the years, Damosa Land has established itself as a trailblazer in the property market with sustainable real estate developments, commercial properties, and integrated townships anchored within the heart of nature. In the past year, the company has launched several other developments with the same goal of supporting the economic development of the South and leading the way towards a sustainable future. One of the many milestones in the past year include successfully hitting and going beyond the target for Bridgeport Park – the mid-rise condominium component of Bridgeport inspired by the US East Coast Community. Damosa Land also boasts of the significant progress that the Harbor View Estates have made – a premiere residential subdivision which is set to launch and host a grand open house in Q1 of 2023. Despite uncertain times and shifting economic landscapes, Damosa Land starts 2023 headstrong with optimistic milestones to keep their momentum. The company is always looking to curate potential ventures that are aligned with the demands of the market in order to trailblaze the future development of Davao. “Our goal will always be for the future of Mindanaoans. Damosa Land remains committed to supporting a holistic economic recovery by innovating opportunities that can showcase the beauty of our community and our people,” concludes Lagdameo.
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.