This commit is contained in:
2025-08-19 18:12:21 +02:00
parent 5f5d11fbd8
commit 1095f066ac
323 changed files with 14917 additions and 260 deletions

View File

@@ -17,7 +17,7 @@ import NewFeatures2 from '@/components/NewFeatures2'
import Activities from '@/components/Activities'
import Boats from '@/components/Boats'
import Carousel from '@/components/Carousel'
import CNNVIDEO from '@/components/CNNVIDEO'
import CnnVideo from '@/components/CnnVideo'
export default function Home() {
@@ -34,7 +34,7 @@ export default function Home() {
<CallToAction2 />
<Carousel />
<Route />
<CNNVIDEO />
<CnnVideo />
<Testimonials />
<CallToAction3 />
</main>