mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 23:22:22 +00:00
Changes and fixes
This commit is contained in:
+16
-8
@@ -278,16 +278,19 @@ export const STAFF = [
|
||||
// ---- PROGRAMA DEL EVENTO ----
|
||||
export const SCHEDULE = [
|
||||
{
|
||||
day: "Viernes 4 de Setiembre",
|
||||
day: "Viernes 4 de Septiembre",
|
||||
events: [
|
||||
{ time: "17:00 – 18:30", title: "Followers & Style by Jade & Milu", type: "workshop" as const },
|
||||
{ time: "20:00 – 21:30", title: "La Ciencia de los Giros by Rodrigo Delano", type: "workshop" as const },
|
||||
{ time: "22:00 – 03:00", title: "Social Dance + DJ Set", type: "social" 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 + DJ Set", type: "social" as const },
|
||||
],
|
||||
},
|
||||
{
|
||||
day: "Sábado 5 de Setiembre",
|
||||
day: "Sábado 5 de Septiembre",
|
||||
events: [
|
||||
{ time: "08:00 – 10:00", title: "Desayuno / Breakfast", type: "break" as const },
|
||||
{ time: "11:00 – 12:00", title: "", type: "workshop" as const, parallel: [
|
||||
{ time: "11:00 – 12:00", title: "Matheus & Lydia", type: "workshop" as const },
|
||||
{ time: "11:00 – 12:00", title: "Leticia & Alex", type: "workshop" as const },
|
||||
@@ -297,7 +300,7 @@ export const SCHEDULE = [
|
||||
{ time: "12:00 – 13:00", title: "Ariel & Yasmin", type: "workshop" as const },
|
||||
]
|
||||
},
|
||||
{ time: "14:00 – 15:00", title: "Comida / Lunch", type: "break" as const },
|
||||
{ time: "13:00 – 15:00", title: "Comida / Lunch", type: "break" as const },
|
||||
{ time: "15:00 – 16:00", title: "[Workshop 5]", type: "workshop" as const, parallel: [
|
||||
{ time: "15:00 – 16:00", title: "Xavi & Laura", type: "workshop" as const },
|
||||
{ time: "15:00 – 16:00", title: "Omer & Adva", type: "workshop" as const },
|
||||
@@ -313,14 +316,19 @@ export const SCHEDULE = [
|
||||
{ time: "17:00 – 18:00", title: "Didi & Patricia", type: "workshop" as const },
|
||||
]
|
||||
},
|
||||
{ time: "22:00 – 03:00", title: "Social Dance + DJ Set", type: "social" as const },
|
||||
{ time: "19:30 – 21:30", title: "Cena / Dinner", type: "break" as const },
|
||||
{ time: "23:00 – 02:00", title: "Social Dance + DJ Set", type: "social" as const },
|
||||
],
|
||||
},
|
||||
{
|
||||
day: "Domingo 6 de Setiembre",
|
||||
day: "Domingo 6 de Septiembre",
|
||||
events: [
|
||||
{ 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 + DJ Set", type: "social" as const },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user