{% extends 'base.html' %} {% load static %} {% block title %}Contact Us | {{ site.site_name }} — Abuja Real Estate Experts{% endblock %} {% block meta_description %}Get in touch with {{ site.site_name }}. Call, WhatsApp, or send a message. We respond to all enquiries within 24 hours.{% endblock %} {% block content %}

Get in Touch

We respond to all enquiries within 24 hours. No pressure, just helpful.

Contact Villaco

We're Here to Help

{% if site.phone_1 %}

Call Us

{{ site.phone_1 }}{% if site.phone_2 %}
{{ site.phone_2 }}{% endif %}

{% endif %} {% if site.whatsapp %} {% endif %} {% if site.email %} {% endif %} {% if site.address %}

Office Address

{{ site.address }}

{% endif %}

Follow Us

{% if site.facebook_url %} Facebook{% endif %} {% if site.instagram_url %} Instagram{% endif %} {% if site.twitter_url %} Twitter{% endif %}
{% if site.google_maps_embed %}
{{ site.google_maps_embed|safe }}
{% endif %}

Send Us a Message

{% if form %}
{% csrf_token %} {% for field in form %}
{{ field }} {% if field.errors %}
{{ field.errors.0 }}
{% endif %}
{% endfor %}
{% else %}

Contact form will appear here.

{% endif %}
{% endblock %}