@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles {{-- bg-gray-100 --}}
{{-- @include('sweetalert::alert') --}}

{{__('Discover FOCAL')}}

{{__('your gateway to expert design services tailored to your preferences. Partner with our designers to meticulously plan layouts, procure custom pieces, and style every detail. Experience the transformation of your space into a beautiful environment that not only enhances your daily routine but also feels like your ideal home.')}}

@csrf

{{ __('Name') }}

@error('name')

{{ $message }}

@enderror

{{ __('Email') }}

@error('email')

{{ $message }}

@enderror

{{ __('Message') }}

{{-- --}} @error('message')

{{ $message }}

@enderror

{{__('Elevate your space with our innovative design solutions')}}.

{{ __('Interior architecture design') }}

{{--

{{__('Experienced interior architects creating')}} {{__('innovative')}}, {{__('functional')}} {{__('designs tailored to your')}} {{__('unique')}} {{__('style and requirements')}} --}}

{{__('Experienced interior architects creating innovative, functional designs tailored to your unique style and requirements')}}

{{ __('Architectural design') }}

{{--

combine creativity, functionality, and sustainability with our comprehensive architectural design service to bring your vision to life.

--}}

{{__('combine creativity, functionality, and sustainability with our comprehensive architectural design service to bring your vision to life')}}.

{{ __('Interior design') }}

{{__('Transform your space into a beautiful and functional haven, tailored to your unique preferences and needs')}}.

{{__('Furniture design and manufacturing')}}

{{__('Bringing your dream furniture to life with exceptional craftsmanship and quality materials.')}}

{{ __('Project implementation and management') }}

{{__('Ensure the successful execution of your project from start to the finish')}}

{{ __('engineering consultants') }}

{{__('Providing comprehensive engineering solutions and consulting services to meet your specific needs.')}}

{{__('OUR PARTNERS')}}

{{__('We work with the best partners')}}

@forelse ($partners as $partner) @empty

{{ __('no data') }}

@endforelse
@include('sweetalert::alert') @stack('scripts') @livewireScripts @include('layouts.footer')