L O A D I N G
Contactează-ne

Vrei să discutăm despre proiectul tău ?

Botosani

Aleea Parcului 1

Email

office[@]imperial-media.ro

Suceava

In curand...

Phone

0746659201

Completează formularul și te contactăm noi

Contact

    document.addEventListener('DOMContentLoaded', function() { const radios = document.querySelectorAll('input[name="site-type"]'); const pres = document.getElementById('pres-form'); const shop = document.getElementById('shop-form'); const land = document.getElementById('land-form'); function toggleSections(value) { pres.style.display = value === 'Website de prezentare' ? 'block' : 'none'; shop.style.display = value === 'Magazin online' ? 'block' : 'none'; land.style.display = value === 'Landing page' ? 'block' : 'none'; } radios.forEach(r => { r.addEventListener('change', () => toggleSections(r.value)); if (r.checked) toggleSections(r.value); }); });