Commit b471c344 by Arjun Jhukal

updated the banner slider content

parent 787a9001
...@@ -8,23 +8,23 @@ import CoinCalculator from './CoinCalculator' ...@@ -8,23 +8,23 @@ import CoinCalculator from './CoinCalculator'
export default function BuyCoinSinlgeGame({ slug }: { slug: string }) { export default function BuyCoinSinlgeGame({ slug }: { slug: string }) {
const packs = [ const packs = [
{ {
amount: "5", amount: "10",
label: "Starter Pack", label: "Starter Pack",
coin: "500", coin: "100",
bonus: "100", bonus: "10",
tag: "popular" tag: "popular"
}, },
{ {
amount: "20", amount: "20",
label: "Golden Pack", label: "Golden Pack",
coin: "2000", coin: "200",
bonus: "450", bonus: "20",
}, },
{ {
amount: "50", amount: "50",
label: "Legend Pack", label: "Legend Pack",
coin: "5000", coin: "500",
bonus: "1250", bonus: "50",
}, },
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment