Abdali welcomes Publicis Groupe to join Amman Premier Business Destination

No Image

AMMAN — The Abdali announced that Publicis Groupe Middle East has relocated its Amman operations to its premises, further affirming its reputation as the destination of choice for world-class organisations seeking a premier business environment in the Jordanian capital.

The move marks another significant milestone for The Abdali, which now hosts over 450 companies across its commercial district, a community that encompasses established regional enterprises and major international names across technology, finance, professional services and communications.

Publicis Groupe joins a distinguished roster of companies that have made The Abdali their home, including Amazon, Huawei, Orange Jordan, Saudi Jordanian Investment Fund (SJIF), Concentrix, Eversheds Sutherland and Mercer Group, among many others.

The growing concentration of global firms within The Abdali reflects the district's ability to offer not only premium office space but also a fully integrated urban environment that supports the connectivity, productivity and wellbeing of modern workforces.

"The Abdali was built to be more than a business hub it was designed to be a destination where ambition finds the right environment to flourish." Commented President and Chairman of Abdali Investment and Development, Amer Al Fayez.

Al Fayez added "Welcoming Publicis Groupe Middle East to The Abdali is a reflection of what we have worked hard to create: a world-class address that meets the expectations of the most discerning regional and global companies."

He noted "As we continue to grow and evolve, we look forward to seeing more international names choose The Abdali as the base from which they build their next chapter in the region."

For Publicis Groupe, which brings together more than 3,600 professionals across eight markets throughout MENA, The Abdali's premium infrastructure, vibrant community and strategic location in central Amman made it the natural choice for the group’s expanded Jordanian operations.

Publicis Groupe Middle East and Turkey CEO, Bassel Kakish said "Our talents in Amman deserve the best environment to grow, create and be inspired, and our new offices in The Abdali offer just that, not to mention the best rooftop views in town."

Kakish added "We're excited to be a part of this thriving, energetic community, and we're grateful for the warm welcome," remarked The Abdali’s commercial district offers flexible, future ready office spaces designed to accommodate businesses of all sizes and sectors.

Supported by advanced digital infrastructure, as well as eco-efficient district-wide heating and cooling systems provided by Jordan District Energy (JDE), the development enables companies to operate at the highest standards whilst benefiting from the vibrancy of a complete, walkable urban neighbourhood.

With Phase Two of The Abdali currently under development encompassing additional green spaces, residential communities, luxury hotels, modern offices and a conference centre, underpinned by a USD 40 million infrastructure investment the district is poised to further expand its capacity to attract and retain companies of global standing.

The Abdali is the largest real estate development project in Jordan, established in the heart of Amman within a strategic location surrounded by key commercial, financial, tourism and medical institutions.

Spanning 355,000 square metres, with a total built-up area exceeding two million square metres, the project delivers a fully integrated urban destination comprising residential, retail and leisure spaces, hotels, healthcare facilities and commercial offices.

The Abdali hosts more than 450 companies, 216 offices and 734 residential units, alongside 150 retail outlets and restaurants and over 1,200 hotel rooms. It supports employment for more than 20,000 people and attracts upwards of 24 million visitors annually.

Blending contemporary design with advanced technology and sustainability principles, The Abdali has emerged as a distinctive urban landmark for investors, businesses and visitors alike.

Its infrastructure is fully integrated, encompassing irrigation and sewage networks, internal water systems, stormwater drainage, gas networks, fiber-optic connectivity, low-current systems and firefighting systems, in addition to a central heating and cooling system and a medium-voltage power station.

The project continues to expand through Phase Two, which features the development of green spaces, residential communities, luxury hotels, modern office spaces and a conference centre.

This phase is supported by a USD 40 million investment in infrastructure, including an advanced utility tunnel and upgraded road networks for seamless connectivity.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.", 'danger'); } return response.json(); }) .then(data => { showModal(data.message, 'success'); }) .catch(error => { showModal("Error submitting email. Try again.", 'danger'); }); }); });