top of page
WindMar-Solar-Logo_FC-web-02-1024x392.png

WHY WINDMAR
 SOLAR?

 

WindMar Solar is one of the fastest-growing residential solar energy companies in USA. Founded in 2002, the WindMar Group is the largest renewable energy firm in the Caribbean with offices in Puerto Rico and Florida. Additionally, we’re one of the top Tesla Certified Installers by volume in the nation.

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); }); });