--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base ### PAGE CONFIG ### # Hero Section hero: headline: "Get in" headline_accent: "touch" subheadline: "Have questions about {{ site.brand.name }}? Our support team is here to help you" # Contact Methods Section contact_methods: - title: "Email support" description: "Get help within 24 hours" icon: "envelope" value: "Email us" link: "#form" - title: "Live chat" description: "Chat with our team now 24/7" icon: "comments" value: "Chat now" link: "#chat" # Contact Form Section contact_form: superheadline: icon: "envelope" text: "Email" headline: "Send us a" headline_accent: "message" subheadline: "Fill out the form below and we'll get back to you within 24 hours." # Stats Section stats: items: - number: "<15m" label: "Response time" icon: "clock" color: "primary" - number: "24/7" label: "Live chat support" icon: "users" color: "success" - number: "4.9" label: "Support rating" icon: "star" color: "warning" - number: "50+" label: "Languages" icon: "globe" color: "info" # Testimonials Section testimonials: superheadline: icon: "megaphone" text: "Testimonials" headline: "What our customers" headline_accent: "say" subheadline: "Hear from people who've experienced our support firsthand" items: - quote: "The support team responded within minutes and solved my issue perfectly!" author: "Jessica Martinez" role: "Marketing Manager" company: "TechCorp" initial: "J" - quote: "Outstanding customer service. They went above and beyond to help me." author: "David Thompson" role: "Product Designer" company: "StartupCo" initial: "D" - quote: "Quick, professional, and friendly. Exactly what you want in support." author: "Lisa Chen" role: "Developer" company: "InnovateLab" initial: "L" # FAQs Section faqs: superheadline: icon: "messages-question" text: "FAQs" headline: "Frequently asked" headline_accent: "questions" subheadline: "Everything you need to know about our support experience." items: - question: "How quickly do you respond to support requests?" answer: "We aim to respond to all support requests within 24 hours during business days. For urgent issues, our live chat is available 24/7." - question: "Do you offer phone support?" answer: "Yes! Phone support is available for premium customers. Contact us to schedule a call with our support team." - question: "Can you help with technical integration?" answer: "Absolutely! Our technical support team can help with API integration, troubleshooting, and custom implementations." ---

{{ page.resolved.hero.headline }} {{ page.resolved.hero.headline_accent }}

{% iftruthy page.resolved.hero.subheadline %}

{{ page.resolved.hero.subheadline }}

{% endiftruthy %}
{% assign method_count = page.resolved.contact_methods | size %} {% if method_count == 1 %} {% assign col_classes = "col-12 col-md-8 col-lg-6 col-xl-5" %} {% elsif method_count == 2 %} {% assign col_classes = "col-12 col-md-6 col-lg-6 col-xl-5" %} {% elsif method_count == 3 %} {% assign col_classes = "col-12 col-md-6 col-lg-4" %} {% elsif method_count == 4 %} {% assign col_classes = "col-12 col-md-6 col-lg-6 col-xl-3" %} {% elsif method_count == 5 %} {% assign col_classes = "col-12 col-md-6 col-lg-4" %} {% else %} {% assign col_classes = "col-12 col-md-6 col-lg-4 col-xl-3" %} {% endif %} {% for method in page.resolved.contact_methods %}
{% uj_icon method.icon, "text-light fs-2" %}

{{ method.title }}

{{ method.description }}

{{ method.value }}
{% endfor %}
{% iftruthy page.resolved.contact_form.superheadline.text %} {% iftruthy page.resolved.contact_form.superheadline.icon %} {% uj_icon page.resolved.contact_form.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.contact_form.superheadline.text }} {% endiftruthy %}

{{ page.resolved.contact_form.headline }} {% iftruthy page.resolved.contact_form.headline_accent %} {{ page.resolved.contact_form.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.contact_form.subheadline %}

{{ page.resolved.contact_form.subheadline }}

{% endiftruthy %}
{% uj_icon "arrow-left", "me-1" %} Back to home
{% for stat in page.resolved.stats.items %}
{% uj_icon stat.icon, "text-{{ stat.color }} display-4" %}

{{ stat.number }}

{{ stat.label }}

{% endfor %}
{% iftruthy page.resolved.faqs.superheadline.text %} {% iftruthy page.resolved.faqs.superheadline.icon %} {% uj_icon page.resolved.faqs.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.faqs.superheadline.text }} {% endiftruthy %}

{{ page.resolved.faqs.headline }} {% iftruthy page.resolved.faqs.headline_accent %} {{ page.resolved.faqs.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.faqs.subheadline %}

{{ page.resolved.faqs.subheadline }}

{% endiftruthy %}
{% if page.resolved.faqs.items %}
{% for faq in page.resolved.faqs.items %}

{{ faq.answer }}
{% endfor %}
{% endif %}
{{ content | uj_content_format }}