New guests
CI/CD Deploy / test (push) Successful in 1m12s
CI/CD Deploy / build-push (push) Successful in 1m51s
CI/CD Deploy / deploy (push) Successful in 23s

This commit is contained in:
Antoni Nuñez Romeu
2026-09-03 09:21:41 +02:00
parent 8e63b859a3
commit 102cbbbc5c
3 changed files with 14 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

+14
View File
@@ -42,6 +42,8 @@ import jade from "@/assets/staff/jade.jpg";
import juninho from "@/assets/staff/juninho.jpg";
import rafael from "@/assets/staff/rafael.jpg";
import rodrigo from "@/assets/staff/rodrigo.jpg";
import jessica from "@/assets/staff/jessica.jpg";
import cibele from "@/assets/staff/cibele.jpg";
import gal1 from "@/assets/gallery/gal1.jpg";
import gal2 from "@/assets/gallery/gal2.jpg";
@@ -279,6 +281,18 @@ export const STAFF = [
name: "Rodrigo",
role: "Specials" as const,
image: rodrigo,
},
{
id: "30",
name: "Jéssica Serrano",
role: "Specials" as const,
image: jessica,
},
{
id: "31",
name: "Cibele",
role: "Specials" as const,
image: cibele,
}
];