top of page

BETTER EARTH

Untitled design (1).png
Book and Pen

Giving The Gift Of Clean Water


With Every Install, Better Earth Donates To The Give Power Foundation To Create Solar Powered Water Filtration Devices In The Developing World.

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