This commit is contained in:
2025-08-22 17:12:36 +02:00
parent 9af7391564
commit 1c7ca235a6
6 changed files with 12 additions and 19 deletions

View File

@@ -9,25 +9,14 @@ export function CallToAction() {
return (
<section
id="about"
className="relative overflow-hidden bg-bg-stone py-12"
className="relative overflow-hidden bg-bg-sand py-12"
>
<img
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
src="./images/daha1.jpg"
alt=""
width={2347}
height={1244}
/>
<Container className="relative">
<div className="mx-auto max-w-3xl text-center">
<div className="flex items-center justify-center">
<Logo 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">
<h2 className="lg:text-2xl font-light text-xl tracking-tight text-bg-darkbrown 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.
</h2>
<p className="mt-4 text-xl lg:text-2xl italic tracking-tight text-white pb-6">
<p className="mt-4 text-lg lg:text-xl italic tracking-tight text-darkgr-900 pb-6">
Discover a cruise like no other with us on the Nile.
</p>
</div>