@extends('layouts.frontend') @section('title', ($page->title ?? __('Contact Us')) . ' - ' . config('app.name', 'SnapNest')) @php $c = $page->content ?? []; @endphp @section('content')
{{ $c['badge_text'] ?? __('24/7 Support Available') }}

{{ $c['hero_title'] ?? __("Let's start a") }}
{{ $c['hero_title_highlight'] ?? __('Conversation.') }}

{{ $c['hero_description'] ?? __('Have a specific query about our platform? Our team is ready to assist you in scaling your photography business.') }}

{{ __('Email us') }}

{{ $siteSettings['contact_email'] ?? 'support@' . request()->getHost() }}

{{ $c['support_label'] ?? __('Support') }}

{{ $c['support_text'] ?? __('Live Chat - 24/7') }}

{{ $c['response_label'] ?? __('Avg. Response') }}
{{ $c['response_value'] ?? '15m' }}
{{ $c['sales_label'] ?? __('Global Sales') }}
{{ $c['sales_value'] ?? 'Active' }}

{{ __('Message Sent!') }}

@endsection