replace
This commit is contained in:
@@ -34,7 +34,7 @@ const posts = [
|
||||
<div className="bg-creme-200 py-12 lg:py-12">
|
||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||
<div className="mx-auto max-w-2xl text-center">
|
||||
<p className="mt-2 text-xl/5 leading-8 text-gray-600 italic font-semibold">
|
||||
<p className="mt-2 text-xl/5 leading-8 text-gray-200 italic font-semibold">
|
||||
Mind, Body, and Soul: For a Deeper Connection.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -119,7 +119,7 @@ function TestimonialCard({
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p className="mt-2 lg:text-base text-sm text-gray-600 leading-6">
|
||||
<p className="mt-2 lg:text-base text-sm text-gray-200 leading-6">
|
||||
{subtitle}
|
||||
</p>
|
||||
|
||||
|
@@ -62,7 +62,7 @@ export default function Boats() {
|
||||
<div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
|
||||
<div className="mx-auto max-w-2xl lg:mx-0">
|
||||
<h2 className="text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl">Our team</h2>
|
||||
<p className="mt-6 text-lg leading-8 text-gray-600">
|
||||
<p className="mt-6 text-lg leading-8 text-gray-200">
|
||||
We’re a dynamic group of individuals who are passionate about what we do and dedicated to delivering the
|
||||
best results for our clients.
|
||||
</p>
|
||||
@@ -82,7 +82,7 @@ export default function Boats() {
|
||||
/>
|
||||
</div>
|
||||
<h3 className="mt-6 text-lg font-semibold leading-8 text-gray-800">{person.name}</h3>
|
||||
<ul className="mt-4 text-base leading-7 text-gray-600 list-disc pl-5 space-y-1">
|
||||
<ul className="mt-4 text-base leading-7 text-gray-200 list-disc pl-5 space-y-1">
|
||||
{person.bio.map((item, index) => (
|
||||
<li key={index}>{item}</li>
|
||||
))}
|
||||
|
@@ -49,10 +49,10 @@ export function ContactHero() {
|
||||
<h2 className="text-4xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl">
|
||||
Get in Touch
|
||||
</h2>
|
||||
<p className="mt-6 text-lg/8 text-gray-600">
|
||||
<p className="mt-6 text-lg/8 text-gray-200">
|
||||
At VEDA, we welcome your questions, ideas, and collaborations. Whether you’re curious about our retreats, interested in hosting a private gathering, or exploring partnership opportunities, we’re here to connect. Reach out to us today and let’s create transformative experiences along the timeless Nile.
|
||||
</p>
|
||||
<dl className="mt-10 space-y-4 text-base/7 text-gray-600">
|
||||
<dl className="mt-10 space-y-4 text-base/7 text-gray-200">
|
||||
<div className="flex gap-x-4">
|
||||
<dt className="flex-none">
|
||||
<span className="sr-only">Email</span>
|
||||
|
@@ -12,7 +12,7 @@ export default function Example() {
|
||||
<p className="mt-2 text-xl leading-12 text-gray-300">
|
||||
Embark on a Transformative Journey Along the Nile
|
||||
</p>
|
||||
<p className="mt-6 max-w-3xl text-lg leading-8 text-gray-600">
|
||||
<p className="mt-6 max-w-3xl text-lg leading-8 text-gray-200">
|
||||
Discover the heart of Egypt on our specially designed dahabiyas, crafted to elevate your energy and frequency through unique experiences. These elegant vessels are perfect for spiritual work and mystical exploration, offering a harmonious setting to connect with the essence of the Nile. Drift past ancient wonders and immerse yourself in the tranquil rhythm of the river, embarking on a journey of self-discovery and rejuvenation.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -44,7 +44,7 @@ export default function NewFeatures() {
|
||||
</div>
|
||||
<div className="lg:ml-auto lg:pl-4 lg:pt-0">
|
||||
<div className="lg:max-w-lg">
|
||||
<dl className="lg:mt-10 mt-0 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none">
|
||||
<dl className="lg:mt-10 mt-0 max-w-xl space-y-8 text-base leading-7 text-gray-200 lg:max-w-none">
|
||||
{features.map((feature) => (
|
||||
<div key={feature.name} className="relative pl-9">
|
||||
<dt className="inline font-semibold lg:text-xl text-lg text-darkgr-900">
|
||||
|
@@ -28,7 +28,7 @@ export default function NewFeatures2() {
|
||||
<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="lg:order-first">
|
||||
<div className="lg:max-w-lg">
|
||||
<dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none">
|
||||
<dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-200 lg:max-w-none">
|
||||
{features.map((feature) => (
|
||||
<div key={feature.name} className="relative pl-9">
|
||||
<dt className="inline font-semibold lg:text-xl text-lg text-darkgr-900">
|
||||
|
@@ -268,7 +268,7 @@ export function SecondaryFeatures() {
|
||||
<h2 className="font-display mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl">
|
||||
VEDA DAHABIYAS
|
||||
</h2>
|
||||
<p className="mt-6 max-w-3xl text-lg leading-8 text-gray-600">
|
||||
<p className="mt-6 max-w-3xl text-lg leading-8 text-gray-200">
|
||||
Discover peaceful platforms where every detail ensures a truly memorable stay.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -20,7 +20,7 @@ export default function NewFeatures() {
|
||||
<div className="lg:ml-auto lg:pl-4 lg:pt-0">
|
||||
<div className="lg:max-w-lg">
|
||||
<p className="mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl">OUR STORY</p>
|
||||
<p className="mt-4 text-xl leading-8 tracking-wide ITALIC font-normal text-gray-600">
|
||||
<p className="mt-4 text-xl leading-8 tracking-wide ITALIC font-normal text-gray-200">
|
||||
THE TALE OF SACRED ENERGIES OF THE NILE
|
||||
</p>
|
||||
<p className="mt-6 text-lg leading-7 font-light text-gray-500">
|
||||
|
@@ -13,7 +13,7 @@ export default function NewFeatures2() {
|
||||
<p className="mt-4 text-lg leading-7 font-light text-gray-500">
|
||||
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.
|
||||
</p>
|
||||
<p className="mt-4 text-lg leading-7 italic font-normal text-gray-600">
|
||||
<p className="mt-4 text-lg leading-7 italic font-normal text-gray-200">
|
||||
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?
|
||||
</p>
|
||||
<p className="mt-4 text-lg leading-7 font-light text-gray-500">
|
||||
|
@@ -32,7 +32,7 @@ const people = [
|
||||
<div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
|
||||
<div className="mx-auto max-w-2xl lg:mx-0">
|
||||
<h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">OUR PEOPLE</h2>
|
||||
<p className="mt-6 text-lg leading-8 text-gray-600">
|
||||
<p className="mt-6 text-lg leading-8 text-gray-200">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
@@ -44,10 +44,10 @@ const people = [
|
||||
<li key={person.name}>
|
||||
<img alt="" src={person.imageUrl} className="aspect-[4/4] w-full rounded-2xl object-cover" />
|
||||
<h3 className="mt-6 text-lg font-semibold leading-8 text-gray-900">{person.name}</h3>
|
||||
<p className="text-base leading-7 text-gray-600">{person.role}</p>
|
||||
<p className="mt-4 text-base leading-7 text-gray-600">{person.bio}</p>
|
||||
<p className="mt-2 text-base leading-7 text-gray-600">{person.bio2}</p>
|
||||
<p className="mt-2 text-base leading-7 text-gray-600">{person.bio3}</p>
|
||||
<p className="text-base leading-7 text-gray-200">{person.role}</p>
|
||||
<p className="mt-4 text-base leading-7 text-gray-200">{person.bio}</p>
|
||||
<p className="mt-2 text-base leading-7 text-gray-200">{person.bio2}</p>
|
||||
<p className="mt-2 text-base leading-7 text-gray-200">{person.bio3}</p>
|
||||
<ul role="list" className="mt-6 flex gap-x-6">
|
||||
<li>
|
||||
<a href={person.Url} className="text-gray-400 hover:text-gray-500" target='_blank' rel="noopener noreferrer">
|
||||
|
@@ -26,7 +26,7 @@ const ThirdFeatures = () => {
|
||||
<h1 className="mt-24 text-4xl font-bold tracking-tight text-gray-800 sm:mt-10 sm:text-6xl">
|
||||
Data to enrich your online business
|
||||
</h1>
|
||||
<p className="mt-6 text-lg leading-8 text-gray-600">
|
||||
<p className="mt-6 text-lg leading-8 text-gray-200">
|
||||
Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet
|
||||
fugiat veniam occaecat fugiat aliqua.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user