This commit is contained in:
2025-08-26 18:52:56 +02:00
parent cd2cef845f
commit 129de27e4d
14 changed files with 175 additions and 146 deletions

View File

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