forked from veda/www_veda_2025
		
	-
This commit is contained in:
		@@ -2,6 +2,10 @@ import { CallToAction3 } from '@/components/CallToAction3'
 | 
			
		||||
import { Footer } from '@/components/Footer'
 | 
			
		||||
import { Header } from '@/components/Header'
 | 
			
		||||
import Exp from '@/components/Exp'
 | 
			
		||||
import { Community } from '@/components/Community'
 | 
			
		||||
import { Retreats } from '@/components/Retreats'
 | 
			
		||||
import { Events } from '@/components/Events'
 | 
			
		||||
import { Nomads } from '@/components/Nomads'
 | 
			
		||||
 | 
			
		||||
export default function Itinerary() {
 | 
			
		||||
  return (
 | 
			
		||||
@@ -9,6 +13,10 @@ export default function Itinerary() {
 | 
			
		||||
      <Header />
 | 
			
		||||
      <main>
 | 
			
		||||
        <Exp/>
 | 
			
		||||
        <Community />
 | 
			
		||||
        <Retreats />
 | 
			
		||||
        <Events />
 | 
			
		||||
        <Nomads />
 | 
			
		||||
        <CallToAction3 />
 | 
			
		||||
      </main>
 | 
			
		||||
      <Footer />
 | 
			
		||||
 
 | 
			
		||||
@@ -9,6 +9,8 @@ import { Pricing } from '@/components/Pricing'
 | 
			
		||||
import Route from '@/components/Route';
 | 
			
		||||
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
 | 
			
		||||
import { Testimonials } from '@/components/Testimonials'
 | 
			
		||||
import { Boat } from '@/components/Boat'
 | 
			
		||||
import { Experiences } from '@/components/Experiences'
 | 
			
		||||
import ThirdFeatures from '@/components/ThirdFeatures'
 | 
			
		||||
import NewFeatures from '@/components/NewFeatures'
 | 
			
		||||
import NewFeatures2 from '@/components/NewFeatures2'
 | 
			
		||||
@@ -17,6 +19,7 @@ import Boats from '@/components/Boats'
 | 
			
		||||
import Carousel from '@/components/Carousel'
 | 
			
		||||
import CNNVIDEO from '@/components/CNNVIDEO'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export default function Home() {
 | 
			
		||||
  return (
 | 
			
		||||
    <>
 | 
			
		||||
@@ -24,7 +27,8 @@ export default function Home() {
 | 
			
		||||
      <main>
 | 
			
		||||
        <Hero />
 | 
			
		||||
        <CallToAction />
 | 
			
		||||
        <SecondaryFeatures />
 | 
			
		||||
        <Experiences />
 | 
			
		||||
        <Boat />
 | 
			
		||||
        <NewFeatures />
 | 
			
		||||
        <NewFeatures2 />
 | 
			
		||||
        <CallToAction2 />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user