diff --git a/src/components/Header.jsx b/src/components/Header.jsx
index 3dcc907..e6ec0d4 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-darksand',
+ 'bg-bg-sand',
{
'fixed top-0 left-0 right-0 z-50': isStoryPage,
}
diff --git a/src/components/Hero3.jsx b/src/components/Hero3.jsx
index bcfaa67..c981999 100644
--- a/src/components/Hero3.jsx
+++ b/src/components/Hero3.jsx
@@ -31,7 +31,7 @@ export function Hero3() {
{/* Content */}
-
+
Our Story
THE TALE OF SACRED ENERGIES OF THE NILE
@@ -40,14 +40,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 8e04516..eb21b18 100644
--- a/src/components/Hero4.jsx
+++ b/src/components/Hero4.jsx
@@ -28,20 +28,13 @@ export function Hero4() {
-
+
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 30cedd2..acbff5c 100644
--- a/src/components/Hero5.jsx
+++ b/src/components/Hero5.jsx
@@ -19,7 +19,7 @@ export function Hero5() {
-
+
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?
diff --git a/src/components/StorySticky.jsx b/src/components/StorySticky.jsx
index ba9200f..3ee2ef1 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}
{/* Desktop: 2-col layout with sticky media */}
-
+
{/* Sticky left media */}
-
+
{sections.map((s, i) => (
) : (
-
+
)}
@@ -90,8 +90,10 @@ export default function StorySticky({ children }) {
{/* Right column = the original heroes (but with their own media hidden via lg:hidden) */}
-
diff --git a/src/components/Team.jsx b/src/components/Team.jsx
index b4608bf..4e2e6e1 100644
--- a/src/components/Team.jsx
+++ b/src/components/Team.jsx
@@ -29,14 +29,14 @@ const people = [
export default function Team() {
return (
-
+
{/* Dark overlay for better text readability */}
-
+
-
Our People
-
+ Our People
+
We are a dynamic family of individuals from diverse cultural backgrounds and varied expertise, united by our passion in spirituality and dedication delivering heartfelt and authentic Nile experiences for our guests.
@@ -48,13 +48,13 @@ const people = [
-
{person.name}
+ {person.name}
-
{person.role}
-
{person.bio}
-
{person.bio2}
-
{person.bio3}
+
{person.role}
+
{person.bio}
+
{person.bio2}
+
{person.bio3}
))}