top of page
Mountain Landscape
Palmetto Logo_edited.png

Our City

Charleston, South Carolina is known for its rich history, distinguished restaurants, well-preserved architecture, wide beaches and hospitable people. It’s also a city flooded with sun, and the perfect home for Palmetto solar.

Marble Surface

EQUIPMENT

Shadow on Concrete Wall

SILFAB

Law Firm

SOLAREDGE

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