From a1d02de86bff3b6463c4c585c093d4b009a02669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 2 Jan 2026 22:58:29 +0300 Subject: [PATCH] Update Landing Page Layout and Improve Responsiveness: Adjusted the layout of the landing page by modifying the width of various sections for better responsiveness. Enhanced the styling of the featured image section and added a new divider for visual appeal. Updated the FAQ section header to utilize localization for improved language support, ensuring a consistent user experience across different languages. --- .../views/front/products/landing.blade.php | 30 ++++++++++++++----- 1 file changed, 22 insertions(+), 8 deletions(-) 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