feat: translate bookings page and components to English

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ivan
2026-03-01 21:22:55 +00:00
parent 0fb27b1825
commit 3e65974727
3 changed files with 52 additions and 52 deletions

View File

@@ -29,9 +29,9 @@ export default function BookingsPage() {
return (
<div className="space-y-6">
<div>
<h1 className="text-2xl font-bold text-primary-800">Reservas</h1>
<h1 className="text-2xl font-bold text-primary-800">Bookings</h1>
<p className="mt-2 text-primary-600">
Gestiona las reservas de canchas. Selecciona un horario para crear o ver una reserva.
Manage court bookings. Select a time slot to create or view a booking.
</p>
</div>