forked from veda/www_veda_2025
edit
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user