+
+
+
+
+
+
+
+
+
+
+
+
+
+ {img?.src ? (
+

+ ) : (
+
+ )}
+
+
+
+
+
+
+
+
+
+
+
+ {index + 1} / {images.length}
+
+
+ );
+};
+
+export default Lightbox;
diff --git a/src/data/event-data.ts b/src/data/event-data.ts
index 8fe9bad..da65eac 100644
--- a/src/data/event-data.ts
+++ b/src/data/event-data.ts
@@ -21,6 +21,9 @@ import djwinx from "@/assets/staff/djwinx.jpg";
import djklebynho from "@/assets/staff/djklebynho.jpg";
import letialex from "@/assets/staff/letialex.jpg";
import djcathie from "@/assets/staff/djcathie.jpg";
+import milu from "@/assets/staff/milu.jpg";
+import safira from "@/assets/staff/safira.jpg";
+import brazromi from "@/assets/staff/braz_romi.jpg";
import gal1 from "@/assets/gallery/gal1.jpg";
import gal2 from "@/assets/gallery/gal2.jpg";
@@ -189,6 +192,36 @@ export const STAFF = [
soundcloud: "",
},
},
+ {
+ id: "11",
+ name: "[Milu]",
+ role: "Instructor" as const,
+ description: "[Breve biografía del instructor]",
+ image: milu,
+ socials: {
+ instagram: "",
+ },
+ },
+ {
+ id: "12",
+ name: "[Safira]",
+ role: "Instructor" as const,
+ description: "[Breve biografía del instructor]",
+ image: safira,
+ socials: {
+ instagram: "",
+ },
+ },
+ {
+ id: "13",
+ name: "[Braz & Romina]",
+ role: "Instructor" as const,
+ description: "[Breve biografía del instructor]",
+ image: brazromi,
+ socials: {
+ instagram: "",
+ },
+ },
];
// ---- PROGRAMA DEL EVENTO ----