This commit is contained in:
2025-08-27 13:42:03 +02:00
parent 41bbd0d0ae
commit 296545ed3a
6 changed files with 118 additions and 347 deletions

View File

@@ -1,4 +1,4 @@
import { H2, P , PS, PXS, H3, H4 } from "@/components/text";
import { H1, H2, P , PS, PXS, H3, H4 } from "@/components/text";
export function Experiences() {
@@ -17,6 +17,10 @@ export function Experiences() {
/>
{/* Black overlay */}
<div className="absolute inset-0 bg-black opacity-30"></div>
{/* Text overlay */}
<div className="absolute inset-0 flex items-center justify-center">
<H3 className="text-white text-center font-semibold">Community Building</H3>
</div>
</div>
</div>
{/* Photo 2 - Top middle */}
@@ -29,6 +33,10 @@ export function Experiences() {
/>
{/* Black overlay */}
<div className="absolute inset-0 bg-black opacity-30"></div>
{/* Text overlay */}
<div className="absolute inset-0 flex items-center justify-center">
<H3 className="text-white text-center font-semibold">Events & Conferences</H3>
</div>
</div>
</div>
{/* Photo 4 - Right large image */}
@@ -41,6 +49,10 @@ export function Experiences() {
/>
{/* Black overlay */}
<div className="absolute inset-0 bg-black opacity-30"></div>
{/* Text overlay */}
<div className="absolute inset-0 flex items-center justify-center">
<H3 className="text-white text-center font-semibold">Private Retreats</H3>
</div>
</div>
</div>
{/* Photo 3 - Bottom middle */}
@@ -53,6 +65,10 @@ export function Experiences() {
/>
{/* Black overlay */}
<div className="absolute inset-0 bg-black opacity-30"></div>
{/* Text overlay */}
<div className="absolute inset-0 flex items-center justify-center">
<H3 className="text-white text-center font-semibold">Digital Nomad Hub</H3>
</div>
</div>
</div>
</div>