King briefed on expansion plans for Abdali project

King briefed on expansion plans for Abdali project

  • His Majesty highlights the project’s contribution to achieving Economic Modernisation Vision
  • Value of Abdali project is estimated at more than JD2.4 billion, receiving about 20 million visitors annually

AMMAN — His Majesty King Abdullah on Monday was briefed on plans for the second phase of the expansion of the Abdali project.

During a meeting with the chairman and members of the board of directors of the Abdali Investment and Development Company (AID), His Majesty highlighted the project’s important contribution to achieving the Economic Modernisation Vision, which aims to develop the national economy, attract investments and provide job opportunities for Jordanians, according to a Royal Court statement.

The value of the Abdali project is estimated at more than JD2.4 billion, and it is home to Jordanian, Arab and foreign investments, receiving about 20 million visitors annually.

During a meeting at Al Husseiniya Palace, the King commended the partnership between the public and private sectors in the Abdali project, which contributed to development, noting the need to build on what has been achieved in this project, the statement said.

His Majesty was briefed on plans for developing the second phase of the project, which will extend over an area of 1.2 million square metres, and is expected to provide over 3,000 job opportunities annually, according to the statement.

Plans for the second phase of the project include the construction of a multi-use conference centre that can accommodate 25,000 people, in addition to two towers that include hotels, residential apartments, commercial centres, and advanced medical facilities.

The second phase of the project focuses on enhancing Jordan’s position as a major destination for specialised tourism, and seeks to provide a sustainable environment that takes green spaces into consideration.

AID Chairman Amer Al Fayez spoke about the most notable achievements of the project, whose first phase extends over an area of 1.03 million square metres, noting that it attracted about 500 companies operating in 27 sectors, and provided a total of 15,000 job opportunities by 2023.

He added that the office occupancy rate in the project reached 95 per cent, noting that the first phase of the Abdali project attracted leading local and international companies and institutions, such as Siemens, Orange and Amazon.

According to Fayez, the second phase of the project is expected to generate investments worth about JD5 billion.

Director of the Office of His Majesty Jafar Hassan attended the meeting.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .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'); }); }); });