add relax page

This commit is contained in:
samaradel 2023-08-14 14:29:54 +03:00
parent 769046a967
commit 5d0dbb1ac2
7 changed files with 68 additions and 2 deletions

View File

@ -3,7 +3,7 @@ title: "Experiences"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
draft: true
weight: 5
---

View File

@ -3,7 +3,7 @@ title: "Health & Wellness"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
draft: true
weight: 4
---

BIN
content/relax/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 KiB

66
content/relax/index.md Normal file
View File

@ -0,0 +1,66 @@
---
title: "Relax"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 5
---
<!-- section 1 (header) -->
{% row(style="center" bgColor="#EEEBE4" padding="bottom" margin="narrow") %}
<div class="container mx-auto">
![Image](./img/relax_header.png#mx-auto)
## Rejuvenate Your Mind, Body, and Soul
### Discover Tranquility at Jungle Paradise's Natura Spa Retreat
<p class="max-w-6xl mx-auto"> Experience blissful relaxation in the tranquil heart of Mbweni Ruins as our skilled therapists pamper you with an array of rejuvenating treatments. From soothing massages and invigorating scrubs to revitalizing facials and expert manicures and pedicures, our spa menu is designed to cater to your every need.</p>
<br />
**Our Spa is open daily from 10:00 - 18:00**
<br />
<button><a href="mailto:info@jungleparadise.tf" target="_blank">Book Spa Day</a></button>
</div>
{% end %}
<!-- section 2 -->
<div class="myColor">
<div class="container mx-auto">
{% row(style="center" padding="both" margin="wide") %}
![Image](./img/spa_menu.png#mx-auto)
{% end %}
</div>
</div>
<!-- section 3 -->
{% row(style="center"padding="none" margin="none") %}
![Image](./img/relax_bottom.png#fill)
<br>
<button class="mb-8"><a href="mailto:info@jungleparadise.tf" target="_blank">Book Your Stay</a></button>
{% end %}
<style>
p {
margin: 0px;
}
</style>