This commit is contained in:
2025-08-20 18:15:54 +02:00
parent ec0b860e90
commit 13f62f0c07
3 changed files with 27 additions and 37 deletions

View File

@@ -8,7 +8,7 @@ export function CallToAction() {
return (
<section
id="about"
className="relative overflow-hidden bg-gold-900 py-24"
className="relative overflow-hidden bg-gold-900 py-12"
>
<Image
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
@@ -21,12 +21,12 @@ export function CallToAction() {
<Container className="relative">
<div className="mx-auto max-w-3xl text-center">
<div className="flex items-center justify-center">
<Image src="/images/logos/veda_icon2.svg" alt="" width={32} height={32} className="h-8 w-auto" unoptimized />
<Image src="/images/logos/veda_icon2.svg" alt="" width={50} height={50} className="h-18 w-auto mt-24" unoptimized />
</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.
</h2>
<p className="mt-4 text-xl lg:text-2xl italic tracking-tight text-gold-100">
<p className="mt-4 text-xl lg:text-2xl italic tracking-tight text-gold-200 pb-6">
Discover a cruise like no other with us on the Nile.
</p>
</div>