diff --git a/src/assets/about-event.jpg b/src/assets/about-event.jpg index 6465328..8c18a5d 100644 Binary files a/src/assets/about-event.jpg and b/src/assets/about-event.jpg differ diff --git a/src/components/MixedBookingSection.tsx b/src/components/MixedBookingSection.tsx index 7c6f177..bdbfc27 100644 --- a/src/components/MixedBookingSection.tsx +++ b/src/components/MixedBookingSection.tsx @@ -3,9 +3,10 @@ import { motion } from "framer-motion"; import { MIXED_BOOKING_PACKAGES, ROOM_TYPES, getFullPassPrice } from "@/data/event-data"; import type { RoomType } from "@/data/event-data"; import { useTranslation } from "react-i18next"; -import { Check, Star, Circle, CheckCircle2 } from "lucide-react"; +import { Check, Star, Circle, CheckCircle2, ExternalLink } from "lucide-react"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"; import { Label } from "@/components/ui/label"; +import { Button } from "@/components/ui/button"; const FEATURED_PASS = "full"; const NON_HOTEL_FEE = 50; @@ -200,6 +201,24 @@ const MixedBookingSection = () => { ))} + ); diff --git a/src/locales/en.json b/src/locales/en.json index 37b8672..3d4e59f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -149,7 +149,8 @@ "fullDescription": "Full access to all workshops, socials, and festival activities", "fullFeatures": "All workshops|All social dances|Live shows|DJ sets", "partyDescription": "Price for each party individually, even pool parties.", - "partyFeatures": "Friday party|Saturday party|Sunday farewell party|DJ sets" + "partyFeatures": "Friday party|Saturday party|Sunday farewell party|DJ sets", + "goToReservations": "Go to reservations" }, "info": { "title": "Practical Information", diff --git a/src/locales/es.json b/src/locales/es.json index 803ff07..46a33f1 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -149,7 +149,8 @@ "fullDescription": "Acceso completo a todos los workshops, sociales y actividades del festival", "fullFeatures": "Todos los workshops|Todas las social dances|Shows en vivo|DJ sets", "partyDescription": "Precio individual por cada fiesta, incluso las pool parties.", - "partyFeatures": "Fiesta del viernes|Fiesta del sábado|Fiesta despedida del domingo|DJ sets" + "partyFeatures": "Fiesta del viernes|Fiesta del sábado|Fiesta despedida del domingo|DJ sets", + "goToReservations": "Ir a reservas" }, "info": { "title": "Información Práctica",