diff --git a/src/app/page.tsx b/src/app/page.tsx index 4102028..cfdc752 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,6 +22,7 @@ import { Globe, Heart, Sparkles, + Star, } from "lucide-react"; 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: [ "25,000 gaming coins", "2x bonus on first purchase", "Priority support", "Exclusive game access" ],