top of page
100-2_edited.png

Determinar el costo. Realice los ahorros.

¿Busca ahorrar dinero y ser menos dependiente de la compañía eléctrica?

¿Sabe que necesita un techo nuevo, pero no sabe cuánto costará ni por dónde empezar?

Utilice estas calculadoras para averiguar lo que se necesita.

Light and Shadow
Mosaic Pic.JPG
bottom of page
import wixChatBackend from 'wix-chat-backend'; $w.onReady(function () { let channelId = "YOUR_CHANNEL_ID"; // Replace with your channel ID let obj = { "messageText": "Hello! How can I assist you today?", "channelId": channelId, "sendAsVisitor": false }; wixChatBackend.sendMessage(obj) .then( () => { console.log("Chat message sent"); }) .catch( (error) => { console.log(error); }); });