reproduce the following website https://www.webstrot.com/html/wedding/home_1/index.html
0404760 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Wedding Bliss Planner</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap'); | |
| body { | |
| font-family: 'Poppins', sans-serif; | |
| } | |
| .playfair { | |
| font-family: 'Playfair Display', serif; | |
| } | |
| .hero-bg { | |
| background-image: url('http://static.photos/wedding/1920x1080/1'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .countdown-box { | |
| background: rgba(255, 255, 255, 0.85); | |
| backdrop-filter: blur(5px); | |
| } | |
| .nav-link:hover { | |
| color: #d4a373; | |
| } | |
| .btn-primary { | |
| background-color: #d4a373; | |
| transition: all 0.3s ease; | |
| } | |
| .btn-primary:hover { | |
| background-color: #c08552; | |
| } | |
| .section-title:after { | |
| content: ''; | |
| display: block; | |
| width: 80px; | |
| height: 3px; | |
| background-color: #d4a373; | |
| margin: 15px auto 0; | |
| } | |
| </style> | |
| </head> | |
| <body class="text-gray-700"> | |
| <!-- Navigation --> | |
| <nav class="fixed w-full z-50 bg-white shadow-md"> | |
| <div class="container mx-auto px-6 py-4 flex justify-between items-center"> | |
| <a href="#" class="text-2xl font-bold playfair text-gray-800">Wedding<span class="text-[#d4a373]">Bliss</span></a> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#" class="nav-link text-gray-800 hover:text-[#d4a373]">Home</a> | |
| <a href="#" class="nav-link text-gray-800 hover:text-[#d4a373]">About</a> | |
| <a href="#" class="nav-link text-gray-800 hover:text-[#d4a373]">Services</a> | |
| <a href="#" class="nav-link text-gray-800 hover:text-[#d4a373]">Gallery</a> | |
| <a href="#" class="nav-link text-gray-800 hover:text-[#d4a373]">Blog</a> | |
| <a href="#" class="nav-link text-gray-800 hover:text-[#d4a373]">Contact</a> | |
| </div> | |
| <button class="md:hidden focus:outline-none"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-bg h-screen flex items-center relative pt-16"> | |
| <div class="absolute inset-0 bg-black opacity-40"></div> | |
| <div class="container mx-auto px-6 z-10 text-center"> | |
| <h1 class="playfair text-5xl md:text-7xl font-bold text-white mb-6">Your Perfect Wedding Starts Here</h1> | |
| <p class="text-xl text-white mb-10 max-w-2xl mx-auto">We create unforgettable moments that last a lifetime</p> | |
| <a href="#" class="btn-primary text-white px-8 py-3 rounded-full font-medium inline-block">Plan Your Wedding</a> | |
| </div> | |
| </section> | |
| <!-- Countdown Section --> | |
| <section class="py-16 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <div class="countdown-box max-w-4xl mx-auto p-8 rounded-lg shadow-lg text-center"> | |
| <h2 class="playfair text-3xl font-bold mb-6">Our Wedding Countdown</h2> | |
| <div class="flex justify-center space-x-4 md:space-x-8"> | |
| <div class="text-center"> | |
| <div class="text-4xl font-bold text-[#d4a373]">124</div> | |
| <div class="text-gray-600">Days</div> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-4xl font-bold text-[#d4a373]">08</div> | |
| <div class="text-gray-600">Hours</div> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-4xl font-bold text-[#d4a373]">45</div> | |
| <div class="text-gray-600">Minutes</div> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-4xl font-bold text-[#d4a373]">30</div> | |
| <div class="text-gray-600">Seconds</div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section class="py-20"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="playfair text-4xl font-bold mb-4 section-title">About Us</h2> | |
| <p class="max-w-2xl mx-auto text-gray-600">We are passionate about creating magical wedding experiences that reflect your unique love story.</p> | |
| </div> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10"> | |
| <img src="http://static.photos/wedding/600x600/2" alt="Wedding Planners" class="rounded-lg shadow-xl"> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <h3 class="playfair text-3xl font-bold mb-6">Crafting Dream Weddings Since 2010</h3> | |
| <p class="text-gray-600 mb-6">Our team of experienced wedding planners and designers work tirelessly to bring your vision to life, ensuring every detail is perfect.</p> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-[#d4a373] mr-3"></i> | |
| <span>Full-service wedding planning</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-[#d4a373] mr-3"></i> | |
| <span>Venue selection and coordination</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-[#d4a373] mr-3"></i> | |
| <span>Custom design and decor</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-[#d4a373] mr-3"></i> | |
| <span>Vendor management</span> | |
| </li> | |
| </ul> | |
| <a href="#" class="btn-primary text-white px-6 py-2 rounded-full font-medium inline-block">Learn More</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="playfair text-4xl font-bold mb-4 section-title">Our Services</h2> | |
| <p class="max-w-2xl mx-auto text-gray-600">Comprehensive wedding planning services tailored to your needs</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-white p-8 rounded-lg shadow-md text-center hover:shadow-xl transition-shadow duration-300"> | |
| <div class="text-[#d4a373] text-4xl mb-4"> | |
| <i class="fas fa-ring"></i> | |
| </div> | |
| <h3 class="playfair text-xl font-bold mb-3">Full Wedding Planning</h3> | |
| <p class="text-gray-600">From concept to execution, we handle every detail of your special day.</p> | |
| </div> | |
| <div class="bg-white p-8 rounded-lg shadow-md text-center hover:shadow-xl transition-shadow duration-300"> | |
| <div class="text-[#d4a373] text-4xl mb-4"> | |
| <i class="fas fa-calendar-check"></i> | |
| </div> | |
| <h3 class="playfair text-xl font-bold mb-3">Day-Of Coordination</h3> | |
| <p class="text-gray-600">Let us manage the logistics so you can enjoy your wedding day stress-free.</p> | |
| </div> | |
| <div class="bg-white p-8 rounded-lg shadow-md text-center hover:shadow-xl transition-shadow duration-300"> | |
| <div class="text-[#d4a373] text-4xl mb-4"> | |
| <i class="fas fa-paint-brush"></i> | |
| </div> | |
| <h3 class="playfair text-xl font-bold mb-3">Custom Design</h3> | |
| <p class="text-gray-600">Unique wedding designs that reflect your personality and love story.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Gallery Section --> | |
| <section class="py-20"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="playfair text-4xl font-bold mb-4 section-title">Our Gallery</h2> | |
| <p class="max-w-2xl mx-auto text-gray-600">A glimpse into the beautiful weddings we've planned</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-4"> | |
| <div class="relative overflow-hidden rounded-lg group"> | |
| <img src="http://static.photos/wedding/600x400/3" alt="Wedding" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110"> | |
| <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300"> | |
| <i class="fas fa-search-plus text-white text-3xl"></i> | |
| </div> | |
| </div> | |
| <div class="relative overflow-hidden rounded-lg group"> | |
| <img src="http://static.photos/wedding/600x400/4" alt="Wedding" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110"> | |
| <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300"> | |
| <i class="fas fa-search-plus text-white text-3xl"></i> | |
| </div> | |
| </div> | |
| <div class="relative overflow-hidden rounded-lg group"> | |
| <img src="http://static.photos/wedding/600x400/5" alt="Wedding" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110"> | |
| <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300"> | |
| <i class="fas fa-search-plus text-white text-3xl"></i> | |
| </div> | |
| </div> | |
| <div class="relative overflow-hidden rounded-lg group"> | |
| <img src="http://static.photos/wedding/600x400/6" alt="Wedding" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110"> | |
| <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300"> | |
| <i class="fas fa-search-plus text-white text-3xl"></i> | |
| </div> | |
| </div> | |
| <div class="relative overflow-hidden rounded-lg group"> | |
| <img src="http://static.photos/wedding/600x400/7" alt="Wedding" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110"> | |
| <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300"> | |
| <i class="fas fa-search-plus text-white text-3xl"></i> | |
| </div> | |
| </div> | |
| <div class="relative overflow-hidden rounded-lg group"> | |
| <img src="http://static.photos/wedding/600x400/8" alt="Wedding" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110"> | |
| <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300"> | |
| <i class="fas fa-search-plus text-white text-3xl"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-10"> | |
| <a href="#" class="btn-primary text-white px-6 py-2 rounded-full font-medium inline-block">View More</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="playfair text-4xl font-bold mb-4 section-title">Happy Couples</h2> | |
| <p class="max-w-2xl mx-auto text-gray-600">What our clients say about our wedding planning services</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <div class="bg-white p-8 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-6"> | |
| <img src="http://static.photos/people/100x100/1" alt="Client" class="w-16 h-16 rounded-full mr-4"> | |
| <div> | |
| <h4 class="playfair text-xl font-bold">Sarah & Michael</h4> | |
| <p class="text-gray-500">June 2023 Wedding</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600">"WeddingBliss made our dream wedding a reality. Their attention to detail and creative vision exceeded all our expectations. We couldn't have done it without them!"</p> | |
| <div class="mt-4 text-[#d4a373]"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <div class="bg-white p-8 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-6"> | |
| <img src="http://static.photos/people/100x100/2" alt="Client" class="w-16 h-16 rounded-full mr-4"> | |
| <div> | |
| <h4 class="playfair text-xl font-bold">Jessica & David</h4> | |
| <p class="text-gray-500">August 2023 Wedding</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600">"From the first meeting to the last dance, WeddingBliss was incredible. They took our vague ideas and turned them into a breathtaking reality. Our wedding was perfect!"</p> | |
| <div class="mt-4 text-[#d4a373]"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section class="py-20"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="playfair text-4xl font-bold mb-4 section-title">Get In Touch</h2> | |
| <p class="max-w-2xl mx-auto text-gray-600">Ready to start planning your dream wedding? Contact us today!</p> | |
| </div> | |
| <div class="flex flex-col md:flex-row"> | |
| <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10"> | |
| <form class="space-y-6"> | |
| <div> | |
| <input type="text" placeholder="Your Name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-[#d4a373]"> | |
| </div> | |
| <div> | |
| <input type="email" placeholder="Your Email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-[#d4a373]"> | |
| </div> | |
| <div> | |
| <input type="text" placeholder="Subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-[#d4a373]"> | |
| </div> | |
| <div> | |
| <textarea placeholder="Your Message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-[#d4a373]"></textarea> | |
| </div> | |
| <button type="submit" class="btn-primary text-white px-6 py-2 rounded-full font-medium w-full">Send Message</button> | |
| </form> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <div class="bg-gray-50 p-8 rounded-lg h-full"> | |
| <h3 class="playfair text-2xl font-bold mb-6">Contact Information</h3> | |
| <div class="space-y-6"> | |
| <div class="flex items-start"> | |
| <div class="text-[#d4a373] text-xl mr-4 mt-1"> | |
| <i class="fas fa-map-marker-alt"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold mb-1">Our Location</h4> | |
| <p class="text-gray-600">123 Wedding Lane, Suite 100<br>New York, NY 10001</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-[#d4a373] text-xl mr-4 mt-1"> | |
| <i class="fas fa-phone-alt"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold mb-1">Phone Number</h4> | |
| <p class="text-gray-600">+1 (555) 123-4567<br>Mon-Fri: 9am-6pm</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-[#d4a373] text-xl mr-4 mt-1"> | |
| <i class="fas fa-envelope"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold mb-1">Email Address</h4> | |
| <p class="text-gray-600">info@weddingbliss.com<br>support@weddingbliss.com</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="playfair text-2xl font-bold mb-6">Wedding<span class="text-[#d4a373]">Bliss</span></h3> | |
| <p class="text-gray-400 mb-6">Creating unforgettable wedding experiences since 2010.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-[#d4a373] text-xl"><i class="fab fa-facebook-f"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-[#d4a373] text-xl"><i class="fab fa-twitter"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-[#d4a373] text-xl"><i class="fab fa-instagram"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-[#d4a373] text-xl"><i class="fab fa-pinterest-p"></i></a> | |
| </div> | |
| </div> | |
| <div> | |
| <h4 class="playfair text-xl font-bold mb-6">Quick Links</h4> | |
| <ul class="space-y-3"> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">Home</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">About Us</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">Services</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">Gallery</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="playfair text-xl font-bold mb-6">Services</h4> | |
| <ul class="space-y-3"> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">Wedding Planning</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">Day-Of Coordination</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">Custom Design</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">Vendor Management</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-[#d4a373]">Destination Weddings</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="playfair text-xl font-bold mb-6">Newsletter</h4> | |
| <p class="text-gray-400 mb-4">Subscribe to our newsletter for wedding tips and special offers.</p> | |
| <form class="flex"> | |
| <input type="email" placeholder="Your Email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-900 w-full"> | |
| <button type="submit" class="bg-[#d4a373] px-4 py-2 rounded-r-lg"><i class="fas fa-paper-plane"></i></button> | |
| </form> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-10 pt-6 text-center text-gray-400"> | |
| <p>© 2023 WeddingBliss. All Rights Reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |