Bir bakışta hizmetlerimiz

  • Satış öncesi hizmet

    Satış öncesi hizmet

    1: Özelleştirilmiş hizmet
    2: Ücretsiz program
    3: Ücretsiz Alıntı
  • Satış içi hizmet

    Satış içi hizmet

    Proje ilerlemesini zamanında iletmek için bire bir hizmet grubu oluşturun
  • Satış sonrası servis

    Satış sonrası servis

    1: Bir yıl garanti
    2: Çözüme 24 saat

Bize Ulaşın

* İlk adı

İlk adı can't be empty

* E -posta

E -posta can't be empty

Telefon

Telefon can't be empty

* Şirket

Şirket can't be empty

* ülke

ülke can't be empty

* İleti

İleti can't be empty

Göndermek
document.querySelectorAll('.head_nav li').forEach(function (item) { item.addEventListener('mouseover', function (event) { if (item.textContent.includes('PRODUCTS') || item.textContent.includes('SERVICES') || item.textContent.includes('SOLUTIONS') || item.textContent.includes('ABOUT US')) { event.preventDefault(); document.querySelectorAll('.dropdown-menu-item').forEach(function (menuItem) { menuItem.style.display = 'none'; }); if (item.textContent.includes('PRODUCTS')) { document.getElementById('products-menu').style.display = 'block'; } else if (item.textContent.includes('SERVICES')) { document.getElementById('services-menu').style.display = 'block'; } else if (item.textContent.includes('SOLUTIONS')) { document.getElementById('solutions-menu').style.display = 'block'; } else if (item.textContent.includes('ABOUT US')) { document.getElementById('about-us-menu').style.display = 'block'; } } }); }); window.addEventListener('scroll', function () { document.querySelectorAll('.dropdown-menu-item').forEach(function (menuItem) { menuItem.style.display = 'none'; }); });