16 lines
595 B
JavaScript
16 lines
595 B
JavaScript
import { P, H2, H3, H4, PS, PXS, PXXS } from '@/components/text'
|
|
|
|
export function Experience() {
|
|
return (
|
|
<div className="bg-transparent">
|
|
<div className="relative mx-auto mt-12 max-w-7xl px-6 pb-16 lg:px-8">
|
|
<div className="mx-auto max-w-2xl text-center lg:max-w-4xl">
|
|
<H2 className="">VEDA Programs</H2>
|
|
<P className="mt-4 text-gray-900">
|
|
Join us for transformative journeys of wellness, creativity, and connection on the tranquil and sacred Nile.
|
|
</P >
|
|
</div>
|
|
</div>
|
|
</div>
|
|
)
|
|
} |