{{-- resources/views/page/agency/themes/default/sections/hero.blade.php --}}
{{-- Animated Background --}}
@if($section->getConfig('background_image'))
@else
@endif {{-- Animated Shapes --}}
{{-- Floating Particles --}}
@for($i = 1; $i <= 20; $i++)
@endfor
{{-- Wave Animation --}}
{{-- Hero Content --}}
@if($section->subtitle)
@if($section->getConfig('badge_icon')) @endif {{ $section->subtitle }}
@endif @if($section->title)

{{ $section->title }}

@endif @if($section->content)

{{ $section->content }}

@endif
@if($section->getConfig('primary_button_text')) {{ $section->getConfig('primary_button_text') }} @endif @if($section->getConfig('secondary_button_text')) {{ $section->getConfig('secondary_button_text') }} @endif
{{-- Stats/Features (Optional - from section data) --}} @php $stats = $section->getData('stats', []); @endphp @if(count($stats) > 0)
@foreach($stats as $stat)
{{ $stat['number'] ?? '' }}
{{ $stat['label'] ?? '' }}
@endforeach
@endif
{{-- Scroll Indicator --}}
Aşağı Kaydır
{{-- AOS Animation Library (Optional - add to layout if not already included) --}}