Files
web/components/Loyalty/Blocks/DynamicContent/LoyaltyLevels/data/DA.json
2024-06-26 14:57:33 +02:00

118 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"levels": [
{
"level": 1,
"name": "New Friend",
"requiredPoints": 0,
"requiredNights": 0,
"benefits": [
{
"title": "Prisvenlige værelser"
},
{
"title": "10% weekendrabat på mad"
},
{
"title": "Gratis mocktail til børn under opholdet"
}
]
},
{
"level": 2,
"name": "Good Friend",
"requiredPoints": 5000,
"requiredNights": 0,
"benefits": [
{
"title": "15% weekendrabat på mad"
}
]
},
{
"level": 3,
"name": "Close Friend",
"requiredPoints": 10000,
"requiredNights": 0,
"benefits": [
{
"title": "Sen check ud 1 time, når tilgængelig"
},
{
"title": "Voucher på 50 DKK"
}
]
},
{
"level": 4,
"name": "Dear Friend",
"requiredPoints": 25000,
"requiredNights": 0,
"benefits": [
{
"title": "25% optjeningsrate"
},
{
"title": "Tidlig indcheckning, når tilgængelig"
},
{
"title": "Voucher på 75 DKK"
}
]
},
{
"level": 5,
"name": "Loyal Friend",
"requiredPoints": 100000,
"requiredNights": 0,
"benefits": [
{
"title": "Gratis opgraderinger, når tilgængelige"
},
{
"title": "Voucher på 100 DKK"
},
{
"title": "2-for-1 på morgenmad"
}
]
},
{
"level": 6,
"name": "True Friend",
"requiredPoints": 250000,
"requiredNights": 0,
"benefits": [
{
"title": "50% optjeningsrate"
},
{
"title": "Voucher på 150 DKK"
},
{
"title": "48-timers værelsesgaranti"
},
{
"title": "Altid gratis morgenmad"
}
]
},
{
"level": 7,
"name": "Best Friend",
"requiredPoints": 400000,
"requiredNights": 100,
"benefits": [
{
"title": "Voucher på 200 DKK"
},
{
"title": "Årlig eksklusiv gave"
},
{
"title": "Børneboost"
}
]
}
]
}