{{ $project->name }}

{!! $project->description !!}

{{ __('app.pages.home.sections.contact.title') }}

{{ __('app.pages.home.sections.contact.subtitle') }}

{{ __('app.pages.home.sections.contact.address') }}

{!! $this->about->address !!}

{{ __('app.pages.home.sections.contact.phones') }}

{!! $this->about->phones !!}

{{ __('app.pages.home.sections.contact.social_media') }}

@foreach ($this->about->social_media_links as $link) {{ svg($link['icon'], ['class' => 'w-6 h-6 inline-block']) }} @endforeach

{{ __('app.pages.home.sections.contact.contact_us') }}

@livewire('forms.contact-form')