Changes and fixes
CI/CD Deploy / test (push) Successful in 58s
CI/CD Deploy / build-push (push) Successful in 1m34s
CI/CD Deploy / deploy (push) Successful in 15s

This commit is contained in:
Antoni Nuñez Romeu
2026-08-26 12:22:58 +02:00
parent 58bbc0401d
commit cb3542c9a8
4 changed files with 32 additions and 18 deletions
+5 -1
View File
@@ -3,7 +3,7 @@ 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, ExternalLink, MapPin, Calendar, Clock, Navigation } from "lucide-react";
import { Check, Star, Circle, CheckCircle2, ExternalLink, MapPin, Calendar, Clock, Navigation, EuroIcon } 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";
@@ -286,6 +286,10 @@ const MixedBookingSection = () => {
<span className="text-slate-600">C/Llança, 5</span>
</div>
</div>
<div className="flex items-center gap-3 text-slate-800">
<EuroIcon className="w-5 h-5 flex-shrink-0" />
<span className="text-sm font-medium">{t("mixedBooking.whitepartyPrice")}</span>
</div>
</div>
{/* Warning */}