forked from sagar598/MR-Tour-and-Travel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog3.html
274 lines (153 loc) · 9.37 KB
/
blog3.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link rel="stylesheet" href="/style.css">
<script defer type="module" src="/main.js"></script>
<!--font Montserrat -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
<!-- Favicon Start -->
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/ico" href="/assets/favicon.ico">
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png">
<!-- Android Chrome Icons -->
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/favicon/android-chrome-512x512.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Favicon End -->
<!-- Chat Option -->
<script>(function(w, d) { w.CollectId = "65b8337572474ab9834ea02c"; var h = d.head || d.getElementsByTagName("head")[0]; var s = d.createElement("script"); s.setAttribute("type", "text/javascript"); s.async=true; s.setAttribute("src", "https://collectcdn.com/launcher.js"); h.appendChild(s); })(window, document);</script>
</head>
<body class=" selection:text-customGreen selection:bg-white" >
<!-- Preloader Start -->
<!-- Spinner container -->
<div class="absolute top-1/2 left-1/2 -mt-4 -ml-2 h-8 w-4 text-customGreen spinner-container z-50">
<!-- White overlay for full-screen background -->
<div class="fixed top-0 left-0 w-full h-full bg-white "></div>
<div class="absolute z-10 -ml-2 h-10 w-10 animate-bounce">
<svg xmlns="http://www.w3.org/2000/svg" class="animate-spin" fill="currentColor" stroke="currentColor" stroke-width="0" viewBox="0 0 16 16">
<path d="M8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 4c2.209 0 4 1.791 4 4s-1.791 4-4 4-4-1.791-4-4 1.791-4 4-4zM12.773 12.773c-1.275 1.275-2.97 1.977-4.773 1.977s-3.498-0.702-4.773-1.977-1.977-2.97-1.977-4.773c0-1.803 0.702-3.498 1.977-4.773l1.061 1.061c0 0 0 0 0 0-2.047 2.047-2.047 5.378 0 7.425 0.992 0.992 2.31 1.538 3.712 1.538s2.721-0.546 3.712-1.538c2.047-2.047 2.047-5.378 0-7.425l1.061-1.061c1.275 1.275 1.977 2.97 1.977 4.773s-0.702 3.498-1.977 4.773z"></path>
</svg>
</div>
<div class="absolute top-4 h-7 w-6 animate-bounce border-l-2 border-gray-200" style="rotate: -90deg"></div>
<div class="absolute top-4 h-7 w-6 animate-bounce border-r-2 border-gray-200" style="rotate: 90deg"></div>
</div>
<!-- Preloader End -->
<!-- Header -->
<div id="header-placeholder"></div>
<!-- Hero Page -->
<section id="Home" class="relative h-96 font-Montserrat over overflow-x-hidden " >
<!-- For Prallax -->
<div class="absolute bg-fixed inset-0 bg-cover bg-center z-[-1] bg-image1"></div>
<div class="absolute inset-0 bg-black bg-opacity-40 z-[-1]"></div>
<div class="relative w-full h-full ">
<div class="absolute inset-0 flex flex-col items-center justify-center">
<h1 class="text-2xl md:text-4xl text-white font-bold
font-Montserrat mt-5 text-center mx-auto px- ">Simplify Your Corporate Travel: Choosing the Right Car Rental Services
<hr class="border-customGreen border-2 hidden lg:block ">
</h1>
</div>
</div>
</section>
<!-- Horizontal Text Scroll START -->
<div class="whitespace-nowrap overflow-x-hidden overflow-y-hidden relative z-10 -mt-20 pb-4 " >
<div
class=" inline-block whitespace-nowrap animation-scroll font-Montserrat text-customGreen text-3xl md:text-4xl font-bold">
<!-- Scroller content (duplicate for seamless scrolling) -->
<h4 class="inline-block md:hover:scale-105 mr-11 hover:text-customGreen hover:duration-700 transition">
Tailored Packages
</h4>
<h4 class="inline-block mr-11 hover:text-customGreen hover:duration-700 transition">
Hassle-Free Travel
</h4>
<h4 class="inline-block mr-11 hover:text-customGreen hover:duration-700 transition">
Competitive Rates
</h4>
<h4 class="inline-block mr-11 hover:text-customGreen hover:duration-700 transition">
Reliable Vehicles
</h4>
<h4 class="inline-block mr-11 hover:text-customGreen hover:duration-700 transition">
Memorable Experiences
</h4>
<!-- Duplicate the content to make scrolling seamless -->
<h4 class="inline-block mr-11 hover:text-customGreen hover:duration-700 transition">
Tailored Packages
</h4>
<h4 class="inline-block mr-11 hover:text-customGreen hover:duration-700 transition">
Hassle-Free Travel
</h4>
<h4 class="inline-block mr-11 hover:text-customGreen hover:duration-700 transition">
Competitive Rates
</h4>
<h4 class="inline-block mr-11 hover:text-customGreen hover:duration-700 transition">
Reliable Vehicles
</h4>
<h4 class="inline-block mr-11 hover:text-customGreen hover:duration-700 transition">
Memorable Experiences
</h4>
</div>
</div>
<!-- Horizontal Text Scroll END -->
<!-- Blog Start -->
<section class="min-h-screen bg-slate-50 " >
<div class="container py-20 mx-auto md:px-6 px-5 font-Montserrat text-customBlue ">
<article class="mb-32 ">
<div class="mb-6 flex items-center font-bold text-customGreen">
<div >
<span > Published On <time datetime="2024-01-25">January 25, 2024</time> </span>
</div>
</div>
<div class="space-y-2 ">
<h1 class="mb-6 text-2xl font-bold text-customBlue">
Simplify Your Corporate Travel: Choosing the Right Car Rental Service
</h1>
<p class="text-customBlue text-justify">
Welcome to MR Tour & Travel, your partner in making corporate travel seamless and memorable. In this blog, let's embark on a journey to explore how our tailored car rental services elevate your business travel experience. At MR Tour & Travel, we understand the unique demands of business professionals, and our meticulously curated services are designed to cater to your specific needs. From executive fleets to convenient packages, our goal is to ensure your journey is not just a commute but a statement. Read on to discover why choosing the right car rental service with MR Tour & Travel is a game-changer for your business travel needs.
</p>
<!-- 1 -->
<h2 class="font-bold text-lg text-customGreen pt-3">1. On-the-Go Convenience
</h2>
<p >
</p>
<p> Experience hassle-free booking that not only makes your journey enjoyable but also productive. Our user-friendly booking process ensures that you can focus on what matters while we take care of the logistics.</p>
<!-- 2 -->
<h2 class="font-bold text-lg text-customGreen pt-3">2. Time-Efficient Travel
</h2>
<p >In the fast-paced corporate world, time is of the essence. Opting for the right car rental service ensures prompt and efficient travel, allowing you to allocate your valuable time to critical business priorities.</p>
<!-- 3 -->
<h2 class="font-bold text-lg text-customGreen pt-3">3. Premium Executive Fleets
</h2>
<p >
Enhance your corporate presence with our premium car selection. Enjoy arriving at your business meetings or events with sophistication, leaving a positive and lasting impression on your business associates.
</p>
<!-- 4 -->
<h2 class="font-bold text-lg text-customGreen pt-3">4. Convenience and Comfort
</h2>
<p >Corporate travel can be demanding, but our services prioritize your comfort and convenience. Enjoy a stress-free journey to your destination, arriving refreshed and ready to conquer your business objectives.
</p>
<p class="font-bold pt-6 leading-relaxed text-justify">
Whether it's a crucial business meeting or a corporate event, MR Tour & Travel is your trusted partner for all your business travel needs. Choose us for a reliable, comfortable, and stylish journey that complements your corporate lifestyle. Book your corporate travel with MR Tour & Travel and experience the difference! </p>
</div>
</article>
</div>
</section>
<!-- Blog End -->
<!-- CTA Section -->
<section class="bg-customGreen font-Montserrat text-white py-12 px-2">
<div class="container mx-auto text-center">
<h2 class="md:text-4xl text-2xl font-bold mb-4">Ready to Experience Hassle-Free Travel?</h2>
<p class="text-lg mb-8 font-bold">Book your ride with MR Tour & Travel today and embark on a comfortable journey!</p>
<a href="/index.html#book" class=" py-2 px-6 inline-flex text-base bg-white rounded-lg text-customGreen transition ease-in-out duration-300 md:border-0 hover:scale-105 font-Montserrat font-bold active:scale-95 hover:shadow-lg hover:shadow-slate-800 active:duration-150">Book Now</a>
</div>
</section>
<!-- Foootar -->
<div id="footer-placeholder"></div>
</body>
</html>