mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 23:22:22 +00:00
This commit is contained in:
@@ -114,13 +114,18 @@ const MixedBookingSection = () => {
|
||||
{price > 0 ? `${price}€` : t("mixedBooking.priceTBD")}
|
||||
</p>
|
||||
<p className="text-sm font-medium text-foreground mt-2">
|
||||
{t(`mixedBooking.passTypes.${pkg.id}`)}: {passPrice}€ {pkg.id === "full" ? t("mixedBooking.perPerson") : t("mixedBooking.perParty")}
|
||||
{t(`mixedBooking.passTypes.${pkg.id}`)}: {basePrice}€ {pkg.id === "full" ? t("mixedBooking.perPerson") : t("mixedBooking.perParty")}
|
||||
</p>
|
||||
{showNonHotelNote && (
|
||||
<p className="text-xs text-red-600 font-medium mt-2">
|
||||
{t("mixedBooking.nonHotelNote")}
|
||||
</p>
|
||||
)}
|
||||
{pkg.id === "full" && fullPassPricing.validUntilKey && (
|
||||
<p className="text-xs text-muted-foreground mt-1">
|
||||
{t(`mixedBooking.${fullPassPricing.validUntilKey}`)}
|
||||
</p>
|
||||
)}
|
||||
{hasHotel && (
|
||||
<p className="text-sm font-medium text-foreground mt-2">
|
||||
{t(`mixedBooking.roomTypes.${selectedRoom}`)}: {roomPrice}€
|
||||
|
||||
Reference in New Issue
Block a user