-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathAboutUs.html
More file actions
147 lines (147 loc) · 7.03 KB
/
AboutUs.html
File metadata and controls
147 lines (147 loc) · 7.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AboutUs</title>
<link rel="stylesheet" href="src/css/project.css">
</head>
<body>
<section class="features-section" id="features-section">
<h2>About Travelobe</h2>
<div class="left">
<div class="description">
<h3>1. Personalized Itineraries</h3>
<p>
At Travelobe, we understand that every traveler is unique. That's
why we offer personalized itineraries that cater to your individual
preferences, whether you're seeking adventure, relaxation, or
cultural experiences. Our advanced algorithms and expert travel
consultants collaborate to craft a journey that aligns with your
interests and travel style. Whether you're planning a solo
backpacking trip or a family vacation, we ensure that each day is
filled with memorable experiences that suit you best. Say goodbye to
generic trips and hello to truly custom adventures!
</p>
</div>
<div class="photo">
<img src="src/assets/1.jpg" alt="Personalized Itineraries" />
</div>
</div>
<div class="right">
<div class="description">
<h3>2. Seamless Booking</h3>
<p>
Travelobe makes booking your next vacation a breeze. Our platform
integrates flights, hotels, tours, and transportation into a single,
seamless booking process. You no longer have to juggle multiple tabs
or sites to coordinate your trip. With a user-friendly interface,
you can complete your bookings in just a few clicks, ensuring that
your entire trip is planned from start to finish with minimal
hassle. We also offer multiple payment options, including
international currencies, making it easier for travelers around the
world to book with confidence. Plan, book, and relax!
</p>
</div>
<div class="photo">
<img src="src/assets/2.jpg" alt="Seamless Booking" />
</div>
</div>
<div class="left">
<div class="description">
<h3>3. Local Guides</h3>
<p>
With Travelobe, you’ll experience destinations like a local. We
connect you with knowledgeable, certified local guides who are
passionate about sharing the hidden gems and authentic culture of
their cities and towns. Whether you’re interested in history, food,
art, or adventure, our local guides will tailor the experience to
your interests. They know the best spots to eat, visit, and explore,
giving you insights that you won’t find in guidebooks. Plus, your
tours help support local economies, ensuring that your travels
benefit the communities you visit.
</p>
</div>
<div class="photo">
<img src="src/assets/3.jpg" alt="Local Guides" />
</div>
</div>
<div class="right">
<div class="description">
<h3>4. 24/7 Customer Support</h3>
<p>
Travel doesn’t always go as planned, which is why Travelobe provides
24/7 customer support to assist you wherever and whenever you need.
Whether you're dealing with flight delays, lost luggage, or
unexpected changes to your itinerary, our support team is just a
call or chat away. With dedicated agents who speak multiple
languages and have in-depth knowledge of travel logistics, we ensure
that you never feel stranded or stressed. From minor inquiries to
urgent issues, we’re here to resolve problems quickly so you can
enjoy your trip with peace of mind.
</p>
</div>
<div class="photo">
<img src="src/assets/4.jpg" alt="24/7 Customer Support" />
</div>
</div>
<div class="left">
<div class="description">
<h3>5. Travel Insurance</h3>
<p>
Safety and security are top priorities when you travel, and with
Travelobe's comprehensive travel insurance, you can explore the
world without worry. Our insurance covers a wide range of unforeseen
events, from medical emergencies and trip cancellations to lost
baggage and natural disasters. Whether you're traveling domestically
or internationally, our flexible insurance plans ensure that you're
protected against the unexpected. So no matter where your journey
takes you, you can rest easy knowing you're covered for any bumps
along the way.
</p>
</div>
<div class="photo">
<img src="src/assets/5.jpg" alt="Travel Insurance" />
</div>
</div>
<div class="right">
<div class="description">
<h3>6. User-Friendly Mobile App</h3>
<p>
Stay connected to your travel plans with Travelobe’s easy-to-use
mobile app. Designed for travelers on the go, our app allows you to
manage your bookings, track your flights, and access your itinerary
all in one place. It features real-time updates, notifications, and
local recommendations tailored to your destination. You can even
store e-tickets and boarding passes, making your travel experience
paperless and hassle-free. Whether you’re on a flight or exploring a
new city, Travelobe’s app ensures you have everything you need right
at your fingertips.
</p>
</div>
<div class="photo">
<img src="src/assets/6.jpg" alt="Mobile App" />
</div>
</div>
<div class="left">
<div class="description">
<h3>7. Exclusive Discounts</h3>
<p>
Travelobe partners with top travel service providers to bring you
exclusive deals and discounts. As a Travelobe user, you’ll gain
access to limited-time offers on flights, hotels, car rentals, and
vacation packages. Our partnerships allow us to provide discounts
you won’t find anywhere else, ensuring that you get the best value
for your money. Whether you're booking a luxury escape or a
budget-friendly trip, Travelobe’s discounts help you stretch your
travel budget further, giving you more opportunities to explore the
world without breaking the bank.
</p>
</div>
<div class="photo">
<img src="src/assets/7.jpg" alt="Exclusive Discounts" />
</div>
</div>
</section>
</body>
</html>