newer guests
CI/CD Deploy / test (push) Successful in 1m9s
CI/CD Deploy / build-push (push) Successful in 1m37s
CI/CD Deploy / deploy (push) Successful in 17s

This commit is contained in:
Antoni Nuñez Romeu
2026-09-03 14:55:17 +02:00
parent 102cbbbc5c
commit 8578942e54
2 changed files with 7 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

+7
View File
@@ -44,6 +44,7 @@ import rafael from "@/assets/staff/rafael.jpg";
import rodrigo from "@/assets/staff/rodrigo.jpg"; import rodrigo from "@/assets/staff/rodrigo.jpg";
import jessica from "@/assets/staff/jessica.jpg"; import jessica from "@/assets/staff/jessica.jpg";
import cibele from "@/assets/staff/cibele.jpg"; import cibele from "@/assets/staff/cibele.jpg";
import giovanni from "@/assets/staff/giovanni.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";
@@ -293,6 +294,12 @@ export const STAFF = [
name: "Cibele", name: "Cibele",
role: "Specials" as const, role: "Specials" as const,
image: cibele, image: cibele,
},
{
id: "32",
name: "Giovanni",
role: "Specials" as const,
image: giovanni,
} }
]; ];