Files
web/components/Loyalty/Blocks/DynamicContent/LoyaltyLevels/data/SV.json
2024-08-16 15:18:59 +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": "Friendspriser på rum"
},
{
"title": "10 % rabatt på mat under helger"
},
{
"title": "Kostnadsfri mocktail för barn under vistelse"
}
]
},
{
"level": 2,
"name": "Good Friend",
"requiredPoints": 5000,
"requiredNights": 0,
"benefits": [
{
"title": "15 % rabatt på mat under helger"
}
]
},
{
"level": 3,
"name": "Close Friend",
"requiredPoints": 10000,
"requiredNights": 0,
"benefits": [
{
"title": "Sen utcheckning 1 timme, i mån av plats"
},
{
"title": "Kupong 50 kr"
}
]
},
{
"level": 4,
"name": "Dear Friend",
"requiredPoints": 25000,
"requiredNights": 0,
"benefits": [
{
"title": "25 % poängboost"
},
{
"title": "Tidig incheckning 1 timme, i mån av plats"
},
{
"title": "Kupong 75 kr"
}
]
},
{
"level": 5,
"name": "Loyal Friend",
"requiredPoints": 100000,
"requiredNights": 0,
"benefits": [
{
"title": "Kostnadsfri uppgradering av rum, i mån av plats"
},
{
"title": "Kupong 100 kr"
},
{
"title": "Frukost 2 för 1"
}
]
},
{
"level": 6,
"name": "True Friend",
"requiredPoints": 250000,
"requiredNights": 0,
"benefits": [
{
"title": "50 % poängboost"
},
{
"title": "Kupong 150 kr"
},
{
"title": "48 timmars rumsgaranti"
},
{
"title": "Alltid kostnadsfri frukost"
}
]
},
{
"level": 7,
"name": "Best Friend",
"requiredPoints": 400000,
"requiredNights": 100,
"benefits": [
{
"title": "Kupong 200 kr"
},
{
"title": "Spännande gåva varje år"
},
{
"title": "Boost för barn"
}
]
}
]
}