<?php
$pageId = "catering-services";
$seoTitle = "Hotels with Meetings Rooms | The Prince George Hotel";
$seoMetaKeywords = "";
$seoMetaDescription = "Our top-rated hotel with meetings rooms has high-quality catering services for your next meeting. Discover the full menu on our website.";
include "../includes/header.php";
?>

<div class="section-sub-page">
	<div class="res">
		<?php include "../includes/res.php"; ?>
	</div>
	<div class="hero-sub-page hero__<?php echo $pageId; ?>">
		<div class="slider fade-3">
			<div><div class="image" style="background: url('/images/meetings-and-conferences/<?php echo $pageId; ?>/DSCF8002.jpg') no-repeat;"></div></div>
		</div>
	</div>
</div>

<div class=" section section-catering-your-wedding">
	<div class="container">
		<div class="section-ttl font-medium">
			<h1>Catering Service for Meeting Rooms at The Prince George Hotel</h1>
		</div>
		<h2>Add a little flavour to your next meeting.<hr /></h2>
		<div class="left-col">
			<p>Whether you are organizing an intimate meeting with clients or preparing an unparalleled conference event, let the award-winning culinary team at The Prince George Hotel impress your attendees with their skills. Known for delivering an inspired culinary menu, we are equally known for delivering the high-quality service and hospitality that each meeting and conference deserves.</p>	
			<p>Looking for something that truly reflects the individuality of your event? Contact us and we’ll help you create a custom-designed menu suited to your specific gathering needs.</p>
			<ul class="pdf">
				<li><a href="../pdf/catering/CATERING MENU FOR WEBSITE-FEB-2024.pdf" class="icon-pdf PDF" target="_blank">Catering Menu</a> (pdf)</li>
<!--
				<li><a href="../pdf/catering/CateringPackage-TheHotel-2019.pdf" class="icon-pdf PDF" target="_blank">Hotel &amp; Catering Overview</a> (pdf)</li>
				<li><a href="../pdf/catering/CateringPackage-Breakfast-2019.pdf" class="icon-pdf PDF" target="_blank">Breakfast Suggestions</a> (pdf)</li>
				<li><a href="../pdf/catering/CateringPackage-ALaCarte_Breakfast-2019.pdf" class="icon-pdf PDF" target="_blank">A la Carte Breakfast</a> (pdf)</li>
				<li><a href="../pdf/catering/CateringPackage-Lunches-2019.pdf" class="icon-pdf PDF" target="_blank">Meetings &amp; Lunches</a> (pdf)</li>
				<li><a href="../pdf/catering/CateringPackage-Reception-2019.pdf" class="icon-pdf PDF" target="_blank">Receptions</a> (pdf)</li>
				<li><a href="../pdf/catering/CateringPackage-PlatedDinners-2019.pdf" class="icon-pdf PDF" target="_blank">Dinners</a> (pdf)</li>
				<li><a href="../pdf/catering/CateringPackage-DinnerBuffet-2019.pdf" class="icon-pdf PDF" target="_blank">Dinner Buffet</a> (pdf)</li>
                <li><a href="../pdf/catering/CateringPackage-Beverages-Wine-2019.pdf" class="icon-pdf PDF" target="_blank">Beverages</a> (pdf)</li-->
				<!--li><a href="../pdf/catering/CateringPackage-AV-2019.pdf" class="icon-pdf PDF" target="_blank">Audio / Visual</a> (pdf)</li-->

				<!--li><a href="../pdf/catering/CateringPackage-Facilities-2019.pdf" class="icon-pdf PDF" target="_blank">Meetings &amp; Banquet Facilities</a> (pdf)</li-->				
			</ul>
		</div>
		<div class="float-right right-col right-menu">
			<?php include "../includes/sub-menu-meetings.php"; ?>
		</div>	
		<div style="clear:both;"></div>
	</div>
</div>

<?php include "../includes/footer.php"; ?>