From 71a349e5556f3264b603304cb77756271875c157 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 06:21:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87519db..22c3b03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,17 +134,17 @@ export default function LandingPage() { plans={[ { id: "starter", tag: "Popular", tagIcon: Star, - price: "$9.99", period: "per 100 followers", description: "Perfect for getting started", button: { text: "Get Started", href: "#" }, + price: "$9.99", period: "per 1000 followers", description: "Perfect for getting started", button: { text: "Get Started", href: "#" }, featuresTitle: "What's Included", features: ["100 real followers", "24-hour delivery", "Lifetime retention", "24/7 support"] }, { id: "growth", tag: "Best Value", tagIcon: Sparkles, - price: "$49.99", period: "per 1,000 followers", description: "Accelerate your growth", button: { text: "Buy Now", href: "#" }, + price: "$49.99", period: "per 10,000 followers", description: "Accelerate your growth", button: { text: "Buy Now", href: "#" }, featuresTitle: "What's Included", features: ["1,000 real followers", "24-hour delivery", "Lifetime retention", "Priority support", "Free retarget package"] }, { id: "pro", tag: "Premium", tagIcon: Zap, - price: "$149.99", period: "per 5,000 followers", description: "Dominate your niche", button: { text: "Get Premium", href: "#" }, + price: "$149.99", period: "per 20,000 followers", description: "Dominate your niche", button: { text: "Get Premium", href: "#" }, featuresTitle: "What's Included", features: ["5,000 real followers", "24-hour delivery", "Lifetime retention", "Dedicated account manager", "Bonus engagement package", "Monthly growth strategy"] } ]}