Nie wyrzucaj - naprawiaj! Chron srodowisko

Wyrzucona pralka to 600 kg CO2. Naprawiona to tylko 10 kg. Wybor nalezy do Ciebie!

Zadzwon 721 988 949

Czy wiesz co dzieje sie z wyrzucona pralka?

Zanim wyrzucisz - zadzwon do nas!

Zamow naprawe AGD

💬 > document.getElementById('orderForm').addEventListener('submit', function(e) { e.preventDefault(); const name = this.name.value; const phone = this.phone.value; const city = this.city.value; const service = this.service.value; const problem = this.problem.value; const message = `Zgloszenie\n\n${name}\n${phone}\n${city}\n${service}\n\n${problem}`; window.open(`https://wa.me/48721988949?text=${encodeURIComponent(message)}`, '_blank'); });