more guests
CI/CD Deploy / test (push) Successful in 1m2s
CI/CD Deploy / build-push (push) Successful in 1m34s
CI/CD Deploy / deploy (push) Successful in 14s

This commit is contained in:
Antoni Nuñez Romeu
2026-08-11 12:28:02 +02:00
parent 8ff4403b7a
commit 742feee384
5 changed files with 29 additions and 0 deletions
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

+29
View File
@@ -32,6 +32,10 @@ import djgalzo from "@/assets/staff/djgalzo.jpg";
import aiysha from "@/assets/staff/aiysha.jpg";
import djgui from "@/assets/staff/djgui.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 gal2 from "@/assets/gallery/gal2.jpg";
@@ -41,6 +45,7 @@ import gal5 from "@/assets/gallery/gal5.jpg";
import gal6 from "@/assets/gallery/gal6.jpg";
// ---- INFORMACIÓN GENERAL DEL EVENTO ----
export const EVENT_INFO = {
/** Fecha del evento — formato ISO para el countdown */
@@ -220,6 +225,30 @@ export const STAFF = [
name: "Rocio Delano",
role: "Specials" as const,
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,
}
];