srinu-digitals / index.html
katari1's picture
create a website for my wedding video invitation business and wedding invitations cards, give video samples and card samples with serial numbers - Initial Deployment
14b6752 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Eternal Moments | Wedding Video Invitations & Cards</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, #f5f7fa 0%, #fce4ec 100%);
}
.card-hover:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body class="font-sans antialiased">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-10">
<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="heart" class="h-8 w-8 text-pink-500"></i>
<span class="ml-2 text-xl font-bold text-gray-800">Eternal Moments</span>
</a>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#video-invitations" class="text-gray-900 hover:text-pink-600 px-3 py-2 text-sm font-medium">Video Invitations</a>
<a href="#card-invitations" class="text-gray-900 hover:text-pink-600 px-3 py-2 text-sm font-medium">Card Invitations</a>
<a href="#about" class="text-gray-900 hover:text-pink-600 px-3 py-2 text-sm font-medium">About Us</a>
<a href="#contact" class="text-gray-900 hover:text-pink-600 px-3 py-2 text-sm font-medium">Contact</a>
<a href="#contact" class="bg-pink-500 hover:bg-pink-600 text-white px-4 py-2 rounded-md text-sm font-medium">Get a Quote</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" aria-controls="mobile-menu" aria-expanded="false">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="hero-gradient pt-24 pb-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div class="mt-12 sm:mt-16 lg:mt-0" data-aos="fade-right">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block">Your Love Story</span>
<span class="block text-pink-500">Deserves The Perfect Invitation</span>
</h1>
<p class="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
Beautifully crafted wedding video invitations and premium invitation cards to make your special day unforgettable.
</p>
<div class="mt-8 sm:flex sm:justify-center lg:justify-start">
<div class="rounded-md shadow">
<a href="#video-invitations" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-pink-500 hover:bg-pink-600 md:py-4 md:text-lg md:px-10">
View Samples
</a>
</div>
<div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3">
<a href="#contact" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-pink-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
Contact Us
</a>
</div>
</div>
</div>
<div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0" data-aos="fade-left">
<div class="relative w-full rounded-lg shadow-lg overflow-hidden">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Video Invitations Section -->
<section id="video-invitations" class="py-16 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">
Wedding Video Invitations
</h2>
<p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4" data-aos="fade-up">
Capture your love story in motion with our cinematic video invitations
</p>
</div>
<div class="mt-12 grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Sample 1 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300 card-hover" data-aos="fade-up">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="p-6">
<div class="flex items-center">
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-pink-100 text-pink-800">
Sample #VI-001
</span>
</div>
<h3 class="mt-2 text-xl font-semibold text-gray-900">Classic Romance</h3>
<p class="mt-3 text-base text-gray-500">
Timeless elegance with soft piano music and dreamy visuals.
</p>
<div class="mt-4">
<span class="text-sm font-medium text-pink-600">Starting from $199</span>
</div>
</div>
</div>
<!-- Sample 2 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300 card-hover" data-aos="fade-up" data-aos-delay="100">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="p-6">
<div class="flex items-center">
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-pink-100 text-pink-800">
Sample #VI-002
</span>
</div>
<h3 class="mt-2 text-xl font-semibold text-gray-900">Modern Minimalist</h3>
<p class="mt-3 text-base text-gray-500">
Clean lines, bold typography and contemporary vibes.
</p>
<div class="mt-4">
<span class="text-sm font-medium text-pink-600">Starting from $249</span>
</div>
</div>
</div>
<!-- Sample 3 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300 card-hover" data-aos="fade-up" data-aos-delay="200">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="p-6">
<div class="flex items-center">
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-pink-100 text-pink-800">
Sample #VI-003
</span>
</div>
<h3 class="mt-2 text-xl font-semibold text-gray-900">Bollywood Glam</h3>
<p class="mt-3 text-base text-gray-500">
Vibrant colors, energetic music and dramatic storytelling.
</p>
<div class="mt-4">
<span class="text-sm font-medium text-pink-600">Starting from $299</span>
</div>
</div>
</div>
</div>
<div class="mt-12 text-center">
<a href="#contact" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-pink-500 hover:bg-pink-600">
Request Custom Video
<i data-feather="arrow-right" class="ml-2"></i>
</a>
</div>
</div>
</section>
<!-- Card Invitations Section -->
<section id="card-invitations" class="py-16 bg-gray-50">
<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">
Wedding Card Invitations
</h2>
<p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4" data-aos="fade-up">
Exquisitely designed physical invitations that make a lasting impression
</p>
</div>
<div class="mt-12 grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Sample 1 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300 card-hover" data-aos="fade-up">
<img class="w-full h-64 object-cover" src="http://static.photos/vintage/640x360/101" alt="Luxury Foil Pressed Invitation">
<div class="p-6">
<div class="flex items-center">
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-pink-100 text-pink-800">
Sample #CI-101
</span>
</div>
<h3 class="mt-2 text-xl font-semibold text-gray-900">Luxury Foil Pressed</h3>
<p class="mt-3 text-base text-gray-500">
Gold foil detailing on premium textured paper with silk ribbon.
</p>
<div class="mt-4">
<span class="text-sm font-medium text-pink-600">Starting from $3.99 per card</span>
</div>
</div>
</div>
<!-- Sample 2 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300 card-hover" data-aos="fade-up" data-aos-delay="100">
<img class="w-full h-64 object-cover" src="http://static.photos/minimal/640x360/102" alt="Modern Geometric Design">
<div class="p-6">
<div class="flex items-center">
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-pink-100 text-pink-800">
Sample #CI-102
</span>
</div>
<h3 class="mt-2 text-xl font-semibold text-gray-900">Modern Geometric</h3>
<p class="mt-3 text-base text-gray-500">
Clean design with bold geometric patterns and minimalist typography.
</p>
<div class="mt-4">
<span class="text-sm font-medium text-pink-600">Starting from $2.99 per card</span>
</div>
</div>
</div>
<!-- Sample 3 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300 card-hover" data-aos="fade-up" data-aos-delay="200">
<img class="w-full h-64 object-cover" src="http://static.photos/vintage/640x360/103" alt="Vintage Floral Design">
<div class="p-6">
<div class="flex items-center">
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-pink-100 text-pink-800">
Sample #CI-103
</span>
</div>
<h3 class="mt-2 text-xl font-semibold text-gray-900">Vintage Floral</h3>
<p class="mt-3 text-base text-gray-500">
Delicate floral illustrations with antique paper texture and wax seal.
</p>
<div class="mt-4">
<span class="text-sm font-medium text-pink-600">Starting from $4.49 per card</span>
</div>
</div>
</div>
</div>
<div class="mt-12 text-center">
<a href="#contact" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-pink-500 hover:bg-pink-600">
Request Card Samples
<i data-feather="arrow-right" class="ml-2"></i>
</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div class="relative" data-aos="fade-right">
<img class="w-full rounded-lg shadow-xl" src="http://static.photos/people/640x360/201" alt="Our team">
</div>
<div class="mt-10 lg:mt-0" data-aos="fade-left">
<h2 class="text-3xl font-extrabold text-gray-900">
Our Story
</h2>
<p class="mt-4 text-lg text-gray-500">
Founded in 2015, Eternal Moments began with a simple idea: to create wedding invitations that truly reflect the unique love story of each couple. What started as a small home studio has grown into a team of passionate designers, videographers, and craftspeople dedicated to making your wedding invitations as special as your big day.
</p>
<div class="mt-8">
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="heart" class="h-6 w-6 text-pink-500"></i>
</div>
<div class="ml-3">
<h3 class="text-lg font-medium text-gray-900">Our Mission</h3>
<p class="mt-1 text-base text-gray-500">
To create invitations that not only inform but also excite and delight your guests, setting the perfect tone for your celebration.
</p>
</div>
</div>
<div class="mt-6 flex items-start">
<div class="flex-shrink-0">
<i data-feather="award" class="h-6 w-6 text-pink-500"></i>
</div>
<div class="ml-3">
<h3 class="text-lg font-medium text-gray-900">Our Promise</h3>
<p class="mt-1 text-base text-gray-500">
Exceptional quality, personalized service, and attention to every detail - because your wedding deserves nothing less.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16 bg-pink-50">
<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">
What Couples Say
</h2>
</div>
<div class="mt-12 grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<div class="bg-white p-8 rounded-lg shadow-md" data-aos="fade-up">
<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 flex-shrink-0">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
<div class="ml-1 flex-shrink-0">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
<div class="ml-1 flex-shrink-0">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
<div class="ml-1 flex-shrink-0">
<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">
"Our video invitation was absolutely stunning! It perfectly captured our personalities and got all our guests excited for the wedding. We received so many compliments!"
</p>
</blockquote>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/301" alt="Sarah & James">
</div>
<div class="ml-3">
<div class="text-sm font-medium text-gray-900">Sarah & James</div>
<div class="text-sm text-gray-500">June 2023</div>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
<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 flex-shrink-0">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
<div class="ml-1 flex-shrink-0">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
<div class="ml-1 flex-shrink-0">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
<div class="ml-1 flex-shrink-0">
<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 invitation cards were even more beautiful in person. The quality was exceptional and the design was exactly what we wanted. Eternal Moments made the process so easy!"
</p>
</blockquote>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/302" alt="Priya & Rohan">
</div>
<div class="ml-3">
<div class="text-sm font-medium text-gray-900">Priya & Rohan</div>
<div class="text-sm text-gray-500">April 2023</div>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-lg shadow-md" 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 flex-shrink-0">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
<div class="ml-1 flex-shrink-0">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
<div class="ml-1 flex-shrink-0">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
<div class="ml-1 flex-shrink-0">
<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 ordered both video and card invitations. The team was incredibly creative and patient with our many revisions. The final products exceeded our expectations!"
</p>
</blockquote>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/303" alt="Emily & Michael">
</div>
<div class="ml-3">
<div class="text-sm font-medium text-gray-900">Emily & Michael</div>
<div class="text-sm text-gray-500">February 2023</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8">
<div class="mb-12 lg:mb-0" data-aos="fade-right">
<h2 class="text-3xl font-extrabold text-gray-900">
Get In Touch
</h2>
<p class="mt-4 text-lg text-gray-500">
Ready to create the perfect wedding invitations? Fill out the form or contact us directly. We typically respond within 24 hours.
</p>
<div class="mt-8">
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="mail" class="h-6 w-6 text-pink-500"></i>
</div>
<div class="ml-3">
<h3 class="text-lg font-medium text-gray-900">Email</h3>
<p class="mt-1 text-base text-gray-500">
info@eternalmoments.com
</p>
</div>
</div>
<div class="mt-6 flex items-start">
<div class="flex-shrink-0">
<i data-feather="phone" class="h-6 w-6 text-pink-500"></i>
</div>
<div class="ml-3">
<h3 class="text-lg font-medium text-gray-900">Phone</h3>
<p class="mt-1 text-base text-gray-500">
+1 (555) 123-4567
</p>
</div>
</div>
<div class="mt-6 flex items-start">
<div class="flex-shrink-0">
<i data-feather="map-pin" class="h-6 w-6 text-pink-500"></i>
</div>
<div class="ml-3">
<h3 class="text-lg font-medium text-gray-900">Studio</h3>
<p class="mt-1 text-base text-gray-500">
123 Wedding Lane<br>
Suite 200<br>
New York, NY 10001
</p>
</div>
</div>
</div>
</div>
<div data-aos="fade-left">
<form action="#" method="POST" class="grid grid-cols-1 gap-y-6">
<div>
<label for="name" class="sr-only">Full name</label>
<input type="text" name="name" id="name" autocomplete="name" class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-pink-500 focus:border-pink-500 border-gray-300 rounded-md" placeholder="Full name">
</div>
<div>
<label for="email" class="sr-only">Email</label>
<input id="email" name="email" type="email" autocomplete="email" class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-pink-500 focus:border-pink-500 border-gray-300 rounded-md" placeholder="Email">
</div>
<div>
<label for="phone" class="sr-only">Phone</label>
<input type="text" name="phone" id="phone" autocomplete="tel" class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-pink-500 focus:border-pink-500 border-gray-300 rounded-md" placeholder="Phone">
</div>
<div>
<label for="service" class="sr-only">Service</label>
<select id="service" name="service" class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-pink-500 focus:border-pink-500 border-gray-300 rounded-md">
<option>Select a service</option>
<option>Video Invitation</option>
<option>Card Invitation</option>
<option>Both Services</option>
<option>Other Inquiry</option>
</select>
</div>
<div>
<label for="message" class="sr-only">Message</label>
<textarea id="message" name="message" rows="4" class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-pink-500 focus:border-pink-500 border-gray-300 rounded-md" placeholder="Tell us about your wedding and what you're looking for"></textarea>
</div>
<div>
<button type="submit" class="inline-flex justify-center py-3 px-6 border border-transparent shadow-sm text-base font-medium rounded-md text-white bg-pink-500 hover:bg-pink-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-pink-500">
Send Message
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900">
<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">Services</h3>
<ul class="mt-4 space-y-4">
<li><a href="#video-invitations" class="text-base text-gray-300 hover:text-white">Video Invitations</a></li>
<li><a href="#card-invitations" class="text-base text-gray-300 hover:text-white">Card Invitations</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Custom Designs</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Bulk Orders</a></li>
</ul>
</div>
<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" class="text-base text-gray-300 hover:text-white">About Us</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>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Press</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">Connect</h3>
<div class="mt-4 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="youtube" class="h-6 w-6"></i>
</a>
</div>
<div class="mt-8">
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Subscribe</h3>
<p class="mt-4 text-base text-gray-300">Get wedding inspiration and special offers</p>
<form class="mt-4 sm:flex">
<label for="email" class="sr-only">Email</label>
<input id="email" type="email" placeholder="Your email" class="w-full px-5 py-3 placeholder-gray-500 focus:ring-pink-500 focus:border-pink-500 sm:max-w-xs border-gray-300 rounded-md">
<button type="submit" class="mt-3 w-full flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-pink-500 hover:bg-pink-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-pink-500 sm:mt-0 sm:ml-3 sm:w-auto sm:flex-shrink-0">
Subscribe
</button>
</form>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-800 pt-8">
<p class="text-base text-gray-400 text-center">
&copy; 2023 Eternal Moments. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
</script>
<script>
feather.replace();
</script>
</body>
</html>