ok
This commit is contained in:
@@ -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 />
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user