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

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

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

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

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

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

@foreach ($this->certificates as $certificate) @endforeach

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

@foreach ($this->partners as $partner)
image") }}" alt="">
@endforeach

{{ __('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')