Free
Products
Lumière Products
A products block extracted from the Lumière template, available in Tailwind CSS and Bootstrap.
0
2
A products 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 Products | Tailwind CSS UI Block</title>
<meta name="description" content="A products 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 products -->
<section id="wine-list" class="py-24 px-8 bg-white">
<div class="max-w-7xl mx-auto grid grid-cols-1 lg:grid-cols-2 gap-20 items-center">
<div>
<h2 class="serif-text text-6xl lg:text-8xl leading-none mb-10">The Cellar Selection</h2>
<div class="space-y-8">
<div class="flex justify-between items-end border-b border-gray-100 pb-4">
<div>
<h4 class="font-semibold italic">Domaine de la Romanée-Conti</h4>
<p class="text-sm text-gray-500">Burgundy, France • 2015</p>
</div>
<span class="text-lg font-light">$1,250</span>
</div>
<div class="flex justify-between items-end border-b border-gray-100 pb-4">
<div>
<h4 class="font-semibold italic">Sassicaia Tenuta San Guido</h4>
<p class="text-sm text-gray-500">Tuscany, Italy • 2018</p>
</div>
<span class="text-lg font-light">$450</span>
</div>
<div class="flex justify-between items-end border-b border-gray-100 pb-4">
<div>
<h4 class="font-semibold italic">Penfolds Grange Bin 95</h4>
<p class="text-sm text-gray-500">South Australia • 2017</p>
</div>
<span class="text-lg font-light">$850</span>
</div>
</div>
<button class="mt-12 text-sm font-bold uppercase tracking-widest border-b border-black pb-2 hover:opacity-50 transition-all">Download Full List</button>
</div>
<div class="rounded-[40px] overflow-hidden h-[600px]">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_477cc02969_72afe413f711b38c.png" alt="elegant wine cellar interior, glass shelves with wine bottles, warm ambient lighting, luxury atmosph" />
</div>
</div>
</section>
<!-- block:end products -->
<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.