Free
Contact
Lumière Contact
A contact block extracted from the Lumière template, available in Tailwind CSS and Bootstrap.
0
2
A contact block extracted from the Lumière template, available in Tailwind CSS and Bootstrap.
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.FontAwesomeConfig = {
autoReplaceSvg: 'nest'
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lumière Contact | Tailwind CSS UI Block</title>
<meta name="description" content="A contact block extracted from the Lumière template, available in Tailwind CSS and Bootstrap.">
<meta name="keywords" content="Lumière, Tailwind CSS template, HTML website template, fine dining restaurant, artisan cuisine, wine list, responsive restaurant design">
<meta name="author" content="Let's templates">
<link rel="canonical" href="">
<meta property="og:type" content="product">
<meta property="og:site_name" content="Let's templates">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="">
<meta property="og:title" content="Lumière | Tailwind CSS Fine Dining Restaurant Template">
<meta property="og:description" content="An elegant Tailwind CSS restaurant template for fine dining venues, artisan cuisine, wine collections, and online reservations.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="Lumière template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="Lumière | Tailwind CSS Fine Dining Restaurant Template">
<meta name="twitter:description" content="An elegant Tailwind CSS restaurant template for fine dining venues, artisan cuisine, wine collections, and online reservations.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="Lumière template preview">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; }
.serif-text { font-family: 'Instrument+Serif', serif; }
.hero-split {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 100vh;
}
@media (max-width: 1024px) {
.hero-split {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body class="bg-[#F2EBE3] text-[#1A1A1A] overflow-x-hidden">
<!-- block:start contact -->
<section id="reservations" class="py-24 px-8 bg-[#1A1A1A] text-white">
<div class="max-w-3xl mx-auto text-center">
<h2 class="serif-text text-6xl lg:text-[100px] leading-tight mb-12">Secure your table</h2>
<form class="space-y-10">
<div class="grid grid-cols-1 md:grid-cols-2 gap-10">
<input type="text" placeholder="Date" class="bg-transparent border-b border-white/20 py-4 focus:border-white outline-none transition-all w-full serif-text text-2xl">
<input type="text" placeholder="Guests" class="bg-transparent border-b border-white/20 py-4 focus:border-white outline-none transition-all w-full serif-text text-2xl">
</div>
<input type="email" placeholder="Email Address" class="bg-transparent border-b border-white/20 py-4 focus:border-white outline-none transition-all w-full serif-text text-2xl">
<button class="bg-white text-black px-12 py-5 rounded-full font-bold hover:bg-gray-200 transition-all mt-10">Book Reservation</button>
</form>
</div>
</section>
<!-- block:end contact -->
<script>
const menu = document.getElementById('mobile-menu');
const menuOpen = document.getElementById('menu-open');
const closeMenu = () => {
menu.classList.add('hidden');
menuOpen.setAttribute('aria-expanded', 'false');
document.body.classList.remove('overflow-hidden');
menuOpen.focus();
};
menuOpen.addEventListener('click', () => {
menu.classList.remove('hidden');
menuOpen.setAttribute('aria-expanded', 'true');
document.body.classList.add('overflow-hidden');
document.getElementById('menu-close').focus();
});
menu.querySelectorAll('[data-menu-close]').forEach((element) => element.addEventListener('click', closeMenu));
document.addEventListener('keydown', (event) => {
if (event.key === 'Escape' && !menu.classList.contains('hidden')) closeMenu();
});
</script>
</body>
</html>
Free
Food & Restaurant
Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.