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

@@ -6,17 +6,21 @@ import { Community } from '@/components/Community'
import { Retreats } from '@/components/Retreats'
import { Events } from '@/components/Events'
import { Nomads } from '@/components/Nomads'
import { Experience } from '@/components/Exp2'
import FFVid from '@/components/FreeflowVideo'
export default function Itinerary() {
export default function Experiences() {
return (
<>
<Header />
<main>
<Exp/>
<Community />
<Experience/>
<Community />
<Retreats />
<Events />
<Nomads />
<FFVid/>
<Exp/>
<CallToAction3 />
</main>
<Footer />

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>