@extends('layouts.app') @section('content')
{{-- Header --}}

India's Best Cloud Server At Affordable Price

India Cloud Hosting

{{-- OS Selection Toggle --}}
{{-- Plans Grid --}}
@php $linuxPlans = [ [ 'name' => 'Business Plan', 'description' => 'START FROM', 'price' => 1799, 'features' => [ '2 Core', '2 GB RAM', '50 GB SSD', '1 Dedicated IP', '1TB Bandwidth', 'FREE SetUp!!', '99.9% Uptime Guarantee', 'Free CentOS WP-Cpanel', ], 'ctaText' => 'BUY NOW', 'popular' => false, ], [ 'name' => 'Traffic Plan', 'description' => 'START FROM', 'price' => 2499, 'features' => [ '2 CPU Cores', '4 GB RAM', '100 GB Hard Disk-SSD', '1TB Bandwidth', '1 Dedicated IP', 'Free CentOS WP-Cpanel', 'FREE Set Up!!', '99.9% Uptime Guarantee', ], 'ctaText' => 'BUY NOW', 'popular' => false, ], [ 'name' => 'Standard Plan', 'description' => 'Best for Entrepreneurs', 'price' => 2799, 'features' => [ '4 CPU Cores', '6 GB RAM', '150 GB Hard Disk-SSD', '2TB Bandwidth', '1 Dedicated IP', 'Free CentOS WP-Cpanel', 'FREE Set Up!!', '99.9% Uptime Guarantee', ], 'ctaText' => 'BUY NOW', 'popular' => true, ], [ 'name' => 'Enterprise Plan', 'description' => 'START FROM', 'price' => 4200, 'features' => [ '4 CPU Cores', '8 GB RAM', '240 GB Hard Disk-SSD', '2TB Bandwidth', '1 Dedicated IP', 'Free CentOS WP-Cpanel', 'FREE Set Up!!', '99.9% Uptime Guarantee', ], 'ctaText' => 'BUY NOW', 'popular' => false, ], ]; $windowsPlans = [ [ 'name' => 'Business Plan', 'description' => 'START FROM', 'price' => 2099, 'features' => [ '2 Core', '2 GB RAM', '50 GB SSD', '1 Dedicated IP', '1TB Bandwidth', 'FREE SetUp!!', '99.9% Uptime Guarantee', 'Windows Server 2022', ], 'ctaText' => 'BUY NOW', 'popular' => false, ], [ 'name' => 'Traffic Plan', 'description' => 'START FROM', 'price' => 2799, 'features' => [ '2 CPU Cores', '4 GB RAM', '100 GB Hard Disk-SSD', '1TB Bandwidth', '1 Dedicated IP', 'Windows Server 2022', 'FREE Set Up!!', '99.9% Uptime Guarantee', ], 'ctaText' => 'BUY NOW', 'popular' => false, ], [ 'name' => 'Standard Plan', 'description' => 'Best for Entrepreneurs', 'price' => 3099, 'features' => [ '4 CPU Cores', '6 GB RAM', '150 GB Hard Disk-SSD', '2TB Bandwidth', '1 Dedicated IP', 'Windows Server 2022', 'FREE Set Up!!', '99.9% Uptime Guarantee', ], 'ctaText' => 'BUY NOW', 'popular' => true, ], [ 'name' => 'Enterprise Plan', 'description' => 'START FROM', 'price' => 4500, 'features' => [ '4 CPU Cores', '8 GB RAM', '240 GB Hard Disk-SSD', '2TB Bandwidth', '1 Dedicated IP', 'Windows Server 2022', 'FREE Set Up!!', '99.9% Uptime Guarantee', ], 'ctaText' => 'BUY NOW', 'popular' => false, ], ]; $currentPlans = ($selectedOS === 'linux') ? $linuxPlans : $windowsPlans; @endphp
{{-- Bottom Section --}}

Best Hosting Features

{{-- Check icon --}}

99.9% Uptime

Guaranteed reliable hosting

{{-- Check icon --}}

Free Migration

We'll move your site for free

{{-- Check icon --}}

24/7 Support

Expert help when you need it

{{-- Check icon --}}

Multi Data Center

Worldwide Data Center Network

@endsection