From 97e95efb1759f0018f2cdd3e1369dfe31225ec41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Tue, 2 Jun 2026 05:47:26 +0300 Subject: [PATCH] refactor: remove all social media link components from header, navbar, and partials view files --- .../views/components/custom/navbar.blade.php | 11 +---- .../views/components/front/header.blade.php | 37 +-------------- resources/views/partials/header.blade.php | 47 ++----------------- resources/views/templates/home/hero.blade.php | 33 ++++++++++++- 4 files changed, 36 insertions(+), 92 deletions(-) diff --git a/resources/views/components/custom/navbar.blade.php b/resources/views/components/custom/navbar.blade.php index 5b54c9b..5e612e8 100644 --- a/resources/views/components/custom/navbar.blade.php +++ b/resources/views/components/custom/navbar.blade.php @@ -1,15 +1,6 @@ @@ -105,34 +98,6 @@ $isHomepage = $currentRoute === 'homepage' || $currentPath === '/' || request()-
-
diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index 9a86744..d2d931d 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -77,14 +77,7 @@ $isHomepage = $currentRoute === 'homepage' || $currentPath === '/' || request()-
{{setting('contact_email')}}
{{setting('contact_phone')}}
- +
@@ -113,34 +106,7 @@ $isHomepage = $currentRoute === 'homepage' || $currentPath === '/' || request()-
- + @@ -171,14 +137,7 @@ $isHomepage = $currentRoute === 'homepage' || $currentPath === '/' || request()-
{{setting('contact_email')}}
{{setting('contact_phone')}}
- +
diff --git a/resources/views/templates/home/hero.blade.php b/resources/views/templates/home/hero.blade.php index b97124e..fca0546 100644 --- a/resources/views/templates/home/hero.blade.php +++ b/resources/views/templates/home/hero.blade.php @@ -7,8 +7,37 @@

{{ t('Hayatı kolaylaştıran uygulamaları insan odaklı, akılcı ve sade bir biçimde gerçekleştirmek için var gücümüzle çalışıyoruz.') }}

- {{ t('Daha Fazla Oku') }} - {{ t('Online Ödeme') }} + @php $social_media = json_decode(setting('social_links'), true) ?? []; @endphp +