mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 21:22:20 +00:00
This commit is contained in:
+30
-19
@@ -24,6 +24,7 @@ import djcathie from "@/assets/staff/djcathie.jpg";
|
||||
import milu from "@/assets/staff/milu.jpg";
|
||||
import safira from "@/assets/staff/safira.jpg";
|
||||
import brazromi from "@/assets/staff/braz_romi.jpg";
|
||||
import emanoel from "@/assets/staff/emanoel.jpg";
|
||||
|
||||
import gal1 from "@/assets/gallery/gal1.jpg";
|
||||
import gal2 from "@/assets/gallery/gal2.jpg";
|
||||
@@ -38,7 +39,7 @@ export const EVENT_INFO = {
|
||||
/** Fecha del evento — formato ISO para el countdown */
|
||||
date: "2026-09-04T12:00:00",
|
||||
venue: "Hotel Don Angel",
|
||||
venueAddress: "Carrer de la Riera, 123, 08001 Barcelona, Spain",
|
||||
venueAddress: "Carrer del Pla de la Torre, 14, 08398 Santa Susanna, Barcelona, Spain",
|
||||
/** Google Maps embed URL — reemplazar con la URL real */
|
||||
mapEmbedUrl: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2982.0132199519758!2d2.718142676474322!3d41.63384568067116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12bb3e942c5ac469%3A0x9153afdd8d15d0c1!2sHotel%20Don%20Angel!5e0!3m2!1ses!2sus!4v1777971058774!5m2!1ses!2sus",
|
||||
};
|
||||
@@ -90,8 +91,8 @@ export const STAFF = [
|
||||
{
|
||||
id: "1",
|
||||
name: "[Pablo & Lena]",
|
||||
role: "Instructor" as const,
|
||||
description: "[Breve biografía del instructor]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
/** Reemplazar con ruta a foto real */
|
||||
image: pablolena,
|
||||
socials: {
|
||||
@@ -101,8 +102,8 @@ export const STAFF = [
|
||||
{
|
||||
id: "2",
|
||||
name: "[Ariel & Yasmin]",
|
||||
role: "Instructor" as const,
|
||||
description: "[Breve biografía del instructor]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
image: arielyasmin,
|
||||
socials: {
|
||||
instagram: "",
|
||||
@@ -111,8 +112,8 @@ export const STAFF = [
|
||||
{
|
||||
id: "3",
|
||||
name: "[Hila & Leo]",
|
||||
role: "Instructor" as const,
|
||||
description: "[Breve biografía del instructor]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
image: hilaleo,
|
||||
socials: {
|
||||
instagram: "",
|
||||
@@ -121,8 +122,8 @@ export const STAFF = [
|
||||
{
|
||||
id: "4",
|
||||
name: "[Matheus & Lydia]",
|
||||
role: "Instructor" as const,
|
||||
description: "[Breve biografía del instructor]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
image: matheuslydia,
|
||||
socials: {
|
||||
instagram: "",
|
||||
@@ -131,8 +132,8 @@ export const STAFF = [
|
||||
{
|
||||
id: "5",
|
||||
name: "[Omer & Adva]",
|
||||
role: "Instructor" as const,
|
||||
description: "[Breve biografía del instructor]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
image: omeradva,
|
||||
socials: {
|
||||
instagram: "",
|
||||
@@ -174,8 +175,8 @@ export const STAFF = [
|
||||
{
|
||||
id: "9",
|
||||
name: "[Leticia & Alex]",
|
||||
role: "Instructor" as const,
|
||||
description: "[Breve biografía del instructor]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
image: letialex,
|
||||
socials: {
|
||||
instagram: "",
|
||||
@@ -195,8 +196,8 @@ export const STAFF = [
|
||||
{
|
||||
id: "11",
|
||||
name: "[Milu]",
|
||||
role: "Instructor" as const,
|
||||
description: "[Breve biografía del instructor]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
image: milu,
|
||||
socials: {
|
||||
instagram: "",
|
||||
@@ -205,8 +206,8 @@ export const STAFF = [
|
||||
{
|
||||
id: "12",
|
||||
name: "[Safira]",
|
||||
role: "Instructor" as const,
|
||||
description: "[Breve biografía del instructor]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
image: safira,
|
||||
socials: {
|
||||
instagram: "",
|
||||
@@ -215,13 +216,23 @@ export const STAFF = [
|
||||
{
|
||||
id: "13",
|
||||
name: "[Braz & Romina]",
|
||||
role: "Instructor" as const,
|
||||
description: "[Breve biografía del instructor]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
image: brazromi,
|
||||
socials: {
|
||||
instagram: "",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "14",
|
||||
name: "[Emanoel]",
|
||||
role: "Teacher" as const,
|
||||
description: "[Breve biografía del profesor]",
|
||||
image: emanoel,
|
||||
socials: {
|
||||
instagram: "",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
// ---- PROGRAMA DEL EVENTO ----
|
||||
|
||||
Reference in New Issue
Block a user