17 lines
		
	
	
		
			984 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			984 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="bg-transparent">
 | 
						|
    <div class="mx-auto rounded-2xl bg-white/5 max-w-7xl px-6 py-12 lg:flex lg:items-center lg:justify-between lg:px-20">
 | 
						|
      <h2 class="lg:text-balance text-left items-start  font-normal tracking-tight text-white lg:text-5xl text-3xl fade-in">
 | 
						|
        Build the <br>Internet of Tomorrow, <br>Today.
 | 
						|
      </h2>
 | 
						|
      <div class="mt-10 flex items-center 0 gap-x-6 lg:mt-0 lg:shrink-0 flex-wrap justify-center lg:justify-start">
 | 
						|
        <a href="https://docs.threefold.io/" target="_blank" class="fade-in rounded-2xl bg-white px-4 py-2.5 text-sm font-semibold text-black shadow-sm hover:bg-gray-200 hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-offset-2 mb-4 lg:mb-0">
 | 
						|
          Dive Deeper
 | 
						|
        </a>
 | 
						|
        <a href="/action" class="text-sm/6 font-semibold text-gray-900">Learn more <span aria-hidden="true">→</span></a>
 | 
						|
      </div>
 | 
						|
        
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
</div>
 | 
						|
 |