22 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="text-white fade-in">
 | 
						|
    <div class="relative isolate px-6 pt-14 lg:px-8">
 | 
						|
      <div class="mx-auto max-w-2xl py-32 sm:py-48 lg:py-56">
 | 
						|
        <div class="hidden sm:mb-8 sm:flex sm:justify-center">
 | 
						|
          <div class="relative rounded-full px-3 py-1 text-sm/6 text-gray-300 ring-1 ring-gray-700 hover:ring-gray-500">
 | 
						|
            Announcing our next round of funding. <a href="#" class="font-semibold text-gray-200 hover:text-white"><span class="absolute inset-0" aria-hidden="true"></span>Read more <span aria-hidden="true">→</span></a>
 | 
						|
          </div>
 | 
						|
        </div>
 | 
						|
        <div class="text-center">
 | 
						|
          <p class="text-base/7 font-light text-black tracking-wide">SUBHEADER</p>
 | 
						|
          <h1 class="lg:text-6xl text-4xl font-semibold tracking-tight text-balance text-black">This is Hero1.html</h1>
 | 
						|
          <h2 class="fade-in text-balance lg:text-5xl text-4xl font-normal tracking-tight text-white">This is smaller title h2</h2>
 | 
						|
          <p class="mt-8 lg:text-lg font-light text-gray-50 sm:text-xl/8">Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat.</p>
 | 
						|
          <div class="mt-10 flex items-center justify-center gap-x-6">
 | 
						|
            <a href="#" class="rounded-2xl bg-white px-3.5 py-2.5 text-sm font-semibold text-black shadow-xs hover:bg-gray-200 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-200">Get started</a>
 | 
						|
            <a href="#" class="text-sm/6 font-semibold text-white hover:text-gray-200">Learn more <span aria-hidden="true">→</span></a>
 | 
						|
          </div>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
   |