ADVERTISEMENT

Ayala Land and Eton Properties unveil Dr. Lucio Tan Sr. Avenue in Parklinks

Published Jul 31, 2024 06:25 am

Ayala Land, Inc. (ALI) and Eton Properties have recently unveiled the Dr. Lucio Tan Sr. Avenue in Parklinks Estate. This thoroughfare serves as the main access road, connecting the various components of the development and providing visitors and future residents with convenient accessibility. 

The unveiling ceremony was led by executives from the two partner companies and highlighted the  collaboration that has made Parklinks the greenest urban estate in Metro Manila. 

ALI’s Senior Vice  President and Leasing and Hospitality Group Head and ALI Eton Properties Development Corp. (AEPDC) Vice Chairman Mariana Zobel de Ayala said, “We gather to honor a man whose vision and partnership have made Parklinks possible: Dr. Lucio Tan Sr. This main avenue, connecting the iconic bridge to the heart of the estate, will be named in his honor. This gesture symbolizes our profound appreciation and  gratitude for the union of two companies that share a common goal.”  

jpeg-optimizer_2024.07.26 PR PHOTO_Ayala Land and Eton Properties unveil Dr. Lucio Tan Sr. Avenue in Parklinks (1) (1).jpg
Chris Maglanoc, group head of AyalaLand Estates, Inc. (ALEI); Mia Quimpo, planning, innovation, and urban design (PID) head, ALEI; Mel Ignacio, senior development head for Parklinks; Meean Dy, president and CEO of Ayala Land, Inc. (ALI);  Mariana Zobel de Ayala, ALI SVP, leasing and hospitality group head and AEPDC vice chairman; with the Tan family represented  by Kyle Tan, president and CEO of Eton Properties and Lucio Tan III, president of Lucio Tan Group, Inc and AEPDC board member (sixth and fifth from right, respectively) 

Honoring a visionary leader 
By naming this integral thoroughfare after Dr. Lucio Tan Sr., ALI and Eton Properties pay tribute to his  legacy as a visionary leader and entrepreneur. As the founder and chairman of the LT Group, Inc., Dr. Tan has been instrumental in shaping the Philippines' business landscape, driving economic growth, and creating opportunities for countless individuals.

jpeg-optimizer_2024.07.26 PR PHOTO_Ayala Land and Eton Properties unveil Dr. Lucio Tan Sr. Avenue in Parklinks (2).jpg
Mariana Zobel de Ayala, Meean Dy, Kyle Tan, Lucio Tan III

Seamless connectivity 
The Dr. Lucio Tan Sr. Avenue serves as the primary artery, connecting the various main roads and  components of the Parklinks Estate, including the residential developments of ALI, the Parklinks Mall, and  the expansive green spaces. This seamless connectivity allows residents and visitors to navigate the  community with ease, fostering a sense of integration and accessibility. 

The Parklinks Estate 
Situated in Pasig and Quezon City, the expansive Parklinks estate spans 35-hectares and has been  designed to maximize access to parks and open spaces. This ensures that residents, office workers, and  the public can effortlessly reach these areas within a mere 5-minute walk from the mall, office buildings,  and residential spaces thanks to a thoughtfully planned and well-managed network of walkways. 

jpeg-optimizer_2024.07.26 PR PHOTO_MZA with Tan family.jpg
Mariana Zobel de Ayala with the Tan family

The estate embodies a sustainable and harmonious way of life, encompassing work, leisure, and  relaxation. Last June 29, 2024, Parklinks unveiled its Pet Park along with the launch of PAWty weekends. These initiatives are aimed at fostering a vibrant and pet-friendly environment where residents can come together and enjoy quality time with their furry companions. 

Developments are also underway for ALI's residential projects, including Ayala Land Premier's Parklinks North and South Towers, as well as Alveo's The Lattice at Parklinks. The upcoming Parklinks mall by AyalaMalls, will serve as a focal point for connection and convergence. 

Related Tags

Kyle Tan Ayala Land Inc. Eton Properties Mariana Zobel de Ayala MBPropertyLiving Lucio Tan III Parklinks Estate Dr. Lucio Tan Sr.
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.