diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c11abe..31d5df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { id: "starter", badge: "Entry", price: "$49/mo", subtitle: "For emerging artists", buttons: [{ text: "Get Started", href: "#" }], features: ["Basic Promotion", "1 Platform Publish", "Fan Analytics"] }, - { id: "pro", badge: "Growth", price: "$129/mo", subtitle: "Scale your impact", buttons: [{ text: "Get Started", href: "#" }], features: ["Advanced AI Ads", "Global Publishing", "Automated Outreach"] }, + { id: "pro", badge: "Growth", price: "$129/mo", subtitle: "Scale your impact (Most Popular)", buttons: [{ text: "Get Started", href: "#" }], features: ["Advanced AI Ads", "Global Publishing", "Automated Outreach"] }, { id: "enterprise", badge: "Elite", price: "$299/mo", subtitle: "For labels & pros", buttons: [{ text: "Get Started", href: "#" }], features: ["Priority Support", "Dedicated Strategy", "Deep Data Insights"] }, ]} title="Artist-First Pricing"