Supply Chain Services

Contact us Today to Schedule a Consultation or to Learn More about our Services.

Supply Chain Services

Liberty Elevator Corporation provides timely elevator repair services and predictable maintenance programs for commercial, retail, and residential buildings. We understand that each customer has individual elevator needs and offer a variety of flexible programs to meet your property’s requirements.

01/Marketing planning

Do you have an elevator down and need rapid emergency repair service?  We offer fast elevator repair services for the greater New York City metro area to include New Jersey and parts of Pennsylvania. Our technicians are certified, professional, and qualified to fix your elevator as quickly as possible. 

02/Marketing planning

Our elevator maintenance solutions are designed to avoid the need for emergency elevator repair services. We offer various elevator maintenance program options customized for your budget and property. When in need of elevator maintenance, property managers and building owners are confident that Liberty will assist in designing a customized maintenance program to suit their needs.

03/Marketing planning

Our elevator maintenance solutions are designed to avoid the need for emergency elevator repair services. We offer various elevator maintenance program options customized for your budget and property. When in need of elevator maintenance, property managers and building owners are confident that Liberty will assist in designing a customized maintenance program to suit their needs.

04/Marketing planning

Our elevator maintenance solutions are designed to avoid the need for emergency elevator repair services. We offer various elevator maintenance program options customized for your budget and property. When in need of elevator maintenance, property managers and building owners are confident that Liberty will assist in designing a customized maintenance program to suit their needs.

05/Marketing planning

Our elevator maintenance solutions are designed to avoid the need for emergency elevator repair services. We offer various elevator maintenance program options customized for your budget and property. When in need of elevator maintenance, property managers and building owners are confident that Liberty will assist in designing a customized maintenance program to suit their needs.

06/Marketing planning

Our elevator maintenance solutions are designed to avoid the need for emergency elevator repair services. We offer various elevator maintenance program options customized for your budget and property. When in need of elevator maintenance, property managers and building owners are confident that Liberty will assist in designing a customized maintenance program to suit their needs.

document.addEventListener('DOMContentLoaded', function () { var video = document.querySelector('.hover-video-container .elementor-video iframe'); // 获取视频iframe元素 var videoElement = document.querySelector('.hover-video-container .elementor-video video'); // 获取本地视频元素 // 鼠标悬停时自动播放视频并从头播放 document.querySelector('.hover-video-container').addEventListener('mouseenter', function () { if (videoElement) { videoElement.currentTime = 0; // 重置视频到开始 videoElement.play(); // 播放视频 } else if (video) { video.contentWindow.postMessage('{"event":"command","func":"seekTo","args":[0]}', '*'); // YouTube或Vimeo视频,从头开始播放 video.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}', '*'); } }); // 鼠标移开时暂停并重置视频 document.querySelector('.hover-video-container').addEventListener('mouseleave', function () { if (videoElement) { videoElement.pause(); // 暂停视频 videoElement.currentTime = 0; // 重置视频到开始 } else if (video) { video.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*'); } }); });