diff --git a/public/images/components/Experiences.jsx b/public/images/components/Experiences.jsx index 6af196f..e261783 100644 --- a/public/images/components/Experiences.jsx +++ b/public/images/components/Experiences.jsx @@ -1,15 +1,14 @@ 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.

@@ -32,7 +31,7 @@ export function Experiences() { className="absolute inset-0 -z-10 h-full w-full object-cover object-center" />
-
+

Private Retreats

Exclusive experiences tailored for intimate groups and families.

diff --git a/src/app/layout.jsx b/src/app/layout.jsx index 462d503..6a942a9 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -40,9 +40,8 @@ export default function RootLayout({ children }) { lexend.variable, vollkorn.variable, )} - style={{backgroundImage: 'url(/images/waterbg.jpg)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundAttachment: 'fixed'}} > - {children} + {children} ) } diff --git a/src/components/CallToAction.jsx b/src/components/CallToAction.jsx index b6d6d9e..70b75ca 100644 --- a/src/components/CallToAction.jsx +++ b/src/components/CallToAction.jsx @@ -10,7 +10,7 @@ export function CallToAction() { return (
diff --git a/src/components/Experiences.jsx b/src/components/Experiences.jsx index f57179d..d103039 100644 --- a/src/components/Experiences.jsx +++ b/src/components/Experiences.jsx @@ -3,7 +3,7 @@ import { H2, P , PS, PXS, H3, H4 } from "@/components/text"; export function Experiences() { return ( -
+
@@ -13,7 +13,7 @@ export function Experiences() { src="/images/community.jpg" className="h-80 w-full object-cover object-center" /> -
+

Community building Space

Foster connections and meaningful relationships through shared experiences.
diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index bce5de0..3195c32 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -1,4 +1,3 @@ - import { Button } from '@/components/Button' import { Container } from '@/components/Container' import { H2 } from '@/components/text' @@ -8,23 +7,23 @@ import Image from 'next/image' export function Hero() { return (
- {/* Background Image with opacity to show sand background i changed the src for now bc its not uploaded to server*/} + {/* Background Image */}
App screenshot
-
-

+
+

Nile Cruises, Reimagined.

-

+

Veda welcomes you into her home providing unique wellness cruises blending cultural authentic experiences with unparalleled freedom and privacy.
Our organic cuisine, cultural activities and dedicated warm hearted crew will make your veda cruise an unforgettable experience.

diff --git a/src/components/Logos.jsx b/src/components/Logos.jsx index 63e11ea..68f09b4 100644 --- a/src/components/Logos.jsx +++ b/src/components/Logos.jsx @@ -7,7 +7,7 @@ import { H3 } from '@/components/text' export function Logos() { return ( -
+

As seen and featured on

diff --git a/src/components/Route.jsx b/src/components/Route.jsx index 3fa6ed3..6bef4f8 100644 --- a/src/components/Route.jsx +++ b/src/components/Route.jsx @@ -17,7 +17,7 @@ export default function Route() {

Itinerary

-

+

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.

diff --git a/src/components/Testimonials.jsx b/src/components/Testimonials.jsx index 70bd37d..2944f66 100644 --- a/src/components/Testimonials.jsx +++ b/src/components/Testimonials.jsx @@ -87,14 +87,14 @@ export function Testimonials() {

Testimonials

-

+

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.

@@ -107,7 +107,7 @@ export function Testimonials() {
    {column.map((testimonial, testimonialIndex) => (
  • -
    +
    diff --git a/src/components/text.jsx b/src/components/text.jsx index aa8c923..7a267b8 100644 --- a/src/components/text.jsx +++ b/src/components/text.jsx @@ -18,7 +18,7 @@ export function H2({ className, children, ...props }) { return (