Files
citrus/config/page_templates.php
T

27 lines
704 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Statik sayfa şablonları için hero görselleri.
* Blade şablonları ve Page modeli aynı kaynağı kullanır.
*/
return [
'heroes' => [
'services.app-development' => [
'image' => 'assets/img/photos/truncgil-mobile-app.png',
'webp' => 'assets/img/photos/truncgil-mobile-app.webp',
'width' => 735,
'height' => 735,
],
'neler-yapariz' => [
'image' => 'assets/img/illustrations/3d11.png',
'width' => 800,
'height' => 1080,
],
],
'labels' => [
'services.app-development' => 'Uygulama Geliştirme',
'neler-yapariz' => 'Neler Yaparız',
],
];