From 228df7f783cabdab887134c367415588686bf7b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:50:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ], -- 2.49.1