@endif
{{ config('site.welcome.hero_big_text', strtoupper(config('site.name', 'INSURANCE'))) }}
{{ config('site.welcome.hero_heading', 'Providing Insurance Protection For You') }}
{{ config('site.welcome.hero_subheading', config('site.description', 'Surprisingly great rates, get started right now.')) }}
{{ config('site.welcome.hero_cta', __('GET STARTED')) }}-
@foreach($services->take(4) as $idx => $heroService)
- {{ strtoupper($heroService->title) }} @endforeach
-
@foreach(array_slice($heroWordsList, 0, 4) as $idx => $word)
- {{ strtoupper(trim($word)) }} @endforeach
- HOME
- TRAVEL
- LIFE
- CAR
{{ config('site.welcome.services_heading', __('Why Do People Choose')) }} {{ config('site.welcome.services_heading_bold', config('site.name') . '?') }}
{{ $service->title }}
{{ \Illuminate\Support\Str::limit($service->description ?? strip_tags($service->content), 150) }}
{{ $feature['title'] }}
{{ $feature['desc'] }}
@endif
{{ config('site.welcome.feature1_heading', $services[0]->title) }}
{{ \Illuminate\Support\Str::limit($services[0]->description ?? strip_tags($services[0]->content), 250) }}
{{ config('site.welcome.feature1_cta', __('VIEW SERVICES')) }}
{{ config('site.welcome.feature1_heading', 'Life Insurance With Incredible Rates') }}
{{ config('site.welcome.feature1_text', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vehicula porta enim, consectetur convallis enim tincidunt ac.') }}
{{ config('site.welcome.feature1_cta', __('VIEW SERVICES')) }}{{ config('site.welcome.feature2_heading', $services[1]->title) }}
{{ \Illuminate\Support\Str::limit($services[1]->description ?? strip_tags($services[1]->content), 250) }}
{{ config('site.welcome.feature2_cta', __('GET A QUOTE')) }}
@endif
{{ config('site.welcome.feature2_heading', 'Get Affordable Insurance Online') }}
{{ config('site.welcome.feature2_text', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vehicula porta enim, consectetur convallis enim tincidunt ac.') }}
{{ config('site.welcome.feature2_cta', __('GET A QUOTE')) }}
{{ config('site.welcome.products_heading', $servicesTitle) }} {{ config('site.welcome.products_heading_bold', __('Products')) }}
{{ $service->title }}
{{ \Illuminate\Support\Str::limit($service->description ?? strip_tags($service->content), 100) }}
{{ __('View More') }}{{ config('site.welcome.quote_heading', __('Ready To Get a Quick Quote?')) }}
{{ config('site.welcome.quote_subheading', __('Fill out the form and we will contact you immediately.')) }}
@if(is_module_active('services') && isset($services) && $services->count() > 0) @else {{ config('site.welcome.quote_cta', __('CONTACT US')) }} @endif{{ config('site.welcome.faq_heading', __('Knowledge and')) }} {{ config('site.welcome.faq_heading_bold', __('Numbers')) }}
{{ $faq->answer }}
{{ $faq['a'] }}
{{ $testimonial->content }}
{{ config('site.welcome.testimonial_text', 'Pellentesque ultricies nibh gravida, accumsan libero luctus, molestie nunc. In nibh ipsum, blandit id faucibus.') }}
{{ __('Our') }} {{ $blogTitle }}
{{ config('site.welcome.cta_small_heading', __('LOOKING FOR AFFORDABLE INSURANCE?')) }}
{{ config('site.welcome.cta_heading', __('Get Insurance Online and Save Up To 20%!')) }}
{{ config('site.welcome.cta_description', config('site.description', 'Surprisingly great rates, get started right now.')) }}