getCustomPaddingStyle()) style="{{ $this->getCustomPaddingStyle() }}" @endif>
{{-- Content Side --}}
{{-- Badge --}}
{{ $hero['badge'] }}
{{-- Title --}}

{{ $hero['title'] }}

{{ $hero['subtitle'] }}

{{-- Description --}}

{{ $hero['description'] }}

{{-- CTA Buttons --}} {{-- Stats --}} @if (!empty($hero['stats']))
@foreach ($hero['stats'] as $stat)
@if (!empty($stat['icon']))
@endif
{{ $stat['value'] }}
{{ $stat['label'] }}
@endforeach
@endif
{{-- Image Side --}}
Professional Laundry Service
{{-- Decorative Dots --}}
{{-- Floating Cards --}} @foreach ($hero['floating_cards'] ?? [] as $index => $card)

{{ $card['title'] ?? '' }}

{{ $card['subtitle'] ?? '' }}

@endforeach