{% extends 'base.html' %} {% load static i18n %} {% load i18n %} {% block content %}

{% trans "Get in Touch" %}

{% trans "We're here to help! Reach out to us through any of the following channels." %}

{% trans "Email" %}

{% trans "Send us an email anytime" %}

support@banshix.com
{% trans "Phone" %}

{% trans "Call us during business hours" %}

+1 (234) 567-890
WhatsApp

{% trans "Chat with us on WhatsApp" %}

{% trans "Chat Now" %}
{% trans "Support" %}

{% trans "Chat with our AI assistant" %}

{% trans "Start Chat" %}
{% trans "Visit Us" %}

{% trans "Headquarters" %}
123 Business Street
New York, NY 10001
United States

{% trans "Business Hours" %}
{% trans "Monday - Friday" %} 9:00 AM - 6:00 PM EST
{% trans "Saturday" %} 10:00 AM - 4:00 PM EST
{% trans "Sunday" %} {% trans "Closed" %}

{% trans "Social Media" %}
{% trans "Send us a Message" %}
{% trans "Have questions?" %}

{% trans "Check out our" %} {% trans "Frequently Asked Questions" %} {% trans "page for quick answers." %}

{% endblock %}