diff --git a/src/app/experiences/page.jsx b/src/app/experiences/page.jsx index e224de4..c7d8770 100644 --- a/src/app/experiences/page.jsx +++ b/src/app/experiences/page.jsx @@ -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) { diff --git a/src/components/Experiences.jsx b/src/components/Experiences.jsx index 6118017..23254a3 100644 --- a/src/components/Experiences.jsx +++ b/src/components/Experiences.jsx @@ -9,17 +9,17 @@ export function Experiences({ onExperienceSelect }) {
{/* Photo 1 - Left large image */}
-
onExperienceSelect('community')}> +
onExperienceSelect('retreats')}> {/* Black overlay */}
{/* Text overlay */}
-

Community Building

+

Private Retreats

@@ -41,17 +41,17 @@ export function Experiences({ onExperienceSelect }) {
{/* Photo 4 - Right large image */}
-
onExperienceSelect('retreats')}> +
onExperienceSelect('community')}> {/* Black overlay */}
{/* Text overlay */}
-

Private Retreats

+

Community Building