Actualizar cita.html

This commit is contained in:
2026-02-21 16:04:45 +00:00
parent 8502998d47
commit 2d1439fcdb

View File

@@ -67,13 +67,13 @@
</div>
</main>
<div id="successScreen" class="hidden w-full max-w-md mx-auto p-6 flex flex-col items-center justify-center min-h-screen text-center fade-in bg-emerald-500 text-white">
<div class="w-24 h-24 bg-white text-emerald-500 rounded-full flex items-center justify-center mb-6 shadow-2xl">
<i data-lucide="check" class="w-12 h-12"></i>
<div id="successScreen" class="hidden w-full max-w-md mx-auto p-6 flex flex-col items-center justify-center min-h-screen text-center fade-in bg-blue-600 text-white">
<div class="w-24 h-24 bg-white text-blue-600 rounded-full flex items-center justify-center mb-6 shadow-2xl">
<i data-lucide="clock" class="w-12 h-12"></i>
</div>
<h2 class="text-3xl font-black mb-2">¡Cita Confirmada!</h2>
<p class="font-medium opacity-90 mb-8">El técnico ha sido notificado y se pasará por tu domicilio el día y hora acordados.</p>
<button onclick="window.history.back()" class="bg-slate-900 text-white font-black py-3 px-8 rounded-xl shadow-lg uppercase text-xs tracking-widest">
<h2 class="text-3xl font-black mb-2">Solicitud Enviada</h2>
<p class="font-medium opacity-90 mb-8">Estamos revisando la ruta de tu técnico. Recibirás un mensaje en breve confirmando tu cita.</p>
<button onclick="window.location.href = window.location.href.replace('cita.html', 'portal.html')" class="bg-slate-900 text-white font-black py-3 px-8 rounded-xl shadow-lg uppercase text-xs tracking-widest">
Volver al Resumen
</button>
</div>