mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 23:42:20 +00:00
Important info
This commit is contained in:
@@ -28,7 +28,10 @@ const HotelSection = () => {
|
||||
<h2 className="font-display text-4xl md:text-5xl lg:text-7xl break-words font-bold pt-4 pb-10 leading-[1.8] text-gradient">
|
||||
{t("hotel.title")}
|
||||
</h2>
|
||||
<p className="text-muted-foreground max-w-2xl mx-auto">{t("hotel.subtitle")}</p>
|
||||
<p className="text-muted-foreground max-w-2xl mx-auto mb-4">{t("hotel.subtitle")}</p>
|
||||
<p className="text-sm text-primary font-medium bg-primary/5 inline-block px-3 py-1.5 rounded-full">
|
||||
{t("info.hotelFullBoard")}
|
||||
</p>
|
||||
</motion.div>
|
||||
|
||||
<div className="grid sm:grid-cols-2 lg:grid-cols-3 gap-6 max-w-5xl mx-auto">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { motion } from "framer-motion";
|
||||
import { EVENT_INFO, PRACTICAL_INFO } from "@/data/event-data";
|
||||
import { EVENT_INFO, PRACTICAL_INFO, RECEPTION_INFO, EXTRA_NOTES } from "@/data/event-data";
|
||||
import { MapPin, Plane, Train } from "lucide-react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
@@ -109,6 +109,18 @@ const PracticalSection = () => {
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Notas Festival */}
|
||||
<div className="bg-card rounded-lg p-4 space-y-3 border border-primary/20">
|
||||
<p className="text-sm text-foreground font-semibold">{t("info.reception")}</p>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
{t("info.receptionHours")} · {RECEPTION_INFO.location}
|
||||
</p>
|
||||
<p className="text-xs text-muted-foreground">{t("info.noFullPass")}</p>
|
||||
<p className="text-xs text-muted-foreground">{t("info.looseClass")}</p>
|
||||
<p className="text-xs text-muted-foreground">{t("info.poolParties")}</p>
|
||||
<p className="text-xs text-muted-foreground">{t("info.showsNight")}</p>
|
||||
</div>
|
||||
</motion.div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -408,6 +408,24 @@ export const PRACTICAL_INFO = {
|
||||
],
|
||||
};
|
||||
|
||||
// ---- INFORMACIÓN EXTRA FESTIVAL ----
|
||||
export const RECEPTION_INFO = {
|
||||
openDay: "Viernes",
|
||||
openTime: "15:00h",
|
||||
location: "Zouklambada Beach",
|
||||
};
|
||||
|
||||
export const EXTRA_NOTES = {
|
||||
noFullPassEntryFee: 25,
|
||||
noFullPassEntryFeeCurrency: "€",
|
||||
looseClassReserveLocation: "Recepción",
|
||||
looseClassPrice: 25,
|
||||
looseClassCurrency: "€",
|
||||
poolPartyIncludedWith: "Alojamiento en Hotel Don Ángel",
|
||||
showsNightTime: "01:00h",
|
||||
fullBoardPeriod: "De la cena del viernes a la comida del lunes",
|
||||
};
|
||||
|
||||
// ---- GALERÍA ----
|
||||
/**
|
||||
* Añade URLs o importaciones de imágenes.
|
||||
|
||||
+8
-1
@@ -182,7 +182,14 @@
|
||||
"viewInfo": "View info",
|
||||
"venue": "Event Venue",
|
||||
"mapTitle": "Event Location",
|
||||
"viewOnMap": "View on map"
|
||||
"viewOnMap": "View on map",
|
||||
"reception": "Zouklambada Reception",
|
||||
"receptionHours": "Open from Friday 15:00h",
|
||||
"noFullPass": "No Full Pass → Every party costs €25 cash at entry",
|
||||
"looseClass": "Drop-in class — Book at Reception (€25 cash)",
|
||||
"poolParties": "Pool parties included with accommodation",
|
||||
"showsNight": "Night Shows — 01:00h",
|
||||
"hotelFullBoard": "Hotel Don Ángel — Full Board (dinner Friday to lunch Monday)"
|
||||
},
|
||||
"gallery": {
|
||||
"title": "Gallery"
|
||||
|
||||
+8
-1
@@ -182,7 +182,14 @@
|
||||
"viewInfo": "Ver info",
|
||||
"venue": "Lugar del Evento",
|
||||
"mapTitle": "Ubicación del evento",
|
||||
"viewOnMap": "Ver en mapa"
|
||||
"viewOnMap": "Ver en mapa",
|
||||
"reception": "Recepción Zouklambada",
|
||||
"receptionHours": "Abierta desde viernes 15:00h",
|
||||
"noFullPass": "Sin Full Pass → Todas las fiestas 25€ en efectivo al entrar",
|
||||
"looseClass": "Clase suelta — Reserva en Recepción (25€ efectivo)",
|
||||
"poolParties": "Fiestas en la piscina incluidas con alojamiento",
|
||||
"showsNight": "Shows Noche — 01:00h",
|
||||
"hotelFullBoard": "Hotel Don Ángel — Pensión Completa (cena viernes a comida lunes)"
|
||||
},
|
||||
"gallery": {
|
||||
"title": "Galería"
|
||||
|
||||
Reference in New Issue
Block a user