Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 228df7f783 | |||
| b213bde931 |
@@ -22,6 +22,7 @@ import {
|
|||||||
Globe,
|
Globe,
|
||||||
Heart,
|
Heart,
|
||||||
Sparkles,
|
Sparkles,
|
||||||
|
Star,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -126,7 +127,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
|
id: "pro", badge: "⭐ Most Popular - Chosen by 45K+ Players", badgeIcon: Star,
|
||||||
price: "$19.99", name: "Pro Package", features: [
|
price: "$19.99", name: "Pro Package", features: [
|
||||||
"25,000 gaming coins", "2x bonus on first purchase", "Priority support", "Exclusive game access"
|
"25,000 gaming coins", "2x bonus on first purchase", "Priority support", "Exclusive game access"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user