{% set title='A/R Automation, Tailored to Your Industry' %}
{% set metaDescription='Invoiced offers an industry-tailored online invoice generator software for legal, healthcare, agencies, insurance, technology, utilities, and more.' %}
{% set solutionsPage=true %}
{% set canonicalUrl=url('solutions') %}
{% extends "parent.twig" %}
{% block content %}
<section class="solution-sections">
<div class="container">
<h1 class="title">Solutions</h1>
<h2 class="subtitle">Industry-tailored billing solutions</h2>
<h3>Our cloud based accounts receivable management system gets your business paid faster and
with less effort—regardless of your industry.</h3>
<div class="solution-tiles clearfix">
<a href="{{ path('solution_agencies') }}" class="tile">
<h3>Business & Professional Services</h3>
<div class="description">Automate your billing processes and focus on your #1 priority: Clients</div>
<div class="learn-more">Learn more →</div>
</a>
<a href="{{ path('solution_technology') }}" class="tile">
<h3>SaaS & Technology</h3>
<div class="description">Whether you’re a global software brand or a startup, Invoiced can accelerate your accounts receivable.</div>
<div class="learn-more">Learn more →</div>
</a>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="call-to-action-dark">
<div class="container">
<h2>Get paid faster</h2>
<p>Interested in learning how to put your billing on autopilot?</p>
<div class="buttons">
<a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Solutions">
Schedule a Demo
</a>
</div>
</div>
</section>
{% endblock %}