feat: add extensive collection of technology and brand logos and update web development template

This commit is contained in:
Ümit Tunç
2026-05-23 17:41:06 +03:00
parent 3fb2106707
commit d1c2ccd985
330 changed files with 600 additions and 18 deletions
@@ -13,9 +13,9 @@ class WebDevelopmentPageSeeder extends Seeder
*/
protected array $englishTranslations = [
'Web Uygulamaları' => 'Web Applications',
'Trunçgil Teknoloji olarak; Three.js\'den Django\'ya, Node.js\'den React ve Vue\'ye kadar tüm modern teknolojilerle ölçeklenebilir web uygulamaları geliştiriyoruz.' => 'At Trunçgil Teknoloji, we develop scalable web applications with all modern technologies from Three.js to Django, Node.js to React and Vue.',
'Trunçgil Teknoloji olarak; Go, Rust, .NET, Swift, Android, Kotlin, Flutter, Three.js, React ve Vue gibi tüm modern teknolojilerle ölçeklenebilir ve güvenli web ve mobil çözümler geliştiriyoruz.' => 'At Trunçgil Teknoloji, we develop scalable and secure web and mobile solutions with all modern technologies such as Go, Rust, .NET, Swift, Android, Kotlin, Flutter, Three.js, React, and Vue.',
'Web Uygulamaları | Trunçgil Teknoloji' => 'Web Applications | Trunçgil Teknoloji',
'Trunçgil Teknoloji ile Three.js, React, Vue, Angular, Node.js ve Django ile ölçeklenebilir web uygulamaları, PWA, WebSocket ve Kubernetes bulut çözümleri.' => 'Scalable web applications, PWA, WebSockets, and Kubernetes cloud solutions with Three.js, React, Vue, Angular, Node.js, and Django with Trunçgil Teknoloji.',
'Trunçgil Teknoloji ile Go, Rust, .NET, Swift, Android, Kotlin, Flutter, Three.js, React, Vue, Angular, Node.js ve Django ile ölçeklenebilir web ve mobil çözümler, PWA, WebSocket ve Kubernetes bulut sistemleri.' => 'Scalable web and mobile solutions, PWA, WebSockets, and Kubernetes cloud systems with Go, Rust, .NET, Swift, Android, Kotlin, Flutter, Three.js, React, Vue, Angular, Node.js, and Django with Trunçgil Teknoloji.',
];
public function run(): void
@@ -32,7 +32,7 @@ class WebDevelopmentPageSeeder extends Seeder
[
'author_id' => $author->id,
'title' => 'Web Uygulamaları',
'excerpt' => 'Trunçgil Teknoloji olarak; Three.js\'den Django\'ya, Node.js\'den React ve Vue\'ye kadar tüm modern teknolojilerle ölçeklenebilir web uygulamaları geliştiriyoruz.',
'excerpt' => 'Trunçgil Teknoloji olarak; Go, Rust, .NET, Swift, Android, Kotlin, Flutter, Three.js, React ve Vue gibi tüm modern teknolojilerle ölçeklenebilir ve güvenli web ve mobil çözümler geliştiriyoruz.',
'content' => '',
'template' => 'services.web-development',
'featured_image' => null,
@@ -43,7 +43,7 @@ class WebDevelopmentPageSeeder extends Seeder
'sort_order' => 16,
'published_at' => now(),
'meta_title' => 'Web Uygulamaları | Trunçgil Teknoloji',
'meta_description' => 'Trunçgil Teknoloji ile Three.js, React, Vue, Angular, Node.js ve Django ile ölçeklenebilir web uygulamaları, PWA, WebSocket ve Kubernetes bulut çözümleri.',
'meta_description' => 'Trunçgil Teknoloji ile Go, Rust, .NET, Swift, Android, Kotlin, Flutter, Three.js, React, Vue, Angular, Node.js ve Django ile ölçeklenebilir web ve mobil çözümler, PWA, WebSocket ve Kubernetes bulut sistemleri.',
]
);