This commit is contained in:
2025-08-22 18:45:01 +02:00
parent 802d47b813
commit 699e3a580e
5 changed files with 90 additions and 49 deletions

View File

@@ -18,6 +18,7 @@ import Activities from '@/components/Activities'
import Boats from '@/components/Boats'
import Carousel from '@/components/Carousel'
import CnnVideo from '@/components/CNNVIDEO'
import { CallToAction4 } from '@/components/CallToAction4'
export default function Home() {
@@ -28,10 +29,8 @@ export default function Home() {
<Hero />
<CallToAction />
<Boat />
<CallToAction4 />
<Experiences />
<NewFeatures />
<NewFeatures2 />
<CallToAction2 />
<Carousel />
<Route />