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

@@ -3,7 +3,7 @@
import { Button } from '@/components/Button'
import { Container } from '@/components/Container'
import { Logo } from '@/components/Logo'
import { H2, PS } from '@/components/text'
import { H2, PS, H3, H4 } from '@/components/text'
export function CallToAction() {
@@ -14,12 +14,16 @@ export function CallToAction() {
>
<Container className="relative">
<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.
</H2>
<PS>
</H3>
<H3 className="">
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>
</Container>
</section>