feat: add technology logos, implement WebDevelopmentPageSeeder, and update related service views and translations.

This commit is contained in:
Ümit Tunç
2026-05-23 11:06:36 +03:00
parent 607763ff52
commit 53a265844f
31 changed files with 1643 additions and 2 deletions
+7
View File
@@ -12,6 +12,12 @@ return [
'width' => 735,
'height' => 735,
],
'services.web-development' => [
'image' => 'assets/img/illustrations/i12.png',
'webp' => 'assets/img/illustrations/i12.webp',
'width' => 800,
'height' => 600,
],
'neler-yapariz' => [
'image' => 'assets/img/illustrations/3d11.png',
'width' => 800,
@@ -21,6 +27,7 @@ return [
'labels' => [
'services.app-development' => 'Uygulama Geliştirme',
'services.web-development' => 'Web Uygulamaları',
'neler-yapariz' => 'Neler Yaparız',
],
];