spd / booking.html
99Odeshi's picture
Let's create a celebrity booking Agency hire corporate website with the following where people can book celebrity of their choice information:
8b90ae0 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book a Celebrity | Celebrity Connect</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.form-section {
background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 100%);
}
.booking-card {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<a href="index.html" class="flex-shrink-0 flex items-center">
<i data-feather="star" class="text-purple-600 h-8 w-8"></i>
<span class="ml-2 text-xl font-bold text-gray-900">Celebrity Connect</span>
</a>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="index.html" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 text-sm font-medium">Home</a>
<a href="celebrities.html" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 text-sm font-medium">Celebrities</a>
<a href="about.html" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 text-sm font-medium">About Us</a>
<a href="contact.html" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 text-sm font-medium">Contact</a>
<a href="#" class="ml-8 inline-flex items-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-purple-600 hover:bg-purple-700">Book Now</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-purple-500" aria-controls="mobile-menu" aria-expanded="false">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="form-section text-white">
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 text-center">
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl" data-aos="fade-up">
Book a Celebrity
</h1>
<p class="mt-6 max-w-3xl mx-auto text-xl" data-aos="fade-up" data-aos-delay="100">
Fill out the form below and our team will get back to you within 24 hours
</p>
</div>
</div>
<!-- Booking Form -->
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="lg:col-span-5">
<div class="booking-card bg-white p-8 rounded-lg shadow-xl h-full" data-aos="fade-right">
<h2 class="text-2xl font-bold text-gray-900">Booking Information</h2>
<div class="mt-6 space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check-circle" class="h-6 w-6 text-purple-500"></i>
</div>
<div class="ml-3">
<p class="text-base text-gray-700">Our team will verify celebrity availability and respond within 24 hours</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check-circle" class="h-6 w-6 text-purple-500"></i>
</div>
<div class="ml-3">
<p class="text-base text-gray-700">All bookings are subject to the celebrity's approval</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check-circle" class="h-6 w-6 text-purple-500"></i>
</div>
<div class="ml-3">
<p class="text-base text-gray-700">A deposit may be required to secure the booking</p>
</div>
</div>
</div>
<div class="mt-8 border-t border-gray-200 pt-6">
<h3 class="text-lg font-medium text-gray-900">Need help?</h3>
<div class="mt-4">
<a href="contact.html" class="text-base font-medium text-purple-600 hover:text-purple-500">
Contact our team <span aria-hidden="true">&rarr;</span>
</a>
</div>
</div>
</div>
</div>
<div class="mt-12 lg:mt-0 lg:col-span-7" data-aos="fade-left">
<div class="bg-white shadow-xl rounded-lg overflow-hidden">
<div class="px-6 py-5 border-b border-gray-200">
<h3 class="text-lg leading-6 font-medium text-gray-900">Celebrity Booking Request</h3>
</div>
<div class="px-6 py-6">
<form class="space-y-6">
<div class="grid grid-cols-1 gap-6 sm:grid-cols-2">
<div>
<label for="first-name" class="block text-sm font-medium text-gray-700">First name</label>
<input type="text" name="first-name" id="first-name" autocomplete="given-name" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-purple-500 focus:border-purple-500">
</div>
<div>
<label for="last-name" class="block text-sm font-medium text-gray-700">Last name</label>
<input type="text" name="last-name" id="last-name" autocomplete="family-name" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-purple-500 focus:border-purple-500">
</div>
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Email address</label>
<input type="email" name="email" id="email" autocomplete="email" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-purple-500 focus:border-purple-500">
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700">Phone number</label>
<input type="tel" name="phone" id="phone" autocomplete="tel" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-purple-500 focus:border-purple-500">
</div>
<div>
<label for="company" class="block text-sm font-medium text-gray-700">Company (if applicable)</label>
<input type="text" name="company" id="company" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-purple-500 focus:border-purple-500">
</div>
<div>
<label for="celebrity" class="block text-sm font-medium text-gray-700">Celebrity you wish to book</label>
<input type="text" name="celebrity" id="celebrity" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-purple-500 focus:border-purple-500" placeholder="Enter celebrity name">
</div>
<div>
<label for="event-type" class="block text-sm font-medium text-gray-700">Event Type</label>
<select id="event-type" name="event-type" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-purple-500 focus:border-purple-500 sm:text-sm rounded-md">
<option>Corporate Event</option>
<option>Private Party</option>
<option>Charity Event</option>
<option>Brand Endorsement</option>
<option>Commercial</option>
<option>Other</option>
</select>
</div>
<div>
<label for="event-date" class="block text-sm font-medium text-gray-700">Event Date</label>
<input type="date" name="event-date" id="event-date" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-purple-500 focus:border-purple-500">
</div>
<div>
<label for="budget" class="block text-sm font-medium text-gray-700">Budget Range</label>
<select id="budget" name="budget" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-purple-500 focus:border-purple-500 sm:text-sm rounded-md">
<option>Under $50,000</option>
<option>$50,000 - $100,000</option>
<option>$100,000 - $250,000</option>
<option>$250,000 - $500,000</option>
<option>$500,000 - $1,000,000</option>
<option>Over $1,000,000</option>
</select>
</div>
<div>
<label for="details" class="block text-sm font-medium text-gray-700">Event Details</label>
<textarea id="details" name="details" rows="4" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-purple-500 focus:border-purple-500"></textarea>
</div>
<div class="flex items-start">
<div class="flex items-center h-5">
<input id="privacy" name="privacy" type="checkbox" class="focus:ring-purple-500 h-4 w-4 text-purple-600 border-gray-300 rounded">
</div>
<div class="ml-3 text-sm">
<label for="privacy" class="font-medium text-gray-700">I agree to the privacy policy</label>
</div>
</div>
<div>
<button type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-purple-600 hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500">
Submit Booking Request
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li><a href="about.html" class="text-base text-gray-300 hover:text-white">About</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Cookie Policy</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Help Center</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Pricing</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">FAQ</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Contact</h3>
<ul class="mt-4 space-y-4">
<li class="text-base text-gray-300">celebrity ave, Hollywood</li>
<li class="text-base text-gray-300">+1 502-632-0907</li>
<li class="text-base text-gray-300">angelinajoliej37@gmail.com</li>
</ul>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="facebook" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="instagram" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="twitter" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="linkedin" class="h-6 w-6"></i>
</a>
</div>
<p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
&copy; 2023 Celebrity Connect. All rights reserved.
</p>
</div>
</div>
</footer>
<script>AOS.init();</script>
<script>feather.replace();</script>
</body>
</html>