mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 22:22:21 +00:00
Newer staff members, white party fixings and staff tags
This commit is contained in:
@@ -27,6 +27,9 @@ import brazromi from "@/assets/staff/braz_romi.jpg";
|
||||
import emanoel from "@/assets/staff/emanoel.jpg";
|
||||
import didipatri from "@/assets/staff/didipatri.jpg";
|
||||
import djhique from "@/assets/staff/djhique.jpg";
|
||||
import djgg from "@/assets/staff/djgg.jpg";
|
||||
import djgalzo from "@/assets/staff/djgalzo.jpg";
|
||||
import aiysha from "@/assets/staff/aiysha.jpg";
|
||||
|
||||
import gal1 from "@/assets/gallery/gal1.jpg";
|
||||
import gal2 from "@/assets/gallery/gal2.jpg";
|
||||
@@ -186,6 +189,24 @@ export const STAFF = [
|
||||
role: "DJ" as const,
|
||||
image: djhique,
|
||||
},
|
||||
{
|
||||
id: "17",
|
||||
name: "DJ GG",
|
||||
role: "DJ" as const,
|
||||
image: djgg,
|
||||
},
|
||||
{
|
||||
id: "18",
|
||||
name: "DJ Galzo",
|
||||
role: "DJ" as const,
|
||||
image: djgalzo,
|
||||
},
|
||||
{
|
||||
id: "19",
|
||||
name: "Aiysha",
|
||||
role: "Specials" as const,
|
||||
image: aiysha,
|
||||
}
|
||||
];
|
||||
|
||||
// ---- PROGRAMA DEL EVENTO ----
|
||||
|
||||
Reference in New Issue
Block a user