The code and data behind xeiaso.net
1export default function IntercomButton() {
2 return (
3 <div className="relative">
4 <a
5 className="fixed bottom-8 right-8 w-20 h-20 bg-emerald-500 rounded-full shadow-lg text-white flex items-center justify-center"
6 href="https://tourian.xeiaso.net"
7 target="_blank"
8 >
9 <img src="https://cdn.xeiaso.net/sticker/mimi/happy/256" className="w-16 h-16" alt="ChatMimi" />
10 </a>
11 </div>
12 );
13};