Compare commits

..

2 Commits

Author SHA1 Message Date
Antoni Nuñez Romeu bf66a222f6 pamela
CI/CD Deploy / test (push) Successful in 56s
CI/CD Deploy / build-push (push) Successful in 1m31s
CI/CD Deploy / deploy (push) Successful in 16s
2026-08-13 21:03:02 +02:00
Antoni Nuñez Romeu 2b084eefcf Pamela 2026-08-13 21:02:29 +02:00
2 changed files with 7 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

+7
View File
@@ -36,6 +36,7 @@ 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 pamela from "@/assets/staff/pamela.jpg";
import gal1 from "@/assets/gallery/gal1.jpg";
import gal2 from "@/assets/gallery/gal2.jpg";
@@ -250,6 +251,12 @@ export const STAFF = [
role: "Teachers" as const,
image: xavilau,
},
{
id: "26",
name: "Pamela",
role: "Specials" as const,
image: pamela,
}
];
// ---- PROGRAMA DEL EVENTO ----