mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 22:22:21 +00:00
more guests
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 306 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 319 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 400 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 320 KiB |
@@ -32,6 +32,10 @@ import djgalzo from "@/assets/staff/djgalzo.jpg";
|
|||||||
import aiysha from "@/assets/staff/aiysha.jpg";
|
import aiysha from "@/assets/staff/aiysha.jpg";
|
||||||
import djgui from "@/assets/staff/djgui.jpg";
|
import djgui from "@/assets/staff/djgui.jpg";
|
||||||
import rdelano from "@/assets/staff/rdelano.jpg";
|
import rdelano from "@/assets/staff/rdelano.jpg";
|
||||||
|
import zuluvane from "@/assets/staff/zuluvanesa.jpg";
|
||||||
|
import patriciac from "@/assets/staff/patriciac.jpg";
|
||||||
|
import wellington from "@/assets/staff/wellington.jpg";
|
||||||
|
import xavilau from "@/assets/staff/xavilau.jpg";
|
||||||
|
|
||||||
import gal1 from "@/assets/gallery/gal1.jpg";
|
import gal1 from "@/assets/gallery/gal1.jpg";
|
||||||
import gal2 from "@/assets/gallery/gal2.jpg";
|
import gal2 from "@/assets/gallery/gal2.jpg";
|
||||||
@@ -41,6 +45,7 @@ import gal5 from "@/assets/gallery/gal5.jpg";
|
|||||||
import gal6 from "@/assets/gallery/gal6.jpg";
|
import gal6 from "@/assets/gallery/gal6.jpg";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ---- INFORMACIÓN GENERAL DEL EVENTO ----
|
// ---- INFORMACIÓN GENERAL DEL EVENTO ----
|
||||||
export const EVENT_INFO = {
|
export const EVENT_INFO = {
|
||||||
/** Fecha del evento — formato ISO para el countdown */
|
/** Fecha del evento — formato ISO para el countdown */
|
||||||
@@ -220,6 +225,30 @@ export const STAFF = [
|
|||||||
name: "Rocio Delano",
|
name: "Rocio Delano",
|
||||||
role: "Specials" as const,
|
role: "Specials" as const,
|
||||||
image: rdelano,
|
image: rdelano,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "22",
|
||||||
|
name: "Zulu & Vanesa",
|
||||||
|
role: "Specials" as const,
|
||||||
|
image: zuluvane,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "23",
|
||||||
|
name: "Patricia Cruz.",
|
||||||
|
role: "Specials" as const,
|
||||||
|
image: patriciac,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "24",
|
||||||
|
name: "Wellington",
|
||||||
|
role: "Specials" as const,
|
||||||
|
image: wellington,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "25",
|
||||||
|
name: "Xavi & Laura",
|
||||||
|
role: "Teachers" as const,
|
||||||
|
image: xavilau,
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user