ok
This commit is contained in:
@@ -154,22 +154,21 @@ export function Boat() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="pt-12 pb-24">
|
<div className="pt-24 pb-24">
|
||||||
<Container>
|
<Container>
|
||||||
<div ref={setReferenceWindowRef}>
|
<div ref={setReferenceWindowRef}>
|
||||||
<h2 className="text-base font-semibold leading-7 text-gold-600">OUR OFFERS</h2>
|
<h2 className="font-display mt-2 text-3xl font-semibold tracking-[-0.05em] text-[#1f4922] lg:text-4xl">
|
||||||
<h2 className="font-display mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl">
|
Dahabiyas
|
||||||
VEDA DAHABIYAS
|
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-6 max-w-3xl text-lg leading-8 text-gray-600">
|
<p className="mt-4 max-w-5xl text-2xl font-medium tracking-[-0.045em] lg:text-3xl text-[#1f4922]">
|
||||||
Discover peaceful platforms where every detail ensures a truly memorable stay. Our fleet of traditional dahabiyas combines authentic Nile heritage with modern comfort, offering intimate sailing experiences that connect you with Egypt's timeless river culture. Each vessel is carefully maintained and uniquely designed to provide the perfect setting for relaxation, reflection, and genuine connection with the magnificent Nile landscape.
|
Discover peaceful platforms where every detail ensures a truly memorable stay. Our fleet of traditional dahabiyas combines authentic Nile heritage with modern comfort, offering intimate sailing experiences that connect you with Egypt's timeless river culture.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
<div
|
<div
|
||||||
ref={scrollRef}
|
ref={scrollRef}
|
||||||
className={clsx([
|
className={clsx([
|
||||||
'mt-16 flex gap-8 pl-6 pr-6 lg:pl-8',
|
'mt-16 flex gap-8 pl-6 pr-6 lg:pl-8 ml-12',
|
||||||
'[scrollbar-width:none] [&::-webkit-scrollbar]:hidden',
|
'[scrollbar-width:none] [&::-webkit-scrollbar]:hidden',
|
||||||
'snap-x snap-mandatory overflow-x-auto overscroll-x-contain scroll-smooth',
|
'snap-x snap-mandatory overflow-x-auto overscroll-x-contain scroll-smooth',
|
||||||
'pb-8',
|
'pb-8',
|
||||||
|
@@ -6,7 +6,7 @@ export function Experiences() {
|
|||||||
Experiences
|
Experiences
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p className="mt-4 max-w-5xl text-2xl font-medium tracking-[-0.05em] text-[#1f4922] lg:text-3xl">
|
<p className="mt-4 max-w-5xl text-2xl font-medium tracking-[-0.045em] lg:text-3xl text-[#1f4922]">
|
||||||
From intimate community gatherings to professional retreats, VEDA offers transformative experiences on the Nile. Each space is thoughtfully designed to foster connection, creativity, and personal growth in an inspiring riverside setting.
|
From intimate community gatherings to professional retreats, VEDA offers transformative experiences on the Nile. Each space is thoughtfully designed to foster connection, creativity, and personal growth in an inspiring riverside setting.
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-8 lg:grid-rows-2">
|
<div className="mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-8 lg:grid-rows-2">
|
||||||
|
Reference in New Issue
Block a user