From 1c7ca235a66fe2dc61f4ebdad968e3b0e2ada4db Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 22 Aug 2025 17:12:36 +0200 Subject: [PATCH] ok --- build.sh | 2 +- package.json | 2 +- src/app/page.jsx | 4 +++- src/components/Button.jsx | 2 ++ src/components/CallToAction.jsx | 17 +++-------------- src/components/Hero.jsx | 4 ++-- 6 files changed, 12 insertions(+), 19 deletions(-) diff --git a/build.sh b/build.sh index 6076171..2415a7b 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ pnpm install pnpm run build # local mirror (optional) -# rsync -rav --delete dist/ "${HOME}/hero/var/www/$PREFIX/" +rsync -rav --delete dist/ "${HOME}/hero/var/www/$PREFIX/" # deploy to veda server rsync -avz --delete out/ "root@veda.info:/root/hero/www/info/$PREFIX/" diff --git a/package.json b/package.json index 674ad9b..6404d59 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build && cp -r public/* out/ && cp public/videos/*.mp4 out/videos/", + "build": "next build", "start": "next start", "lint": "next lint" }, diff --git a/src/app/page.jsx b/src/app/page.jsx index 8dd23da..a2d5ebf 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -26,8 +26,10 @@ export default function Home() {
+ + - + diff --git a/src/components/Button.jsx b/src/components/Button.jsx index 1092b77..19a18d8 100644 --- a/src/components/Button.jsx +++ b/src/components/Button.jsx @@ -34,6 +34,8 @@ const variantStyles = { 'text-slate-900 hover:text-slate-700 focus-visible:outline-gold-600 border-b border-slate-900 hover:border-slate-700', white: 'text-white hover:text-slate-300 focus-visible:outline-white border-b border-white hover:border-slate-300', + darkgr: + 'text-darkgr-900 hover:text-darkgr-700 focus-visible:outline-darkgr-600 border-b border-darkgr-900 hover:border-darkgr-700', }, } diff --git a/src/components/CallToAction.jsx b/src/components/CallToAction.jsx index 54419e8..20908cd 100644 --- a/src/components/CallToAction.jsx +++ b/src/components/CallToAction.jsx @@ -9,25 +9,14 @@ export function CallToAction() { return (
-
-
- -
-

+

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.

diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index cf161f7..329bd22 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -5,7 +5,7 @@ import Image from 'next/image' export function Hero() { return ( -
+
{/* Background Image with opacity to show sand background */}
@@ -26,7 +26,7 @@ export function Hero() { Our organic cuisine, cultural activities and dedicated warm hearted crew will make your veda cruise an unforgettable experience.