diff --git a/resources/views/front/products/landing.blade.php b/resources/views/front/products/landing.blade.php index 47b3034..6293d80 100644 --- a/resources/views/front/products/landing.blade.php +++ b/resources/views/front/products/landing.blade.php @@ -33,7 +33,7 @@ use Illuminate\Support\Facades\Storage;
-
+
@if(!empty($hero['slogan']))

{!! nl2br(e($hero['slogan'])) !!} @@ -57,9 +57,14 @@ use Illuminate\Support\Facades\Storage;

@if(!empty($hero['featured_image'])) -
-
- {{ $product->translate('title') }} +
+
+ {{ $product->translate('title') }}
@@ -142,7 +147,6 @@ use Illuminate\Support\Facades\Storage;
-

How It Works

@if(!empty($howItWorks['download_form_label']))

{{ $howItWorks['download_form_label'] }} @@ -238,14 +242,23 @@ use Illuminate\Support\Facades\Storage; {{-- FAQ Section --}} @if(!empty($faqs)) -
+
+
+
+ + + + + +
+
-

FAQ

+

- If you don't see an answer to your question, you can send us an email from our contact form. + {{ t('Sık Sorulan Sorular')}}

@@ -291,5 +304,6 @@ use Illuminate\Support\Facades\Storage;
@endif + @endsection