|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>Celebrity Connect | Book Top Celebrities</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> |
|
.hero-gradient { |
|
background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 100%); |
|
} |
|
.celebrity-card:hover { |
|
transform: translateY(-5px); |
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); |
|
} |
|
.booking-form { |
|
background: rgba(255, 255, 255, 0.1); |
|
backdrop-filter: blur(10px); |
|
} |
|
</style> |
|
</head> |
|
<body class="font-sans bg-gray-50"> |
|
|
|
<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="#" 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="#" class="text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-purple-500 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="booking.html" 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> |
|
|
|
|
|
<div class="hero-gradient text-white"> |
|
<div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8"> |
|
<div class="text-center" data-aos="fade-up"> |
|
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">Book Your Favorite Celebrities</h1> |
|
<p class="mt-6 max-w-3xl mx-auto text-xl">Exclusive access to A-list stars for events, appearances, and collaborations.</p> |
|
<div class="mt-10 flex justify-center space-x-4"> |
|
<a href="booking.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-purple-700 bg-white hover:bg-gray-50">Book Now</a> |
|
<a href="celebrities.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-800 bg-opacity-60 hover:bg-opacity-70">Browse Celebrities</a> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="py-12 bg-white"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="text-center"> |
|
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up">Featured Celebrities</h2> |
|
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto" data-aos="fade-up" data-aos-delay="100"> |
|
Our most requested stars available for booking |
|
</p> |
|
</div> |
|
<div class="mt-10 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3"> |
|
|
|
<div class="celebrity-card transition-all duration-300 rounded-lg overflow-hidden shadow-lg" data-aos="fade-up" data-aos-delay="200"> |
|
<img class="w-full h-64 object-cover" src="https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Celebrity"> |
|
<div class="px-6 py-4"> |
|
<div class="font-bold text-xl mb-2">Emma Stone</div> |
|
<p class="text-gray-700 text-base"> |
|
Academy Award-winning actress available for brand endorsements and appearances. |
|
</p> |
|
</div> |
|
<div class="px-6 pt-4 pb-2"> |
|
<span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2">Actress</span> |
|
<span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2">Brand Ambassador</span> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="celebrity-card transition-all duration-300 rounded-lg overflow-hidden shadow-lg" data-aos="fade-up" data-aos-delay="300"> |
|
<img class="w-full h-64 object-cover" src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Celebrity"> |
|
<div class="px-6 py-4"> |
|
<div class="font-bold text-xl mb-2">Chris Evans</div> |
|
<p class="text-gray-700 text-base"> |
|
Hollywood superstar available for corporate events and charity functions. |
|
</p> |
|
</div> |
|
<div class="px-6 pt-4 pb-2"> |
|
<span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2">Actor</span> |
|
<span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2">Speaker</span> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="celebrity-card transition-all duration-300 rounded-lg overflow-hidden shadow-lg" data-aos="fade-up" data-aos-delay="400"> |
|
<img class="w-full h-64 object-cover" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Celebrity"> |
|
<div class="px-6 py-4"> |
|
<div class="font-bold text-xl mb-2">Jennifer Lopez</div> |
|
<p class="text-gray-700 text-base"> |
|
Multi-talented entertainer available for performances and brand collaborations. |
|
</p> |
|
</div> |
|
<div class="px-6 pt-4 pb-2"> |
|
<span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2">Singer</span> |
|
<span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2">Dancer</span> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="mt-10 text-center"> |
|
<a href="celebrities.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-600 hover:bg-purple-700"> |
|
View All Celebrities <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="py-12 bg-gray-50"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="lg:text-center"> |
|
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up">How It Works</h2> |
|
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto" data-aos="fade-up" data-aos-delay="100"> |
|
Simple steps to book your favorite celebrity |
|
</p> |
|
</div> |
|
<div class="mt-10"> |
|
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-3 md:gap-x-8 md:gap-y-10"> |
|
<div class="relative" data-aos="fade-up" data-aos-delay="200"> |
|
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white"> |
|
<i data-feather="search" class="h-6 w-6"></i> |
|
</div> |
|
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">Browse Celebrities</p> |
|
<p class="mt-2 ml-16 text-base text-gray-500"> |
|
Explore our extensive roster of A-list celebrities across various industries. |
|
</p> |
|
</div> |
|
<div class="relative" data-aos="fade-up" data-aos-delay="300"> |
|
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white"> |
|
<i data-feather="calendar" class="h-6 w-6"></i> |
|
</div> |
|
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">Check Availability</p> |
|
<p class="mt-2 ml-16 text-base text-gray-500"> |
|
Submit your event details and we'll confirm the celebrity's availability. |
|
</p> |
|
</div> |
|
<div class="relative" data-aos="fade-up" data-aos-delay="400"> |
|
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white"> |
|
<i data-feather="check-circle" class="h-6 w-6"></i> |
|
</div> |
|
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">Confirm Booking</p> |
|
<p class="mt-2 ml-16 text-base text-gray-500"> |
|
Finalize the details and secure your booking with our team. |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="py-12 bg-white"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="text-center"> |
|
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up">Client Testimonials</h2> |
|
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto" data-aos="fade-up" data-aos-delay="100"> |
|
What our clients say about us |
|
</p> |
|
</div> |
|
<div class="mt-10 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3"> |
|
<div class="bg-gray-50 p-6 rounded-lg shadow" data-aos="fade-up" data-aos-delay="200"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
</div> |
|
<blockquote class="mt-4"> |
|
<p class="text-base text-gray-600"> |
|
"Celebrity Connect made booking our keynote speaker for the annual conference effortless. Their professionalism and attention to detail were outstanding." |
|
</p> |
|
</blockquote> |
|
<div class="mt-4 flex items-center"> |
|
<div class="flex-shrink-0"> |
|
<img class="h-10 w-10 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=256&q=80" alt=""> |
|
</div> |
|
<div class="ml-3"> |
|
<p class="text-sm font-medium text-gray-900">Sarah Johnson</p> |
|
<p class="text-sm text-gray-500">CEO, TechCorp</p> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="bg-gray-50 p-6 rounded-lg shadow" data-aos="fade-up" data-aos-delay="300"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
</div> |
|
<blockquote class="mt-4"> |
|
<p class="text-base text-gray-600"> |
|
"We booked a major celebrity for our product launch and the results were phenomenal. The entire process was smooth and professional." |
|
</p> |
|
</blockquote> |
|
<div class="mt-4 flex items-center"> |
|
<div class="flex-shrink-0"> |
|
<img class="h-10 w-10 rounded-full" src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=256&q=80" alt=""> |
|
</div> |
|
<div class="ml-3"> |
|
<p class="text-sm font-medium text-gray-900">Michael Chen</p> |
|
<p class="text-sm text-gray-500">Marketing Director, Global Brands</p> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="bg-gray-50 p-6 rounded-lg shadow" data-aos="fade-up" data-aos-delay="400"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
<div class="ml-1"> |
|
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i> |
|
</div> |
|
</div> |
|
<blockquote class="mt-4"> |
|
<p class="text-base text-gray-600"> |
|
"The celebrity we booked through Celebrity Connect was perfect for our charity gala. Their team handled everything from start to finish." |
|
</p> |
|
</blockquote> |
|
<div class="mt-4 flex items-center"> |
|
<div class="flex-shrink-0"> |
|
<img class="h-10 w-10 rounded-full" src="https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=256&q=80" alt=""> |
|
</div> |
|
<div class="ml-3"> |
|
<p class="text-sm font-medium text-gray-900">Emily Rodriguez</p> |
|
<p class="text-sm text-gray-500">Event Coordinator, Hope Foundation</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="hero-gradient"> |
|
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between"> |
|
<h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl" data-aos="fade-right"> |
|
<span class="block">Ready to book a celebrity?</span> |
|
<span class="block text-purple-200">Get started today.</span> |
|
</h2> |
|
<div class="mt-8 flex lg:mt-0 lg:flex-shrink-0" data-aos="fade-left"> |
|
<div class="inline-flex rounded-md shadow"> |
|
<a href="booking.html" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-purple-600 bg-white hover:bg-purple-50"> |
|
Book Now |
|
</a> |
|
</div> |
|
<div class="ml-3 inline-flex rounded-md shadow"> |
|
<a href="contact.html" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-600 bg-opacity-60 hover:bg-opacity-70"> |
|
Contact Us |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<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"> |
|
© 2023 Celebrity Connect. All rights reserved. |
|
</p> |
|
</div> |
|
</div> |
|
</footer> |
|
|
|
<script>AOS.init();</script> |
|
<script>feather.replace();</script> |
|
</body> |
|
</html> |
|
|