<?php

declare(strict_types=1);

require_once __DIR__ . '/config.php';
require_once __DIR__ . '/siteIncludes/settings.php';

$content = rpm_site_content();
$meta = rpm_safe_page_meta($content, 'indexPageTitle', 'indexPageDesc', 'indexPageKeywords', 'Little Bear Rentals');
$pageTitle = $meta['title'];
$pageKeywords = $meta['keywords'];
$pageDescription = $meta['description'];

try {
    $vrProps = rpm_api_items(rpm_api()->vrProperties(['limit' => 6]));
    shuffle($vrProps);
    $vrProps = array_slice($vrProps, 0, 6);
} catch (Throwable $e) {
    $vrProps = [];
}

try {
    $ltrProps = rpm_api_items(rpm_api()->ltrProperties(['limit' => 4]));
} catch (Throwable $e) {
    $ltrProps = [];
}

try {
    $specials = rpm_api_items(rpm_api()->vrProperties(['limit' => 20, 'featured' => '1']));
    shuffle($specials);
} catch (Throwable $e) {
    $specials = [];
}

try {
    $events = rpm_api_items(rpm_api()->events(['limit' => 4]));
    shuffle($events);
} catch (Throwable $e) {
    $events = [];
}

include __DIR__ . '/siteIncludes/header.php';
?>
	<!--HEADER SECTION-->
	<section>
		<div class="v2-hom-search">
			<div class="container">
				<div class="row">
					<div class="col-md-6">
					<div class="v2-ho-se-ri">
						<h4>Northeast Georgia & Western North Carolina Rentals</h4>
						<h1>Book Your Mountain Vacation Now!</h1>
						<p style="color:#fff; font-size: 20px;">Deciding where to spend your precious vacation time can be difficult. Little Bear Rentals is here to make it easier. Whether you’re looking for a weekend getaway, a forever mountain home or something in-between, Little Bear Rentals is here to help with all of your mountain property needs. </p>
						
					</div>						
					</div>	
					<div class="col-md-6">
						<div class="">							
							<form class="v2-search-form" action="vacation-rentals.php" method="get">
								<div class="row">
									
									<div class="input-field col s12">
										<input type="text" id="select-city" name="location" class="autocomplete">
										<label for="select-city">Where do you want to go?</label>
									</div>
								</div>
								<div class="row">
									<div class="input-field col s6">
										<input type="text" id="from" name="checkIn">
										<label for="from">Check In</label>
									</div>
									<div class="input-field col s6">
										<input type="text" id="to" name="checkOut">
										<label for="to">Check Out</label>
									</div>
								</div>														
								<div class="row">
									<div class="input-field col s12">
										<input  type="submit" value="SEARCH" class="waves-effect waves-light tourz-sear-btn v2-ser-btn">
									</div>
								</div>
							</form>							
						</div>						
					</div>				
				</div>
			</div>
		</div>
	</section>
	<!--END HEADER SECTION-->
	<!--====== HOME PLACES ==========-->
	<section class="tb-space tour-consul">
		<div class="rows pad-bot-redu tb-space">
			<div class="container">
				<div class="spe-title">
					<h2>A Few Of Our Mountain & Lake Rentals</h2>
					<div class="title-line">
						<div class="tl-1"></div>
						<div class="tl-2"></div>
						<div class="tl-3"></div>
					</div>
					<p>Take your pick from our impressive selection of vacation rentals in Northeast Georgia & Western North Carolina</p>
				</div>
				<div class="row row-fluid">
					<?php $prCount = 0; foreach ($vrProps as $vrrow) { ?>
					<div class="col-md-4">
						<div class="to-ho-cabin-con">
							<div class="to-ho-cabin-con-1">
								<div class="hot-page2-hli-3"> 
									<img src="<?php echo rpm_h(rpm_property_featured_img($vrrow, $set, true)); ?>" alt="<?php echo rpm_h($vrrow['propertyName'] ?? ''); ?>"> 
								</div>
								<div class="hom-hot-av-tic"> Vacation Rental </div>
							
                                <img src="<?php echo rpm_h(rpm_property_featured_img($vrrow, $set, true)); ?>" alt="<?php echo rpm_h($vrrow['propertyName'] ?? ''); ?>"> 
							</div>
							<div class="to-ho-cabin-con-23">
								<div class="to-ho-cabin-con-2"> 
									<a href="vr-property-details.php?propertyId=<?php echo (int) ($vrrow['propertyId'] ?? 0); ?>">
										<h4><?php echo rpm_h($vrrow['propertyName'] ?? ''); ?></h4>
									</a> 
								</div>
								<div class="to-ho-cabin-con-3">
									<ul>
										<li>City: <?php echo rpm_h($vrrow['propertyLocation'] ?? ''); ?>
											<div class="dir-rat-star ho-hot-rat-star"> Rating: <i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-o" aria-hidden="true"></i> </div>
										</li>
										<li><span class="ho-hot-pri-dis">$<?php echo rpm_h($vrrow['propertyRate'] ?? ''); ?></span><span class="ho-hot-pri">$<?php echo rpm_h($vrrow['propertyRate'] ?? ''); ?></span> </li>
									</ul>
								</div>
							</div>
						</div>
					</div>
					<?php if ($prCount === 2) { ?>
						<div class="clearfix"></div>						
					<?php } $prCount++; } ?>					
				</div>
			</div>
		</div>
	</section>
	<section>
		<div class="rows inn-page-bg com-colo">
			<div class="container inn-page-con-bg tb-space pad-bot-redu" id="inner-page-title">
				<div class="spe-title col-md-12">
					<h2>Vacation Rentals in the Northeast Georgia and Western North Carolina Mountains</h2>
					<div class="title-line">
						<div class="tl-1"></div>
						<div class="tl-2"></div>
						<div class="tl-3"></div>
					</div>
					<p>Our rustic cabins and luxury homes are located throughout the Northeast Georgia and Western North Carolina mountains. Our area includes the towns of Hiawassee, Young Harris, Blairsville, Brasstown, Hayesville and Murphy.</p>
					<p>Whether you want to sit back, relax and take in the breathtaking mountain and lake views or you’re ready to get out and enjoy everything our great area has to offer, you’ve come to the right place… Little Bear Rentals!</p>
				</div>				
				<div class="tips_travel_1">
					<ul>
						<li class="col-md-4 col-sm-4">
							<div class="tips_travel_2"> <i class="fa fa-fort-awesome" aria-hidden="true"></i>
								<h4>Vacation Rentals</h4>
								<p>Planning a weekend getaway for two? A large weeklong family reunion? Whatever the need, Little Bear Rentals has the perfect accommodations for your stay in the Northeast Georgia and Western North Carolina mountains. Book online today! </p>
								<a href="vacation-rentals.php" class="btn btn-info">Click here for Vacation Rentals</a>
							</div>
						</li>
						<li class="col-md-4 col-sm-4">
							<div class="tips_travel_2"> <i class="fa fa-home " aria-hidden="true"></i>
								<h4>Long Term Rentals</h4>
								<p>Little Bear Rentals’ hugely popular long-term rental properties typically are available for 6-, 9- or 12-month timeframes. Take a look, and see if one of our offerings fits your needs for an extended stay in our beautiful mountains.</p>
								<a href="long-term-rentals.php" class="btn btn-info">Click here for Long Term Rentals</a>
							</div>
						</li>
						<li class="col-md-4 col-sm-4">
							<div class="tips_travel_2"> <i class="fa fa-money" aria-hidden="true"></i>
								<h4>Property Management</h4>
								<p>Thinking of making your mountain home a rental property? Our property management services  are second to none. Let’s discuss how Little Bear Rentals can make your property an income-producing vacation or long-term rental. </p>
								<a href="#" class="btn btn-info">Click here for Property Management</a>
							</div>
						</li>												
					</ul>
				</div>
				<div class="spe-title col-md-12">
					<h2>Robbyn Allen Real Estate Services</h2>
					<div class="title-line">
						<div class="tl-1"></div>
						<div class="tl-2"></div>
						<div class="tl-3"></div>
					</div>
					<p>Little Bear Rentals owner Robbyn Allen is a licensed REALTOR® in both Georgia and North Carolina. She’s been in the business (and in the area) for years and knows exactly what it takes to buy and sell homes in the mountains. Click below for the best real estate services in Northeast Georgia and Western North Carolina</p>
					<p><a href="https://www.robbynallen.com" class="btn btn-info">Click here for RobbynAllen.com</a></p>
				</div>
			</div>
		</div>
	</section>
	<?php include __DIR__ . '/siteIncludes/footer.php'; ?>
