15 lines
		
	
	
		
			1005 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			1005 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="bg-transparent pt-12 pb-12">
 | |
|     <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 max-w-xl leading-tight text-left items-start font-normal tracking-tight text-black 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="/signup" target="_blank" class="blinking-effect 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">
 | |
|           Take the Next Step
 | |
|         </a>
 | |
|         <a href="/action" class="fade-in text-sm/6 font-semibold text-black">Learn more <span aria-hidden="true">→</span></a>
 | |
|       </div>
 | |
|     </div>
 | |
| </div>
 | |
| 
 |