From cb0bbf87c779b496b3239b0aaf9820d8d13e8fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Thu, 1 Jan 2026 00:04:00 +0300 Subject: [PATCH] Update Header and Home Templates: Modified the header template to dynamically retrieve contact information and social media links from settings, enhancing functionality and localization support. Updated the hero section background image for improved visual appeal. Simplified the services cards layout by removing unnecessary padding, contributing to a cleaner design. --- resources/views/partials/header.blade.php | 17 +++++++++-------- resources/views/templates/home/hero.blade.php | 2 +- .../templates/home/services-cards.blade.php | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index 8761e1f..5bbea44 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -20,7 +20,7 @@