forked from veda/www_veda_2025
ok
This commit is contained in:
@@ -14,6 +14,7 @@ import FFVid from '@/components/FreeflowVideo'
|
||||
import { Experiences } from '@/components/Experiences'
|
||||
import Carousel from '@/components/Carousel'
|
||||
import { Testimonials } from '@/components/Testimonials'
|
||||
import { HeroJourney } from '@/components/HeroJourney'
|
||||
|
||||
export default function ExperiencesPage() {
|
||||
const [selectedExperience, setSelectedExperience] = useState('retreats')
|
||||
@@ -37,6 +38,7 @@ export default function ExperiencesPage() {
|
||||
<>
|
||||
<Header />
|
||||
<main>
|
||||
<HeroJourney />
|
||||
<Experiences onExperienceSelect={setSelectedExperience} />
|
||||
{renderSelectedComponent()}
|
||||
<Carousel />
|
||||
|
||||
Reference in New Issue
Block a user