Actualizar cita.html
This commit is contained in:
12
cita.html
12
cita.html
@@ -67,13 +67,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</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 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-emerald-500 rounded-full flex items-center justify-center mb-6 shadow-2xl">
|
<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="check" class="w-12 h-12"></i>
|
<i data-lucide="clock" class="w-12 h-12"></i>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="text-3xl font-black mb-2">¡Cita Confirmada!</h2>
|
<h2 class="text-3xl font-black mb-2">Solicitud Enviada</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>
|
<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.history.back()" class="bg-slate-900 text-white font-black py-3 px-8 rounded-xl shadow-lg uppercase text-xs tracking-widest">
|
<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
|
Volver al Resumen
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user