Files
web/components/Loyalty/Blocks/DynamicContent/LoyaltyLevels/data/DA.json
2024-08-23 14:20:37 +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ængeligt"
},
{
"title": "Voucher på DKK 50,-"
}
]
},
{
"level": 4,
"name": "Dear Friend",
"requiredPoints": 25000,
"requiredNights": 0,
"benefits": [
{
"title": "25% optjeningsrate"
},
{
"title": "Tidlig check ind, når tilgængeligt"
},
{
"title": "Voucher på DKK 75,-"
}
]
},
{
"level": 5,
"name": "Loyal Friend",
"requiredPoints": 100000,
"requiredNights": 0,
"benefits": [
{
"title": "Gratis opgraderinger, når tilgængelige"
},
{
"title": "Voucher på DKK 100,-"
},
{
"title": "2-for-1 morgenmad"
}
]
},
{
"level": 6,
"name": "True Friend",
"requiredPoints": 250000,
"requiredNights": 0,
"benefits": [
{
"title": "50% optjeningsrate"
},
{
"title": "Voucher på DKK 150,-"
},
{
"title": "48-timers værelsesgaranti"
},
{
"title": "Altid gratis morgenmad"
}
]
},
{
"level": 7,
"name": "Best Friend",
"requiredPoints": 400000,
"requiredNights": 100,
"benefits": [
{
"title": "Voucher på DKK 200,-"
},
{
"title": "Årlig eksklusiv gave"
},
{
"title": "Børneboost"
}
]
}
]
}