Ready to Order? Order Now

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Book the Volunteer Fry Trailer</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <!-- Tailwind CSS CDN -->
  <script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-yellow-50 text-gray-900 flex items-center justify-center min-h-screen px-4">

  <div class="max-w-xl text-center p-8 bg-white shadow-xl rounded-2xl border border-yellow-300">
    <h1 class="text-4xl font-extrabold text-yellow-600 mb-4">Have an event?</h1>
    <h2 class="text-3xl font-bold text-gray-800 mb-4">Need Loaded Fries!?</h2>
    <p class="text-lg font-medium mb-6">Look Below</p>

    <p class="text-base mb-4">
      The <strong>Volunteer Loaded Fry trailer</strong> is available for your private events.
    </p>
    <p class="text-base mb-6">
      Our calendar fills up fast, click the contact button below to reserve your date.
    </p>

    <a href="#contact" class="inline-block bg-yellow-500 hover:bg-yellow-600 text-white font-semibold py-3 px-6 rounded-xl transition duration-300">
      Contact Us
    </a>
  </div>

</body>
</html>