From e859c122cbc86a00ac60a5a96cc5ff9c166a52b6 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 1 Sep 2025 16:00:11 +0200 Subject: [PATCH] test --- src/components/Hero3.jsx | 2 +- src/components/Hero4.jsx | 2 +- src/components/Team.jsx | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Hero3.jsx b/src/components/Hero3.jsx index 8f93439..a9c4555 100644 --- a/src/components/Hero3.jsx +++ b/src/components/Hero3.jsx @@ -17,7 +17,7 @@ export function Hero3() { id="section-1" data-story-section data-image="/images/hero_story1.jpg" - className="relative w-full overflow-hidden h-[60vh] lg:h-auto mt-0" + className="relative w-full overflow-hidden h-screen lg:h-auto mt-0" > {/* Background Image - stays for mobile, hidden on lg (sticky column takes over) */}

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.
@@ -51,10 +51,10 @@ const people = [

{person.name}

- {person.role} - {person.bio} - {person.bio2} - {person.bio3} + {person.role} + {person.bio} + {person.bio2} + {person.bio3}
))}