forked from veda/www_veda_2025
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default function Example() {
 | 
						|
    return (
 | 
						|
      <div className="relative isolate overflow-hidden bg-creme-600 py-24 sm:py-32">
 | 
						|
        <img
 | 
						|
          alt=""
 | 
						|
          src="/images/daha1.jpg"
 | 
						|
          className="absolute inset-0 -z-10 h-full w-full object-cover"
 | 
						|
        />
 | 
						|
        <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
						|
          <div className="mx-auto max-w-2xl lg:mx-0">
 | 
						|
            <h2 className="lg:text-4xl font-semibold tracking-tight text-white text-xl">VEDA DAHABIYAS</h2>
 | 
						|
            <p className="mt-2 text-xl leading-12 text-gray-300">
 | 
						|
            Embark on a Transformative Journey Along the Nile
 | 
						|
            </p>
 | 
						|
            <p className="mt-6 text-lg leading-8 text-gray-300">
 | 
						|
            Discover the heart of Egypt on our specially designed dahabiyas, crafted to elevate your energy and frequency through unique experiences. These elegant vessels are perfect for spiritual work and mystical exploration, offering a harmonious setting to connect with the essence of the Nile. Drift past ancient wonders and immerse yourself in the tranquil rhythm of the river, embarking on a journey of self-discovery and rejuvenation.
 | 
						|
            </p>
 | 
						|
          </div>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
    )
 | 
						|
  }
 | 
						|
  
 |