+
Reservar em {shop.name}
@@ -129,7 +129,7 @@ export default function Booking() {
if (s.completed || s.id < step) setStep(s.id);
}}
disabled={!s.completed && s.id > step}
- className={`w-12 h-12 rounded-2xl flex items-center justify-center border-2 transition-all duration-500 scale-100 active:scale-90 ${
+ className={`w-10 h-10 sm:w-12 sm:h-12 rounded-xl sm:rounded-2xl flex items-center justify-center border-2 transition-all duration-500 scale-100 active:scale-90 ${
s.active
? 'bg-slate-900 border-slate-900 text-indigo-400 shadow-2xl shadow-slate-300 -translate-y-2'
: s.completed
@@ -137,9 +137,9 @@ export default function Booking() {
: 'bg-white border-slate-200 text-slate-400'
}`}
>
- {s.completed && !s.active ? : }
+ {s.completed && !s.active ? : }
-
+
{s.label}
@@ -147,9 +147,9 @@ export default function Booking() {
1. Selecione o Serviço
+1. Selecione o Serviço
O primeiro passo para o seu agendamento.
2. Escolha o Mestre
+2. Escolha o Mestre
Selecione o artista que cuidará do seu visual.
3. Escolha o Horário
+3. Escolha o Horário
Seu tempo é valioso. Escolha a data perfeita.
4. Escolha o Horário Privilegiado
+4. Escolha o Horário Privilegiado
A pontualidade é a cortesia dos reis.
+
Ver Barbearias
Descubra barbearias exclusivas e reserve o seu próximo corte em segundos.
@@ -73,7 +73,7 @@ export default function Explore() {