39 lines
2.3 KiB
JavaScript
39 lines
2.3 KiB
JavaScript
import { CloudArrowUpIcon, LockClosedIcon, ServerIcon, SparklesIcon } from '@heroicons/react/20/solid'
|
|
import { P, H2, H3, H4, PS, PXS, PXXS } from '@/components/text'
|
|
|
|
export default function Story() {
|
|
return (
|
|
<div className="overflow-hidden bg-transparent pb-0 pt-12 lg:pt-0">
|
|
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
|
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
|
|
<div className="flex items-start justify-end lg:justify-start lg:order-first">
|
|
<img
|
|
alt="New Features"
|
|
src="/images/story1.jpg"
|
|
className="w-full max-w-[40rem] shadow-xl ring-1 ring-gray-400/10 object-cover"
|
|
style={{ maxWidth: '40rem', height: 'auto' }}
|
|
/>
|
|
</div>
|
|
<div className="lg:ml-auto lg:pl-4 lg:pt-0">
|
|
<div className="lg:max-w-lg">
|
|
<H2>Our Story</H2>
|
|
<PXS className="mt-6">
|
|
THE TALE OF SACRED ENERGIES OF THE NILE
|
|
</PXS>
|
|
<PXS className="mt-6">
|
|
Our founders, Isabelle Peeters and Kristof De Spiegeleer fell in love with the Nile and envisioned creating authentic, zen, art dahabeya to feel and experience in a unique way the mystical and the deep wisdom of the Nile.
|
|
</PXS>
|
|
<PXS className="mt-6">
|
|
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.
|
|
</PXS>
|
|
<PXS className="mt-6">
|
|
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.
|
|
</PXS>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
)
|
|
}
|