43 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="fade-in bg-white">
 | 
						|
    <div class="lg:py-24 py-12 relative isolate">
 | 
						|
        <div class=" mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8 lg:pb-24">
 | 
						|
            <p class="text-base/7 font-light text-black tracking-wide">HOW IT WORKS</p>
 | 
						|
            <h2 class="fade-in text-balance lg:text-5xl text-4xl font-normal tracking-tight text-black">How Mycelium Operates</h2>
 | 
						|
                <p class="text-left mt-4 text-pretty lg:text-lg text-md font-light text-black fade-in max-w-3xl">
 | 
						|
                    Mycelium, like its natural namesake, thrives on decentralization, efficiency, and security, making it a truly powerful force in the world of decentralized networks.
 | 
						|
                </p>
 | 
						|
          </div>
 | 
						|
        <div class="mx-auto max-w-7xl lg:flex lg:items-center lg:gap-x-15 lg:px-8">
 | 
						|
          <div class="my-6 lg:my-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/feature6a.png" 
 | 
						|
                alt="Mobile App Screenshot">
 | 
						|
        </div>
 | 
						|
            <div class="mx-auto max-w-lg lg:mx-0 lg:flex-auto pt-4">
 | 
						|
            <dl class="space-y-8 text-base/7 lg:max-w-none">
 | 
						|
                <div class="relative pl-9">
 | 
						|
                  <dt class="font-semibold lg:text-lg text-base text-black ">
 | 
						|
                    Decentralized Nodes
 | 
						|
                  </dt>
 | 
						|
                  <dd class="mt-2 text-black  font-light">Mycelium operates through a network of decentralized nodes, similar to how nature's mycelium forms a decentralized network of threads. Each node acts as a connection point in the overall digital ecosystem.</dd>
 | 
						|
                </div>
 | 
						|
                <div class="relative pl-9">
 | 
						|
                  <dt class="font-semibold lg:text-lg text-base text-black ">
 | 
						|
   
 | 
						|
                    Efficient Data Routing
 | 
						|
                  </dt>
 | 
						|
                  <dd class="mt-2 text-black font-light">Mycelium optimizes data routing by choosing the most efficient path for communication. Data travels along the shortest path in terms of latency, ensuring that information reaches its destination swiftly.</dd>
 | 
						|
                </div>
 | 
						|
                <div class="relative pl-9">
 | 
						|
                  <dt class=" font-semibold lg:text-lg text-base text-black ">
 | 
						|
        
 | 
						|
                    End-to-End Encryption
 | 
						|
                  </dt>
 | 
						|
                  <dd class="mt-2 text-black  font-light">Each node in the system is identified by a unique key pair. Data between nodes is encrypted using secret keys derived from these pairs. This ensures that data remains confidential, enhancing the privacy of the network.</dd>
 | 
						|
                </div>
 | 
						|
              </dl>
 | 
						|
            </div>
 | 
						|
            
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</div>
 |