diff --git a/src/data/event-data.ts b/src/data/event-data.ts index 5e75d4a..1eeeb5e 100644 --- a/src/data/event-data.ts +++ b/src/data/event-data.ts @@ -284,7 +284,7 @@ export const SCHEDULE = [ { 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:30 – 21:30", title: "Cena / Dinner", type: "break" as const }, - { time: "23:00 – 02:00", title: "Social Dance + DJs + Teachers presentations", type: "social" as const }, + { time: "23:00 – 03:30", title: "Social Dance + DJs + Teachers presentations", type: "social" as const }, ], }, { @@ -317,7 +317,7 @@ export const SCHEDULE = [ ] }, { time: "19:30 – 21:30", title: "Cena / Dinner", type: "break" as const }, - { time: "23:00 – 03:00", title: "Social Dance + DJs", type: "social" as const }, + { time: "23:00 – 05:00", title: "Social Dance + DJs", type: "social" as const }, ], }, { @@ -329,7 +329,7 @@ export const SCHEDULE = [ { 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 – 03:00", title: "Social Dance + DJs", type: "social" as const }, + { time: "23:00 – 05:00", title: "Social Dance + DJs", type: "social" as const }, ], }, ];