This commit is contained in:
2025-08-26 21:22:19 +02:00
parent 53e44cb092
commit e3c2e0d361
3 changed files with 39 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ 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'
export default function Home() {
@@ -30,6 +31,7 @@ export default function Home() {
<main>
<Hero2 />
<Logos />
<Cta />
<CallToAction />
<Boat />
<CallToAction4 />