2023-12-15 10:30:18 -05:00

40 lines
1.1 KiB
HTML

{% extends "jinja/types/page.html" %}
{% set title %}FAQ{% endset %}
{% block content %}
<div class="row text-center">
<h2 class="text-primary">Do you accept more than one animal?</h2>
</div>
<div class="row text-center pb-3">
<h5 class="text-secondary">
I do but all services are priced for one animal. For more than
one pet I charge $8 per additional animal for walking and house
sitting services.
</h5>
</div>
<div class="row text-center">
<h2 class="text-primary">What types of payments do you accept?</h2>
</div>
<div class="row text-center pb-3">
<h5 class="text-secondary">
I accept all major credit cards, bank transfers, and Paypal. Invoices are sent after service is rendered.
</h5>
</div>
<div class="row text-center">
<h2 class="text-primary">Can you clean up my yard, my dog has made it a mess?</h2>
</div>
<div class="row text-center">
<h5 class="text-secondary">
I offer poop clean up as an additional add-on service. If you
decide to schedule a walk or house sitting, I will gladly
remove the poop.
</h5>
</div>
{% endblock %}