<?php include 'includes/header.php'; ?>

<section class="section-dark text-center">
<div class="container">

<h2 class="text-gold">Booking Confirmed</h2>
<p>Your booking reference:</p>

<h3 class="text-gold">
<?php echo htmlspecialchars($_GET['code']); ?>
</h3>

<p>Our team will contact you shortly.</p>

<a href="index.php" class="btn btn-gold mt-3">Back to Home</a>

</div>
</section>

<?php include 'includes/footer.php'; ?>
