mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 23:22:22 +00:00
Changes and fixes
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user