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"] } ]}