@php
$channel = core()->getCurrentChannel();
$staticContent = [];
@endphp
@push ('meta')
@endPush
{{ $channel->home_seo['meta_title'] ?? '' }}
@foreach ($customizations as $customization)
@php ($data = $customization->options) @endphp
@switch ($customization->type)
@case ($customization::IMAGE_CAROUSEL)
@break
@case ($customization::STATIC_CONTENT)
@if (! empty($data['css']))
@push ('styles')
@endpush
@endif
@php
$staticContent = $data;
@endphp
@break
@case ($customization::CATEGORY_CAROUSEL)
@break
@case ($customization::PRODUCT_CAROUSEL)
@if (count($instaData) > 0)
@endif
@break
@endswitch
@endforeach