74 lines
3.7 KiB
Plaintext
74 lines
3.7 KiB
Plaintext
@page "/About"
|
|
<PageTitle>About</PageTitle>
|
|
|
|
<div class="text-center m-5">
|
|
<h1>About</h1>
|
|
<h2 style="font-size:small">Thank you for being here!</h2>
|
|
</div>
|
|
|
|
<div class="py-8 bg-white py-5">
|
|
<div class="container ">
|
|
<div class="row align-items-center">
|
|
<!-- para -->
|
|
<div class="col-xl-6 col-lg-6 col-12">
|
|
<div class="mb-5 ">
|
|
|
|
<p class="mb-4 pe-xl-12 ">
|
|
|
|
Welcome to Tour I Am! With a rich legacy spanning many years, we take immense pride in offering unparalleled airport transfer services from Budapest Liszt Ferenc Airport to hotels across Budapest. Our commitment to excellence and customer satisfaction drives every aspect of our operation.
|
|
|
|
At Tour I Am, we understand the importance of a seamless and comfortable journey for our valued customers. Whether you're arriving in Budapest for business or leisure, our dedicated team ensures that your transfer experience is hassle-free and enjoyable.
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<p class="mb-4 pe-xl-12 ">
|
|
Our fleet of vehicles is meticulously maintained to the highest standards, providing you with a safe and luxurious travel experience. Our professional drivers are highly trained and knowledgeable, ensuring that you reach your destination efficiently and on time.
|
|
</p>
|
|
|
|
<p class="mb-4 pe-xl-12 ">
|
|
We believe in transparency and reliability, which is why our pricing is competitive and transparent, with no hidden fees or surprises. From the moment you book with us until your journey's end, we strive to exceed your expectations at every step.
|
|
|
|
Experience the difference with Tour I Am. Let us take care of your airport transfer needs, so you can focus on making unforgettable memories in Budapest.
|
|
</p>
|
|
<a href="/index" class="btn btn-primary ">
|
|
Learn More
|
|
</a>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 col-12">
|
|
<div class="row">
|
|
<!-- images -->
|
|
<div class="col-md-4 col-4 px-1">
|
|
<div class="bg-cover rounded-3 mb-2 h-12rem" style="background-image:url(_content/TIAMSharedUI/images/about1.jpg); "></div>
|
|
<div class="bg-cover rounded-3 mb-2 h-18rem" style="background-image:url(_content/TIAMSharedUI/images/about2.jpg);"></div>
|
|
</div>
|
|
<!-- images -->
|
|
<div class="col-md-4 col-4 px-1">
|
|
<div class="bg-cover rounded-3 mb-2 h-18rem" style="background-image:url(_content/TIAMSharedUI/images/about3.jpg);"></div>
|
|
<div class="bg-cover rounded-3 mb-2 h-18rem" style="background-image:url(_content/TIAMSharedUI/images/about4.jpg);"></div>
|
|
</div>
|
|
<!-- images -->
|
|
<div class="col-md-4 col-4 px-1">
|
|
<div class="bg-cover rounded-3 mb-2 h-13rem" style="background-image:url(_content/TIAMSharedUI/images/about5.jpg);"></div>
|
|
<div class="bg-cover rounded-3 mb-2 h-13rem" style="background-image:url(_content/TIAMSharedUI/images/about6.jpg);"></div>
|
|
<div class="bg-cover rounded-3 mb-2 h-13rem" style="background-image:url(_content/TIAMSharedUI/images/about7.jpg);"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<TIAMSharedUI.Pages.Components.CallToActionComponent></TIAMSharedUI.Pages.Components.CallToActionComponent>
|
|
|
|
@code {
|
|
|
|
}
|