forked from veda/www_veda_2025
activities
This commit is contained in:
@@ -12,6 +12,8 @@ import { Nomads } from '@/components/Nomads'
|
||||
import { Experience } from '@/components/Exp2'
|
||||
import FFVid from '@/components/FreeflowVideo'
|
||||
import { Experiences } from '@/components/Experiences'
|
||||
import Carousel from '@/components/Carousel'
|
||||
import { Testimonials } from '@/components/Testimonials'
|
||||
|
||||
export default function ExperiencesPage() {
|
||||
const [selectedExperience, setSelectedExperience] = useState('community')
|
||||
@@ -37,8 +39,9 @@ export default function ExperiencesPage() {
|
||||
<main>
|
||||
<Experiences onExperienceSelect={setSelectedExperience} />
|
||||
{renderSelectedComponent()}
|
||||
<FFVid/>
|
||||
<Exp/>
|
||||
<Carousel />
|
||||
<FFVid />
|
||||
<Testimonials />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user