diff --git a/src/components/Header.jsx b/src/components/Header.jsx
index e6ec0d4..3dcc907 100644
--- a/src/components/Header.jsx
+++ b/src/components/Header.jsx
@@ -84,7 +84,7 @@ export function Header() {
const isStoryPage = pathname === '/story'
const headerClasses = clsx(
- 'bg-bg-sand',
+ 'bg-darksand',
{
'fixed top-0 left-0 right-0 z-50': isStoryPage,
}
diff --git a/src/components/Hero3.jsx b/src/components/Hero3.jsx
index d617473..b85ec93 100644
--- a/src/components/Hero3.jsx
+++ b/src/components/Hero3.jsx
@@ -28,11 +28,11 @@ export function Hero3() {
/>
{/* Black Overlay (mobile only) */}
-
+
{/* Content */}
-
+
Our Story
THE TALE OF SACRED ENERGIES OF THE NILE
@@ -41,14 +41,6 @@ export function Hero3() {
Their dream was to offer a sanctuary for the body, mind, and soul, a safe space to open yourself to new experiences, and allow the sacredness of the Nile to flow through you, to step back in the past, to align with the now helping you to reconnect with your true essence. A sanctuary for the body, mind, and soul, a safe space.
-
- {/* Chevron Down Button */}
-
-
-
diff --git a/src/components/Hero4.jsx b/src/components/Hero4.jsx
index b68f833..3de8836 100644
--- a/src/components/Hero4.jsx
+++ b/src/components/Hero4.jsx
@@ -26,23 +26,16 @@ export function Hero4() {
className="w-full h-auto object-cover block relative z-0 lg:hidden"
/>
-
+
-
+
We are unique in the market as the cruises are designed to provide for a private, personalised and wellness experience on the River Nile. Families, communities or dedicated groups up to sixty people can sail the Nile together discovering her hidden treasures. The Nile is a powerful natural energy source, and the boats are designed to help you align with its frequencies to feel the magic carried by sacred waters of the Nile.
-
+
Frequencies are the new currency. Our mission is to help you recognize and align with different frequencies, creating a deeply fulfilling life in tune with your soul's gifts. Self-knowledge and self-mastery are the keys to fully opening your heart. By understanding and resonating with these frequencies, you can achieve a life of harmony and fulfillment.
-
-
-
-
diff --git a/src/components/Hero5.jsx b/src/components/Hero5.jsx
index 38e22d0..fa8ce9c 100644
--- a/src/components/Hero5.jsx
+++ b/src/components/Hero5.jsx
@@ -19,14 +19,14 @@ export function Hero5() {
className="w-full h-auto object-cover block relative z-0 lg:hidden"
/>
-
+
-
+
Are you ready to step out of your comfort zone and embrace these changes? Can you let the new energies flow through you and break free from outdated programs to welcome new wisdom?
-
+
Together, let us open new gates of consciousness and expand the flow of unconditional love. The magical energy of the Nile is ready to flow through us, uniting us in a heartbeat. Home is calling you, inviting you to a journey of inner discovery and profound connection.
With Love,
diff --git a/src/components/StorySticky.jsx b/src/components/StorySticky.jsx
index 9244a26..64dc124 100644
--- a/src/components/StorySticky.jsx
+++ b/src/components/StorySticky.jsx
@@ -50,15 +50,15 @@ export default function StorySticky({ children }) {
}, [children]);
return (
-
+
{/* Mobile: render as-is */}
- {children}
+ {children}
- {/* Desktop: 2-col layout with sticky media */}
-
- {/* Sticky left media */}
-
-
+ {/* Desktop: Full-width layout with sticky media */}
+
+ {/* Sticky left media - extends to left edge */}
+
+
{sections.map((s, i) => (
) : (
-
+
)}
@@ -89,9 +89,11 @@ export default function StorySticky({ children }) {
- {/* Right column = the original heroes (but with their own media hidden via lg:hidden) */}
-
- {children}
+ {/* Right column = the original heroes with proper container */}
+