From 699e3a580eb99aec4ea9440e182820f451e6f0d7 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 22 Aug 2025 18:45:01 +0200 Subject: [PATCH] gone --- src/app/page.jsx | 5 +-- src/components/Boat.jsx | 6 +-- src/components/CallToAction4.jsx | 24 +++++++++++ src/components/Experiences.jsx | 68 ++++++++++++++------------------ src/components/text.jsx | 36 +++++++++++++++-- 5 files changed, 90 insertions(+), 49 deletions(-) create mode 100644 src/components/CallToAction4.jsx diff --git a/src/app/page.jsx b/src/app/page.jsx index a2d5ebf..561cf17 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -18,6 +18,7 @@ import Activities from '@/components/Activities' import Boats from '@/components/Boats' import Carousel from '@/components/Carousel' import CnnVideo from '@/components/CNNVIDEO' +import { CallToAction4 } from '@/components/CallToAction4' export default function Home() { @@ -28,10 +29,8 @@ export default function Home() { + - - - diff --git a/src/components/Boat.jsx b/src/components/Boat.jsx index 2c39a68..221bc78 100644 --- a/src/components/Boat.jsx +++ b/src/components/Boat.jsx @@ -211,14 +211,12 @@ export function Boat() { {/* Progress Bar */}
-
+
- {/* Progress dots for visual clarity */} -
-
+
diff --git a/src/components/CallToAction4.jsx b/src/components/CallToAction4.jsx new file mode 100644 index 0000000..68e8256 --- /dev/null +++ b/src/components/CallToAction4.jsx @@ -0,0 +1,24 @@ + +import { Container } from '@/components/Container' +import { H3, P } from '@/components/text' + +export function CallToAction4() { + return ( +
+ +
+

+ Transformative Programs on the Nile +

+

+ From intimate community gatherings to professional retreats, VEDA offers transformative programs on the Nile. Each space is thoughtfully designed to foster connection, creativity, and personal growth in an inspiring riverside setting. +

+ +
+
+
+ ) +} diff --git a/src/components/Experiences.jsx b/src/components/Experiences.jsx index 6af196f..fdefce0 100644 --- a/src/components/Experiences.jsx +++ b/src/components/Experiences.jsx @@ -1,68 +1,60 @@ +import { H2, P , PS, PXS, H3, H4 } from "@/components/text"; + + export function Experiences() { return ( -
-
-

- Programs -

- -

- From intimate community gatherings to professional retreats, VEDA offers transformative programs on the Nile. Each space is thoughtfully designed to foster connection, creativity, and personal growth in an inspiring riverside setting. -

-
-
-
+
+
+
+
+
-
-
-

Community building Space

-

Foster connections and meaningful relationships through shared experiences.

+
+

Community building Space

+ Foster connections and meaningful relationships through shared experiences.
-
-
+
+
-
-
-

Private Retreats

-

Exclusive experiences tailored for intimate groups and families.

+
+

Private Retreats

+ Exclusive experiences for intimate groups and families.
-
-
+
+
-
-
-

Events & Conferences

-

Professional gatherings in an inspiring riverside setting.

+
+

Events & Conferences

+ Professional gatherings in an inspiring riverside setting.
-
-
+
+
-
-
-

Digital Nomad Hub

-

Work remotely while surrounded by the tranquility of the Nile.

+
+

Digital Nomad Hub

+ Work remotely while surrounded by the tranquility of the Nile.
diff --git a/src/components/text.jsx b/src/components/text.jsx index a0e655b..e1f919c 100644 --- a/src/components/text.jsx +++ b/src/components/text.jsx @@ -30,15 +30,29 @@ export function H2({ className, children, ...props }) { export function H3({ className, children, ...props }) { return ( -

{children} -

+ + ) +} + +export function H4({ className, children, ...props }) { + return ( +

+ {children} +

) } @@ -60,7 +74,21 @@ export function PS({ className, children, ...props }) { return (

+ {children} +

+ ) +} + +export function PXS({ className, children, ...props }) { + return ( +