refactor: replace Benefits component with Features and remove featured section from Hero
This commit is contained in:
		@@ -138,7 +138,7 @@ export function Hero() {
 | 
			
		||||
              />
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div className="relative -mt-4 lg:col-span-7 lg:mt-0 xl:col-span-6">
 | 
			
		||||
          {/* <div className="relative -mt-4 lg:col-span-7 lg:mt-0 xl:col-span-6">
 | 
			
		||||
            <p className="text-center text-sm font-semibold text-gray-900 lg:text-left">
 | 
			
		||||
              As featured in
 | 
			
		||||
            </p>
 | 
			
		||||
@@ -161,7 +161,7 @@ export function Hero() {
 | 
			
		||||
                </li>
 | 
			
		||||
              ))}
 | 
			
		||||
            </ul>
 | 
			
		||||
          </div>
 | 
			
		||||
          </div> */}
 | 
			
		||||
        </div>
 | 
			
		||||
      </Container>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user