{{ __('Contact Us') }}

{{ config('site.contact.page_title', "Let's Connect and Create Something Great Together.") }}

{{ config('site.contact.page_subtitle', "Whether you're interested in a web project, want to collaborate, or just want to say hello, I'd love to hear from you. Drop me a message and let's start a conversation.") }}

{{ config('site.contact.availability_text', 'Always Open to New Projects - Whether it\'s web development, photography, or just connecting, I\'m here to help.') }}

@csrf
{{ __('Success!') }} {{ __('Your message has been sent to us.') }}
{{ __('Error!') }} {{ __('There was an error sending your message.') }}
@if(config('site.contact.address.line1')) {{ config('site.contact.location_label', 'Location') }}

{{ config('site.contact.address.line1') }}

@if(config('site.contact.address.line2'))

{{ config('site.contact.address.line2') }}

@endif @if(config('site.contact.address.map_url'))

{{ __('Get Directions') }}

@endif @endif {{ __('E-mail') }}

{{ config('site.contact.email') }}

@if(config('site.contact.phone')) {{ __('Phone') }}

{{ config('site.contact.phone') }}

@endif
{{ config('site.contact.social_label', 'Follow Me') }}

* {{ config('site.contact.response_time', 'I typically reply within 24-48 hours. Looking forward to hearing from you!') }}