Skip to main content

Have Questions? Let’s Talk!

We’re Here to Help – Contact Work Stuff

Have questions about our products, partnership opportunities, or anything else? The Work Stuff team is here to help! Reach out to us using the form below or via the contact details provided. We look forward to hearing from you and assisting with your car detailing needs.

WORK STUFF Sp.Z o.o.Sp.K

Poland
ul. Nowa 47,
62-070 Palędzie
+48 531 863 822
workstuff@work-stuff.com

Write to us

GDPR Agreement

Newsletter

Html Field

<script>

fetch("https://ipapi.co/json/?lang=en")  // Forzamos el idioma en inglés

    .then(response => response.json())

    .then(data => {

        document.querySelector('input[name="country"]').value = data.country_name;  // Nombre del país en inglés

        document.querySelector('input[name="city"]').value = data.city;  // Ciudad

    })

    .catch(error => console.error("Error en geolocalización:", error));

</script>