@extends('layouts.gsap', ['header' => 'partials.header', 'footer' => 'partials.footer'])
@section('title', t('Neler Yapıyoruz?') ?: 'Neler Yapıyoruz?')
@push('styles')
@include('templates.neler-yapariz.external-links')
@endpush
@section('content')
@include('templates.neler-yapariz.navigation')
@include('templates.neler-yapariz.sections.hero')
@include('templates.neler-yapariz.sections.flip')
@include('templates.neler-yapariz.sections.slider')
@include('templates.neler-yapariz.sections.inertia')
@include('templates.neler-yapariz.sections.text')
@include('templates.neler-yapariz.sections.marquee')
@include('templates.neler-yapariz.sections.footer')
@endsection
@push('scripts')
@include('templates.neler-yapariz.external-scripts')
{{-- Navigation Scripts --}}
{{-- Hero Script --}}
{{-- Section Scripts --}}
{{-- Footer Scripts --}}
{{-- Global Scripts --}}
@endpush