This commit is contained in:
2025-08-25 17:23:17 +02:00
parent 43ad7a8cea
commit f7d36427fe
6 changed files with 21 additions and 13 deletions

View File

@@ -1,15 +1,16 @@
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import { H2 } from '@/components/text'
export function Logos() { export function Logos() {
return ( return (
<Container> <Container>
<div className="relative z-10 pt-10"> <div className="relative z-10 py-12 items-center justify-center">
<p className="mt-10 font-display text-large lg:text-2xl font-semibold italic text-slate-900"> <H2 className="">
As seen and featured on As seen and featured on
</p> </H2>
<ul <ul
role="list" role="list"
className="mt-8 flex items-center flex-wrap justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-10 xl:flex-row xl:gap-x-12 xl:gap-y-0" className="mt-8 flex items-center flex-wrap justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-10 xl:flex-row xl:gap-x-12 xl:gap-y-0"

View File

@@ -19,6 +19,7 @@ import Boats from '@/components/Boats'
import Carousel from '@/components/Carousel' import Carousel from '@/components/Carousel'
import CnnVideo from '@/components/CNNVIDEO' import CnnVideo from '@/components/CNNVIDEO'
import { CallToAction4 } from '@/components/CallToAction4' import { CallToAction4 } from '@/components/CallToAction4'
import { Logos } from '@/components/Logos'
export default function Home() { export default function Home() {
@@ -27,6 +28,7 @@ export default function Home() {
<Header /> <Header />
<main> <main>
<Hero /> <Hero />
<Logos />
<CallToAction /> <CallToAction />
<Boat /> <Boat />
<CallToAction4 /> <CallToAction4 />

View File

@@ -3,7 +3,7 @@
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import { Logo } from '@/components/Logo' import { Logo } from '@/components/Logo'
import { H2, PS } from '@/components/text' import { H2, PS, H3, H4 } from '@/components/text'
export function CallToAction() { export function CallToAction() {
@@ -14,12 +14,16 @@ export function CallToAction() {
> >
<Container className="relative"> <Container className="relative">
<div className="mx-auto max-w-3xl text-center"> <div className="mx-auto max-w-3xl text-center">
<H2> <H3>
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. 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.
</H2> </H3>
<PS> <H3 className="">
Discover a cruise like no other with us on the Nile. Discover a cruise like no other with us on the Nile.
</PS> </H3>
<br/>
<Button className="mt-6" href="/story" variant="link" color="darkgr">
Read Our Story
</Button>
</div> </div>
</Container> </Container>
</section> </section>

View File

@@ -1,15 +1,16 @@
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import { H3 } from '@/components/text'
export function Logos() { export function Logos() {
return ( return (
<Container> <Container>
<div className="relative z-10 pt-10"> <div className="relative z-10 py-12 text-center">
<p className="mt-10 font-display text-large lg:text-2xl font-semibold italic text-slate-900"> <H3>
As seen and featured on As seen and featured on
</p> </H3>
<ul <ul
role="list" role="list"
className="mt-8 flex items-center flex-wrap justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-10 xl:flex-row xl:gap-x-12 xl:gap-y-0" className="mt-8 flex items-center flex-wrap justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-10 xl:flex-row xl:gap-x-12 xl:gap-y-0"

View File

@@ -107,7 +107,7 @@ export function Testimonials() {
<ul role="list" className="flex flex-col gap-y-6 sm:gap-y-8"> <ul role="list" className="flex flex-col gap-y-6 sm:gap-y-8">
{column.map((testimonial, testimonialIndex) => ( {column.map((testimonial, testimonialIndex) => (
<li key={testimonialIndex}> <li key={testimonialIndex}>
<figure className="relative rounded-lg bg-transparent py-6 px-8 shadow-xl shadow-slate-900/10"> <figure className="relative rounded-lg bg-bg-sand py-6 px-8 shadow-xl shadow-slate-900/10">
<QuoteIcon className="absolute left-6 top-6 fill-creme-600" /> <QuoteIcon className="absolute left-6 top-6 fill-creme-600" />
<blockquote className="relative"> <blockquote className="relative">
<PXXS > <PXXS >

View File

@@ -92,7 +92,7 @@ const product = {
description: [ description: [
'VEDA III is a cozy 18-meter dahabiya that offers a serene floating home experience, perfect for smaller groups seeking tranquility and comfort on the Nile.', 'VEDA III is a cozy 18-meter dahabiya that offers a serene floating home experience, perfect for smaller groups seeking tranquility and comfort on the Nile.',
'VEDA III accommodates up to 10 guests across 5 rooms. The accommodations include 2 rooms with double beds and 3 rooms with two single beds, providing flexible sleeping arrangements. Each room is equipped with a private bathroom for convenience and privacy.', 'VEDA III accommodates up to 10 guests across 5 rooms. The accommodations include 2 rooms with double beds and 3 rooms with two single beds, providing flexible sleeping arrangements. Each room is equipped with a private bathroom for convenience and privacy.',
'Guests can enjoy breathtaking views of the Nile from the cozy upper deck, designed for relaxation and enjoyment. The upper deck provides an intimate space to unwind and take in the river's beauty.' 'Guests can enjoy breathtaking views of the Nile from the cozy upper deck, designed for relaxation and enjoyment. The upper deck provides an intimate space to unwind and take in the rivers beauty.'
], ],
details: [ details: [
{ {