Free
Gallery
Lumière Gallery
A gallery block extracted from the Lumière template, available in Tailwind CSS and Bootstrap.
0
2
A gallery 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 Gallery | Tailwind CSS UI Block</title>
<meta name="description" content="A gallery 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 gallery -->
<section id="gallery" class="py-24 px-8 bg-white">
<div class="max-w-7xl mx-auto">
<div class="flex justify-between items-end mb-16">
<h2 class="serif-text text-6xl lg:text-8xl leading-none">The Ateliers</h2>
<a href="#" class="text-sm font-bold uppercase tracking-widest border-b border-black pb-1 mb-4">View All</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-12 gap-6 h-[800px]">
<div class="md:col-span-8 h-full rounded-[32px] overflow-hidden">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_c242b5f8b9_3ba053aa05199aed.png" alt="interior of a luxury fine dining restaurant, minimal aesthetic, warm lighting, designer furniture" />
</div>
<div class="md:col-span-4 flex flex-col gap-6 h-full">
<div class="flex-1 rounded-[32px] overflow-hidden">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_66a4132a7e_0d267f9dd5692bcc.png" alt="detail of a perfectly set restaurant table, crystal glasses, white linen, elegant atmosphere" />
</div>
<div class="flex-1 rounded-[32px] overflow-hidden">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_6bd01945de_0a38fc2543c84473.png" alt="beautiful outdoor terrace of a high-end restaurant, sunset view, lush greenery" />
</div>
</div>
</div>
</div>
</section>
<!-- block:end gallery -->
<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.