Changes in maths and new image
Deploy NPM app / Deploy NPM (push) Successful in 1m15s

This commit is contained in:
Ichitux
2026-05-29 12:01:55 +02:00
parent 3671103b51
commit 35166529fa
5 changed files with 25 additions and 5 deletions
+6 -1
View File
@@ -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}€