<!-- HERO -->
<header>
<img src="https://truelifetours.ca/wp-content/uploads/2024/05/TrueLife-Logo-1-1024x1024.jpg" alt="TrueLife Tours Logo" class="logo">
<h1>TrueLife Tours</h1>
<p class="tagline">Small-Group Wine Tours in the Heart of the Okanagan Valley</p>
<a href="#booking" class="btn">Book Your Tour Now</a>
</header>
<nav>
<ul>
<li><a href="#tours">Tours</a></li>
<li><a href="#wineries">Featured Wineries</a></li>
<li><a href="#about">About Cherry</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#booking">Book Now</a></li>
</ul>
</nav>
<!-- TOURS -->
<section id="tours">
<h2 class="section-title">Popular Afternoon Tours</h2>
<div class="wineries-grid">
<div class="winery-card">
<img src="https://winefolly.com/wp-content/uploads/2023/07/Okanagan-Valley-Wine-Region.jpg" alt="West Kelowna">
<h3>West Kelowna Afternoon Tour</h3>
<p>$145/person • Volcanic soils, lake views & premium wineries around Mount Boucherie.</p>
<a href="#booking" class="btn" style="margin:20px auto; display:block; text-align:center; width:200px;">Book This Tour</a>
</div>
<div class="winery-card">
<img src="https://epicureandculture.com/wp-content/uploads/2023/07/Okanagan-Valley.jpg" alt="East Kelowna">
<h3>East Kelowna & Lakeshore Tour</h3>
<p>$145/person • Scenic lakeside stops. Perfect for groups and first-timers.</p>
<a href="#booking" class="btn" style="margin:20px auto; display:block; text-align:center; width:200px;">Book This Tour</a>
</div>
</div>
</section>
<!-- FEATURED WINERIES -->
<section id="wineries" style="background:#f8f4f0;">
<h2 class="section-title">Featured Wineries We Visit</h2>
<div class="wineries-grid">
<div class="winery-card">
<img src="https://mtboucherie.com/cdn/shop/files/Mt_Boucherie_Winery_Exterior.jpg" alt="Mt. Boucherie Estate Winery">
<h3>Mt. Boucherie Estate Winery</h3>
<p>Iconic West Kelowna winery at the base of the volcano. Stunning modern architecture, excellent wines, and beautiful patios with sweeping lake views.</p>
</div>
<div class="winery-card">
<img src="https://www.frindwinery.com/cdn/shop/files/frind-beachfront.jpg" alt="Frind Estate Winery">
<h3>Frind Estate Winery</h3>
<p>North America’s only beachfront winery! Relaxed lakeside tasting room with a beautiful beach, café, and fantastic sunset views in West Kelowna.</p>
</div>
<div class="winery-card">
<img src="https://www.thegallerywinery.com/cdn/shop/files/gallery-winery-exterior.jpg" alt="The Gallery Winery">
<h3>The Gallery Winery</h3>
<p>Boutique family-owned winery blending art and wine. Intimate tasting experiences in a scenic West Kelowna setting with a creative, welcoming vibe.</p>
</div>
<div class="winery-card">
<img src="https://priestcreekwinery.com/cdn/shop/files/priest-creek-vineyard.jpg" alt="Priest Creek Family Estate Winery">
<h3>Priest Creek Family Estate Winery</h3>
<p>Charming East Kelowna winery known for excellent Pinot Noir and cool-climate wines. Stunning mountain views and a warm, family-friendly atmosphere.</p>
</div>
</div>
</section>
<!-- ABOUT -->
<section id="about" style="text-align:center;">
<h2 class="section-title">Meet Your Guide – Cherry Patterson</h2>
<img src="https://truelifetours.ca/wp-content/uploads/2024/05/TrueLife-Logo-1-1024x1024.jpg" alt="Cherry Patterson" style="max-width:340px; border-radius:12px; margin:30px auto; display:block; box-shadow:0 10px 30px rgba(0,0,0,0.15);">
<div style="max-width:700px; margin:0 auto; padding:0 20px; font-size:1.15rem;">
<p>Local Okanagan expert who personally knows these wineries and their winemakers. Cherry creates warm, fun, and informative small-group experiences.</p>
</div>
</section>
<!-- BOOKING -->
<section id="booking">
<h2 class="section-title">Book Your Tour</h2>
<div style="max-width:1100px; margin:0 auto; background:white; border-radius:12px; padding:20px; box-shadow:0 10px 40px rgba(0,0,0,0.1); min-height:700px;">
<!-- PASTE YOUR BOOKEO WIDGET CODE HERE -->
<p style="text-align:center; padding:80px 20px; color:#666; font-size:1.1rem;">
<strong>Your Bookeo calendar will appear here.</strong><br><br>
Paste your Bookeo embed code in this section.
</p>
</div>
</section>
<footer>
<p>© 2026 TrueLife Tours • Kelowna, British Columbia</p>
<p>Call/Text: <a href="tel:778-884-4561" style="color:var(--accent);">778-884-4561</a> • info@truelifetours.ca</p>
</footer>
<script>
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
const target = document.querySelector(this.getAttribute('href'));
if (target) { e.preventDefault(); target.scrollIntoView({ behavior: 'smooth' }); }
});
});
</script>