Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-03-20 06:21:25 +00:00

View File

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