This commit is contained in:
Antoni Nuñez Romeu
2026-08-26 12:24:57 +02:00
parent cb3542c9a8
commit c851f2d351
+3 -3
View File
@@ -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: "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:00 – 20:00", title: "Welcome Party - Pool", type: "social" as const },
{ time: "19:30 – 21:30", title: "Cena / Dinner", type: "break" 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: "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: "13:00 – 15:00", title: "Comida / Lunch", type: "break" as const },
{ time: "16:00 – 20:00", title: "Pool Party", type: "social" 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: "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 },
], ],
}, },
]; ];