mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 23:22:22 +00:00
More information fixes
This commit is contained in:
@@ -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 },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user