Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93087efe85 | |||
| 66135cf1fb | |||
| 5b5f278973 | |||
| d3b90d3c29 | |||
| 37ca9f2f10 |
@@ -215,7 +215,7 @@ export default function GameversePage() {
|
|||||||
id: "competitive", badge: "Most Popular", badgeIcon: Sparkles,
|
id: "competitive", badge: "Most Popular", badgeIcon: Sparkles,
|
||||||
price: "$9.99/mo", name: "Competitive Player", buttons: [
|
price: "$9.99/mo", name: "Competitive Player", buttons: [
|
||||||
{ text: "Subscribe Now", href: "#" },
|
{ text: "Subscribe Now", href: "#" },
|
||||||
{ text: "30-Day Free Trial", href: "#" }
|
{ text: "Free trial – no credit card required", href: "#" }
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"All Casual features included", "Ranked ladder access", "Priority tournament entry", "Advanced stat tracking", "Weekly premium cosmetics", "Exclusive Discord channel"
|
"All Casual features included", "Ranked ladder access", "Priority tournament entry", "Advanced stat tracking", "Weekly premium cosmetics", "Exclusive Discord channel"
|
||||||
@@ -223,7 +223,7 @@ export default function GameversePage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", price: "$24.99/mo", name: "Professional Esports", buttons: [
|
id: "pro", price: "$24.99/mo", name: "Professional Esports", buttons: [
|
||||||
{ text: "Apply for Pro", href: "#" },
|
{ text: "Start Pro Trial", href: "#" },
|
||||||
{ text: "Contact Sales", href: "#" }
|
{ text: "Contact Sales", href: "#" }
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
|
|||||||
Reference in New Issue
Block a user