
				<!-- Promo Section
				============================================= -->
<!-- This example requires Tailwind CSS v2.0+ -->
<div class="bg-white">
  <div class="aspect-w-16 relative">
  <div class="bg-gradient-to-b from-blue-50 via-white to-white">
    <!-- Pricing section with single price and feature list -->
    <div class="max-w-screen-xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
      <div class="pb-16 xl:flex xl:items-center xl:justify-start">
        <div>
          <h1 class="text-3xl font-extrabold sm:text-5xl sm:tracking-tight">
					<?php
					/*
												<!-- Geolocate to populater region to user  to target their local area local Ex: Web Consulting in Dallas-- Disabled for now because of the API Dependency >
					$ip = $_SERVER['REMOTE_ADDR'];
					$details = json_decode(file_get_contents("http://api.ipstack.com/{$ip}?access_key=097bc61dc1ef44e70817401f0150d07c"));
							  //    $details = json_decode(file_get_contents("https://api.2ip.me/geo.json?ip={$ip}"));
					echo"<div> <span class=\"text-gray-900\">$details->city, $details->region_name - Web Consulting </span></div>"
					 */
					?>
							<!-- Main movie title fly in - Grab items from list in the settings dashboard-->
						<div id="fly-in" class="pb-2">  
							@foreach(preg_split("/(\r\n|\n|\r)/", Settings::get('siteflash')) as $flash)
								<div> <span class="text-gray-900">{{ $flash }}</span></div>
							@endforeach
									<!-- Suggest a scheduled call one day in the future-->
								<div> <span class="text-gray-900">Schedule a call {{ date('l', strtotime('+1 day') )}}?</span></div>
						</div>
							<!-- End Main movie title fly in -->
          </h1>
          <p class="mt-5 text-center text-xl text-gray-500" style="margin-top: 100px;">Lack of development plays a role in the digital marketplace. Allow us to diagnose your PC Drama..</p>
        </div>
        <a href="https://pcdrama.com/contact" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md bg-blue-700 text-white wow fadeInUp hover:bg-green-700 px-4 rounded focus:outline-none focus:shadow-outline transition duration-150 ease-in-out">Get started today</a>
      </div>
            @include('frontend.magz.inc.site')
    </div>
  </div>
            @include('frontend.magz.inc.sites')

  <!-- CTA section -->
  <div class="bg-blue-50">
    <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-24 lg:px-8 lg:flex lg:items-center lg:justify-between">
      <h2 class="text-3xl font-extrabold tracking-tight text-blue-900 sm:text-4xl">
        <span class="block">PC Drama happens</span>
        <span class="block text-blue-600">Allow us to deal with it.</span>
      </h2>
      <div class="mt-8 flex lg:flex-shrink-0 lg:mt-0">
        <div class="inline-flex rounded-md shadow">
          <a href="https://support.pcdrama.com/open.php" class="bg-blue-600 border border-transparent rounded-md py-3 px-5 inline-flex items-center justify-center text-base font-medium text-white hover:bg-blue-700">
            Get started
          </a>
        </div>
      </div>
    </div>
  </div>
</div>
</div>
