From dc63563e7f8f6b1f60cc5c2985e36a0aef80e06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 30 Jan 2026 21:46:01 +0300 Subject: [PATCH] refactor: remove highlight spans and simplify description paragraphs in the hero section. --- resources/views/templates/neler-yapariz/hero.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/templates/neler-yapariz/hero.blade.php b/resources/views/templates/neler-yapariz/hero.blade.php index 77d888c..e75b797 100644 --- a/resources/views/templates/neler-yapariz/hero.blade.php +++ b/resources/views/templates/neler-yapariz/hero.blade.php @@ -86,7 +86,7 @@

{{ t('neler-yapariz.what_we_do.title') }}

-

{{ t('neler-yapariz.what_we_do.description') }} {{ t('neler-yapariz.what_we_do.highlight') }} {{ t('neler-yapariz.what_we_do.description_end') }}

+

{{ t('neler-yapariz.what_we_do.description') }}

@@ -143,14 +143,14 @@

{{ t('neler-yapariz.how_we_do_it.title') }}

-

{{ t('neler-yapariz.how_we_do_it.description') }} {{ t('neler-yapariz.how_we_do_it.highlight') }} {{ t('neler-yapariz.how_we_do_it.description_end') }}

+

{{ t('neler-yapariz.how_we_do_it.description') }}

01

{{ t('neler-yapariz.process.step_1.title') }}

{{ t('neler-yapariz.process.step_1.description') }}

-
02 +
02

{{ t('neler-yapariz.process.step_2.title') }}

{{ t('neler-yapariz.process.step_2.description') }}