Calendar changes & new guest
CI/CD Deploy / test (push) Successful in 1m5s
CI/CD Deploy / build-push (push) Successful in 1m33s
CI/CD Deploy / deploy (push) Successful in 32s

This commit is contained in:
Antoni Nuñez Romeu
2026-08-28 09:56:21 +02:00
parent 1253f91599
commit a5538f0b9f
3 changed files with 44 additions and 14 deletions
+27 -4
View File
@@ -41,6 +41,7 @@ import papagaio from "@/assets/staff/papagaio.jpg";
import jade from "@/assets/staff/jade.jpg";
import juninho from "@/assets/staff/juninho.jpg";
import rafael from "@/assets/staff/rafael.jpg";
import rodrigo from "@/assets/staff/rodrigo.jpg";
import gal1 from "@/assets/gallery/gal1.jpg";
import gal2 from "@/assets/gallery/gal2.jpg";
@@ -272,6 +273,12 @@ export const STAFF = [
name: "Juninho",
role: "Specials" as const,
image: juninho,
},
{
id: "29",
name: "Rodrigo",
role: "Specials" as const,
image: rodrigo,
}
];
@@ -282,9 +289,14 @@ export const SCHEDULE = [
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: "18:00 – 19:00", title: "La Ciencia de los Giros / The Science of Spins by Rodrigo Delano", type: "workshop" as const },
{ time: "19:30 – 21:30", title: "Cena / Dinner", type: "break" as const },
{ time: "23:00 – 03:30", title: "Social Dance + DJs + Teachers presentations", type: "social" as const },
{
time: "23:00 – 03:00",
title: "Social Dance + DJs",
type: "social" as const,
details: ["Teacher's Presentation", "Special guest: Aiysha Singer", "Competition: 2 Full Pass for MARAU FESTIVAL & social dance"],
},
],
},
{
@@ -317,7 +329,13 @@ export const SCHEDULE = [
]
},
{ time: "19:30 – 21:30", title: "Cena / Dinner", type: "break" as const },
{ time: "23:00 – 05:00", title: "Social Dance + DJs", type: "social" as const },
{
time: "23:00 – 05:00",
title: "Social Dance + DJs",
type: "social" as const,
details: ["Showtime 1h & social dance"],
},
],
},
{
@@ -329,7 +347,12 @@ 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 – 05:00", title: "Social Dance + DJs", type: "social" as const },
{
time: "23:00 – 05:00",
title: "Social Dance + DJs",
type: "social" as const,
details: ["Competition, 2 Full Pass for CARNALAMBA FESTIVAL by Hila Singer & social dance"],
},
],
},
];