12 lines
		
	
	
		
			462 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			462 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "_default/base.html" %}
 | |
| {% block content %}
 | |
| {% include "partials/hero/aihero1.html" %}
 | |
| {% include "partials/hero/aihero2.html" %}
 | |
| {% include "partials/hero/aihero3.html" %}
 | |
| {% include "partials/hero/aihero8.html" %}
 | |
| {% include "partials/hero/aihero4.html" %}
 | |
| {% include "partials/hero/aihero5.html" %}
 | |
| {% include "partials/hero/coming_soon.html" %}
 | |
| {% include "partials/hero/faq.html" %}
 | |
| {% include "partials/farmer/cta.html" %}
 | |
| {% endblock content %} |