/* Add custom Js styles below */
(function() {
// --- CONFIGURATION ---
const phoneNumber = "966507978611";
const googleReviewLink = "https://www.google.com/maps?cid=4276059012334481982";
// Create the main container
const widgetContainer = document.createElement('div');
widgetContainer.id = 'salla-wa-widget';
// Add the HTML structure
widgetContainer.innerHTML = `
★★★★★
تقييمات قوقل
`;
// Add it to the body when the page loads
document.body.appendChild(widgetContainer);
})();