34 lines
1.5 KiB
PHP
34 lines
1.5 KiB
PHP
<?php include 'header.php'; ?>
|
|
|
|
<div class="hero">
|
|
<div class="hero-content">
|
|
<h1>Your Winter Adventure Awaits</h1>
|
|
<p class="lead">Discover unique experiences, plan the perfect trip with our AI assistant, and create unforgettable memories.</p>
|
|
<a href="#" class="btn btn-primary">Plan My Trip with AI</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<section class="featured-experiences">
|
|
<h2>Featured Experiences</h2>
|
|
<div class="experience-grid">
|
|
<div class="experience-card">
|
|
<img src="https://images.pexels.com/photos/1576788/pexels-photo-1576788.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt="Experience 1">
|
|
<h3>Ski Lessons</h3>
|
|
<p>Learn to ski with our expert instructors.</p>
|
|
</div>
|
|
<div class="experience-card">
|
|
<img src="https://images.pexels.com/photos/714258/pexels-photo-714258.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt="Experience 2">
|
|
<h3>Snowboarding</h3>
|
|
<p>Hit the slopes on a snowboard.</p>
|
|
</div>
|
|
<div class="experience-card">
|
|
<img src="https://images.pexels.com/photos/1632790/pexels-photo-1632790.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt="Experience 3">
|
|
<h3>Ice Skating</h3>
|
|
<p>Enjoy a magical ice skating experience.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<?php include 'footer.php'; ?>
|