Actualizar cita.html

This commit is contained in:
2026-02-24 13:14:44 +00:00
parent da701274e1
commit 7e1958b8d4

View File

@@ -85,7 +85,7 @@
</div>
<h2 class="text-3xl font-black mb-2 relative z-10">Solicitud Enviada</h2>
<p class="font-medium opacity-90 mb-8 relative z-10">El técnico ha sido avisado de tu preferencia. Recibirás un WhatsApp de confirmación en breve.</p>
<button onclick="window.location.href = window.location.href.replace('cita.html', 'portal.html')" class="bg-slate-900 text-white font-black py-4 px-8 rounded-2xl shadow-lg uppercase text-xs tracking-widest relative z-10 active:scale-95 transition-transform">
<button onclick="window.location.href = window.location.href.replace(/cit(a|ar)\.html/, 'portal.html')" class="bg-slate-900 text-white font-black py-4 px-8 rounded-2xl shadow-lg uppercase text-xs tracking-widest relative z-10 active:scale-95 transition-transform">
Volver a mi Ficha
</button>
</div>