diff --git a/content/contactus/index.md b/content/contactus/index.md
index 4e4011d..5733a57 100644
--- a/content/contactus/index.md
+++ b/content/contactus/index.md
@@ -9,19 +9,25 @@ weight: 7
-{% row(style="center" bgColor="#EEEBE4" padding="bottom" margin="narrow") %}
+{% row(style="center" bgColor="#EEEBE4" padding="bottom" bgStyle="full" margin="narrow") %}
+
+
+
+
We are here to assist you with any inquiries, reservations, or special requests. Reach out to our friendly team and let us help you plan your dream getaway or event at our enchanting resort in Zanzibar.
-Indulge in delectable flavors and breathtaking ocean views at our restaurant, where every bite is a symphony of taste. Unwind at the bar, sipping on refreshing cocktails and soaking in the sun's warmth. With a fusion of delectable cuisine and an idyllic ambiance, Jungle Paradise invites you to savor moments of pure culinary bliss.
-Immerse yourself in the rich tapestry of history while surrounded by lush landscapes. From the captivating ruins to the soothing sounds of the ocean, every moment at Jungle Paradise is an invitation to connect with the essence of the past and embrace the serenity of the present.
-At Jungle Paradise, we take pride in offering a variety of exquisite suites to suit every type of guest and occasion. Whether you are traveling solo, as a couple, with family, or for a special gathering, our Junior King, Senior King, and Executive King Suites provide the perfect sanctuary for your stay. Elevate your stay at Jungle Paradise with exceptional comfort, stylish decors, and serene atmosphere of our suites.
-Jungle Paradise Resort stands as a guardian of history, cradling the illustrious Mbweni Ruins within its embrace. These ruins hold the echoes of a bygone era, once home to the Mbweni School for Girls, a testament to Zanzibar's colonial past. The weathered stones whisper tales of education, culture, and the confluence of East and West.
@@ -48,6 +54,8 @@ As our resort rests upon this sacred ground, we invite you to tread upon the pat

+
+
## Nature's Splendor: The Serenity of Botanical Beauty
Nestled within the embrace of Mbweni's Botanical Garden, a haven of natural wonders awaits. This meticulously curated sanctuary showcases a breathtaking array of plant species, both endemic and exotic. Each step unveils a new tapestry of colors and textures, where vibrant blossoms and lush foliage intermingle harmoniously.
@@ -62,6 +70,8 @@ Immerse yourself in the gentle rustling of leaves, the delicate scents of flower

+
+
## Meet Our Stellar Team: The Heartbeat of Hospitality
Behind every cherished memory at Jungle Paradise, our team embodies the essence of genuine warmth and unwavering professionalism. Comprising Zanzibar locals and Tanzanians, they are more than mere staff; they are the living embodiment of our resort's spirit. Unique threads of the vibrant tapestry of your stay, who ensure that every moment becomes a treasure.
@@ -76,7 +86,7 @@ By choosing Jungle Paradise, you're not merely indulging in a getaway – you're

-
+
diff --git a/css/index.css b/css/index.css
index c2e21a9..02026ca 100644
--- a/css/index.css
+++ b/css/index.css
@@ -168,7 +168,7 @@ p {
@apply font-medium;
}
h3 {
- @apply text-xl lg:text-3xl font-normal my-4;
+ @apply text-xl lg:text-2xl font-normal my-4;
font-family: 'Cormorant Infant', serif;
line-height: 1.2;
color: #ffffff;
@@ -204,7 +204,7 @@ p {
font-bold
px-8
py-1
- my-4
+ my-6
border-2
shadow
}
@@ -492,5 +492,8 @@ header {
padding: 80px 0;
}
+ p {
+ font-size:1.1rem;
+ }
}
diff --git a/tailwindcss b/tailwindcss
index e625b2b..b7bfea6 100755
Binary files a/tailwindcss and b/tailwindcss differ
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html
index de8b3f2..555202a 100644
--- a/templates/shortcodes/row.html
+++ b/templates/shortcodes/row.html
@@ -44,7 +44,7 @@ Parameters:
{% set row_class = row_class ~ " lg:items-center" %}
{% endif %}
-{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 w-full" %}
+{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 lg:mx-4" %}
{% set row_id = '' %}
@@ -67,15 +67,15 @@ Parameters:
-{% set padding_class = " py-8 md:py-8 lg:py-28" %}
+{% set padding_class = " py-8 md:py-8 lg:py-20" %}
{% if padding %}
{% if "none" in padding %}
{% set padding_class = " py-0" %}
{% elif "top" in padding %}
- {% set padding_class = " py-2 md:py-4 lg:pt-28" %}
+ {% set padding_class = " py-2 md:py-4 lg:pt-20" %}
{% elif "bottom" in padding %}
- {% set padding_class = "lg:pb-0 lg:pb-28" %}
+ {% set padding_class = "lg:pb-0 lg:pb-20" %}
{% endif %}
{% endif %}