feat: add technology logos, implement WebDevelopmentPageSeeder, and update related service views and translations.
This commit is contained in:
@@ -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',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user