From f1dd380f4da427bcbd292655efb3397d3511f6d1 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 27 Aug 2025 13:57:48 +0200 Subject: [PATCH] activities --- src/app/experiences/page.jsx | 7 +++++-- src/components/Carousel.jsx | 4 ++-- src/components/Experiences.jsx | 8 ++++---- src/components/FreeflowVideo.jsx | 14 ++++++++------ 4 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/app/experiences/page.jsx b/src/app/experiences/page.jsx index 49e56b1..e224de4 100644 --- a/src/app/experiences/page.jsx +++ b/src/app/experiences/page.jsx @@ -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() {
{renderSelectedComponent()} - - + + +