|
|
@@ -157,17 +157,17 @@
|
|
|
<div class="bg-white w-full max-w-sm p-6 rounded-lg space-y-4 text-center">
|
|
|
<h2 class="text-xl font-bold">¡Bienvenido!</h2>
|
|
|
<p class="text-sm text-gray-600">
|
|
|
- Ingresa tu número de mesa y tu código de cliente para comenzar.
|
|
|
+ Ingresa tu número de mesa y tu nombre para comenzar.
|
|
|
</p>
|
|
|
|
|
|
+ <input id="clientCodeInput"
|
|
|
+ class="w-full border px-3 py-2 rounded-md"
|
|
|
+ placeholder="Nombre" />
|
|
|
<input id="tableInput"
|
|
|
type="number" min="1"
|
|
|
class="w-full border px-3 py-2 rounded-md"
|
|
|
placeholder="Mesa #" />
|
|
|
|
|
|
- <input id="clientCodeInput"
|
|
|
- class="w-full border px-3 py-2 rounded-md"
|
|
|
- placeholder="Código de cliente" />
|
|
|
|
|
|
<button id="sessionAcceptBtn"
|
|
|
class="w-full bg-[#101419] hover:bg-[#37404a] text-white py-2 rounded-md">
|