@extends('frontend.layouts.app') @section('content')
@forelse($sliders as $index => $slider)

{{ $homepage->hero_badge ?? 'Official Stonebwoy Website' }}

{{ $slider->title }}

@if(!empty($slider->subtitle))

{{ $slider->subtitle }}

@elseif(!empty($homepage?->hero_subtitle))

{{ $homepage->hero_subtitle }}

@endif @if(!empty($slider->description))

{{ $slider->description }}

@elseif(!empty($homepage?->hero_description))

{{ $homepage->hero_description }}

@endif
@if(!empty($slider->button_link) && !empty($slider->button_text)) {{ $slider->button_text }} @elseif(!empty($homepage?->hero_button_link) && !empty($homepage?->hero_button_text)) {{ $homepage->hero_button_text }} @endif Explore Music
@empty

{{ $homepage->hero_badge ?? 'Official Stonebwoy Website' }}

{{ $homepage->hero_title ?? 'Stonebwoy' }}

{{ $homepage->hero_subtitle ?? 'Global Afro-Dancehall Energy' }}

{{ $homepage->hero_description ?? 'Welcome to the official one-page website for music, releases, news, bookings and artist brand presence.' }}

{{ $homepage->hero_button_text ?? 'Explore Music' }}
@endforelse
@if($sliders->count() > 1)
@foreach($sliders as $index => $slider) @endforeach
@endif

{{ $homepage->about_badge ?? 'About Stonebwoy' }}

{{ $homepage->about_title ?? 'A Global Ghanaian Sound' }}

{{ $homepage->about_text_1 ?? 'Stonebwoy represents premium Afro-Dancehall excellence with world-class performance, unmistakable style and a strong international music identity.' }}

{{ $homepage->about_text_2 ?? 'This homepage is built as a modern artist landing page that highlights music, updates, bookings and visual branding in one smooth experience.' }}

@if(!empty($homepage?->about_image))
@else
Stonebwoy Feature Visual
@endif
0

{{ $homepage->stat_1_label ?? 'Live Performances' }}

0

{{ $homepage->stat_2_label ?? 'Awards & Honors' }}

0

{{ $homepage->stat_3_label ?? 'Major Releases' }}

0

{{ $homepage->stat_4_label ?? 'Global Tours' }}

@if($trendingRelease)
@if(!$trendingRelease->cover_image)
Music Cover
@endif

{{ $homepage->music_badge ?? 'Latest Release' }}

{{ $trendingRelease->title }}

{{ ucfirst($trendingRelease->type ?? 'Release') }} @if($trendingRelease->release_date) • {{ $trendingRelease->release_date }} @endif

@if($trendingRelease->description)

{{ $trendingRelease->description }}

@endif
@if($trendingRelease->spotify_link) Spotify @endif
@else
No music release added yet.
@endif
@if($sliders->count() > 1) @endif @endsection