-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.php
26 lines (26 loc) · 1.65 KB
/
about_us.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
$page_title = 'Riding Tales - About Us';
include 'includes/header.inc.php';
?>
<section class="py-3 py-md-5 d-flex justify-content-center h-100 w-100">
<div class="container ">
<div class="row gy-3 gy-md-4 gy-lg-0 align-items-lg-center">
<div class="col-12 col-lg-6 col-xl-5">
<img class="img-fluid rounded" loading="lazy" src="images/logos/RT-New.png" alt="About 1">
</div>
<div class="col-12 col-lg-6 col-xl-7">
<div class="row justify-content-xl-center">
<div class="col-12 col-xl-11">
<h2 class="mb-3">Who Are We?</h2>
<p class="lead fs-4 text-dark mb-3">Welcome to Riding Tales, your go-to destination for exploring the world on two wheels! Whether you're an adventure enthusiast or a city explorer, we believe every ride has a story to tell. Our mission is to provide you with top-quality bikes that suit every need, whether it's a casual ride through the city or a long-distance adventure across breathtaking landscapes.
</p>
<p class="lead fs-4 text-dark mb-3">
At Riding Tales, we understand the joy of freedom that comes with biking. That's why we offer a wide range of scooters and motorcycles tailored for every kind of rider. With our easy rental process, competitive pricing, and well-maintained fleet, we make sure your journey is smooth, safe, and memorable.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include 'includes/footer.inc.php' ?>