New pictures & gallery lightbox
Deploy NPM app / Deploy NPM (push) Successful in 1m22s

This commit is contained in:
Antoni Nuñez Romeu
2026-05-18 15:09:32 +02:00
parent a8a0336ae5
commit a9d5bc10a1
6 changed files with 195 additions and 1 deletions
+33
View File
@@ -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 ----