24 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="py-24 lg:pt-0 fade-in bg-semi-white">
 | 
						|
    <div class="relative isolate">
 | 
						|
 | 
						|
        <div class="mx-auto mt-10 lg:mt-0 max-w-7xl px-6 lg:flex lg:items-center lg:gap-x-15 lg:px-8">
 | 
						|
            <div class="mx-auto max-w-lg lg:mx-0 lg:flex-auto">
 | 
						|
                <p class="text-base/7 font-light text-black tracking-wide">ABOUT</p>
 | 
						|
                <h2 class="fade-in text-balance lg:text-5xl text-4xl font-normal tracking-tight text-black">Discover Mycelium</h2>
 | 
						|
                    <p class="text-left mt-4 text-pretty lg:text-lg text-md font-light text-black fade-in max-w-3xl">
 | 
						|
                        Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning. <br><br>Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.
 | 
						|
                    </p>
 | 
						|
                    <div class="mt-6 flex">
 | 
						|
                    <a href="/about" class=" rounded-2xl bg-black px-3.5 py-2.5 text-sm font-semibold text-white shadow-xs hover:bg-gray-900 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-200">Learn more</a>
 | 
						|
                    </div>
 | 
						|
 | 
						|
            </div>
 | 
						|
            <div class="lg:order-first mt-6 lg:mt-0 lg:flex lg:justify-center lg:w-1/2">
 | 
						|
                <img class="w-full max-w-lg h-auto object-cover rounded-xl" src="/images/mycel2.png" 
 | 
						|
                    alt="Mobile App Screenshot">
 | 
						|
            </div>
 | 
						|
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</div>
 |