This commit is contained in:
2025-08-27 13:20:52 +02:00
parent c5e64c1a9a
commit 41bbd0d0ae
8 changed files with 143 additions and 39 deletions

View File

@@ -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 />

View File

@@ -6,6 +6,7 @@ import Story2 from '@/components/Story2'
import Team from '@/components/Team'
export default function OurStory() {
return (
<>