diff --git a/public/assets/img/platforms/android-copy.png b/public/assets/img/platforms/android-copy.png new file mode 100644 index 0000000..5662506 Binary files /dev/null and b/public/assets/img/platforms/android-copy.png differ diff --git a/public/assets/img/platforms/apple-logo.png b/public/assets/img/platforms/apple-logo.png new file mode 100644 index 0000000..31fa44e Binary files /dev/null and b/public/assets/img/platforms/apple-logo.png differ diff --git a/public/assets/img/platforms/huawei.png b/public/assets/img/platforms/huawei.png index 17aa0f2..db8a43b 100644 Binary files a/public/assets/img/platforms/huawei.png and b/public/assets/img/platforms/huawei.png differ diff --git a/public/assets/img/platforms/ios.png b/public/assets/img/platforms/ios.png index 23d8d6f..df190dc 100644 Binary files a/public/assets/img/platforms/ios.png and b/public/assets/img/platforms/ios.png differ diff --git a/public/assets/img/platforms/meta.png b/public/assets/img/platforms/meta.png new file mode 100644 index 0000000..a7d672d Binary files /dev/null and b/public/assets/img/platforms/meta.png differ diff --git a/public/assets/img/platforms/ubuntu.png b/public/assets/img/platforms/ubuntu.png new file mode 100644 index 0000000..c9e66cf Binary files /dev/null and b/public/assets/img/platforms/ubuntu.png differ diff --git a/public/assets/img/platforms/windows-logo.png b/public/assets/img/platforms/windows-logo.png new file mode 100644 index 0000000..279517a Binary files /dev/null and b/public/assets/img/platforms/windows-logo.png differ diff --git a/resources/views/templates/services/app-development.blade.php b/resources/views/templates/services/app-development.blade.php index 0c3cf06..ba0c17b 100644 --- a/resources/views/templates/services/app-development.blade.php +++ b/resources/views/templates/services/app-development.blade.php @@ -44,7 +44,7 @@ line-height: 1; } - /* Platform logoları — Wikimedia Commons kaynaklı, yetkinlikler üst şerit */ + /* Platform logoları — yetkinlikler üst şerit */ .app-dev-platform-strip img { display: block; width: auto; @@ -95,6 +95,40 @@ object-fit: contain; flex-shrink: 0; } + + /* Hero — metin üstte, görsel altta */ + .app-dev-hero .app-dev-hero-text { + position: relative; + z-index: 2; + } + .app-dev-hero .app-dev-hero-image { + position: relative; + z-index: 2; + width: 100%; + max-width: 42rem; + margin-left: auto; + margin-right: auto; + } + @media (min-width: 768px) { + .app-dev-hero .app-dev-hero-image { + max-width: 48rem; + } + } + @media (min-width: 1200px) { + .app-dev-hero .app-dev-hero-image { + max-width: 56rem; + } + } + @media (min-width: 1400px) { + .app-dev-hero .app-dev-hero-image { + max-width: 62rem; + } + } + .app-dev-hero .app-dev-hero-image img { + width: 100%; + max-width: 100%; + height: auto; + } @endpush @@ -107,13 +141,13 @@ ]; $platforms = [ - ['name' => 'Android', 'logo' => 'android.png'], + ['name' => 'Android', 'logo' => 'android-copy.png'], ['name' => 'iOS', 'logo' => 'ios.png'], - ['name' => 'Windows', 'logo' => 'windows.png'], - ['name' => 'macOS', 'logo' => 'macos.png'], + ['name' => 'Windows', 'logo' => 'windows-logo.png'], + ['name' => 'macOS', 'logo' => 'apple-logo.png'], ['name' => 'Huawei AppGallery', 'logo' => 'huawei.png'], - ['name' => 'Meta Quest', 'logo' => 'meta-quest.png'], - ['name' => 'Web', 'logo' => 'web.png'], + ['name' => 'Meta Quest', 'logo' => 'meta.png'], + ['name' => 'Ubuntu', 'logo' => 'ubuntu.png'], ]; $features = [ @@ -255,20 +289,20 @@ @endphp {{-- Hero --}} -
-
-
-
- - +
+
+
+
+ +

{!! t('Tüm platformlarda') !!} {!! t('güçlü uygulamalar') !!} {!! t('geliştiriyoruz.') !!}

-

+

{!! t('Trunçgil Teknoloji olarak Android, iOS, Windows, macOS, Huawei AppGallery, Meta Quest ve web için uygulamalarınızı fikirden yayına kadar hayata geçiriyoruz.') !!}

-
+