Add this to any website:
<link rel="stylesheet" href="https://salon-chatbot.dhanu-contactt.workers.dev/chatbot.css">
<script src="https://salon-chatbot.dhanu-contactt.workers.dev/chatbot.js"></script>
<script>
new SalonChatbot({
name: "Your Salon Name",
cssPath: 'https://salon-chatbot.dhanu-contactt.workers.dev/chatbot.css',
aiProxyUrl: 'https://salon-chatbot.dhanu-contactt.workers.dev/api/chat',
whatsapp: '+91XXXXXXXXXX',
address: 'Your Address',
timing: 'Mon-Sun: 10AM - 8PM',
services: [...]
});
</script>