@extends('layouts.app') @section('robots', 'noindex, follow') @php use App\Helpers\SeoHelper; $locale = app()->getLocale(); $isLocationPage = isset($withLocation) && $withLocation; $localizedRoute = function($routeName, $params = []) use ($locale) { return SeoHelper::localizedRoute($routeName, $params, $locale); }; $serviceLower = strtolower($serviceIndustry['service_name']); $industryLower = strtolower($serviceIndustry['industry_name']); $currentYear = date('Y'); $locationDisplayName = null; if ($isLocationPage && isset($locationData)) { $locationDisplayName = ($locale === ($locationData['country_language'] ?? '') || (in_array($locale, ['pt', 'br'], true) && !empty($locationData['native_name']))) ? ($locationData['native_name'] ?? $locationData['name']) : ($locationData['name'] ?? ''); } $locationSuffix = ($isLocationPage && isset($locationDisplayName)) ? __('messages.service_industry_page.in_location', ['location' => $locationDisplayName]) : ''; if ($isLocationPage && isset($locationDisplayName)) { $metaDescription = __('messages.service_industry_page.meta_description_with_location', ['service' => $serviceLower, 'industry' => $industryLower, 'location' => $locationDisplayName]); } else { $metaDescription = __('messages.service_industry_page.meta_description', ['service' => $serviceLower, 'industry' => $industryLower]); } $keywords = [ "{$serviceLower} for {$industryLower}", "{$industryLower} {$serviceLower}", "best {$serviceLower} {$industryLower}", "{$industryLower} {$serviceLower} agency", "professional {$serviceLower} {$industryLower}", "{$serviceLower} company for {$industryLower}", "{$industryLower} " . __('messages.meta.digital_marketing'), "{$serviceLower} services {$industryLower}", "affordable {$serviceLower} {$industryLower}", "{$industryLower} online presence" ]; if ($isLocationPage && isset($locationData)) { $keywords = array_merge($keywords, explode(', ', __('messages.service_industry_page.meta_keywords_with_location', ['service' => $serviceLower, 'industry' => $industryLower, 'location' => $locationDisplayName ?? $locationData['name'] ?? ''])), $locationData['keywords'] ?? [], [$locationData['name'] ?? '', $locationData['country_name'] ?? '']); $keywords = array_values(array_unique(array_filter($keywords))); } @endphp @section('title', $isLocationPage ? ($pageTitle . __('messages.meta.title_suffix')) : ($pageTitle . ' | ' . __('messages.service_industry_page.meta_title_expert') . ' ' . $serviceIndustry['service_name'] . ' ' . __('messages.service_industry_page.meta_title_agency') . ' ' . $currentYear . ' - ' . __('messages.meta.brand_short'))) @section('meta_description', $metaDescription) @php $ogImage = isset($serviceIndustry['parent_service']['listingImage']) ? asset($serviceIndustry['parent_service']['listingImage']) : asset('images/og-service-industry.jpg'); @endphp @section('og_image', $ogImage) @push('head') {{-- Primary Meta Tags --}} {{-- Canonical is output by layout (config-based URL) --}} {{-- Additional SEO Meta --}} @if($isLocationPage && isset($locationData)) {{-- Geo meta is output by layout from controller $geo_region, $geo_placename, $geo_position --}} @endif {{-- Schema.org Service --}} {{-- FAQPage schema removed: same 8 templated Q&As on every service+industry URL caused Google to flag all as cloned/duplicate. FAQ content remains in HTML below for users. --}} {{-- Schema.org HowTo --}} {{-- Schema.org BreadcrumbList --}} {{-- Schema.org LocalBusiness/ProfessionalService --}} {{-- Schema.org Review snippets --}} @endpush @section('content') @php // Random industry badges for social proof - translated $allIndustryBadges = [ __('messages.industries.photographers'), __('messages.industries.restaurants'), __('messages.industries.hotels'), __('messages.industries.consultants'), __('messages.industries.real_estate'), __('messages.industries.dental_clinics'), __('messages.industries.law_firms'), __('messages.industries.health_clinics'), __('messages.industries.aesthetic_clinics'), __('messages.industries.architecture_firms'), __('messages.industries.accounting_firms'), __('messages.industries.gyms_fitness'), __('messages.industries.retail_stores'), __('messages.industries.ecommerce'), __('messages.industries.saas_tech'), __('messages.industries.education'), __('messages.industries.financial_services'), __('messages.industries.construction'), ]; // Remove current industry and shuffle $badges = array_filter($allIndustryBadges, fn($b) => strtolower($b) !== strtolower($serviceIndustry['industry_name'])); shuffle($badges); $displayBadges = array_slice($badges, 0, 4); $remainingCount = count($badges) - 4; // Industry-specific pain points $painPoints = [ __('messages.service_industry_page.pain_losing_customers'), __('messages.service_industry_page.pain_wasting_money'), __('messages.service_industry_page.pain_missing_mobile'), __('messages.service_industry_page.pain_no_lead_capture'), __('messages.service_industry_page.pain_poor_rankings', ['industry' => $industryLower]), __('messages.service_industry_page.pain_outdated_website'), ]; // Benefits specific to this service+industry $benefits = [ ['icon' => 'M13 7h8m0 0v8m0-8l-8 8-4-4-6 6', 'title' => __('messages.service_industry_page.benefit_roi_title'), 'desc' => __('messages.service_industry_page.benefit_roi_desc')], ['icon' => 'M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z', 'title' => __('messages.service_industry_page.benefit_success_title'), 'desc' => __('messages.service_industry_page.benefit_success_desc', ['industry' => $industryLower])], ['icon' => 'M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z', 'title' => __('messages.service_industry_page.benefit_launch_title'), 'desc' => __('messages.service_industry_page.benefit_launch_desc')], ['icon' => 'M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z', 'title' => __('messages.service_industry_page.benefit_lead_title'), 'desc' => __('messages.service_industry_page.benefit_lead_desc')], ['icon' => 'M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z', 'title' => __('messages.service_industry_page.benefit_seo_title'), 'desc' => __('messages.service_industry_page.benefit_seo_desc', ['industry' => $industryLower])], ['icon' => 'M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z', 'title' => __('messages.service_industry_page.benefit_mobile_title'), 'desc' => __('messages.service_industry_page.benefit_mobile_desc')], ]; // Process steps $processSteps = [ ['num' => '01', 'title' => __('messages.service_industry_page.discovery_call'), 'desc' => __('messages.service_industry_page.free_call_understand', ['industry' => $industryLower]), 'time' => 'Day 1'], ['num' => '02', 'title' => __('messages.service_industry_page.strategy_proposal'), 'desc' => __('messages.service_industry_page.custom_strategy_pricing', ['service' => $serviceLower]), 'time' => 'Day 2-3'], ['num' => '03', 'title' => __('messages.service_industry_page.design_build'), 'desc' => __('messages.service_industry_page.industry_optimized_design'), 'time' => 'Day 4-10'], ['num' => '04', 'title' => __('messages.service_industry_page.launch_optimize'), 'desc' => __('messages.service_industry_page.go_live_seo'), 'time' => 'Day 11-14'], ]; // Comparison data $comparisonData = [ ['feature' => __('messages.service_industry_page.compare_industry_expertise'), 'criazo' => true, 'generic' => false, 'diy' => false], ['feature' => __('messages.service_industry_page.compare_specific_features', ['industry' => $serviceIndustry['industry_name']]), 'criazo' => true, 'generic' => false, 'diy' => false], ['feature' => __('messages.service_industry_page.compare_seo_optimization'), 'criazo' => true, 'generic' => __('messages.service_industry_page.compare_partial'), 'diy' => false], ['feature' => __('messages.service_industry_page.compare_mobile_first'), 'criazo' => true, 'generic' => true, 'diy' => false], ['feature' => __('messages.service_industry_page.compare_booking_integrations'), 'criazo' => true, 'generic' => __('messages.service_industry_page.compare_extra_cost'), 'diy' => false], ['feature' => __('messages.service_industry_page.compare_support'), 'criazo' => true, 'generic' => __('messages.service_industry_page.compare_30_days'), 'diy' => false], ['feature' => __('messages.service_industry_page.compare_conversion_optimization'), 'criazo' => true, 'generic' => false, 'diy' => false], ['feature' => __('messages.service_industry_page.compare_analytics_dashboard'), 'criazo' => true, 'generic' => __('messages.service_industry_page.compare_extra_cost'), 'diy' => false], ]; @endphp
{{ __('messages.nav.services') }} / {{ $serviceIndustry['service_name'] }} / @if($isLocationPage && isset($locationData)) {{ $serviceIndustry['industry_name'] }} / {{ $locationDisplayName ?? $locationData['name'] ?? $locationSlug }} @else {{ $serviceIndustry['industry_name'] }} @endif
@if($isLocationPage && isset($locationData))

{{ __('messages.service_location.in') }} {{ $locationDisplayName ?? $locationData['name'] }}, {{ $locationData['country_name'] ?? '' }}

@endif

{{ $pageTitle }}

{{ $serviceIndustry['description'] }}

{{ __('messages.service_industry_page.industry_expertise', ['industry' => $serviceIndustry['industry_name']]) }} · {{ __('messages.service_industry_page.day_delivery', ['count' => 14]) }} · {{ __('messages.service_industry_page.support_guarantee') }}
{{ __('messages.service_common.avatar_initial_a') }}
{{ __('messages.service_common.avatar_initial_m') }}
{{ __('messages.service_common.avatar_initial_r') }}
{{ __('messages.service_common.avatar_initial_more') }}

{{ __('messages.service_industry_page.businesses_trust_us', ['count' => '189', 'industry' => $industryLower]) }}

189+
{{ __('messages.service_industry_page.projects_delivered') }}
340%
{{ __('messages.service_industry_page.avg_lead_increase') }}
14
{{ __('messages.service_industry_page.days_to_launch') }}
98%
{{ __('messages.service_industry_page.client_satisfaction') }}

"{{ __('messages.service_industry_page.hero_testimonial', ['industry' => $industryLower]) }}"

{{ __('messages.service_common.avatar_initial_s') }}

{{ __('messages.service_common.testimonial_author') }}

{{ __('messages.service_industry_page.industry_owner', ['industry' => $serviceIndustry['industry_name']]) }}

{{ __('messages.service_industry_page.without_professional', ['service' => $serviceIndustry['service_name']]) }}

{{ __('messages.service_industry_page.businesses_struggle', ['industry' => $serviceIndustry['industry_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.customers_search_online') }}

{{ __('messages.service_industry_page.generic_websites', ['industry' => $industryLower]) }}

{{ __('messages.service_industry_page.manual_booking') }}

{{ __('messages.service_industry_page.with_criazo', ['service' => $serviceIndustry['service_name']]) }}

{{ __('messages.service_industry_page.industry_specific_solutions', ['industry' => $serviceIndustry['industry_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.rank_for_searches', ['industry' => $industryLower]) }}

{{ __('messages.service_industry_page.conversion_optimized', ['industry' => $industryLower]) }}

{{ __('messages.service_industry_page.automated_booking') }}

{{ __('messages.service_industry_page.avg_lead_increase_90') }}

{{ __('messages.service_industry_page.get_free_strategy', ['industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.complete_service_for', ['service' => $serviceIndustry['service_name'], 'industry' => $serviceIndustry['industry_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.everything_needs', ['industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.industry_specific_design', ['industry' => $serviceIndustry['industry_name']]) }}
{{ __('messages.service_industry_page.mobile_first_development') }}
{{ __('messages.service_industry_page.seo_optimization') }}
{{ __('messages.service_industry_page.booking_system') }}
{{ __('messages.service_industry_page.analytics_dashboard') }}
{{ __('messages.service_industry_page.months_support', ['count' => 12]) }}
{{ __('messages.service_industry_page.google_maps_integration') }}
{{ __('messages.service_industry_page.whatsapp_chat_integration') }}
@if(isset($projects) && count($projects) > 0)

{{ __('messages.service_industry_page.case_studies_from_industry', ['industry' => $serviceIndustry['industry_name']]) }}

{{ __('messages.service_industry_page.see_examples_from_industry', ['industry' => $industryLower]) }}

{{ __('messages.service_industry_page.see_our_work') }}
@endif @php $processRowIconsV1 = [ '', '', '', '', ]; @endphp

{{ __('messages.service_industry_page.from_call_to_launch', ['count' => 14, 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.streamlined_process', ['count' => 189, 'industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

@foreach($processSteps as $index => $step)
@if(!empty($step['time'])) {{ $step['time'] }} @endif

{{ $step['title'] }}

{{ $step['desc'] }}

@endforeach

{{ __('messages.service_industry_page.packages_for', ['service' => $serviceIndustry['service_name'], 'industry' => $serviceIndustry['industry_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.choose_package', ['industry' => $industryLower, 'location_suffix' => $locationSuffix, 'count' => 30]) }}

{{ __('messages.service_industry_page.essential') }}

{{ __('messages.service_industry_page.from_price', ['price' => '1,490']) }}

{{ __('messages.service_industry_page.perfect_for_new', ['industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

  • {{ __('messages.service_industry_page.up_to_pages', ['count' => 5]) }}
  • {{ __('messages.service_industry_page.mobile_responsive') }}
  • {{ __('messages.service_industry_page.basic_seo_setup') }}
  • {{ __('messages.service_industry_page.contact_form_integration') }}
  • {{ __('messages.service_industry_page.month_support', ['count' => 3]) }}
{{ __('messages.service_industry_page.get_essential_quote', ['location_suffix' => $locationSuffix]) }}
{{ __('messages.service_industry_page.most_popular') }}

{{ __('messages.service_industry_page.growth') }}

{{ __('messages.service_industry_page.from_price', ['price' => '2,490']) }}

{{ __('messages.service_industry_page.our_most_popular', ['industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

  • {{ __('messages.service_industry_page.up_to_pages', ['count' => 15]) }}
  • {{ __('messages.service_industry_page.advanced_seo', ['industry' => $industryLower]) }}
  • {{ __('messages.service_industry_page.booking_appointment') }}
  • {{ __('messages.service_industry_page.google_my_business') }}
  • {{ __('messages.service_industry_page.analytics_dashboard') }}
  • {{ __('messages.service_industry_page.priority_support', ['count' => 12]) }}
{{ __('messages.service_industry_page.get_growth_quote', ['location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.scale') }}

{{ __('messages.service_industry_page.from_price', ['price' => '3,990']) }}

{{ __('messages.service_industry_page.for_established', ['industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

  • {{ __('messages.service_industry_page.unlimited_pages') }}
  • {{ __('messages.service_industry_page.custom_integrations') }}
  • {{ __('messages.service_industry_page.multi_language') }}
  • {{ __('messages.service_industry_page.advanced_analytics') }}
  • {{ __('messages.service_industry_page.dedicated_account_manager') }}
  • {{ __('messages.service_industry_page.priority_support', ['count' => 24]) }}
{{ __('messages.service_industry_page.get_scale_quote', ['location_suffix' => $locationSuffix]) }}
{{ __('messages.service_industry_page.support_included_guarantee') }}
{{ __('messages.service_industry_page.payment_plans_available') }}
{{ __('messages.service_industry_page.no_hidden_fees') }}

{{ __('messages.service_industry_page.client_reviews', ['industry' => $serviceIndustry['industry_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.what_businesses_say', ['industry' => $serviceIndustry['industry_name'], 'service' => $serviceIndustry['service_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.real_reviews', ['industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

4.9
@for($i = 0; $i < 5; $i++) @endfor

{{ __('messages.service_industry_page.based_on_reviews', ['count' => 189]) }}

{{ __('messages.service_industry_page.rating_quality') }}
@for($i = 0; $i < 5; $i++)@endfor
{{ __('messages.service_industry_page.rating_support') }}
@for($i = 0; $i < 5; $i++)@endfor
{{ __('messages.service_industry_page.rating_value') }}
@for($i = 0; $i < 5; $i++)@endfor
{{ __('messages.service_industry_page.rating_speed') }}
@for($i = 0; $i < 5; $i++)@endfor
@php $testimonials = [ ['quote' => __('messages.service_industry_page.testimonial_transformed', ['count' => 40]) . ' ' . __('messages.service_industry_page.testimonial_roi', ['service' => $serviceLower, 'weeks' => 6]), 'name' => __('messages.service_common.testimonial_author'), 'role' => __('messages.service_industry_page.industry_owner', ['industry' => $serviceIndustry['industry_name']]) . ', ' . __('messages.cities.lisbon'), 'result' => __('messages.service_industry_page.more_leads', ['percent' => 340])], ['quote' => __('messages.service_industry_page.testimonial_understands', ['industry' => $industryLower]) . ' ' . __('messages.service_industry_page.testimonial_seo_results'), 'name' => 'Ricardo L.', 'role' => __('messages.service_industry_page.industry_director', ['industry' => $serviceIndustry['industry_name']]) . ', ' . __('messages.cities.porto'), 'result' => __('messages.service_industry_page.google_ranking')], ['quote' => __('messages.service_industry_page.testimonial_smooth', ['service' => $serviceLower]) . ' ' . __('messages.service_industry_page.testimonial_hours_saved', ['count' => 15]), 'name' => 'Ana P.', 'role' => __('messages.service_industry_page.industry_manager', ['industry' => $serviceIndustry['industry_name']]) . ', ' . __('messages.cities.braga'), 'result' => __('messages.service_industry_page.hours_saved', ['count' => 15])], ]; @endphp @foreach($testimonials as $testimonial)
{{ $testimonial['result'] }}
@for($i = 0; $i < 5; $i++) @endfor

"{{ $testimonial['quote'] }}"

{{ substr($testimonial['name'], 0, 1) }}
{{ $testimonial['name'] }}
{{ $testimonial['role'] }}
@endforeach

{{ __('messages.service_industry_page.your_questions_answered', ['service' => $serviceIndustry['service_name'], 'industry' => $serviceIndustry['industry_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.everything_need_to_know', ['service' => strtolower($serviceIndustry['service_name']), 'industry' => strtolower($serviceIndustry['industry_name']), 'location_suffix' => $locationSuffix]) }}

@php $faqParams = ['industry' => $industryLower, 'service' => $serviceLower, 'location_suffix' => $locationSuffix]; $faqs = [ ['question' => __('messages.service_industry_page.faq_q1', $faqParams), 'answer' => __('messages.service_industry_page.faq_a1', $faqParams)], ['question' => __('messages.service_industry_page.faq_q2', $faqParams), 'answer' => __('messages.service_industry_page.faq_a2', $faqParams)], ['question' => __('messages.service_industry_page.faq_q3', $faqParams), 'answer' => __('messages.service_industry_page.faq_a3', $faqParams)], ['question' => __('messages.service_industry_page.faq_q4', $faqParams), 'answer' => __('messages.service_industry_page.faq_a4', $faqParams)], ['question' => __('messages.service_industry_page.faq_q5', $faqParams), 'answer' => __('messages.service_industry_page.faq_a5', $faqParams)], ['question' => __('messages.service_industry_page.faq_q6', $faqParams), 'answer' => __('messages.service_industry_page.faq_a6', $faqParams)], ['question' => __('messages.service_industry_page.faq_q7', $faqParams), 'answer' => __('messages.service_industry_page.faq_a7', $faqParams)], ['question' => __('messages.service_industry_page.faq_q8', $faqParams), 'answer' => __('messages.service_industry_page.faq_a8', $faqParams)], ]; @endphp
@foreach($faqs as $index => $faq)
@endforeach

{{ __('messages.service_industry_page.faq_still_have_questions', ['service' => $serviceLower, 'industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.faq_talk_to_specialist', ['service' => $serviceIndustry['service_name'], 'location_suffix' => $locationSuffix]) }}
@if(count($relatedIndustries) > 0)

{{ __('messages.service_industry.service_other_industries', ['service' => $serviceIndustry['service_name']]) }}

{{ __('messages.service_industry.industry_specific_expertise') }}

@foreach(array_slice($relatedIndustries, 0, 8) as $related)

{{ $related['name'] }}

{{ $related['tagline'] }}

@endforeach
@endif @if(count($sameIndustryOtherServices) > 0)

{{ __('messages.service_industry.complete_digital_growth', ['industry' => $serviceIndustry['industry_name']]) }}

{{ __('messages.service_industry.combine_services') }}

@foreach($sameIndustryOtherServices as $other) {{ $other['service_name'] }} @endforeach
@endif @if($isLocationPage && ((isset($sameCountryLocations) && count($sameCountryLocations) > 0) || (isset($otherCountriesLocations) && count($otherCountriesLocations) > 0)))

{{ __('messages.service_location.also_serving') }}

@if(isset($sameCountryLocations) && count($sameCountryLocations) > 0)
@foreach($sameCountryLocations as $loc) {{ $loc['name'] }}{!! !empty($loc['is_capital']) ? ' ' : '' !!} @endforeach
@endif @if(isset($otherCountriesLocations) && count($otherCountriesLocations) > 0)

{{ __('messages.service_location.also_available_in') }}:

@foreach($otherCountriesLocations as $loc) {{ $loc['name'] }}, {{ $loc['country'] }} @endforeach
@endif
@endif

{{ __('messages.service_industry_page.seo_why_choose', ['service' => $serviceIndustry['service_name'], 'industry' => $serviceIndustry['industry_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.seo_intro', ['year' => $currentYear, 'industry' => $industryLower, 'service' => $serviceLower]) }}

{{ __('messages.service_industry_page.seo_specialize', ['service' => $serviceLower, 'industry' => $industryLower]) }}

{{ __('messages.service_industry_page.seo_what_makes_different', ['industry' => $serviceIndustry['industry_name'], 'service' => $serviceIndustry['service_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.seo_unlike_generic', ['service' => $serviceLower, 'industry' => $industryLower, 'location' => ($isLocationPage && isset($locationDisplayName)) ? $locationDisplayName : __('messages.service_industry_page.seo_location_fallback')]) }}

{{ __('messages.service_industry_page.seo_experience', ['industry' => $industryLower]) }}

{{ __('messages.service_industry_page.seo_ready_transform', ['industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.seo_schedule_consultation', ['service' => $serviceIndustry['service_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.ready_transform_business', ['industry' => $serviceIndustry['industry_name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.join_businesses', ['count' => '189', 'industry' => $industryLower, 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_industry_page.free_consultation') }} · {{ __('messages.service_industry_page.day_delivery_cta', ['count' => 14]) }} · {{ __('messages.service_industry_page.support_guarantee') }}
@include('components.explore-site-section', ['hideServicesSlider' => true]) @endsection