This commit is contained in:
2025-08-27 15:16:38 +02:00
parent 313d266bda
commit bb918262bc
2 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import Carousel from '@/components/Carousel'
import { Testimonials } from '@/components/Testimonials'
export default function ExperiencesPage() {
const [selectedExperience, setSelectedExperience] = useState('community')
const [selectedExperience, setSelectedExperience] = useState('retreats')
const renderSelectedComponent = () => {
switch (selectedExperience) {