'use client' import { Button } from '@/components/Button' import { H1, H2, H3, H4, P, PS, PXS, PXXS } from '@/components/text' import { ChevronDownIcon } from '@heroicons/react/24/outline' export function Hero4() { const scrollDown = () => { const el = document.getElementById('section-3'); if (!el) return; const offset = 88; const y = el.getBoundingClientRect().top + window.scrollY - offset; window.scrollTo({ top: y, behavior: 'smooth' }); } return (
Hero Story Background
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.
) }