From 0be000d474a7fc5838893fc7f2f5b34c99591955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Thu, 21 May 2026 09:11:24 +0300 Subject: [PATCH] feat: enhance app development template with new icon styles for improved visual representation and user experience --- .../templates/services/app-development.blade.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/views/templates/services/app-development.blade.php b/resources/views/templates/services/app-development.blade.php index 3b2d0cf..3acee0d 100644 --- a/resources/views/templates/services/app-development.blade.php +++ b/resources/views/templates/services/app-development.blade.php @@ -9,6 +9,18 @@ .app-dev-section .accordion-wrapper .card-header button { color: #e31e24 !important; } + + .uil-search-alt:before { content: "\eca3"; } + .uil-palette:before { content: "\ec3a"; } + .uil-mobile-android:before { content: "\ec0a"; } + .uil-apple:before { content: "\e938"; } + .uil-shield-check:before { content: "\ecb2"; } + .uil-store:before { content: "\ed04"; } + .uil-check-circle:before { content: "\e9db"; } + .uil-rocket:before { content: "\ec8c"; } + .uil-chart-line:before { content: "\e9d3"; } + .uil-headphones-alt:before { content: "\eb5f"; } + .uil-arrow-up-right:before { content: "\e950"; } @endpush