refactor: reorganize landing page sections and add hover animations to feature cards
This commit is contained in:
		@@ -209,7 +209,7 @@ export function SecondaryFeatures() {
 | 
			
		||||
          {features.map((feature) => (
 | 
			
		||||
            <li
 | 
			
		||||
              key={feature.name}
 | 
			
		||||
              className="rounded-2xl border border-gray-200 p-8"
 | 
			
		||||
              className="rounded-2xl border border-gray-200 p-8 transition-all duration-300 ease-in-out hover:scale-105"
 | 
			
		||||
            >
 | 
			
		||||
              <feature.icon className="h-8 w-8" />
 | 
			
		||||
              <h3 className="mt-6 font-semibold text-gray-900">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user