diff --git a/content/home/index.md b/content/home/index.md
index 37be818..59ccd93 100644
--- a/content/home/index.md
+++ b/content/home/index.md
@@ -7,6 +7,7 @@ draft: false
weight: 1
---
+
{% row(margin="header" bgPath="home_header.jpg" bgStyle="full") %}
@@ -19,14 +20,14 @@ Our world offers Digital Nomads truly amazing experiences in some
{% end %}
-
-
+
+
-{% row(style="center" margin="narrow" padding="bottom") %}
+{% row(style="center" margin="moderate" padding="both") %}
-
+
### **REGENERATION**
@@ -34,7 +35,7 @@ We offer endless services to heal the body, mind and soul
|||
-
+
### **CONNECTIONS**
@@ -42,7 +43,7 @@ Our locations are designed to provide intimacy and bring people together
|||
-
+
### **EXPERIENCE**
@@ -52,7 +53,7 @@ An enviroment that meets people’s personal and professional needs
-{% row(style="center" margin="narrow" padding="none") %}
+{% row(margin="moderate" padding="none") %}

@@ -68,7 +69,7 @@ Carefully chosen locations that offer an array of services and activities ready
-{% row(style="" margin="narrow" padding="top") %}
+{% row(style="" margin="moderate" padding="top") %}

@@ -92,7 +93,7 @@ Take advantage of a high-speed, sovereign and decentralized internet connection!
-{% row(style="" margin="narrow" padding="none") %}
+{% row(style="" margin="moderate" padding="none") %}

@@ -116,7 +117,7 @@ We created an environment which allows everyone to work together easily and effe
-{% row(style="" margin="narrow" padding="bottom") %}
+{% row(style="" margin="moderate" padding="bottom") %}

@@ -140,7 +141,7 @@ Enjoy all the cultural, natural, sports and networking evnts of the locations!
-{% row(style="center" margin="narrow" padding="none") %}
+{% row(style="rightreserve" reserve="rightreserve" margin="moderate" padding="both") %}
## REGENERATE YOURSELF
@@ -151,10 +152,12 @@ empowers the local community!
|||
-
+
{% end %}
+
+
{% row(style="center" margin="narrow" padding="top") %}
@@ -172,3 +175,4 @@ Begin your nomadic journey with us.
{% end %}
+
diff --git a/content/invest/index.md b/content/invest/index.md
index a0a9f1f..9721d7b 100644
--- a/content/invest/index.md
+++ b/content/invest/index.md
@@ -7,18 +7,26 @@ draft: false
weight: 2
---
+
+
+
+
+
+
{% row(style="center" bgColor="#FFFFFF" margin="moderate" padding="both") %}
# BECOME AN INVESTOR
-
+
-{% end %}
\ No newline at end of file
+{% end %}
+
+
\ No newline at end of file
diff --git a/content/locations/index.md b/content/locations/index.md
index 089c6e4..78919e9 100644
--- a/content/locations/index.md
+++ b/content/locations/index.md
@@ -7,9 +7,18 @@ draft: false
weight: 1
---
+
+
+
+
+
+
+
+
+
-{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
+{% row(bgColor="#FFFFFF" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
### JUNGLE PARADISE
@@ -31,13 +40,13 @@ This location in the capital is ideal for digital nomads as they have quick acce
|||
-
+
{% end %}
-{% row(bgColor="#F2F2F2" margin="moderate" padding="top" id="fflow_grid") %}
+{% row(bgColor="#F2F2F2" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
### FUN BEACH
HOTEL IN ZANZIBAR, TANZANIA
@@ -64,7 +73,7 @@ The top class restaurant offers breakfast, lunch and dinner in a range of cuisin
-{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
+{% row(bgColor="#FFFFFF" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
### NILE VEDA
BOATS IN LUXOR, EGYPT
@@ -88,7 +97,7 @@ Dahabiyas are traditional sailing boats used on the Nile river. This location in
-{% row(bgColor="#F2F2F2" margin="moderate" padding="top" id="fflow_grid") %}
+{% row(bgColor="#F2F2F2" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
### YENICE VALLEY
RESORT IN MUGLA, TURKEY
@@ -112,7 +121,7 @@ The concept of Yenice Valle grew from a love of traditional Turkish village life
-{% row(bgColor="#F2F2F2" margin="moderate" padding="top" id="fflow_grid") %}
+{% row(bgColor="#F2F2F2" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
### CITY OF PEACE
RESORT IN DAR ES SALAAM, TANZANIA
@@ -139,7 +148,7 @@ There are 32 hectares of built-up land in the plot, consisting of 10 bungalows w
-{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
+{% row(bgColor="#FFFFFF" reserve="rightreserve" margin="moderate" padding="top" id="fflow_grid") %}
### FARMS
MULTIPLE LANDS IN TANZANIA
@@ -156,4 +165,5 @@ Up to 50 hectares of land is planned to be acquired. Our team is still scouting

-{% end %}
\ No newline at end of file
+{% end %}
+
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html
index 0285595..34b2c44 100644
--- a/templates/shortcodes/row.html
+++ b/templates/shortcodes/row.html
@@ -74,6 +74,17 @@ Parameters:
{% set row_class = row_class ~ padding_class %}
+
+
+
+ {% if reverse %}
+ {% if "rightreserve" in reverse %}
+ {% set row_class = "flex flex-col-reverse md:flex-row items-center mx-8" %}
+ {% elif "leftreserve" in reverse %}
+ {% set row_class = "flex flex-col md:flex-row items-center mx-8" %}
+
+ {% endif %}
+ {% endif %}
@@ -121,6 +132,11 @@ Parameters:
{% set col_class = col_class ~ " flex-1 " %}
{% endif %}
+ {% if "right" in style %}
+ {% set row_class = row_class ~ " text-center lg:text-right md:text-right justify-center " %}
+ {% set col_class = col_class ~ " " %}
+ {% endif %}
+
{% if "items-end" in style %}
{% set row_class = row_class ~ " lg:items-end" %}
{% set col_class = col_class ~ " flex-1 " %}