More information fixes
CI/CD Deploy / test (push) Successful in 57s
CI/CD Deploy / build-push (push) Successful in 1m32s
CI/CD Deploy / deploy (push) Successful in 18s

This commit is contained in:
Antoni Nuñez Romeu
2026-08-26 15:28:29 +02:00
parent 31b8e00e51
commit ab746a5c2f
3 changed files with 13 additions and 12 deletions
+5 -4
View File
@@ -280,11 +280,11 @@ export const SCHEDULE = [
{
day: "Viernes 4 de Septiembre",
events: [
{ time: "16:00 – 17:00", title: "Check-in / Registro", type: "checkin" as const },
{ time: "17:00 – 18:00", title: "Followers & Style by Jade & Milu", type: "workshop" as const },
{ time: "18:00 – 19:00", title: "La Ciencia de los Giros by Rodrigo Delano", type: "workshop" as const },
{ time: "19:00 – 20:00", title: "Welcome Party - Pool", type: "social" as const },
{ time: "19:30 – 21:30", title: "Cena / Dinner", type: "break" as const },
{ time: "23:00 – 02:00", title: "Social Dance + DJs", type: "social" as const },
{ time: "23:00 – 02:00", title: "Social Dance + DJs + Teachers presentations", type: "social" as const },
],
},
{
@@ -317,18 +317,19 @@ export const SCHEDULE = [
]
},
{ time: "19:30 – 21:30", title: "Cena / Dinner", type: "break" as const },
{ time: "23:00 – 02:00", title: "Social Dance + DJs", type: "social" as const },
{ time: "23:00 – 03:00", title: "Social Dance + DJs", type: "social" as const },
],
},
{
day: "Domingo 6 de Septiembre",
events: [
{ time: "08:00 – 10:00", title: "Desayuno / Breakfast", type: "break" as const },
{ time: "11:30 – 12:30", title: "International Barcelona Flash Mob 2026. Choreo by: Lautaro & Ari. Teacher: Romina Hidalgo", type: "workshop" as const },
{ time: "12:00 – 14:00", title: "Pool Party", type: "social" as const },
{ time: "13:00 – 15:00", title: "Comida / Lunch", type: "break" as const },
{ time: "16:00 – 20:00", title: "Pool Party", type: "social" as const },
{ time: "19:30 – 21:30", title: "Cena / Dinner", type: "break" as const },
{ time: "23:00 – 02:00", title: "Social Dance + DJs", type: "social" as const },
{ time: "23:00 – 03:00", title: "Social Dance + DJs", type: "social" as const },
],
},
];