Mother Hospital project

The 55-year experience is the reason why Yazdaseman’s company survives and succeeds. Three generations of Mehrali family have been prominent in quality services in construction and manufacturing of branded building materials.

دیدگاهتان را بنویسید

نشانی ایمیل شما منتشر نخواهد شد. بخش‌های موردنیاز علامت‌گذاری شده‌اند *

Fill out this field
Fill out this field
لطفاً یک نشانی ایمیل معتبر بنویسید.
You need to agree with the terms to proceed

document.addEventListener("DOMContentLoaded", () => { const slides = document.querySelectorAll(".v-product-slide"); let current = 0; let busy = false; function showSlide(index) { if (index < 0 || index >= slides.length) return; slides.forEach(slide => slide.classList.remove("active")); slides[index].classList.add("active"); current = index; } window.addEventListener("wheel", (e) => { if (busy) return; busy = true; e.preventDefault(); if (e.deltaY > 0) { showSlide(current + 1); } else { showSlide(current - 1); } setTimeout(() => busy = false, 1000); }, { passive: false }); });