diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 5ab81c4..0000000 --- a/deploy.sh +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/bash - -# VEDA Static Site Deployment Script -# This script will deploy your Next.js static site to the production server - -echo "🚀 VEDA Static Site Deployment" -echo "================================" - -# Colors for output -RED='\033[0;31m' -GREEN='\033[0;32m' -YELLOW='\033[1;33m' -NC='\033[0m' # No Color - -# Check if out directory exists -if [ ! -d "out" ]; then - echo -e "${RED}❌ Error: 'out' directory not found. Run 'npm run build' first.${NC}" - exit 1 -fi - -echo -e "${GREEN}✅ Found 'out' directory with static files${NC}" -echo "" - -echo "📋 DEPLOYMENT INSTRUCTIONS:" -echo "===========================" -echo "" - -echo -e "${YELLOW}1. Copy these files to your server:${NC}" -echo " - Upload the 'out' directory" -echo " - Upload the 'Caddyfile'" -echo "" - -echo -e "${YELLOW}2. Run these commands on your server:${NC}" -echo "" - -cat << 'EOF' -# Create the web directory if it doesn't exist -sudo mkdir -p /var/www/veda - -# Copy the static files (adjust path as needed) -sudo cp -r out/* /var/www/veda/out/ 2>/dev/null || { - sudo mkdir -p /var/www/veda/out - sudo cp -r out/* /var/www/veda/out/ -} - -# Set proper permissions -sudo chown -R www-data:www-data /var/www/veda/ 2>/dev/null || sudo chown -R caddy:caddy /var/www/veda/ - -# Backup current Caddyfile -sudo cp /etc/caddy/Caddyfile /etc/caddy/Caddyfile.backup.$(date +%Y%m%d_%H%M%S) 2>/dev/null - -# Update Caddyfile (adjust path if different) -sudo cp Caddyfile /etc/caddy/Caddyfile - -# Test Caddy configuration -sudo caddy validate --config /etc/caddy/Caddyfile - -# Reload Caddy -sudo systemctl reload caddy - -# Check Caddy status -sudo systemctl status caddy -EOF - -echo "" -echo -e "${YELLOW}3. Test your deployment:${NC}" -echo " https://www2.veda-egypt.com/" -echo " https://www2.veda-egypt.com/story/" -echo " https://www2.veda-egypt.com/dahabiyas/" -echo " https://www2.veda-egypt.com/experiences/" -echo "" - -echo -e "${GREEN}📁 Files ready for deployment:${NC}" -ls -la out/ | head -10 -echo " ... and more" -echo "" - -echo -e "${GREEN}✅ All files prepared! Copy the commands above and run them on your server.${NC}" diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 1ba3a4b..0196edc 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -26,8 +26,10 @@ export function Hero() {

- Discover ancient Egypt with VEDA and feel its special energies across the enchanting Nile river with our cruises, retreats, & more. - Stepping on veda boats feels like sailing into the magic of the River Nile. The sacred vibes of Egypt and the river will touch your soul forever. + Stepping on veda boats feels like sailing into the magic of the River Nile. The sacred vibes of Egypt and the river will touch your soul forever.Discover ancient Egypt with VEDA and feel its special energies across the enchanting Nile river with our cruises, retreats, & more. +

+

+

diff --git a/src/videos/hero2.mp4 b/src/videos/hero2.mp4 deleted file mode 100644 index 62e0b67..0000000 Binary files a/src/videos/hero2.mp4 and /dev/null differ