diff --git a/src/components/Boat.jsx b/src/components/Boat.jsx index 751f69f..cb5adc9 100644 --- a/src/components/Boat.jsx +++ b/src/components/Boat.jsx @@ -13,7 +13,8 @@ import { useCallback, useLayoutEffect, useRef, useState } from 'react' import useMeasure from 'react-use-measure' import { Container } from './Container' import { Link } from './link' -import { Heading, Subheading } from './text' +import { Heading, Subheading, H2, P, PS, H3} from './text' + const testimonials = [ { @@ -100,7 +101,7 @@ function TestimonialCard({ ref={ref} style={{ opacity }} {...props} - className="w-72 shrink-0 snap-start scroll-ml-(--scroll-padding) bg-[#fffefa] rounded-3xl shadow-lg overflow-hidden sm:w-80 lg:w-96" + className="w-72 shrink-0 snap-start scroll-ml-(--scroll-padding) bg-transparent shadow-sm overflow-hidden sm:w-80 lg:w-96" > {/* Image Section */}
--+
{children} - +
+
- 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. -
+ +At VEDA, we welcome your questions, ideas, and collaborations. Whether you’re curious about our retreats, interested in hosting a private gathering, or exploring partnership opportunities, we’re here to connect. Reach out to us today and let’s create transformative experiences along the timeless Nile.
diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 329bd22..0bf5906 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -1,6 +1,8 @@ import { Button } from '@/components/Button' import { Container } from '@/components/Container' +import { H2 } from '@/components/text' +import { P } from '@/components/text' import Image from 'next/image' export function Hero() { @@ -18,18 +20,16 @@ export function Hero() {+ +
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.
-
Well everything you need if you aren’t that picky about minor
details like tax compliance.
diff --git a/src/components/SecondaryFeatures.jsx b/src/components/SecondaryFeatures.jsx
index 56a2ffb..da66890 100644
--- a/src/components/SecondaryFeatures.jsx
+++ b/src/components/SecondaryFeatures.jsx
@@ -2,9 +2,8 @@
import { useId } from 'react'
import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react'
-import clsx from 'clsx'
-import { Button } from '@/components/Button'
-import { Container } from '@/components/Container'
+
+import { H2 } from '@/components/text'
const features = [
{
@@ -264,10 +263,10 @@ export function SecondaryFeatures() {
>
Discover peaceful platforms where every detail ensures a truly memorable stay.
We are a dynamic family of individuals from diverse cultural backgrounds and varied expertise, united by our passion in spirituality and dedication delivering heartfelt and authentic Nile experiences for our guests.
+ {children}
+
+ {children}
+ OUR OFFERS
-
+
OUR OFFERS
+
VEDA DAHABIYAS
-
+ OUR PEOPLE
+ OUR PEOPLE
+ {children}
+
+ )
+}
+
+export function H3({ className, children, ...props }) {
+ return (
+
+ {children}
+
+ )
+}
+
+export function P({ className, children, ...props }) {
+ return (
+