mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 22:22:21 +00:00
This commit is contained in:
@@ -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 ----
|
||||
|
||||
Reference in New Issue
Block a user