mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 20:02:21 +00:00
New guests
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 304 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 287 KiB |
@@ -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,
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user