From 0c51fecef8cd3b5ee77888ea633769a8c5052a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Sat, 23 May 2026 17:53:59 +0300 Subject: [PATCH] refactor: update brand color palette from purple to orange across web development template components --- .../services/web-development.blade.php | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/resources/views/templates/services/web-development.blade.php b/resources/views/templates/services/web-development.blade.php index 78999c8..e214df9 100644 --- a/resources/views/templates/services/web-development.blade.php +++ b/resources/views/templates/services/web-development.blade.php @@ -141,7 +141,7 @@ } .web-dev-section .accordion-wrapper .card-header button:hover, .web-dev-section .accordion-wrapper .card-header button { - color: #747ed1 !important; + color: #f04e23 !important; } /* Technology Card Micro-animations */ @@ -150,7 +150,7 @@ } .tech-card:hover { transform: translateY(-8px) scale(1.03); - box-shadow: 0 1.25rem 2.5rem rgba(116, 126, 209, 0.12) !important; + box-shadow: 0 1.25rem 2.5rem rgba(240, 78, 35, 0.12) !important; } .tech-card img { transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); @@ -241,6 +241,13 @@ .web-dev-illustration--platforms { max-width: 36rem; } + .bg-gradient-purple { + background: linear-gradient(180deg, #fff3f0 0%, rgba(255, 255, 255, 0) 100%) !important; + } + .btn-soft-purple { + background-color: #fff3f0 !important; + color: #f04e23 !important; + } .tech-tabs-grid { display: grid !important; grid-template-columns: repeat(1, 1fr) !important; @@ -270,18 +277,18 @@ border-radius: 0.8rem !important; background: #ffffff !important; box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.05) !important; - border: 1px solid rgba(116, 126, 209, 0.08) !important; + border: 1px solid rgba(240, 78, 35, 0.08) !important; padding: 1.25rem !important; transition: all 0.3s ease !important; } .tech-tabs-grid .nav-link:hover { transform: translateY(-3px) !important; - box-shadow: 0 0.5rem 2rem rgba(116, 126, 209, 0.12) !important; + box-shadow: 0 0.5rem 2rem rgba(240, 78, 35, 0.12) !important; } .tech-tabs-grid .nav-link.active { - background: #f0f2fd !important; - border-color: #747ed1 !important; - box-shadow: 0 0.5rem 2rem rgba(116, 126, 209, 0.15) !important; + background: #fff3f0 !important; + border-color: #f04e23 !important; + box-shadow: 0 0.5rem 2rem rgba(240, 78, 35, 0.15) !important; } .tech-tabs-grid .nav-link h4 { color: #343f52 !important; @@ -293,7 +300,7 @@ } .tech-tabs-grid .nav-link:hover h4, .tech-tabs-grid .nav-link.active h4 { - color: #747ed1 !important; + color: #f04e23 !important; } .tech-tabs-grid .nav-link:hover p, .tech-tabs-grid .nav-link.active p { @@ -884,8 +891,8 @@
- {!! t('Çözümlerimiz') !!} - {!! t('Bize Ulaşın') !!} + {!! t('Çözümlerimiz') !!} + {!! t('Bize Ulaşın') !!}
@@ -1060,7 +1067,7 @@ @foreach(array_slice($faqs, 0, 3) as $index => $faq)
-
@@ -1078,7 +1085,7 @@ @foreach(array_slice($faqs, 3, 3) as $index => $faq)
-