This commit is contained in:
2025-08-26 22:37:02 +02:00
parent 768511baf6
commit 19382d5268
11 changed files with 72 additions and 26 deletions

View File

@@ -21,7 +21,8 @@ import CnnVideo from '@/components/CNNVIDEO'
import { CallToAction4 } from '@/components/CallToAction4'
import { Logos } from '@/components/Logos'
import { Hero2 } from '@/components/Hero2'
import { Cta } from '@/components/CTA'
import { Callto } from '@/components/Callto'
import { Journey } from '@/components/Journey'
export default function Home() {
@@ -31,12 +32,9 @@ export default function Home() {
<main>
<Hero2 />
<Logos />
<Cta />
<CallToAction />
<Callto />
<Boat />
<CallToAction4 />
<Experiences />
<Carousel />
<Journey />
<Route />
<CnnVideo />
<Testimonials />