This commit is contained in:
2025-08-21 18:11:59 +02:00
parent 194a427184
commit b31a4bf8fb
3 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ export function CallToAction() {
> >
<img <img
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2" className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
src="/images/background-call-to-action.jpg" src="./images/background-call-to-action.jpg"
alt="" alt=""
width={2347} width={2347}
height={1244} height={1244}
@@ -21,7 +21,7 @@ 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">
<div className="flex items-center justify-center"> <div className="flex items-center justify-center">
<img src="/images/logos/veda_icon2.svg" alt="" width={50} height={50} className="h-18 w-auto mt-6" /> <img src="./images/logos/veda_icon2.svg" alt="" width={50} height={50} className="h-18 w-auto mt-6" />
</div> </div>
<h2 className="font-display lg:text-3xl text-xl tracking-tight text-white pt-4 lg:pt-6"> <h2 className="font-display lg:text-3xl text-xl tracking-tight text-white pt-4 lg:pt-6">
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.

View File

@@ -10,7 +10,7 @@ export function CallToAction2() {
> >
<img <img
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2" className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
src="/images/background-call-to-action2.png" src="./images/background-call-to-action2.png"
alt="" alt=""
width={2347} width={2347}
height={1244} height={1244}
@@ -19,7 +19,7 @@ export function CallToAction2() {
<Container className="relative "> <Container className="relative ">
<div className="mx-auto max-w-3xl text-center"> <div className="mx-auto max-w-3xl text-center">
<div className="flex items-center justify-center"> <div className="flex items-center justify-center">
<img src="/images/logos/veda_logo_light.svg" alt="" width={120} height={32} className="h-16 w-auto opacity-100" /> <img src="./images/logos/veda_logo_light.svg" alt="" width={120} height={32} className="h-16 w-auto opacity-100" />
</div> </div>
</div> </div>
</Container> </Container>

View File

@@ -10,7 +10,7 @@ export function CallToAction3() {
> >
<img <img
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2" className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
src="/images/background-call-to-action4.png" src="./images/background-call-to-action4.png"
alt="" alt=""
width={1440} width={1440}
height={564} height={564}
@@ -19,7 +19,7 @@ export function CallToAction3() {
<Container className="relative "> <Container className="relative ">
<div className="mx-auto max-w-3xl text-center"> <div className="mx-auto max-w-3xl text-center">
<div className="flex items-center justify-center"> <div className="flex items-center justify-center">
<img src="/images/logos/veda_logo_light.svg" alt="" width={120} height={32} className="h-16 w-auto opacity-100" /> <img src="./images/logos/veda_logo_light.svg" alt="" width={120} height={32} className="h-16 w-auto opacity-100" />
</div> </div>
</div> </div>
</Container> </Container>