diff --git a/src/data/event-data.ts b/src/data/event-data.ts index c4290f8..358a492 100644 --- a/src/data/event-data.ts +++ b/src/data/event-data.ts @@ -284,7 +284,7 @@ export const SCHEDULE = [ { 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 }, + { time: "23:00 – 02:00", title: "Social Dance + DJs", 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 – 02:00", title: "Social Dance + DJ Set", type: "social" as const }, + { time: "23:00 – 02:00", title: "Social Dance + DJs", type: "social" as const }, ], }, { @@ -328,7 +328,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 – 02:00", title: "Social Dance + DJ Set", type: "social" as const }, + { time: "23:00 – 02:00", title: "Social Dance + DJs", type: "social" as const }, ], }, ];