From 99b5f667e0d51139c7cb54328c19444eebe50846 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 20 Aug 2025 02:16:49 +0200 Subject: [PATCH] 3 --- Caddyfile.simple | 11 ++++++ debug_server.sh | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ out/404.html | 2 +- out/index.html | 2 +- out/index.txt | 2 +- 5 files changed, 103 insertions(+), 3 deletions(-) create mode 100644 Caddyfile.simple create mode 100644 debug_server.sh diff --git a/Caddyfile.simple b/Caddyfile.simple new file mode 100644 index 0000000..3b65340 --- /dev/null +++ b/Caddyfile.simple @@ -0,0 +1,11 @@ +# Simple Caddyfile for VEDA static site +# Use this if the main Caddyfile doesn't work + +www2.veda-egypt.com { + root * /var/www/veda/out + + # Simple fallback approach + try_files {path} {path}/ {path}/index.html /index.html + + file_server +} diff --git a/debug_server.sh b/debug_server.sh new file mode 100644 index 0000000..6290ed1 --- /dev/null +++ b/debug_server.sh @@ -0,0 +1,89 @@ +#!/bin/bash + +# VEDA Server Debug Script +# Run this on your production server to diagnose the 404 issues + +echo "🔍 VEDA SERVER DEBUGGING" +echo "========================" + +# Colors for output +RED='\033[0;31m' +GREEN='\033[0;32m' +YELLOW='\033[1;33m' +BLUE='\033[0;34m' +NC='\033[0m' # No Color + +echo -e "${BLUE}1. Checking Caddy service status...${NC}" +systemctl status caddy --no-pager | head -10 + +echo "" +echo -e "${BLUE}2. Looking for Caddyfile locations...${NC}" +find /etc -name "Caddyfile" 2>/dev/null || echo "No Caddyfile found in /etc" +find /usr -name "Caddyfile" 2>/dev/null || echo "No Caddyfile found in /usr" + +echo "" +echo -e "${BLUE}3. Checking current Caddyfile content...${NC}" +if [ -f "/etc/caddy/Caddyfile" ]; then + echo "Found /etc/caddy/Caddyfile:" + cat /etc/caddy/Caddyfile +elif [ -f "/usr/local/etc/Caddyfile" ]; then + echo "Found /usr/local/etc/Caddyfile:" + cat /usr/local/etc/Caddyfile +else + echo -e "${RED}❌ No Caddyfile found!${NC}" +fi + +echo "" +echo -e "${BLUE}4. Checking web directory structure...${NC}" +for dir in "/var/www/veda" "/var/www/veda/out" "/srv/www/veda" "/home/*/public_html" "/var/www/html"; do + if [ -d "$dir" ]; then + echo -e "${GREEN}✅ Found directory: $dir${NC}" + ls -la "$dir" | head -10 + echo "" + fi +done + +echo -e "${BLUE}5. Checking for key files...${NC}" +for file in "/var/www/veda/out/index.html" "/var/www/veda/out/dahabiyas/index.html" "/var/www/veda/out/story/index.html"; do + if [ -f "$file" ]; then + echo -e "${GREEN}✅ Found: $file${NC}" + else + echo -e "${RED}❌ Missing: $file${NC}" + fi +done + +echo "" +echo -e "${BLUE}6. Testing local file access...${NC}" +if [ -f "/var/www/veda/out/dahabiyas/index.html" ]; then + echo "Testing dahabiyas page access:" + head -5 "/var/www/veda/out/dahabiyas/index.html" +else + echo -e "${RED}❌ Cannot access dahabiyas page file${NC}" +fi + +echo "" +echo -e "${BLUE}7. Checking Caddy configuration validation...${NC}" +caddy validate --config /etc/caddy/Caddyfile 2>&1 || caddy validate --config /usr/local/etc/Caddyfile 2>&1 + +echo "" +echo -e "${BLUE}8. Checking Caddy logs...${NC}" +journalctl -u caddy --no-pager -n 20 2>/dev/null || echo "Cannot access Caddy logs" + +echo "" +echo -e "${BLUE}9. Testing actual HTTP responses...${NC}" +echo "Testing homepage:" +curl -I http://localhost:80 2>/dev/null | head -3 || echo "Cannot connect to localhost:80" + +echo "" +echo "Testing dahabiyas page:" +curl -I http://localhost:80/dahabiyas/ 2>/dev/null | head -3 || echo "Cannot connect to localhost:80/dahabiyas/" + +echo "" +echo -e "${YELLOW}=== DEBUGGING COMPLETE ===${NC}" +echo "" +echo -e "${YELLOW}Next steps based on results above:${NC}" +echo "1. If Caddyfile is missing/wrong → Update Caddyfile" +echo "2. If files are missing → Upload 'out' directory contents" +echo "3. If Caddy validation fails → Fix Caddyfile syntax" +echo "4. If Caddy service is down → Restart Caddy service" +echo "5. If files exist but HTTP fails → Check permissions" diff --git a/out/404.html b/out/404.html index ff1dd3b..5de5bd3 100644 --- a/out/404.html +++ b/out/404.html @@ -1 +1 @@ -VEDA EGYPT NILE CRUISES

404

Page not found

Sorry, we couldn’t find the page you’re looking for.

Go back home
\ No newline at end of file +VEDA EGYPT NILE CRUISES

404

Page not found

Sorry, we couldn’t find the page you’re looking for.

Go back home
\ No newline at end of file diff --git a/out/index.html b/out/index.html index db8e00c..1655156 100644 --- a/out/index.html +++ b/out/index.html @@ -1 +1 @@ -VEDA EGYPT NILE CRUISES

NILE CRUISES REIMAGINED

Discover ancient Egypt and feel its special energies across the enchanting Nile river with our sophisticated cruises, boat rentals, healing packages, corporate retreats, private holidays, & more.

As seen and featured on

    • CNN
    • HLS
    • Bookretreats
    • Beaviajera
    • Egytalloyd
    • AST
    • veda

VEDA provides an unparalleled cruise experience on the Nile, blending authenticity with sophistication. Enjoy private journeys featuring organic cuisine, hollistic activities, and a dedicated, warm-hearted crew.

Discover a cruise like no other with us on the Nile.

PROGRAMS

VEDA EXPERIENCES

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.

Community building Space

Community building holds significant value by fostering a sense of belonging, providing social and emotional support, and promoting collective action. It enhances social capital, encourages collaboration. Human to human connection become more and more important as new technological times require us to collaborate more on a peer to peer level and connect on different levels with each other.

Private Retreats

Designed for companies, private groups or families, veda is happy to organise your exclusive retreat experience. These retreats offer the flexibility to design the itinerary and activities based on the group’s specific interests and needs.

Events & Conferences

VEDA’s facilities are suited for hosting events, a unique venue that combines professional functionality with the tranquility of the Nile. An innovative setting that stands apart from traditional conference venues, promising a impactful event.

Digital Nomad Hub

A haven for remote workers seeking inspiration, focus, and balance. Our spaces combine reliable connectivity, comfortable work areas, and serene surroundings — creating the perfect environment to blend productivity with rejuvenation.

OUR OFFERS

VEDA DAHABIYAS

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.

VEDA 1

A beautiful 50-meter dahabiya offering a tranquil and organic platform for personalized cruises.

Learn More

VEDA 2

An elegant 45-meter dahabiya, ideal for hosting larger groups, healing retreats, company getaways, and more.

Learn More

VEDA 3

A cozy 18-meter dahabeya offering a serene floating home experience, perfect for private groups seeking tranquility and comfort on the Nile.

Learn More

VEDA 4

A cozy 55-meter dahabeya offering a serene floating home experience, perfect for smaller groups seeking tranquility and comfort on the Nile.

Learn More
New Features

WHAT SETS US APART

VEDA EXPERIENCES

At VEDA, we embrace a transformative journey by aligning with your personal preferences and holistic experiences. Our mission is to offer profound and memorable moments that inspire and uplift, guiding you on a journey within.

Your journey, your way.
Create a travel experience that suits you perfectly, from the length of your stay to a tailored itinerary. Our expert guidance ensures every detail, from daily activities to dining options, aligns with your vision for a bespoke adventure.
Experience the extraordinary.
Engage in exclusive activities like private barbecues on pristine islands or moments in ancient temples. Our VEDA crew will guide you to the Nile’s most stunning locations, tailored to your interests for an unforgettable experience.
Eco-Friendly & Organic.
Enjoy the finest local cuisine, fresh juices, and detox smoothies while supporting environmental responsibility. With natural cleaning products and solar-powered boats, VEDA offers a sophisticated, eco-friendly journey on the Nile.
Nurture Your Mind, Body, and Spirit
Participate in yoga, breathwork, meditation, and wellness workshops in serene surroundings. Our holistic approach ensures your journey is enriching and rejuvenating, leaving you with a sense of balance and inner peace.
Immersive Cultural Experiences
Explore the wonders of ancient Egypt with exclusive guided tours and in-depth cultural experiences. Gain unique insights into Egypt’s rich history and traditions, deepening your understanding of this timeless civilization.
New Features
    • veda

MISSION

VEDA ACTIVITIES

Explore a diverse range of activities designed to elevate your Mind, Body, and Soul, fostering a deeper connection and holistic well-being.

Yoga

Yoga

Step fully into your body. The perfect start to the morning.

Nutrition

Nutrition

Discover a variety of dietary options tailored to your health and wellness needs.

Meditation

Meditation

Enhance your mental clarity and inner peace through guided meditation practices.

ITINERARY

THE SACRED RIVER

By following the natural flow of the Nile river you will discover some of the most sacred places of the world.

All our trips are designed according to your wishes. Your group's tailored itinerary will lead you to the locations and temples which fit your energy.

trip map

VEDA ON CNN

CNN Travel visited the Veda boats to give you a first hand impression of what awaits you when cruising the Nile.

LOVED BY COMMUNITIES WORLDWIDE

Discover the heartfelt stories of joy, relaxation, and adventure that make VEDA a cherished choice for travelers seeking unique and sophisticated experiences on the Nile.

    • I had the most wonderful retreat with VEDA along the Nile. You are really immersed in its atmosphere as you slowly pass the sleepy river bank villages, local farmers going about their day, and lush green nature while surrounded by the history of the pharaohs past. It's not just a retreat with healthy eating and relaxing sessions, it's a spiritual experience where you are invited to open your heart and mind, if you let go you will leave feeling so uplifted. I will definitely be back again!

      Adnan
      Retreat Guest
    • When I set foot on the ship, my world was changed. The sincere joy and authenticity of the team, the powerful serenity of the river, the quality of the rooms with incredible views, it all puts you directly in an atmosphere of total relaxation. The humanity and the delicacy of the attention I could feel touched my heart very deeply. The experience has changed something inside of me.

      Eloise
      Retreat Guest
    • The VEDA trip on the Nile was not only a journey in the geographic sense but really also a journey that my heart and soul took. I was not that happy about going but when I boarded the Veda boat in Luxor, I transformed in a second from a frowning person to a smiling one. The peaceful, serene, majestic nile effects reflect on you. I will never forget the trip and every part of me is begging me to return as soon as possible.

      Owen
      Retreat Guest
    • I am very fortunate to have attended a VEDA retreat on the Nile last December. It was the best Christmas gift possible: great group, magical Nile, incredible temples. VEDA's understated luxury, smart cuisine and extremely accommodating staff made the experience extra special. My personal discovery was the temples. Each temple had a unique gift to offer: Isis' motherly support, Zahmet's clarity, Osiris' protection.

      Helena
      Retreat Guest
    • VEDA exceeded every expectation I had. The combination of ancient Egyptian culture and modern wellness practices created something truly magical. Watching the sunrise over the Nile while practicing yoga on deck was life-changing!

      Sacha
      Wellness Enthusiast
    • As someone who travels frequently for work, I can honestly say VEDA is in a league of its own. The thoughtful curation of experiences, from temple visits with knowledgeable guides to intimate cooking classes with local ingredients, created memories I'll treasure forever. The dahabiya itself is a floating sanctuary of peace and luxury.

      Karoline
      Travel Consultant
    • What struck me most about VEDA was how they seamlessly blend adventure with relaxation. One moment you're exploring ancient tombs, the next you're enjoying a massage while floating down the world's most famous river. The organic meals were exceptional, and the evening discussions under the stars created bonds with fellow travelers that continue today.

      Sam
      Adventure Seeker
    • veda
\ No newline at end of file +VEDA EGYPT NILE CRUISES

NILE CRUISES REIMAGINED

Discover ancient Egypt and feel its special energies across the enchanting Nile river with our sophisticated cruises, boat rentals, healing packages, corporate retreats, private holidays, & more.

As seen and featured on

    • CNN
    • HLS
    • Bookretreats
    • Beaviajera
    • Egytalloyd
    • AST
    • veda

VEDA provides an unparalleled cruise experience on the Nile, blending authenticity with sophistication. Enjoy private journeys featuring organic cuisine, hollistic activities, and a dedicated, warm-hearted crew.

Discover a cruise like no other with us on the Nile.

PROGRAMS

VEDA EXPERIENCES

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.

Community building Space

Community building holds significant value by fostering a sense of belonging, providing social and emotional support, and promoting collective action. It enhances social capital, encourages collaboration. Human to human connection become more and more important as new technological times require us to collaborate more on a peer to peer level and connect on different levels with each other.

Private Retreats

Designed for companies, private groups or families, veda is happy to organise your exclusive retreat experience. These retreats offer the flexibility to design the itinerary and activities based on the group’s specific interests and needs.

Events & Conferences

VEDA’s facilities are suited for hosting events, a unique venue that combines professional functionality with the tranquility of the Nile. An innovative setting that stands apart from traditional conference venues, promising a impactful event.

Digital Nomad Hub

A haven for remote workers seeking inspiration, focus, and balance. Our spaces combine reliable connectivity, comfortable work areas, and serene surroundings — creating the perfect environment to blend productivity with rejuvenation.

OUR OFFERS

VEDA DAHABIYAS

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.

VEDA 1

A beautiful 50-meter dahabiya offering a tranquil and organic platform for personalized cruises.

Learn More

VEDA 2

An elegant 45-meter dahabiya, ideal for hosting larger groups, healing retreats, company getaways, and more.

Learn More

VEDA 3

A cozy 18-meter dahabeya offering a serene floating home experience, perfect for private groups seeking tranquility and comfort on the Nile.

Learn More

VEDA 4

A cozy 55-meter dahabeya offering a serene floating home experience, perfect for smaller groups seeking tranquility and comfort on the Nile.

Learn More
New Features

WHAT SETS US APART

VEDA EXPERIENCES

At VEDA, we embrace a transformative journey by aligning with your personal preferences and holistic experiences. Our mission is to offer profound and memorable moments that inspire and uplift, guiding you on a journey within.

Your journey, your way.
Create a travel experience that suits you perfectly, from the length of your stay to a tailored itinerary. Our expert guidance ensures every detail, from daily activities to dining options, aligns with your vision for a bespoke adventure.
Experience the extraordinary.
Engage in exclusive activities like private barbecues on pristine islands or moments in ancient temples. Our VEDA crew will guide you to the Nile’s most stunning locations, tailored to your interests for an unforgettable experience.
Eco-Friendly & Organic.
Enjoy the finest local cuisine, fresh juices, and detox smoothies while supporting environmental responsibility. With natural cleaning products and solar-powered boats, VEDA offers a sophisticated, eco-friendly journey on the Nile.
Nurture Your Mind, Body, and Spirit
Participate in yoga, breathwork, meditation, and wellness workshops in serene surroundings. Our holistic approach ensures your journey is enriching and rejuvenating, leaving you with a sense of balance and inner peace.
Immersive Cultural Experiences
Explore the wonders of ancient Egypt with exclusive guided tours and in-depth cultural experiences. Gain unique insights into Egypt’s rich history and traditions, deepening your understanding of this timeless civilization.
New Features
    • veda

MISSION

VEDA ACTIVITIES

Explore a diverse range of activities designed to elevate your Mind, Body, and Soul, fostering a deeper connection and holistic well-being.

Yoga

Yoga

Step fully into your body. The perfect start to the morning.

Nutrition

Nutrition

Discover a variety of dietary options tailored to your health and wellness needs.

Meditation

Meditation

Enhance your mental clarity and inner peace through guided meditation practices.

ITINERARY

THE SACRED RIVER

By following the natural flow of the Nile river you will discover some of the most sacred places of the world.

All our trips are designed according to your wishes. Your group's tailored itinerary will lead you to the locations and temples which fit your energy.

trip map

VEDA ON CNN

CNN Travel visited the Veda boats to give you a first hand impression of what awaits you when cruising the Nile.

LOVED BY COMMUNITIES WORLDWIDE

Discover the heartfelt stories of joy, relaxation, and adventure that make VEDA a cherished choice for travelers seeking unique and sophisticated experiences on the Nile.

    • I had the most wonderful retreat with VEDA along the Nile. You are really immersed in its atmosphere as you slowly pass the sleepy river bank villages, local farmers going about their day, and lush green nature while surrounded by the history of the pharaohs past. It's not just a retreat with healthy eating and relaxing sessions, it's a spiritual experience where you are invited to open your heart and mind, if you let go you will leave feeling so uplifted. I will definitely be back again!

      Adnan
      Retreat Guest
    • When I set foot on the ship, my world was changed. The sincere joy and authenticity of the team, the powerful serenity of the river, the quality of the rooms with incredible views, it all puts you directly in an atmosphere of total relaxation. The humanity and the delicacy of the attention I could feel touched my heart very deeply. The experience has changed something inside of me.

      Eloise
      Retreat Guest
    • The VEDA trip on the Nile was not only a journey in the geographic sense but really also a journey that my heart and soul took. I was not that happy about going but when I boarded the Veda boat in Luxor, I transformed in a second from a frowning person to a smiling one. The peaceful, serene, majestic nile effects reflect on you. I will never forget the trip and every part of me is begging me to return as soon as possible.

      Owen
      Retreat Guest
    • I am very fortunate to have attended a VEDA retreat on the Nile last December. It was the best Christmas gift possible: great group, magical Nile, incredible temples. VEDA's understated luxury, smart cuisine and extremely accommodating staff made the experience extra special. My personal discovery was the temples. Each temple had a unique gift to offer: Isis' motherly support, Zahmet's clarity, Osiris' protection.

      Helena
      Retreat Guest
    • VEDA exceeded every expectation I had. The combination of ancient Egyptian culture and modern wellness practices created something truly magical. Watching the sunrise over the Nile while practicing yoga on deck was life-changing!

      Sacha
      Wellness Enthusiast
    • As someone who travels frequently for work, I can honestly say VEDA is in a league of its own. The thoughtful curation of experiences, from temple visits with knowledgeable guides to intimate cooking classes with local ingredients, created memories I'll treasure forever. The dahabiya itself is a floating sanctuary of peace and luxury.

      Karoline
      Travel Consultant
    • What struck me most about VEDA was how they seamlessly blend adventure with relaxation. One moment you're exploring ancient tombs, the next you're enjoying a massage while floating down the world's most famous river. The organic meals were exceptional, and the evening discussions under the stars created bonds with fellow travelers that continue today.

      Sam
      Adventure Seeker
    • veda
\ No newline at end of file diff --git a/out/index.txt b/out/index.txt index 84ba515..ec3ecc1 100644 --- a/out/index.txt +++ b/out/index.txt @@ -6,6 +6,6 @@ 7:I[3337,["601","static/chunks/493ff4cd-def620e82fd4de2e.js","997","static/chunks/997-62cd9f8c9693ddbf.js","925","static/chunks/925-af623e15812fbc6b.js","158","static/chunks/158-f7bc9967fb04eaaa.js","931","static/chunks/app/page-bfc88f070c9a48c0.js"],"default"] f:I[947,[],""] 10:I[7206,[],""] -8:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Z9:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Za:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zb:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zc:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zd:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Ze:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Z0:["vl3Hkkt5fUAtO82IclDSR",[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",{"children":["__PAGE__",{},[["$L1",[["$","$L2",null,{}],["$","main",null,{"children":[["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 pb-16 pt-20 text-center lg:pt-32 ","children":[["$","video",null,{"autoPlay":true,"loop":true,"muted":true,"playsInline":true,"className":"absolute inset-0 top-0 left-0 w-full h-full object-cover -z-10","children":[["$","source",null,{"src":"/videos/hero.mp4","type":"video/mp4"}],"Your browser does not support the video tag."]}],["$","h1",null,{"className":"relative z-10 mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-white sm:text-7xl","children":["NILE CRUISES"," ",["$","span",null,{"className":"relative whitespace-nowrap text-gold-400","children":[["$","svg",null,{"aria-hidden":"true","viewBox":"0 0 418 42","className":"absolute left-0 top-2/3 h-[0.58em] w-full fill-gold-900","preserveAspectRatio":"none","children":["$","path",null,{"d":"M203.371.916c-26.013-2.078-76.686 1.963-124.73 9.946L67.3 12.749C35.421 18.062 18.2 21.766 6.004 25.934 1.244 27.561.828 27.778.874 28.61c.07 1.214.828 1.121 9.595-1.176 9.072-2.377 17.15-3.92 39.246-7.496C123.565 7.986 157.869 4.492 195.942 5.046c7.461.108 19.25 1.696 19.17 2.582-.107 1.183-7.874 4.31-25.75 10.366-21.992 7.45-35.43 12.534-36.701 13.884-2.173 2.308-.202 4.407 4.442 4.734 2.654.187 3.263.157 15.593-.78 35.401-2.686 57.944-3.488 88.365-3.143 46.327.526 75.721 2.23 130.788 7.584 19.787 1.924 20.814 1.98 24.557 1.332l.066-.011c1.201-.203 1.53-1.825.399-2.335-2.911-1.31-4.893-1.604-22.048-3.261-57.509-5.556-87.871-7.36-132.059-7.842-23.239-.254-33.617-.116-50.627.674-11.629.54-42.371 2.494-46.696 2.967-2.359.259 8.133-3.625 26.504-9.81 23.239-7.825 27.934-10.149 28.304-14.005.417-4.348-3.529-6-16.878-7.066Z"}]}],["$","span",null,{"className":"relative","children":"REIMAGINED"}]]}]," "]}],["$","p",null,{"className":"relative z-10 mx-auto mt-6 max-w-2xl lg:text-xl text-sm tracking-wide font-normal text-slate-100","children":"Discover ancient Egypt and feel its special energies across the enchanting Nile river with our sophisticated cruises, boat rentals, healing packages, corporate retreats, private holidays, & more."}],["$","div",null,{"className":"relative z-10 mt-10 mb-96 lg:mb-40 lg:py-2 xs:mb-20 flex justify-center gap-x-6 relative z-10","children":[["$","$L3",null,{"className":"group inline-flex ring-1 items-center justify-center rounded-full py-2 px-4 text-sm focus:outline-none ring-slate-200 text-slate-200 hover:text-slate-300 hover:ring-slate-300 active:bg-slate-100 active:text-slate-200 focus-visible:outline-gold-600 focus-visible:ring-slate-300","href":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","variant":"outline","children":["$","span",null,{"className":"text-white","children":"VEDA Boats"}],"color":"slate"}],["$","$L3",null,{"className":"group inline-flex items-center justify-center rounded-full py-2 px-4 text-sm font-semibold focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 bg-gold-900 text-white hover:bg-gold-800 hover:text-slate-100 active:bg-gold-800 active:text-gold-300 focus-visible:outline-gold-900 button-gold","href":"/register","children":"Plan Your Visit","variant":"solid","color":"slate"}]]}],["$","div",null,{"className":"relative z-10 pt-10","children":[["$","p",null,{"className":"mt-10 font-display text-large lg:text-2xl font-semibold italic text-slate-900","children":"As seen and featured on"}],["$","ul",null,{"role":"list","className":"mt-8 flex items-center flex-wrap justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-10 xl:flex-row xl:gap-x-12 xl:gap-y-0","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-8 sm:flex-row sm:gap-x-12 sm:gap-y-0","children":[["$","li","CNN",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/1.c1dd8c88.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"CNN","unoptimized":true}]}],["$","li","HLS",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/2.61fe5d45.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"HLS","unoptimized":true}]}],["$","li","Bookretreats",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/3.27cdc0c2.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"Bookretreats","unoptimized":true}]}]]}]}],["$","li","1",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-8 sm:flex-row sm:gap-x-12 sm:gap-y-0","children":[["$","li","Beaviajera",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/4.f84323cb.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"Beaviajera","unoptimized":true}]}],["$","li","Egytalloyd",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/5.b17316e3.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"Egytalloyd","unoptimized":true}]}],["$","li","AST",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/6.e4517726.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"AST","unoptimized":true}]}]]}]}]]}]]}]]}],["$","section",null,{"id":"about","className":"relative overflow-hidden bg-gold-900 py-24","children":[["$","$L4",null,{"className":"absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2","src":{"src":"/_next/static/media/background-call-to-action.c015e16f.jpg","height":2488,"width":4694,"blurDataURL":"data:image/jpeg;base64,/9j/2wBDAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/wgARCAAEAAgDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/9oADAMBAAIQAxAAAAGcAJ//xAAUEAEAAAAAAAAAAAAAAAAAAAAA/9oACAEBAAEFAn//xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oACAEDAQE/AX//xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oACAECAQE/AX//xAAUEAEAAAAAAAAAAAAAAAAAAAAA/9oACAEBAAY/An//xAAUEAEAAAAAAAAAAAAAAAAAAAAA/9oACAEBAAE/IX//2gAMAwEAAgADAAAAEP8A/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPxB//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPxB//8QAFRABAQAAAAAAAAAAAAAAAAAAAEH/2gAIAQEAAT8Qj//Z","blurWidth":8,"blurHeight":4},"alt":"","width":2347,"height":1244,"unoptimized":true}],["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 relative","children":["$","div",null,{"className":"mx-auto max-w-3xl text-center","children":[["$","ul",null,{"role":"list","className":" flex items-center justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-2 xl:flex-row xl:gap-x-12 xl:gap-y-0","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0","children":[["$","li","veda",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/veda_icon2.7bad8126.svg","height":70,"width":70,"blurWidth":0,"blurHeight":0},"alt":"veda","unoptimized":true}]}]]}]}]]}],["$","h2",null,{"className":"font-display lg:text-3xl text-xl tracking-tight text-white pt-4 lg:pt-6","children":"VEDA provides an unparalleled cruise experience on the Nile, blending authenticity with sophistication. Enjoy private journeys featuring organic cuisine, hollistic activities, and a dedicated, warm-hearted crew."}],["$","p",null,{"className":"mt-4 text-xl lg:text-2xl italic tracking-tight text-gold-100","children":"Discover a cruise like no other with us on the Nile."}]]}]}]]}],["$","div",null,{"className":"py-24","children":["$","div",null,{"className":"mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8","children":[["$","h2",null,{"className":"text-base font-semibold leading-7 text-gold-600","children":"PROGRAMS"}],["$","p",null,{"className":"mt-2 max-w-lg text-4xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl","children":"VEDA EXPERIENCES"}],["$","p",null,{"className":"mt-6 max-w-3xl text-lg leading-8 text-gray-600","children":"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."}],["$","div",null,{"className":"mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-8 lg:grid-rows-2","children":[["$","div",null,{"className":"flex p-px lg:col-span-5","children":["$","div",null,{"className":"w-full overflow-hidden rounded-lg bg-white shadow-sm outline outline-black/5 max-lg:rounded-t-4xl lg:rounded-tl-4xl","children":[["$","div",null,{"className":"h-80 w-full overflow-hidden","children":["$","img",null,{"alt":"","src":"/images/community.jpg","className":"h-full w-full object-cover object-center"}]}],["$","div",null,{"className":"p-10","children":[["$","p",null,{"className":"mt-2 text-lg font-semibold tracking-tight text-gray-900","children":"Community building Space"}],["$","p",null,{"className":"mt-2 max-w-xl text-sm lg:text-base text-gray-600","children":"Community building holds significant value by fostering a sense of belonging, providing social and emotional support, and promoting collective action. It enhances social capital, encourages collaboration. Human to human connection become more and more important as new technological times require us to collaborate more on a peer to peer level and connect on different levels with each other."}]]}]]}]}],["$","div",null,{"className":"flex p-px lg:col-span-3","children":["$","div",null,{"className":"w-full overflow-hidden rounded-lg bg-white shadow-sm outline outline-black/5 lg:rounded-tr-4xl","children":[["$","div",null,{"className":"h-80 w-full overflow-hidden","children":["$","img",null,{"alt":"","src":"/images/private.jpg","className":"h-full w-full object-cover object-center"}]}],["$","div",null,{"className":"p-10","children":[["$","p",null,{"className":"mt-2 text-lg font-semibold tracking-tight text-gray-900","children":"Private Retreats"}],["$","p",null,{"className":"mt-2 max-w-lg text-sm lg:text-base text-gray-600","children":"Designed for companies, private groups or families, veda is happy to organise your exclusive retreat experience. These retreats offer the flexibility to design the itinerary and activities based on the group’s specific interests and needs."}]]}]]}]}],["$","div",null,{"className":"flex p-px lg:col-span-3","children":["$","div",null,{"className":"w-full overflow-hidden rounded-lg bg-white shadow-sm outline outline-black/5 lg:rounded-bl-4xl","children":[["$","div",null,{"className":"h-80 w-full overflow-hidden","children":["$","img",null,{"alt":"","src":"/images/events.jpg","className":"h-full w-full object-cover object-center"}]}],["$","div",null,{"className":"p-10","children":[["$","p",null,{"className":"mt-2 text-lg font-semibold tracking-tight text-gray-900","children":"Events & Conferences"}],["$","p",null,{"className":"mt-2 max-w-lg text-sm lg:text-base text-gray-600","children":"VEDA’s facilities are suited for hosting events, a unique venue that combines professional functionality with the tranquility of the Nile. An innovative setting that stands apart from traditional conference venues, promising a impactful event."}]]}]]}]}],["$","div",null,{"className":"flex p-px lg:col-span-5","children":["$","div",null,{"className":"w-full overflow-hidden rounded-lg bg-white shadow-sm outline outline-black/5 max-lg:rounded-b-4xl lg:rounded-br-4xl","children":[["$","div",null,{"className":"h-80 w-full overflow-hidden","children":["$","img",null,{"alt":"","src":"/images/nomads.jpg","className":"h-full w-full object-cover object-center"}]}],["$","div",null,{"className":"p-10","children":[["$","p",null,{"className":"mt-2 text-lg font-semibold tracking-tight text-gray-900","children":"Digital Nomad Hub"}],["$","p",null,{"className":"mt-2 max-w-lg text-sm lg:text-base text-gray-600","children":"A haven for remote workers seeking inspiration, focus, and balance. Our spaces combine reliable connectivity, comfortable work areas, and serene surroundings — creating the perfect environment to blend productivity with rejuvenation."}]]}]]}]}]]}]]}]}],["$","$L5",null,{}],["$","div",null,{"className":"overflow-hidden bg-creme-600 pb-0 pt-12 lg:py-12","children":["$","div",null,{"className":"mx-auto max-w-7xl px-6 lg:px-8","children":["$","div",null,{"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","children":[["$","div",null,{"className":"flex items-start justify-end lg:justify-start lg:order-first","children":["$","img",null,{"alt":"New Features","src":"images/newfeatures3.png","className":"w-full max-w-[40rem] rounded-xl shadow-xl ring-1 ring-gray-400/10 object-cover","style":{"maxWidth":"40rem","height":"auto"}}]}],["$","div",null,{"className":"lg:ml-auto lg:pl-4 lg:pt-0","children":["$","div",null,{"className":"lg:max-w-lg","children":[["$","h2",null,{"className":"text-base font-semibold leading-7 text-gold-600","children":"WHAT SETS US APART"}],["$","p",null,{"className":"mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl","children":"VEDA EXPERIENCES"}],["$","p",null,{"className":"mt-4 text-lg leading-8 font-normal text-gray-600","children":"At VEDA, we embrace a transformative journey by aligning with your personal preferences and holistic experiences. Our mission is to offer profound and memorable moments that inspire and uplift, guiding you on a journey within."}],["$","dl",null,{"className":"mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none","children":[["$","div","Your journey, your way.",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Your journey, your way."]}]," ",["$","dd",null,{"className":"font-display","children":"Create a travel experience that suits you perfectly, from the length of your stay to a tailored itinerary. Our expert guidance ensures every detail, from daily activities to dining options, aligns with your vision for a bespoke adventure."}]]}],["$","div","Experience the extraordinary.",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Experience the extraordinary."]}]," ",["$","dd",null,{"className":"font-display","children":"Engage in exclusive activities like private barbecues on pristine islands or moments in ancient temples. Our VEDA crew will guide you to the Nile’s most stunning locations, tailored to your interests for an unforgettable experience."}]]}]]}]]}]}]]}]}]}],["$","div",null,{"className":"overflow-hidden bg-creme-600 pb-10 pt-0 lg:pt-10 lg:pb-24","children":["$","div",null,{"className":"mx-auto max-w-7xl px-6 lg:px-8","children":["$","div",null,{"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","children":[["$","div",null,{"className":"lg:order-first","children":["$","div",null,{"className":"lg:max-w-lg","children":["$","dl",null,{"className":"mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none","children":[["$","div","Eco-Friendly & Organic.",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Eco-Friendly & Organic."]}]," ",["$","dd",null,{"className":"font-display","children":"Enjoy the finest local cuisine, fresh juices, and detox smoothies while supporting environmental responsibility. With natural cleaning products and solar-powered boats, VEDA offers a sophisticated, eco-friendly journey on the Nile."}]]}],["$","div","Nurture Your Mind, Body, and Spirit",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Nurture Your Mind, Body, and Spirit"]}]," ",["$","dd",null,{"className":"font-display","children":"Participate in yoga, breathwork, meditation, and wellness workshops in serene surroundings. Our holistic approach ensures your journey is enriching and rejuvenating, leaving you with a sense of balance and inner peace."}]]}],["$","div","Immersive Cultural Experiences",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Immersive Cultural Experiences"]}]," ",["$","dd",null,{"className":"font-display","children":"Explore the wonders of ancient Egypt with exclusive guided tours and in-depth cultural experiences. Gain unique insights into Egypt’s rich history and traditions, deepening your understanding of this timeless civilization."}]]}]]}]}]}],["$","div",null,{"className":"flex items-start justify-end lg:justify-start lg:order-last","children":["$","img",null,{"alt":"New Features","src":"/images/newfeatures0.png","className":"w-full max-w-[35rem] rounded-xl shadow-xl ring-1 ring-gray-400/10 object-cover","style":{"height":"auto"}}]}]]}]}]}],["$","section",null,{"id":"get-started-today","className":"relative overflow-hidden bg-gold-900 py-32","children":[["$","$L4",null,{"className":"absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2","src":{"src":"/_next/static/media/background-call-to-action2.d9f87ea8.png","height":2488,"width":4694,"blurDataURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAAP1BMVEVjbGOvmoK0lnIccHK/o4N+oZdhmZk8SkchZGZaiYdyjIqIgnYugoQpk5dtpKpKWVGytK9ocF+Zqp9InaFqcmDFjbpAAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAKklEQVR4nAXBhQEAIAwDsG7McP3/VhJEpGajX5ScTfUsoJIIM8F94m3gAxN5AP34SFOMAAAAAElFTkSuQmCC","blurWidth":8,"blurHeight":4},"alt":"","width":2347,"height":1244,"unoptimized":true}],["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 relative","children":["$","div",null,{"className":"mx-auto max-w-3xl text-center","children":["$","ul",null,{"role":"list","className":" flex items-center justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-2 xl:flex-row xl:gap-x-12 xl:gap-y-0","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0","children":[["$","li","veda",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/veda.62d707fd.svg","height":150,"width":150,"blurWidth":0,"blurHeight":0},"alt":"veda","unoptimized":true}]}]]}]}]]}]}]}]]}],["$","$L6",null,{}],["$","$L7",null,{}],["$","section",null,{"id":"testimonials","aria-label":"What our customers are saying","className":"bg-creme-600 pt-6 pb-24","children":["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8","children":[["$","div",null,{"className":"mx-auto max-w-4xl md:text-center","children":[["$","h2",null,{"className":"font-display mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl","children":"VEDA ON CNN"}],["$","p",null,{"className":"mt-4 text-lg pb-6 tracking-tight text-slate-700","children":"CNN Travel visited the Veda boats to give you a first hand impression of what awaits you when cruising the Nile."}]]}],["$","div",null,{"className":"video-container","children":["$","iframe",null,{"src":"https://player.vimeo.com/video/371621672?autoplay=1&loop=1&muted=1","width":"100%","height":"600","frameBorder":"0","allow":"autoplay; fullscreen; picture-in-picture","allowFullScreen":true,"className":"rounded-lg w-full max-w-6xl mx-auto"}]}]]}]}],["$","section",null,{"id":"testimonials","aria-label":"What our customers are saying","className":"bg-creme-600 pt-10 pb-24","children":["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8","children":[["$","div",null,{"className":"mx-auto max-w-3xl md:text-center","children":[["$","h2",null,{"className":"font-display mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl","children":"LOVED BY COMMUNITIES WORLDWIDE"}],["$","p",null,{"className":"mt-4 text-lg tracking-tight text-slate-700","children":"Discover the heartfelt stories of joy, relaxation, and adventure that make VEDA a cherished choice for travelers seeking unique and sophisticated experiences on the Nile."}]]}],["$","ul",null,{"role":"list","className":"mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-6 sm:gap-8 lg:mt-20 lg:max-w-none lg:grid-cols-3","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col gap-y-6 sm:gap-y-8","children":[["$","li","0",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$8"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"I had the most wonderful retreat with VEDA along the Nile. You are really immersed in its atmosphere as you slowly pass the sleepy river bank villages, local farmers going about their day, and lush green nature while surrounded by the history of the pharaohs past. It's not just a retreat with healthy eating and relaxing sessions, it's a spiritual experience where you are invited to open your heart and mind, if you let go you will leave feeling so uplifted. I will definitely be back again!"}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Adnan"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Retreat Guest"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/Adnan.jpg","alt":"","width":56,"height":56}]}]]}]]}]}],["$","li","1",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$9"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"When I set foot on the ship, my world was changed. The sincere joy and authenticity of the team, the powerful serenity of the river, the quality of the rooms with incredible views, it all puts you directly in an atmosphere of total relaxation. The humanity and the delicacy of the attention I could feel touched my heart very deeply. The experience has changed something inside of me."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Eloise"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Retreat Guest"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/eloise.jpg","alt":"","width":56,"height":56}]}]]}]]}]}]]}]}],["$","li","1",{"children":["$","ul",null,{"role":"list","className":"flex flex-col gap-y-6 sm:gap-y-8","children":[["$","li","0",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$a"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"The VEDA trip on the Nile was not only a journey in the geographic sense but really also a journey that my heart and soul took. I was not that happy about going but when I boarded the Veda boat in Luxor, I transformed in a second from a frowning person to a smiling one. The peaceful, serene, majestic nile effects reflect on you. I will never forget the trip and every part of me is begging me to return as soon as possible."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Owen"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Retreat Guest"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/owen.jpg","alt":"","width":56,"height":56}]}]]}]]}]}],["$","li","1",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$b"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"I am very fortunate to have attended a VEDA retreat on the Nile last December. It was the best Christmas gift possible: great group, magical Nile, incredible temples. VEDA's understated luxury, smart cuisine and extremely accommodating staff made the experience extra special. My personal discovery was the temples. Each temple had a unique gift to offer: Isis' motherly support, Zahmet's clarity, Osiris' protection."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Helena"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Retreat Guest"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/helena.jpg","alt":"","width":56,"height":56}]}]]}]]}]}]]}]}],["$","li","2",{"children":["$","ul",null,{"role":"list","className":"flex flex-col gap-y-6 sm:gap-y-8","children":[["$","li","0",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$c"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"VEDA exceeded every expectation I had. The combination of ancient Egyptian culture and modern wellness practices created something truly magical. Watching the sunrise over the Nile while practicing yoga on deck was life-changing!"}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Sacha"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Wellness Enthusiast"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/sacha.jpg","alt":"","width":56,"height":56}]}]]}]]}]}],["$","li","1",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$d"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"As someone who travels frequently for work, I can honestly say VEDA is in a league of its own. The thoughtful curation of experiences, from temple visits with knowledgeable guides to intimate cooking classes with local ingredients, created memories I'll treasure forever. The dahabiya itself is a floating sanctuary of peace and luxury."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Karoline"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Travel Consultant"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/karoline.jpeg","alt":"","width":56,"height":56}]}]]}]]}]}],["$","li","2",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$e"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"What struck me most about VEDA was how they seamlessly blend adventure with relaxation. One moment you're exploring ancient tombs, the next you're enjoying a massage while floating down the world's most famous river. The organic meals were exceptional, and the evening discussions under the stars created bonds with fellow travelers that continue today."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Sam"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Adventure Seeker"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/sam.jpg","alt":"","width":56,"height":56}]}]]}]]}]}]]}]}]]}]]}]}],["$","section",null,{"id":"get-started-today","className":"relative overflow-hidden bg-gold-900 py-32","children":[["$","$L4",null,{"className":"absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2","src":{"src":"/_next/static/media/background-call-to-action4.f1074346.png","height":564,"width":1440,"blurDataURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAADCAMAAACZFr56AAAAGFBMVEVLPDdZSEFjUUiCd3t9cXpAMyxuWlF3a3O3aMP/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAH0lEQVR4nAXBBwEAAAjDsO4A/h2TkKTtHbJ3LTMgwTwEcwBGIXnDfgAAAABJRU5ErkJggg==","blurWidth":8,"blurHeight":3},"alt":"","width":1440,"height":564,"unoptimized":true}],["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 relative","children":["$","div",null,{"className":"mx-auto max-w-3xl text-center py-20","children":["$","ul",null,{"role":"list","className":" flex items-center justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-2 xl:flex-row xl:gap-x-12 xl:gap-y-0","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0 ","children":[["$","li","veda",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/veda_logo2.20571042.svg","height":30,"width":122,"blurWidth":0,"blurHeight":0},"alt":"veda","width":300,"height":84,"unoptimized":true}]}]]}]}]]}]}]}]]}]]}],["$","footer",null,{"className":"bg-creme-900","children":["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8","children":["$","div",null,{"className":"flex items-center justify-between py-16","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":"122","height":"30","fill":"none","viewBox":"0 0 122 30","children":[["$","mask",null,{"id":"a","width":"30","height":"30","x":"0","y":"0","maskUnits":"userSpaceOnUse","style":{"maskType":"luminance"},"children":["$","path",null,{"fill":"#fff","d":"M29.926 0H0v30h29.926z"}]}],["$","g",null,{"fill":"#A7772E","fillOpacity":"0.5","mask":"url(#a)","children":[["$","path",null,{"d":"M14.963 15c4.132 0 7.482-3.358 7.482-7.5S19.095 0 14.963 0 7.481 3.358 7.481 7.5s3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M7.482 22.5c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5S0 10.858 0 15s3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M22.444 22.5c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.481 3.358-7.481 7.5 3.35 7.5 7.481 7.5"}],["$","path",null,{"d":"M20.253 27.803c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M9.673 27.803c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M14.963 30c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M9.673 17.197c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M20.253 17.197c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}]]}],["$","path",null,{"fill":"#A7772E","d":"m47.525 24-7.65-17.5H43.4l6.825 15.825H48.2L55.1 6.5h3.25L50.725 24zm18.196-10.225h8.7v2.675h-8.7zm.25 7.5h9.875V24H62.721V6.5h12.775v2.725h-9.525zM81.97 24V6.5h7.65q2.85 0 5 1.1t3.35 3.05 1.2 4.6q0 2.625-1.2 4.6-1.2 1.95-3.35 3.05t-5 1.1zm3.25-2.75h4.25q1.975 0 3.4-.75 1.45-.75 2.225-2.1.8-1.35.8-3.15 0-1.826-.8-3.15-.774-1.35-2.225-2.1-1.425-.75-3.4-.75h-4.25zM102.404 24l7.875-17.5h3.2l7.9 17.5h-3.4l-6.775-15.775h1.3L105.754 24zm3.625-4.05.875-2.55h9.45l.875 2.55z"}]]}],["$","p",null,{"className":"text-sm text-slate-500","children":["Copyright © ",2025," VEDA. All rights reserved."]}]]}]}]}]],null],null],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/5841ad3e22aeccb4.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full scroll-smooth bg-creme-600 antialiased __variable_e8ce0c __variable_86777a","children":["$","body",null,{"className":"flex h-full flex-col pt-20","children":["$","$Lf",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L10",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":["$","div",null,{"className":"relative flex min-h-full shrink-0 justify-center md:px-12 lg:px-0","children":[["$","div",null,{"className":"relative z-10 flex flex-1 flex-col bg-white px-4 py-10 shadow-2xl sm:justify-center md:flex-none md:px-28","children":["$","main",null,{"className":"mx-auto w-full max-w-md sm:px-4 md:w-96 md:max-w-sm md:px-0","children":[["$","div",null,{"className":"flex","children":["$","$L3",null,{"href":"/","aria-label":"Home","children":["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":"122","height":"30","fill":"none","viewBox":"0 0 122 30","children":[["$","mask",null,{"id":"a","width":"30","height":"30","x":"0","y":"0","maskUnits":"userSpaceOnUse","style":{"maskType":"luminance"},"children":["$","path",null,{"fill":"#fff","d":"M29.926 0H0v30h29.926z"}]}],["$","g",null,{"fill":"#A7772E","fillOpacity":"0.5","mask":"url(#a)","children":[["$","path",null,{"d":"M14.963 15c4.132 0 7.482-3.358 7.482-7.5S19.095 0 14.963 0 7.481 3.358 7.481 7.5s3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M7.482 22.5c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5S0 10.858 0 15s3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M22.444 22.5c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.481 3.358-7.481 7.5 3.35 7.5 7.481 7.5"}],["$","path",null,{"d":"M20.253 27.803c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M9.673 27.803c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M14.963 30c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M9.673 17.197c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M20.253 17.197c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}]]}],["$","path",null,{"fill":"#A7772E","d":"m47.525 24-7.65-17.5H43.4l6.825 15.825H48.2L55.1 6.5h3.25L50.725 24zm18.196-10.225h8.7v2.675h-8.7zm.25 7.5h9.875V24H62.721V6.5h12.775v2.725h-9.525zM81.97 24V6.5h7.65q2.85 0 5 1.1t3.35 3.05 1.2 4.6q0 2.625-1.2 4.6-1.2 1.95-3.35 3.05t-5 1.1zm3.25-2.75h4.25q1.975 0 3.4-.75 1.45-.75 2.225-2.1.8-1.35.8-3.15 0-1.826-.8-3.15-.774-1.35-2.225-2.1-1.425-.75-3.4-.75h-4.25zM102.404 24l7.875-17.5h3.2l7.9 17.5h-3.4l-6.775-15.775h1.3L105.754 24zm3.625-4.05.875-2.55h9.45l.875 2.55z"}]]}]}]}],["$","p",null,{"className":"mt-20 text-sm font-medium text-gray-700","children":"404"}],["$","h1",null,{"className":"mt-3 text-lg font-semibold text-gray-800","children":"Page not found"}],["$","p",null,{"className":"mt-3 text-sm text-gray-700","children":"Sorry, we couldn’t find the page you’re looking for."}],["$","$L3",null,{"className":"group inline-flex items-center justify-center rounded-full py-2 px-4 text-sm font-semibold focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 bg-gold-900 text-white hover:bg-gold-800 hover:text-slate-100 active:bg-gold-800 active:text-gold-300 focus-visible:outline-gold-900 mt-10","href":"/","children":"Go back home","variant":"solid","color":"slate"}]]}]}],["$","div",null,{"className":"hidden sm:contents lg:relative lg:block lg:flex-1","children":["$","$L4",null,{"className":"absolute inset-0 h-full w-full object-cover","src":{"src":"/_next/static/media/background-auth.4bcf3f4b.jpg","height":1866,"width":1664,"blurDataURL":"data:image/jpeg;base64,/9j/2wBDAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/wgARCAAIAAcDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/9oADAMBAAIQAxAAAAGwwf8A/8QAFRABAQAAAAAAAAAAAAAAAAAAAgH/2gAIAQEAAQUChMH/xAAVEQEBAAAAAAAAAAAAAAAAAAARAP/aAAgBAwEBPwFb/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPwF//8QAFBABAAAAAAAAAAAAAAAAAAAAAP/aAAgBAQAGPwJ//8QAGBAAAgMAAAAAAAAAAAAAAAAAAAERIUH/2gAIAQEAAT8hXJSvT//aAAwDAQACAAMAAAAQ9//EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAgBAwEBPxAGkL//xAAXEQADAQAAAAAAAAAAAAAAAAAAASER/9oACAECAQE/EFtp/8QAFxABAAMAAAAAAAAAAAAAAAAAAQARIf/aAAgBAQABPxCwo6HP/9k=","blurWidth":7,"blurHeight":8},"alt":"","unoptimized":true}]}]]}],"notFoundStyles":[]}]}]}]],null],null],["$L11",null]]]] +8:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Z9:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Za:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zb:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zc:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zd:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Ze:T42a,M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Z0:["hTVwmkhQ5VlpBUzUL-4b0",[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",{"children":["__PAGE__",{},[["$L1",[["$","$L2",null,{}],["$","main",null,{"children":[["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 pb-16 pt-20 text-center lg:pt-32 ","children":[["$","video",null,{"autoPlay":true,"loop":true,"muted":true,"playsInline":true,"className":"absolute inset-0 top-0 left-0 w-full h-full object-cover -z-10","children":[["$","source",null,{"src":"/videos/hero.mp4","type":"video/mp4"}],"Your browser does not support the video tag."]}],["$","h1",null,{"className":"relative z-10 mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-white sm:text-7xl","children":["NILE CRUISES"," ",["$","span",null,{"className":"relative whitespace-nowrap text-gold-400","children":[["$","svg",null,{"aria-hidden":"true","viewBox":"0 0 418 42","className":"absolute left-0 top-2/3 h-[0.58em] w-full fill-gold-900","preserveAspectRatio":"none","children":["$","path",null,{"d":"M203.371.916c-26.013-2.078-76.686 1.963-124.73 9.946L67.3 12.749C35.421 18.062 18.2 21.766 6.004 25.934 1.244 27.561.828 27.778.874 28.61c.07 1.214.828 1.121 9.595-1.176 9.072-2.377 17.15-3.92 39.246-7.496C123.565 7.986 157.869 4.492 195.942 5.046c7.461.108 19.25 1.696 19.17 2.582-.107 1.183-7.874 4.31-25.75 10.366-21.992 7.45-35.43 12.534-36.701 13.884-2.173 2.308-.202 4.407 4.442 4.734 2.654.187 3.263.157 15.593-.78 35.401-2.686 57.944-3.488 88.365-3.143 46.327.526 75.721 2.23 130.788 7.584 19.787 1.924 20.814 1.98 24.557 1.332l.066-.011c1.201-.203 1.53-1.825.399-2.335-2.911-1.31-4.893-1.604-22.048-3.261-57.509-5.556-87.871-7.36-132.059-7.842-23.239-.254-33.617-.116-50.627.674-11.629.54-42.371 2.494-46.696 2.967-2.359.259 8.133-3.625 26.504-9.81 23.239-7.825 27.934-10.149 28.304-14.005.417-4.348-3.529-6-16.878-7.066Z"}]}],["$","span",null,{"className":"relative","children":"REIMAGINED"}]]}]," "]}],["$","p",null,{"className":"relative z-10 mx-auto mt-6 max-w-2xl lg:text-xl text-sm tracking-wide font-normal text-slate-100","children":"Discover ancient Egypt and feel its special energies across the enchanting Nile river with our sophisticated cruises, boat rentals, healing packages, corporate retreats, private holidays, & more."}],["$","div",null,{"className":"relative z-10 mt-10 mb-96 lg:mb-40 lg:py-2 xs:mb-20 flex justify-center gap-x-6 relative z-10","children":[["$","$L3",null,{"className":"group inline-flex ring-1 items-center justify-center rounded-full py-2 px-4 text-sm focus:outline-none ring-slate-200 text-slate-200 hover:text-slate-300 hover:ring-slate-300 active:bg-slate-100 active:text-slate-200 focus-visible:outline-gold-600 focus-visible:ring-slate-300","href":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","variant":"outline","children":["$","span",null,{"className":"text-white","children":"VEDA Boats"}],"color":"slate"}],["$","$L3",null,{"className":"group inline-flex items-center justify-center rounded-full py-2 px-4 text-sm font-semibold focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 bg-gold-900 text-white hover:bg-gold-800 hover:text-slate-100 active:bg-gold-800 active:text-gold-300 focus-visible:outline-gold-900 button-gold","href":"/register","children":"Plan Your Visit","variant":"solid","color":"slate"}]]}],["$","div",null,{"className":"relative z-10 pt-10","children":[["$","p",null,{"className":"mt-10 font-display text-large lg:text-2xl font-semibold italic text-slate-900","children":"As seen and featured on"}],["$","ul",null,{"role":"list","className":"mt-8 flex items-center flex-wrap justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-10 xl:flex-row xl:gap-x-12 xl:gap-y-0","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-8 sm:flex-row sm:gap-x-12 sm:gap-y-0","children":[["$","li","CNN",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/1.c1dd8c88.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"CNN","unoptimized":true}]}],["$","li","HLS",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/2.61fe5d45.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"HLS","unoptimized":true}]}],["$","li","Bookretreats",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/3.27cdc0c2.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"Bookretreats","unoptimized":true}]}]]}]}],["$","li","1",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-8 sm:flex-row sm:gap-x-12 sm:gap-y-0","children":[["$","li","Beaviajera",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/4.f84323cb.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"Beaviajera","unoptimized":true}]}],["$","li","Egytalloyd",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/5.b17316e3.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"Egytalloyd","unoptimized":true}]}],["$","li","AST",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/6.e4517726.svg","height":48,"width":158,"blurWidth":0,"blurHeight":0},"alt":"AST","unoptimized":true}]}]]}]}]]}]]}]]}],["$","section",null,{"id":"about","className":"relative overflow-hidden bg-gold-900 py-24","children":[["$","$L4",null,{"className":"absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2","src":{"src":"/_next/static/media/background-call-to-action.c015e16f.jpg","height":2488,"width":4694,"blurDataURL":"data:image/jpeg;base64,/9j/2wBDAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/wgARCAAEAAgDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/9oADAMBAAIQAxAAAAGcAJ//xAAUEAEAAAAAAAAAAAAAAAAAAAAA/9oACAEBAAEFAn//xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oACAEDAQE/AX//xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oACAECAQE/AX//xAAUEAEAAAAAAAAAAAAAAAAAAAAA/9oACAEBAAY/An//xAAUEAEAAAAAAAAAAAAAAAAAAAAA/9oACAEBAAE/IX//2gAMAwEAAgADAAAAEP8A/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPxB//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPxB//8QAFRABAQAAAAAAAAAAAAAAAAAAAEH/2gAIAQEAAT8Qj//Z","blurWidth":8,"blurHeight":4},"alt":"","width":2347,"height":1244,"unoptimized":true}],["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 relative","children":["$","div",null,{"className":"mx-auto max-w-3xl text-center","children":[["$","ul",null,{"role":"list","className":" flex items-center justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-2 xl:flex-row xl:gap-x-12 xl:gap-y-0","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0","children":[["$","li","veda",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/veda_icon2.7bad8126.svg","height":70,"width":70,"blurWidth":0,"blurHeight":0},"alt":"veda","unoptimized":true}]}]]}]}]]}],["$","h2",null,{"className":"font-display lg:text-3xl text-xl tracking-tight text-white pt-4 lg:pt-6","children":"VEDA provides an unparalleled cruise experience on the Nile, blending authenticity with sophistication. Enjoy private journeys featuring organic cuisine, hollistic activities, and a dedicated, warm-hearted crew."}],["$","p",null,{"className":"mt-4 text-xl lg:text-2xl italic tracking-tight text-gold-100","children":"Discover a cruise like no other with us on the Nile."}]]}]}]]}],["$","div",null,{"className":"py-24","children":["$","div",null,{"className":"mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8","children":[["$","h2",null,{"className":"text-base font-semibold leading-7 text-gold-600","children":"PROGRAMS"}],["$","p",null,{"className":"mt-2 max-w-lg text-4xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl","children":"VEDA EXPERIENCES"}],["$","p",null,{"className":"mt-6 max-w-3xl text-lg leading-8 text-gray-600","children":"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."}],["$","div",null,{"className":"mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-8 lg:grid-rows-2","children":[["$","div",null,{"className":"flex p-px lg:col-span-5","children":["$","div",null,{"className":"w-full overflow-hidden rounded-lg bg-white shadow-sm outline outline-black/5 max-lg:rounded-t-4xl lg:rounded-tl-4xl","children":[["$","div",null,{"className":"h-80 w-full overflow-hidden","children":["$","img",null,{"alt":"","src":"/images/community.jpg","className":"h-full w-full object-cover object-center"}]}],["$","div",null,{"className":"p-10","children":[["$","p",null,{"className":"mt-2 text-lg font-semibold tracking-tight text-gray-900","children":"Community building Space"}],["$","p",null,{"className":"mt-2 max-w-xl text-sm lg:text-base text-gray-600","children":"Community building holds significant value by fostering a sense of belonging, providing social and emotional support, and promoting collective action. It enhances social capital, encourages collaboration. Human to human connection become more and more important as new technological times require us to collaborate more on a peer to peer level and connect on different levels with each other."}]]}]]}]}],["$","div",null,{"className":"flex p-px lg:col-span-3","children":["$","div",null,{"className":"w-full overflow-hidden rounded-lg bg-white shadow-sm outline outline-black/5 lg:rounded-tr-4xl","children":[["$","div",null,{"className":"h-80 w-full overflow-hidden","children":["$","img",null,{"alt":"","src":"/images/private.jpg","className":"h-full w-full object-cover object-center"}]}],["$","div",null,{"className":"p-10","children":[["$","p",null,{"className":"mt-2 text-lg font-semibold tracking-tight text-gray-900","children":"Private Retreats"}],["$","p",null,{"className":"mt-2 max-w-lg text-sm lg:text-base text-gray-600","children":"Designed for companies, private groups or families, veda is happy to organise your exclusive retreat experience. These retreats offer the flexibility to design the itinerary and activities based on the group’s specific interests and needs."}]]}]]}]}],["$","div",null,{"className":"flex p-px lg:col-span-3","children":["$","div",null,{"className":"w-full overflow-hidden rounded-lg bg-white shadow-sm outline outline-black/5 lg:rounded-bl-4xl","children":[["$","div",null,{"className":"h-80 w-full overflow-hidden","children":["$","img",null,{"alt":"","src":"/images/events.jpg","className":"h-full w-full object-cover object-center"}]}],["$","div",null,{"className":"p-10","children":[["$","p",null,{"className":"mt-2 text-lg font-semibold tracking-tight text-gray-900","children":"Events & Conferences"}],["$","p",null,{"className":"mt-2 max-w-lg text-sm lg:text-base text-gray-600","children":"VEDA’s facilities are suited for hosting events, a unique venue that combines professional functionality with the tranquility of the Nile. An innovative setting that stands apart from traditional conference venues, promising a impactful event."}]]}]]}]}],["$","div",null,{"className":"flex p-px lg:col-span-5","children":["$","div",null,{"className":"w-full overflow-hidden rounded-lg bg-white shadow-sm outline outline-black/5 max-lg:rounded-b-4xl lg:rounded-br-4xl","children":[["$","div",null,{"className":"h-80 w-full overflow-hidden","children":["$","img",null,{"alt":"","src":"/images/nomads.jpg","className":"h-full w-full object-cover object-center"}]}],["$","div",null,{"className":"p-10","children":[["$","p",null,{"className":"mt-2 text-lg font-semibold tracking-tight text-gray-900","children":"Digital Nomad Hub"}],["$","p",null,{"className":"mt-2 max-w-lg text-sm lg:text-base text-gray-600","children":"A haven for remote workers seeking inspiration, focus, and balance. Our spaces combine reliable connectivity, comfortable work areas, and serene surroundings — creating the perfect environment to blend productivity with rejuvenation."}]]}]]}]}]]}]]}]}],["$","$L5",null,{}],["$","div",null,{"className":"overflow-hidden bg-creme-600 pb-0 pt-12 lg:py-12","children":["$","div",null,{"className":"mx-auto max-w-7xl px-6 lg:px-8","children":["$","div",null,{"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","children":[["$","div",null,{"className":"flex items-start justify-end lg:justify-start lg:order-first","children":["$","img",null,{"alt":"New Features","src":"images/newfeatures3.png","className":"w-full max-w-[40rem] rounded-xl shadow-xl ring-1 ring-gray-400/10 object-cover","style":{"maxWidth":"40rem","height":"auto"}}]}],["$","div",null,{"className":"lg:ml-auto lg:pl-4 lg:pt-0","children":["$","div",null,{"className":"lg:max-w-lg","children":[["$","h2",null,{"className":"text-base font-semibold leading-7 text-gold-600","children":"WHAT SETS US APART"}],["$","p",null,{"className":"mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl","children":"VEDA EXPERIENCES"}],["$","p",null,{"className":"mt-4 text-lg leading-8 font-normal text-gray-600","children":"At VEDA, we embrace a transformative journey by aligning with your personal preferences and holistic experiences. Our mission is to offer profound and memorable moments that inspire and uplift, guiding you on a journey within."}],["$","dl",null,{"className":"mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none","children":[["$","div","Your journey, your way.",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Your journey, your way."]}]," ",["$","dd",null,{"className":"font-display","children":"Create a travel experience that suits you perfectly, from the length of your stay to a tailored itinerary. Our expert guidance ensures every detail, from daily activities to dining options, aligns with your vision for a bespoke adventure."}]]}],["$","div","Experience the extraordinary.",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Experience the extraordinary."]}]," ",["$","dd",null,{"className":"font-display","children":"Engage in exclusive activities like private barbecues on pristine islands or moments in ancient temples. Our VEDA crew will guide you to the Nile’s most stunning locations, tailored to your interests for an unforgettable experience."}]]}]]}]]}]}]]}]}]}],["$","div",null,{"className":"overflow-hidden bg-creme-600 pb-10 pt-0 lg:pt-10 lg:pb-24","children":["$","div",null,{"className":"mx-auto max-w-7xl px-6 lg:px-8","children":["$","div",null,{"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","children":[["$","div",null,{"className":"lg:order-first","children":["$","div",null,{"className":"lg:max-w-lg","children":["$","dl",null,{"className":"mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none","children":[["$","div","Eco-Friendly & Organic.",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Eco-Friendly & Organic."]}]," ",["$","dd",null,{"className":"font-display","children":"Enjoy the finest local cuisine, fresh juices, and detox smoothies while supporting environmental responsibility. With natural cleaning products and solar-powered boats, VEDA offers a sophisticated, eco-friendly journey on the Nile."}]]}],["$","div","Nurture Your Mind, Body, and Spirit",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Nurture Your Mind, Body, and Spirit"]}]," ",["$","dd",null,{"className":"font-display","children":"Participate in yoga, breathwork, meditation, and wellness workshops in serene surroundings. Our holistic approach ensures your journey is enriching and rejuvenating, leaving you with a sense of balance and inner peace."}]]}],["$","div","Immersive Cultural Experiences",{"className":"relative pl-9","children":[["$","dt",null,{"className":"inline font-semibold text-gray-800","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","aria-labelledby":"$undefined","className":"absolute left-1 top-1 h-5 w-5 text-gold-300","children":[null,["$","path",null,{"d":"M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z"}]]}],"Immersive Cultural Experiences"]}]," ",["$","dd",null,{"className":"font-display","children":"Explore the wonders of ancient Egypt with exclusive guided tours and in-depth cultural experiences. Gain unique insights into Egypt’s rich history and traditions, deepening your understanding of this timeless civilization."}]]}]]}]}]}],["$","div",null,{"className":"flex items-start justify-end lg:justify-start lg:order-last","children":["$","img",null,{"alt":"New Features","src":"/images/newfeatures0.png","className":"w-full max-w-[35rem] rounded-xl shadow-xl ring-1 ring-gray-400/10 object-cover","style":{"height":"auto"}}]}]]}]}]}],["$","section",null,{"id":"get-started-today","className":"relative overflow-hidden bg-gold-900 py-32","children":[["$","$L4",null,{"className":"absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2","src":{"src":"/_next/static/media/background-call-to-action2.d9f87ea8.png","height":2488,"width":4694,"blurDataURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAAP1BMVEVjbGOvmoK0lnIccHK/o4N+oZdhmZk8SkchZGZaiYdyjIqIgnYugoQpk5dtpKpKWVGytK9ocF+Zqp9InaFqcmDFjbpAAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAKklEQVR4nAXBhQEAIAwDsG7McP3/VhJEpGajX5ScTfUsoJIIM8F94m3gAxN5AP34SFOMAAAAAElFTkSuQmCC","blurWidth":8,"blurHeight":4},"alt":"","width":2347,"height":1244,"unoptimized":true}],["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 relative","children":["$","div",null,{"className":"mx-auto max-w-3xl text-center","children":["$","ul",null,{"role":"list","className":" flex items-center justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-2 xl:flex-row xl:gap-x-12 xl:gap-y-0","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0","children":[["$","li","veda",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/veda.62d707fd.svg","height":150,"width":150,"blurWidth":0,"blurHeight":0},"alt":"veda","unoptimized":true}]}]]}]}]]}]}]}]]}],["$","$L6",null,{}],["$","$L7",null,{}],["$","section",null,{"id":"testimonials","aria-label":"What our customers are saying","className":"bg-creme-600 pt-6 pb-24","children":["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8","children":[["$","div",null,{"className":"mx-auto max-w-4xl md:text-center","children":[["$","h2",null,{"className":"font-display mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl","children":"VEDA ON CNN"}],["$","p",null,{"className":"mt-4 text-lg pb-6 tracking-tight text-slate-700","children":"CNN Travel visited the Veda boats to give you a first hand impression of what awaits you when cruising the Nile."}]]}],["$","div",null,{"className":"video-container","children":["$","iframe",null,{"src":"https://player.vimeo.com/video/371621672?autoplay=1&loop=1&muted=1","width":"100%","height":"600","frameBorder":"0","allow":"autoplay; fullscreen; picture-in-picture","allowFullScreen":true,"className":"rounded-lg w-full max-w-6xl mx-auto"}]}]]}]}],["$","section",null,{"id":"testimonials","aria-label":"What our customers are saying","className":"bg-creme-600 pt-10 pb-24","children":["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8","children":[["$","div",null,{"className":"mx-auto max-w-3xl md:text-center","children":[["$","h2",null,{"className":"font-display mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl","children":"LOVED BY COMMUNITIES WORLDWIDE"}],["$","p",null,{"className":"mt-4 text-lg tracking-tight text-slate-700","children":"Discover the heartfelt stories of joy, relaxation, and adventure that make VEDA a cherished choice for travelers seeking unique and sophisticated experiences on the Nile."}]]}],["$","ul",null,{"role":"list","className":"mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-6 sm:gap-8 lg:mt-20 lg:max-w-none lg:grid-cols-3","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col gap-y-6 sm:gap-y-8","children":[["$","li","0",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$8"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"I had the most wonderful retreat with VEDA along the Nile. You are really immersed in its atmosphere as you slowly pass the sleepy river bank villages, local farmers going about their day, and lush green nature while surrounded by the history of the pharaohs past. It's not just a retreat with healthy eating and relaxing sessions, it's a spiritual experience where you are invited to open your heart and mind, if you let go you will leave feeling so uplifted. I will definitely be back again!"}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Adnan"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Retreat Guest"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/Adnan.jpg","alt":"","width":56,"height":56}]}]]}]]}]}],["$","li","1",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$9"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"When I set foot on the ship, my world was changed. The sincere joy and authenticity of the team, the powerful serenity of the river, the quality of the rooms with incredible views, it all puts you directly in an atmosphere of total relaxation. The humanity and the delicacy of the attention I could feel touched my heart very deeply. The experience has changed something inside of me."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Eloise"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Retreat Guest"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/eloise.jpg","alt":"","width":56,"height":56}]}]]}]]}]}]]}]}],["$","li","1",{"children":["$","ul",null,{"role":"list","className":"flex flex-col gap-y-6 sm:gap-y-8","children":[["$","li","0",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$a"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"The VEDA trip on the Nile was not only a journey in the geographic sense but really also a journey that my heart and soul took. I was not that happy about going but when I boarded the Veda boat in Luxor, I transformed in a second from a frowning person to a smiling one. The peaceful, serene, majestic nile effects reflect on you. I will never forget the trip and every part of me is begging me to return as soon as possible."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Owen"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Retreat Guest"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/owen.jpg","alt":"","width":56,"height":56}]}]]}]]}]}],["$","li","1",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$b"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"I am very fortunate to have attended a VEDA retreat on the Nile last December. It was the best Christmas gift possible: great group, magical Nile, incredible temples. VEDA's understated luxury, smart cuisine and extremely accommodating staff made the experience extra special. My personal discovery was the temples. Each temple had a unique gift to offer: Isis' motherly support, Zahmet's clarity, Osiris' protection."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Helena"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Retreat Guest"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/helena.jpg","alt":"","width":56,"height":56}]}]]}]]}]}]]}]}],["$","li","2",{"children":["$","ul",null,{"role":"list","className":"flex flex-col gap-y-6 sm:gap-y-8","children":[["$","li","0",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$c"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"VEDA exceeded every expectation I had. The combination of ancient Egyptian culture and modern wellness practices created something truly magical. Watching the sunrise over the Nile while practicing yoga on deck was life-changing!"}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Sacha"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Wellness Enthusiast"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/sacha.jpg","alt":"","width":56,"height":56}]}]]}]]}]}],["$","li","1",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$d"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"As someone who travels frequently for work, I can honestly say VEDA is in a league of its own. The thoughtful curation of experiences, from temple visits with knowledgeable guides to intimate cooking classes with local ingredients, created memories I'll treasure forever. The dahabiya itself is a floating sanctuary of peace and luxury."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Karoline"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Travel Consultant"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/karoline.jpeg","alt":"","width":56,"height":56}]}]]}]]}]}],["$","li","2",{"children":["$","figure",null,{"className":"relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10","children":[["$","svg",null,{"aria-hidden":"true","width":105,"height":78,"className":"absolute left-6 top-6 fill-slate-100","children":["$","path",null,{"d":"$e"}]}],["$","blockquote",null,{"className":"relative","children":["$","p",null,{"className":"text-lg tracking-tight text-slate-900","children":"What struck me most about VEDA was how they seamlessly blend adventure with relaxation. One moment you're exploring ancient tombs, the next you're enjoying a massage while floating down the world's most famous river. The organic meals were exceptional, and the evening discussions under the stars created bonds with fellow travelers that continue today."}]}],["$","figcaption",null,{"className":"relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-display text-base text-slate-900","children":"Sam"}],["$","div",null,{"className":"mt-1 text-sm text-slate-500","children":"Adventure Seeker"}]]}],["$","div",null,{"className":"overflow-hidden rounded-full bg-creme-600","children":["$","$L4",null,{"className":"h-14 w-14 object-cover","src":"/images/comments/sam.jpg","alt":"","width":56,"height":56}]}]]}]]}]}]]}]}]]}]]}]}],["$","section",null,{"id":"get-started-today","className":"relative overflow-hidden bg-gold-900 py-32","children":[["$","$L4",null,{"className":"absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2","src":{"src":"/_next/static/media/background-call-to-action4.f1074346.png","height":564,"width":1440,"blurDataURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAADCAMAAACZFr56AAAAGFBMVEVLPDdZSEFjUUiCd3t9cXpAMyxuWlF3a3O3aMP/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAH0lEQVR4nAXBBwEAAAjDsO4A/h2TkKTtHbJ3LTMgwTwEcwBGIXnDfgAAAABJRU5ErkJggg==","blurWidth":8,"blurHeight":3},"alt":"","width":1440,"height":564,"unoptimized":true}],["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 relative","children":["$","div",null,{"className":"mx-auto max-w-3xl text-center py-20","children":["$","ul",null,{"role":"list","className":" flex items-center justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-2 xl:flex-row xl:gap-x-12 xl:gap-y-0","children":[["$","li","0",{"children":["$","ul",null,{"role":"list","className":"flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0 ","children":[["$","li","veda",{"className":"flex","children":["$","$L4",null,{"src":{"src":"/_next/static/media/veda_logo2.20571042.svg","height":30,"width":122,"blurWidth":0,"blurHeight":0},"alt":"veda","width":300,"height":84,"unoptimized":true}]}]]}]}]]}]}]}]]}]]}],["$","footer",null,{"className":"bg-creme-900","children":["$","div",null,{"className":"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8","children":["$","div",null,{"className":"flex items-center justify-between py-16","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":"122","height":"30","fill":"none","viewBox":"0 0 122 30","children":[["$","mask",null,{"id":"a","width":"30","height":"30","x":"0","y":"0","maskUnits":"userSpaceOnUse","style":{"maskType":"luminance"},"children":["$","path",null,{"fill":"#fff","d":"M29.926 0H0v30h29.926z"}]}],["$","g",null,{"fill":"#A7772E","fillOpacity":"0.5","mask":"url(#a)","children":[["$","path",null,{"d":"M14.963 15c4.132 0 7.482-3.358 7.482-7.5S19.095 0 14.963 0 7.481 3.358 7.481 7.5s3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M7.482 22.5c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5S0 10.858 0 15s3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M22.444 22.5c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.481 3.358-7.481 7.5 3.35 7.5 7.481 7.5"}],["$","path",null,{"d":"M20.253 27.803c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M9.673 27.803c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M14.963 30c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M9.673 17.197c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M20.253 17.197c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}]]}],["$","path",null,{"fill":"#A7772E","d":"m47.525 24-7.65-17.5H43.4l6.825 15.825H48.2L55.1 6.5h3.25L50.725 24zm18.196-10.225h8.7v2.675h-8.7zm.25 7.5h9.875V24H62.721V6.5h12.775v2.725h-9.525zM81.97 24V6.5h7.65q2.85 0 5 1.1t3.35 3.05 1.2 4.6q0 2.625-1.2 4.6-1.2 1.95-3.35 3.05t-5 1.1zm3.25-2.75h4.25q1.975 0 3.4-.75 1.45-.75 2.225-2.1.8-1.35.8-3.15 0-1.826-.8-3.15-.774-1.35-2.225-2.1-1.425-.75-3.4-.75h-4.25zM102.404 24l7.875-17.5h3.2l7.9 17.5h-3.4l-6.775-15.775h1.3L105.754 24zm3.625-4.05.875-2.55h9.45l.875 2.55z"}]]}],["$","p",null,{"className":"text-sm text-slate-500","children":["Copyright © ",2025," VEDA. All rights reserved."]}]]}]}]}]],null],null],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/5841ad3e22aeccb4.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full scroll-smooth bg-creme-600 antialiased __variable_e8ce0c __variable_86777a","children":["$","body",null,{"className":"flex h-full flex-col pt-20","children":["$","$Lf",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L10",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":["$","div",null,{"className":"relative flex min-h-full shrink-0 justify-center md:px-12 lg:px-0","children":[["$","div",null,{"className":"relative z-10 flex flex-1 flex-col bg-white px-4 py-10 shadow-2xl sm:justify-center md:flex-none md:px-28","children":["$","main",null,{"className":"mx-auto w-full max-w-md sm:px-4 md:w-96 md:max-w-sm md:px-0","children":[["$","div",null,{"className":"flex","children":["$","$L3",null,{"href":"/","aria-label":"Home","children":["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":"122","height":"30","fill":"none","viewBox":"0 0 122 30","children":[["$","mask",null,{"id":"a","width":"30","height":"30","x":"0","y":"0","maskUnits":"userSpaceOnUse","style":{"maskType":"luminance"},"children":["$","path",null,{"fill":"#fff","d":"M29.926 0H0v30h29.926z"}]}],["$","g",null,{"fill":"#A7772E","fillOpacity":"0.5","mask":"url(#a)","children":[["$","path",null,{"d":"M14.963 15c4.132 0 7.482-3.358 7.482-7.5S19.095 0 14.963 0 7.481 3.358 7.481 7.5s3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M7.482 22.5c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5S0 10.858 0 15s3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M22.444 22.5c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.481 3.358-7.481 7.5 3.35 7.5 7.481 7.5"}],["$","path",null,{"d":"M20.253 27.803c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M9.673 27.803c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M14.963 30c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M9.673 17.197c4.132 0 7.481-3.358 7.481-7.5s-3.35-7.5-7.481-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}],["$","path",null,{"d":"M20.253 17.197c4.132 0 7.482-3.358 7.482-7.5s-3.35-7.5-7.482-7.5-7.482 3.358-7.482 7.5 3.35 7.5 7.482 7.5"}]]}],["$","path",null,{"fill":"#A7772E","d":"m47.525 24-7.65-17.5H43.4l6.825 15.825H48.2L55.1 6.5h3.25L50.725 24zm18.196-10.225h8.7v2.675h-8.7zm.25 7.5h9.875V24H62.721V6.5h12.775v2.725h-9.525zM81.97 24V6.5h7.65q2.85 0 5 1.1t3.35 3.05 1.2 4.6q0 2.625-1.2 4.6-1.2 1.95-3.35 3.05t-5 1.1zm3.25-2.75h4.25q1.975 0 3.4-.75 1.45-.75 2.225-2.1.8-1.35.8-3.15 0-1.826-.8-3.15-.774-1.35-2.225-2.1-1.425-.75-3.4-.75h-4.25zM102.404 24l7.875-17.5h3.2l7.9 17.5h-3.4l-6.775-15.775h1.3L105.754 24zm3.625-4.05.875-2.55h9.45l.875 2.55z"}]]}]}]}],["$","p",null,{"className":"mt-20 text-sm font-medium text-gray-700","children":"404"}],["$","h1",null,{"className":"mt-3 text-lg font-semibold text-gray-800","children":"Page not found"}],["$","p",null,{"className":"mt-3 text-sm text-gray-700","children":"Sorry, we couldn’t find the page you’re looking for."}],["$","$L3",null,{"className":"group inline-flex items-center justify-center rounded-full py-2 px-4 text-sm font-semibold focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 bg-gold-900 text-white hover:bg-gold-800 hover:text-slate-100 active:bg-gold-800 active:text-gold-300 focus-visible:outline-gold-900 mt-10","href":"/","children":"Go back home","variant":"solid","color":"slate"}]]}]}],["$","div",null,{"className":"hidden sm:contents lg:relative lg:block lg:flex-1","children":["$","$L4",null,{"className":"absolute inset-0 h-full w-full object-cover","src":{"src":"/_next/static/media/background-auth.4bcf3f4b.jpg","height":1866,"width":1664,"blurDataURL":"data:image/jpeg;base64,/9j/2wBDAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/wgARCAAIAAcDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAL/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/9oADAMBAAIQAxAAAAGwwf8A/8QAFRABAQAAAAAAAAAAAAAAAAAAAgH/2gAIAQEAAQUChMH/xAAVEQEBAAAAAAAAAAAAAAAAAAARAP/aAAgBAwEBPwFb/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPwF//8QAFBABAAAAAAAAAAAAAAAAAAAAAP/aAAgBAQAGPwJ//8QAGBAAAgMAAAAAAAAAAAAAAAAAAAERIUH/2gAIAQEAAT8hXJSvT//aAAwDAQACAAMAAAAQ9//EABYRAQEBAAAAAAAAAAAAAAAAAAEAIf/aAAgBAwEBPxAGkL//xAAXEQADAQAAAAAAAAAAAAAAAAAAASER/9oACAECAQE/EFtp/8QAFxABAAMAAAAAAAAAAAAAAAAAAQARIf/aAAgBAQABPxCwo6HP/9k=","blurWidth":7,"blurHeight":8},"alt":"","unoptimized":true}]}]]}],"notFoundStyles":[]}]}]}]],null],null],["$L11",null]]]] 11:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"VEDA EGYPT NILE CRUISES"}],["$","meta","3",{"name":"description","content":"Most bookkeeping software is accurate, but hard to use. We make the opposite trade-off, and hope you don’t get audited."}],["$","link","4",{"rel":"icon","href":"/favicon.ico","type":"image/x-icon","sizes":"16x16"}],["$","meta","5",{"name":"next-size-adjust"}]] 1:null