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

@@ -19,6 +19,7 @@ import Boats from '@/components/Boats'
import Carousel from '@/components/Carousel'
import CnnVideo from '@/components/CNNVIDEO'
import { CallToAction4 } from '@/components/CallToAction4'
import { Logos } from '@/components/Logos'
export default function Home() {
@@ -27,6 +28,7 @@ export default function Home() {
<Header />
<main>
<Hero />
<Logos />
<CallToAction />
<Boat />
<CallToAction4 />