Skip to content

Commit

Permalink
service
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyadindi committed Nov 8, 2024
1 parent 913c1a6 commit 6f8ed6a
Showing 1 changed file with 75 additions and 2 deletions.
77 changes: 75 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
left: 0;
pointer-events: none;
z-index: 99999999;
}

</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
Expand Down Expand Up @@ -1315,8 +1315,81 @@ <h2>Our Services</h2>
<a href="guide.html"><h3>Local Guide Connection</h3></a>
<p>Partner with local guides and tour providers, allowing to book personalized tours or experiences led by locals for an authentic travel experience.</p>
</div>
</div>
<!-- Service Card: Car Rental -->
<div class="service-card">
<a href="carrentals.html">
<div class="icon">
<i class="fas fa-car"></i>
</div></a>
<a href="carrentals.html"><h3>Car Rental</h3></a>
<p>Rent a car for your travels, with a wide variety of vehicles available for any destination.</p>
</div>

<!-- Service Card: Travel Insurance -->
<div class="service-card">
<a href="insurance.html">
<div class="icon">
<i class="fas fa-shield-alt"></i>
</div>
</a>
<a href="insurance.html">
<h3>Travel Insurance</h3>
</a>
<p>Protect your trip with comprehensive insurance coverage for emergencies, health, and cancellations.</p>
</div>

<!-- Service Card: Group Tours -->
<div class="service-card">
<a href="grouptours.html">
<div class="icon">
<i class="fas fa-users"></i>
</div>
</a>
<a href="grouptours.html">
<h3>Group Tours</h3>
</a>
<p>Join group tours for a cost-effective and social way to explore new destinations with like-minded travelers.</p>
</div>

<!-- Service Card: Adventure Travel -->
<div class="service-card">
<a href="adventure.html">
<div class="icon">
<i class="fas fa-mountain"></i>
</div>
</a>
<a href="adventure.html">
<h3>Adventure Travel</h3>
</a>
<p>Discover thrilling activities such as trekking, kayaking, and bungee jumping around the world.</p>
</div>

<!-- Service Card: Cruise Booking -->
<div class="service-card">
<a href="cruise.html">
<div class="icon">
<i class="fas fa-ship"></i>
</div>
</a>
<a href="cruise.html">
<h3>Cruise Booking</h3>
</a>
<p>Embark on an unforgettable journey with premium cruise options across seas and oceans.</p>
</div>

<!-- Service Card: Virtual Tours -->
<div class="service-card">
<a href="virtualtours.html">
<div class="icon">
<i class="fas fa-globe-americas"></i>
</div>
</a>
<a href="virtualtours.html">
<h3>Virtual Tours</h3>
</a>
<p>Experience the world from the comfort of your home with immersive virtual tours of top attractions.</p>
</div>
</div>
</section>

<script>
Expand Down

0 comments on commit 6f8ed6a

Please sign in to comment.