ADVERTISEMENT
970x220

Ibis Styles debuts in the Philippines

A distinctive hotel experience to one of Quezon City's hippest neighborhoods

Published Jul 8, 2024 07:28 am

Ibis Styles, a creative hospitality brand from leading hotel operator Accor, marks a major milestone in the Philippines with the launch of its first Ibis Styles hotel in the country. Ibis Styles Manila Araneta City unleashes a distinctive hotel experience to one of Quezon City’s hippest neighborhoods.

1.jpg

Individually themed, each Ibis Styles hotel is a unique, intensely designed venue with bold themes brought to life, inspiring guests and local communities alike. Ibis Styles Manila Araneta City captures the excitement of the iconic Araneta Coliseum, one of the largest indoor arenas in Asia, located next to the hotel. 

Upon entering the hotel, guests are greeted with bursts of energy as they encounter dynamic artworks that interpret the vibrant history of the coliseum. The bold designs and lively music in the lobby evoke an electrifying atmosphere of live concerts and sporting events.

Ibis Styles Manila Araneta City is located in Araneta City, a commercial hub that bustles with malls, restaurants, and cultural spots. When evening falls, the area comes alive with a variety of activities to discover. The MRT and LRT 2 metro stations are conveniently located just a stone’s throw away from the hotel.

Garth Simmons, chief operating officer of Accor in Asia, commented. “Ibis Styles Manila Araneta City is a game changer for the Philippines’ hospitality industry and we are ecstatic to debut this design-forward economy brand in the country. With a belief in freedom of expression and the power of creativity, Ibis Styles celebrates those who live boldly, encouraging exploration and discovery. The brand revolutionizes the way people think about economy accommodation. The Philippines is a core market for Accor’s expansion strategy, and we are delighted to introduce our first Ibis Styles hotel to the destination.”

The hotel offers 286 artfully decorated and comfortable rooms across three different room configurations. Bold hues and distinctive local elements ignite creativity, offering a space with personality. Each room features Sweet Bed by Ibis, a hand shower, and a 43″ IPTV.

Whether dining, drinking, or mingling, the hotel has four creative dining options to choose from. STREATS features a fun and interactive kitchen concept, serving regional street food as well as European cuisine. Le Bistro, the hotel’s signature café, offers a modern, open-concept French-inspired experience, the perfect place to socialize or catch up on emails while enjoying a barista coffee and freshly baked pastries. Overlooking the Get Soaked pool and lounge is a breathtaking city views from the rooftop, The Edge Skyview Bar boasts a vivacious neon-style vibe. It is the ultimate spot to unwind with signature cocktails and local favorites, a refreshing escape form the city.

Fitness enthusiasts can visit Get Fit, a fitness center equipped with free weights, cutting edge exercise equipment, and boxing gear. A co-working space for creative minds is available in the hotel’s vibrant lobby.

The hotel provides well-designed meeting facilities for participants to unleash their creativity. Its meeting room can accommodate up to 120 to 150 guests and can be divided into three separate spaces.

Maria Manlulu-Garcia, general manager of Novotel and Ibis Styles Manila Araneta City, commented. “We are thrilled to introduce Accor’s trendy hotel experience with the opening of Ibis Styles Manila Araneta City. As one of the most fascinating and visited destinations in Metro Manila, Araneta City offers many leisure opportunities in its dynamic, multicultural environment. Our hotel, with its joyful and trendy experiences, promises to spark surprise, creativity, and smiles among our guests. The hotel stands as a remarkable enhancement to the vibrant landscape of Araneta City, meeting the diverse needs of both travelers and the local community.”

Guests at Ibis Styles Manila Araneta City can benefit from Accor’s lifestyle loyalty program, ALL – Accor Live Limitless, to discover a world of rewards, unique benefits, and exclusive events.

For more information or to make a reservation, visit https://www.Ibisstyles-manilaaranetacity.com, email [email protected], or contact Ibis Styles Manila Araneta City on telephone +632 8 248 8444.

Related Tags

Araneta City MB Lifestyle Online
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.