@include('templates.lookatme.components.head-title', [
'title' => 'NEW IN',
'fontStyle' => 'tw-text-xl md:tw-text-5xl',
])
@include('templates.lookatme.components.button', [
'text' => 'Shop Now',
'class' => 'tw-text-white tw-border-white',
'link' => route('product-list.index'),
])