feat: add card grid component

This commit is contained in:
Christel Westerberg
2024-04-26 08:19:19 +02:00
parent 2ddabf1e50
commit 00f30811cf
33 changed files with 575 additions and 121 deletions

View File

@@ -9,6 +9,7 @@ export const allLevels = [
"Always best price",
"Book reward nights with points",
],
logo: "/_static/icons/new-friend.png",
},
{
tier: 2,
@@ -20,6 +21,7 @@ export const allLevels = [
"Always best price",
"Book reward nights with points",
],
logo: "/_static/icons/new-friend.png",
},
{
tier: 3,
@@ -31,6 +33,7 @@ export const allLevels = [
"Always best price",
"Book reward nights with points",
],
logo: "/_static/icons/new-friend.png",
},
{
tier: 4,
@@ -42,6 +45,7 @@ export const allLevels = [
"Always best price",
"Book reward nights with points",
],
logo: "/_static/icons/new-friend.png",
},
{
tier: 5,
@@ -53,6 +57,7 @@ export const allLevels = [
"Always best price",
"Book reward nights with points",
],
logo: "/_static/icons/new-friend.png",
},
{
tier: 6,
@@ -64,5 +69,18 @@ export const allLevels = [
"Always best price",
"Book reward nights with points",
],
logo: "/_static/icons/new-friend.png",
},
{
tier: 7,
name: "New Friend",
requiredPoints: 50000,
requiredNights: "X",
topBenefits: [
"15% on food on weekends",
"Always best price",
"Book reward nights with points",
],
logo: "/_static/icons/new-friend.png",
},
]