From c68e95631b6569923dd0799ec7f7783c9623c116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Tue, 26 May 2026 23:42:46 +0300 Subject: [PATCH] feat: update finance page hero design, implement reusable hero buttons, and dynamic contact information --- .../views/front/products/finance.blade.php | 50 ++++++++++++++++--- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/resources/views/front/products/finance.blade.php b/resources/views/front/products/finance.blade.php index a8362de..1073a1b 100644 --- a/resources/views/front/products/finance.blade.php +++ b/resources/views/front/products/finance.blade.php @@ -11,9 +11,41 @@ @push('styles') @endpush @@ -33,7 +65,7 @@

- Trunçgil Finance + Trunçgil Finance {!! t('ile') !!}
@@ -140,10 +172,10 @@

- + {!! t('Dokümantasyon') !!} - + {!! t('Teklif Alın') !!}
@@ -444,7 +476,9 @@
-
+
+ Trunçgil Finance Logo +
@@ -576,7 +610,7 @@
{!! t('Adres') !!}
-
{!! t('Merkez Ofis, Teknoloji Vadisi, İstanbul, Türkiye') !!}
+
{{ setting('contact_address') }}
@@ -587,7 +621,7 @@
{!! t('Telefon') !!}
-

+90 (212) 123 45 67

+

{{ setting('contact_phone') }}

@@ -598,7 +632,7 @@
{!! t('E-posta') !!}
-

info@truncgil.com

+

{{ setting('contact_email') }}