<?php include 'header.php'; ?>



<section class="container x-mas-main-sec">
	<div class="row" style="text-align: center; justify-content: center;">
		<div class="col-lg-6">
			<div class="div">
				<img src=".jpg" alt="<?php echo $local['alt']; ?>">
				<div class="div mt-3">
					<a rel="nofollow" href="<?php echo $booking_url; ?>" class="btn">Book a table</a>
					<a rel="nofollow" href=".pdf" class="btn" target="_blank">Download Now</a>
				</div>
			</div>
		</div>
	</div>
</section>





<?php include 'footer.php'; ?>						