-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaqs.html
More file actions
151 lines (139 loc) · 6.18 KB
/
faqs.html
File metadata and controls
151 lines (139 loc) · 6.18 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
148
149
150
151
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="description"
content="Find answers to frequently asked questions about our moving services. Learn how to book a move, prepare for your relocation, and discover our packing, pricing, and storage options. Get the information you need for a smooth moving experience."
/>
<meta
name="keywords"
description="move, it, web, application, professional, relocation, service, customer"
/>
</head>
<body style="display: none">
<noscript
>Experience everything we have to offer by enabling JavaScript.</noscript
>
<header id="navigationBarContainer"></header>
<main>
<div class="mt-5 text-center">
<!--prettier-ignore-->
<h1 class="display-4 fw-bold text-body-emphasis center typing">FAQs</h1>
<h2 class="display-6">Answers to Your Moving Questions</h2>
</div>
<div class="container pb-5">
<section>
<div class="text-center">
<img
alt="FAQs"
title="View the answers for the most frequently asked questions"
src="assets/faqs.jpg"
class="img-fluid w-50 border rounded-3 shadow-lg my-4 no-zoom"
id="pricing"
loading="lazy"
/>
</div>
<p class="lead text-center mt-4 mb-5">
Find the answers for the most frequently asked questions below.
</p>
<div class="row">
<div class="col-md-6 col-lg-4 mb-4 feature">
<h6 class="mb-3 text-primary">
<i class="far fa-paper-plane text-primary pe-2"></i>How do I
book a move with your company?
</h6>
<p>
Booking a move with us is easy. You can
<a href="contact.html">contact our customer service team</a>.
We'll ask for some basic information about your move, such as
the size of your home, the destination, and any special
requirements. We'll then provide a quote and schedule your move
at a convenient time.
</p>
</div>
<div class="col-md-6 col-lg-4 mb-4 feature">
<h6 class="mb-3 text-primary">
<i class="fas fa-user text-primary pe-2"></i>How do I prepare
for my move?
</h6>
<p>
To prepare for your move, we recommend starting by decluttering
and getting rid of items you no longer need. Pack an essentials
box with items you'll need on moving day. Schedule your move
with us in advance to ensure availability. Any furniture that
needs to be disassembled will be taken care of by our team. All
boxes will be clearly labeled.
</p>
</div>
<div class="col-md-6 col-lg-4 mb-4 feature">
<h6 class="mb-3 text-primary">
<i class="fas fa-home text-primary pe-2"></i>Do you provide
packing services?
</h6>
<p>
Yes, we offer full-service packing and unpacking services. Our
experienced packers will carefully wrap and pack all your
belongings, ensuring they are protected during the move. We can
also unpack and set up your new home, so you can start settling
in right away.
</p>
</div>
<div class="col-md-6 col-lg-4 mb-4 feature">
<h6 class="mb-3 text-primary">
<i class="fas fa-rocket text-primary pe-2"></i>How much does a
move cost?
</h6>
<p>
The cost of a move can vary depending on several factors, such
as the type of the service, the distance of the move, the size
of the property, and any discounts or promotions. We offer
transparent pricing with no hidden fees. You can get a free,
no-obligation quote by
<a href="contact.html">contacting us</a> or visiting our
<a href="pricing.html">pricing page</a>.
</p>
</div>
<div class="col-md-6 col-lg-4 mb-4 feature">
<h6 class="mb-3 text-primary">
<i class="fas fa-pen-alt text-primary pe-2"></i>Do you offer any
discounts or promotions?
</h6>
<p>
Yes, we offer a variety of discounts and promotions to help make
your move more affordable. Our offerings include seasonal
promotions, referral discounts, and special rates for first-time
customers. Please be sure to ask our team about any ongoing
promotions or special offers when you're getting a quote.
</p>
</div>
<div class="col-md-6 col-lg-4 mb-4 feature">
<h6 class="mb-3 text-primary">
<i class="fas fa-book-open text-primary pe-2"></i>Do you offer
storage services?
</h6>
<p>
Yes, we offer secure storage solutions for both residential and
commercial clients. Our climate-controlled storage facilities
are monitored 24/7 and equipped with advanced security systems.
You can store your items for as long as you need, and we can
even provide packing and transportation services to and from the
storage facility.
</p>
</div>
</div>
</section>
</div>
<section id="print"></section>
</main>
<footer id="footerContainer"></footer>
<script src="scripts/components-min.js"></script>
<script src="scripts/theme-min.js"></script>
<script src="scripts/typing-min.js"></script>
<script src="scripts/slide-animation-min.js"></script>
<script src="scripts/chat-min.js"></script>
<script src="scripts/p-1-line-indent-min.js"></script>
<script src="scripts/meta-tags-min.js"></script>
<script src="scripts/headings.js"></script>
</body>
</html>