diff --git a/src/app/page.tsx b/src/app/page.tsx index 31a376d..858c557 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,18 +120,21 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", tag: "Starter Plan", price: "$3,000", period: "/month", description: "Perfect for small ecommerce stores and local service businesses getting started with Meta ads.", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: [ + id: "starter", tag: "Starter Plan", price: "$3,000", period: "/month", description: "Perfect for small ecommerce stores and local service businesses getting started with Meta ads.", button: { text: "Get Started", href: "#contact" }, + featuresTitle: "What's Included:", features: [ "1 dedicated ads manager", "Up to $10K/month ad spend managed", "2 ad campaigns", "Weekly performance reports", "Email support", "Lead delivery to CRM or Sheets" ] }, { id: "growth", tag: "Growth Plan", tagIcon: Zap, - price: "$6,000", period: "/month", description: "Designed for growing businesses scaling their Meta ads with higher budgets and dedicated support.", button: { text: "Schedule Demo", href: "#contact" }, featuresTitle: "Everything in Starter, Plus:", features: [ + price: "$6,000", period: "/month", description: "Designed for growing businesses scaling their Meta ads with higher budgets and dedicated support.", button: { text: "Schedule Demo", href: "#contact" }, + featuresTitle: "Everything in Starter, Plus:", features: [ "2 dedicated team members", "Up to $30K/month ad spend managed", "6 ad campaigns", "Bi-weekly strategy calls", "Advanced audience targeting", "A/B testing & optimization", "Priority support" ] }, { - id: "agency", tag: "Agency Plan", price: "Custom", period: "/month", description: "For agencies and enterprises needing white-label solutions and unlimited scaling.", button: { text: "Contact Sales", href: "#contact" }, featuresTitle: "Full Service Managed Ads:", features: [ + id: "agency", tag: "Agency Plan", price: "Custom", period: "/month", description: "For agencies and enterprises needing white-label solutions and unlimited scaling.", button: { text: "Contact Sales", href: "#contact" }, + featuresTitle: "Full Service Managed Ads:", features: [ "Dedicated team of 3+", "Unlimited ad spend management", "Unlimited campaigns", "Weekly strategy + optimization calls", "Custom reporting dashboard", "White-label options", "24/7 dedicated support" ] }