forked from veda/www_veda_2025
add
This commit is contained in:
@@ -8,14 +8,17 @@ import { Events } from '@/components/Events'
|
||||
import { Nomads } from '@/components/Nomads'
|
||||
import { Experience } from '@/components/Exp2'
|
||||
import FFVid from '@/components/FreeflowVideo'
|
||||
import { Experiences } from '@/components/Experiences'
|
||||
|
||||
export default function Experiences() {
|
||||
|
||||
export default function ExperiencesPage() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<main>
|
||||
<Experience/>
|
||||
<Community />
|
||||
<Experiences/>
|
||||
<Experience />
|
||||
<Community />
|
||||
<Retreats />
|
||||
<Events />
|
||||
<Nomads />
|
||||
|
||||
@@ -6,6 +6,7 @@ import Story2 from '@/components/Story2'
|
||||
import Team from '@/components/Team'
|
||||
|
||||
|
||||
|
||||
export default function OurStory() {
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user