// 13 — WhatsApp flotante function CWhatsapp() { const [, t] = window.useLang(); // número placeholder — sustituir por el real const phone = "34628126263"; const msg = encodeURIComponent("Hola, me gustaría contactar con la Cátedra de Gastronomía CLM"); const url = `https://wa.me/${phone}?text=${msg}`; return ( {t.whatsapp.short} {t.whatsapp.label} ); } window.CWhatsapp = CWhatsapp;