generated from koldovsky/htmx-template-autocheck
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontacts.faq-cards.partial.html
More file actions
70 lines (70 loc) · 2.85 KB
/
contacts.faq-cards.partial.html
File metadata and controls
70 lines (70 loc) · 2.85 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
<div class="contacts__cards-background-container">
<div class="contacts__cards-container container">
<div class="contacts__card">
<h3 class="card__title">
What Types of Accommodations does Hidden Heaven Offer?
</h3>
<img class="card__divider" src="img/contacts/line.svg" alt="---" />
<div class="card__description">
We offer a variety of unique accommodations, including geodesic domes,
wood cabins, glamping tents, and retro luxury tents, providing options
for every type of traveler.
</div>
</div>
<div class="contacts__card">
<h3 class="card__title">
Are Any Pets Allowed at Hidden Heaven Glamping? Is It Free?
</h3>
<img class="card__divider" src="img/contacts/line.svg" alt="---" />
<div class="card__description">
Yes, we welcome well-behaved pets at Hidden Heaven Glamping. We
understand that pets are part of the family and offer accommodations
that cater to their needs as well.
</div>
</div>
<div class="contacts__card">
<h3 class="card__title">
What Amenities Are Included in the Accommodations?
</h3>
<img class="card__divider" src="img/contacts/line.svg" alt="---" />
<div class="card__description">
Our accommodations come equipped with essential amenities such as
comfortable beds, electricity, heating, bathrooms, and often private
outdoor seating areas.
</div>
</div>
<div class="contacts__card">
<h3 class="card__title">
Is There Electricity and Wi-Fi Available at the Glamping Site?
</h3>
<img class="card__divider" src="img/contacts/line.svg" alt="---" />
<div class="card__description">
Yes, Hidden Heaven Glamping provides electricity and Wi-Fi access to
ensure guests can stay connected during their stay while still enjoying
the beauty of nature.
</div>
</div>
<div class="contacts__card">
<h3 class="card__title">
What Outdoor Activities Are Available Near Hidden Heaven Glamping?
</h3>
<img class="card__divider" src="img/contacts/line.svg" alt="---" />
<div class="card__description">
Our glamping is surrounded by natural beauty, offering a wide range of
outdoor activities such as hiking, mountain biking, fishing, rafting,
and wildlife watching.
</div>
</div>
<div class="contacts__card">
<h3 class="card__title">
How Can I Make a Reservation at Hidden Heaven Glamping?
</h3>
<img class="card__divider" src="img/contacts/line.svg" alt="---" />
<div class="card__description">
Reservations can be made by contacting our team. Select your desired
dates and accommodations, and we'll handle the rest to ensure you have a
memorable experience.
</div>
</div>
</div>
</div>