diff --git a/public/images/activities/community.jpg b/public/images/activities/community.jpg new file mode 100644 index 0000000..1f9f8bf Binary files /dev/null and b/public/images/activities/community.jpg differ diff --git a/public/images/activities/events.jpg b/public/images/activities/events.jpg new file mode 100644 index 0000000..dc25253 Binary files /dev/null and b/public/images/activities/events.jpg differ diff --git a/public/images/activities/nomad.jpg b/public/images/activities/nomad.jpg new file mode 100644 index 0000000..6caa8c1 Binary files /dev/null and b/public/images/activities/nomad.jpg differ diff --git a/public/images/activities/private.jpg b/public/images/activities/private.jpg new file mode 100644 index 0000000..0176188 Binary files /dev/null and b/public/images/activities/private.jpg differ diff --git a/src/app/experiences/page.jsx b/src/app/experiences/page.jsx index 135244b..fd6fd9f 100644 --- a/src/app/experiences/page.jsx +++ b/src/app/experiences/page.jsx @@ -8,14 +8,17 @@ import { Events } from '@/components/Events' import { Nomads } from '@/components/Nomads' import { Experience } from '@/components/Exp2' import FFVid from '@/components/FreeflowVideo' +import { Experiences } from '@/components/Experiences' -export default function Experiences() { + +export default function ExperiencesPage() { return ( <>
- - + + + diff --git a/src/app/story/page.jsx b/src/app/story/page.jsx index 6775aac..a7d7b3d 100644 --- a/src/app/story/page.jsx +++ b/src/app/story/page.jsx @@ -6,6 +6,7 @@ import Story2 from '@/components/Story2' import Team from '@/components/Team' + export default function OurStory() { return ( <> diff --git a/src/components/ExpHero.jsx b/src/components/ExpHero.jsx new file mode 100644 index 0000000..8f0d292 --- /dev/null +++ b/src/components/ExpHero.jsx @@ -0,0 +1,103 @@ +import { H1, H2, H3, H4, P, PS, PXS, PXXS } from '@/components/text' + +export function ExpHero() { + return ( +
+
+

+ Everything you need to deploy your app +

+
+
+
+
+
+

+ Mobile friendly +

+

+ Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. +

+
+
+
+ +
+
+
+
+
+
+
+
+
+

Performance

+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit maiores impedit. +

+
+
+ +
+
+
+
+
+
+
+
+

Security

+

+ Morbi viverra dui mi arcu sed. Tellus semper adipiscing suspendisse semper morbi. +

+
+
+ +
+
+
+
+
+
+
+
+

+ Powerful APIs +

+

+ Sit quis amet rutrum tellus ullamcorper ultricies libero dolor eget sem sodales gravida. +

+
+
+
+
+
+
+ NotificationSetting.jsx +
+
App.jsx
+
+
+
{/* Your code example */}
+
+
+
+
+
+
+
+
+ ) +} diff --git a/src/components/Experiences.jsx b/src/components/Experiences.jsx index d103039..8381f26 100644 --- a/src/components/Experiences.jsx +++ b/src/components/Experiences.jsx @@ -2,60 +2,57 @@ import { H2, P , PS, PXS, H3, H4 } from "@/components/text"; export function Experiences() { - return ( -
-
-
-
-
+ return ( +
+
+

Discover a path to wellbeing that is uniquely yours.

+
+ {/* Photo 1 - Left large image */} +
+
-
-

Community building Space

- Foster connections and meaningful relationships through shared experiences. -
+ {/* Black overlay */} +
-
-
+ {/* Photo 2 - Top middle */} +
+
-
-

Private Retreats

- Exclusive experiences for intimate groups and families. -
+ {/* Black overlay */} +
-
-
+ {/* Photo 4 - Right large image */} +
+
-
-

Events & Conferences

- Professional gatherings in an inspiring riverside setting. -
+ {/* Black overlay */} +
-
-
+ {/* Photo 3 - Bottom middle */} +
+
-
-

Digital Nomad Hub

- Work remotely while surrounded by the tranquility of the Nile. -
+ {/* Black overlay */} +