Hospital_AI_Proposal / templates /contact-buttons.html
Sami
s
af14a86
raw
history blame contribute delete
519 Bytes
<div class="fixed bottom-8 right-8 flex gap-4">
<a href="https://wa.me/34679794037" target="_blank"
class="btn bg-green-600 hover:bg-green-700 p-4 rounded-full group relative">
<i class="fab fa-whatsapp text-xl"></i>
<span class="tooltip">WhatsApp</span>
</a>
<a href="mailto:sami@eyeunit.ai"
class="btn bg-blue-600 hover:bg-blue-700 p-4 rounded-full group relative">
<i class="fas fa-envelope text-xl"></i>
<span class="tooltip">Email</span>
</a>
</div>