function($prop) { $plans = $prop['plans'] ?? [ [ 'name' => 'Starter', 'price' => 'Free', 'period' => '', 'description' => 'Perfect for small projects and learning', 'features' => [ 'Up to 3 projects', 'Community support', 'Core components', 'Basic documentation' ], 'cta' => 'Get Started', 'popular' => false ], [ 'name' => 'Professional', 'price' => '$29', 'period' => '/month', 'description' => 'Ideal for growing businesses and teams', 'features' => [ 'Unlimited projects', 'Advanced components', 'Priority support', 'Team collaboration', 'Custom themes', 'Analytics dashboard' ], 'cta' => 'Start Free Trial', 'popular' => true ], [ 'name' => 'Enterprise', 'price' => '$99', 'period' => '/month', 'description' => 'For large organizations with advanced needs', 'features' => [ 'Everything in Professional', 'Custom integrations', 'Dedicated support', 'SLA guarantee', 'Advanced security', 'White-label options' ], 'cta' => 'Contact Sales', 'popular' => false ] ]; ?>
Start building great applications today with our flexible pricing options
= safe($plan['description']) ?>