@php $plans = [ [ "name" => "Basic", "price" => 180, "originalPrice" => 360, "savings" => "50%", "description" => "Perfect for personal websites and blogs", "features" => [ "1 Website", "10 GB SSD Storage", "100 GB Bandwidth", "Free SSL Certificate", "24/7 Support", "1-Click WordPress Install", ], "ctaText" => "Buy Now", "popular" => false, ], [ "name" => "Professional", "price" => 269, "originalPrice" => 538, "savings" => "50%", "description" => "Ideal for growing businesses and portfolios", "features" => [ "5 Websites", "50 GB SSD Storage", "Unlimited Bandwidth", "Free SSL Certificate", "Priority Support", "Advanced Security Features", ], "ctaText" => "Buy Now", "popular" => true, ], [ "name" => "Business", "price" => 389, "originalPrice" => 778, "savings" => "50%", "description" => "Advanced features for professional websites", "features" => [ "25 Websites", "100 GB SSD Storage", "Unlimited Bandwidth", "Free SSL Certificate", "Premium Support", "Daily Backups", ], "ctaText" => "Buy Now", "popular" => false, ], [ "name" => "Enterprise", "price" => 589, "originalPrice" => 1178, "savings" => "50%", "description" => "Maximum performance for high-traffic sites", "features" => [ "Unlimited Websites", "200 GB SSD Storage", "Unlimited Bandwidth", "Free SSL Certificate", "Dedicated Support", "Advanced Analytics", ], "ctaText" => "Buy Now", "popular" => false, ], ]; @endphp
{{-- Header --}}

Choose Your Perfect Python Hosting Plan

Get started with complete confidence. Our 30-day money-back guarantee means it's risk-free.

{{-- Plans Grid --}}
@foreach ($plans as $index => $plan)
{{-- Popular Badge --}} @if ($plan['popular'])
Most Popular
@endif
{{-- Plan Header --}}

{{ $plan['name'] }}

{{ $plan['description'] }}

{{-- Pricing --}}
Save {{ $plan['savings'] }}
/month
{{-- Features List --}}
    @foreach ($plan['features'] as $featureIndex => $feature)
  • {{ $feature }}
  • @endforeach
{{-- CTA Button --}} {{ $plan['ctaText'] }}
@endforeach
{{-- Bottom Section --}}

Best Hosting Features

99.9% Uptime

Guaranteed reliable hosting

Free Migration

We'll move your site for free

24/7 Support

Expert help when you need it

Multi Data Center

Worldwide Data Center Network