test
This commit is contained in:
@@ -12,7 +12,7 @@ export function CallToAction() {
|
||||
>
|
||||
<img
|
||||
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=""
|
||||
width={2347}
|
||||
height={1244}
|
||||
@@ -21,7 +21,7 @@ export function CallToAction() {
|
||||
<Container className="relative">
|
||||
<div className="mx-auto max-w-3xl text-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>
|
||||
<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.
|
||||
|
@@ -10,7 +10,7 @@ export function CallToAction2() {
|
||||
>
|
||||
<img
|
||||
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=""
|
||||
width={2347}
|
||||
height={1244}
|
||||
@@ -19,7 +19,7 @@ export function CallToAction2() {
|
||||
<Container className="relative ">
|
||||
<div className="mx-auto max-w-3xl text-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>
|
||||
</Container>
|
||||
|
@@ -10,7 +10,7 @@ export function CallToAction3() {
|
||||
>
|
||||
<img
|
||||
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=""
|
||||
width={1440}
|
||||
height={564}
|
||||
@@ -19,7 +19,7 @@ export function CallToAction3() {
|
||||
<Container className="relative ">
|
||||
<div className="mx-auto max-w-3xl text-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>
|
||||
</Container>
|
||||
|
Reference in New Issue
Block a user