@php $collections = [ ['title' => 'Artefacts', 'text' => 'Selected cultural objects and heritage catalogue entries.', 'image' => asset('images/Kalakshetra-Profile-1/Gallery Manuscript Painting/DSC_8643-500kb.jpg'), 'url' => url('/artefacts')], ['title' => 'Digital Museum', 'text' => 'A focused digital doorway into museum and gallery highlights.', 'image' => asset('images/Kalakshetra-Profile-1/Museum Srimanta Sankardeva/DSC_8791-500kb.jpg'), 'url' => url('/explore-kala')], ['title' => 'Gallery', 'text' => 'Campus images, exhibitions, spaces and cultural moments.', 'image' => asset('images/Kalakshetra-Profile-1/Heritage park important fotos/IMG_1232.jpg'), 'url' => url('/gallery')], ['title' => 'Publications', 'text' => 'Books and e-publications connected with Kalakshetra resources.', 'image' => asset('images/Kalakshetra-Profile-1/Library/LIBRARY001-500kb.jpg'), 'url' => url('/books')], ]; @endphp
@include('frontend.partials.section-heading', [ 'eyebrow' => 'Explore Our Collections', 'title' => 'Collections at a Glance', 'summary' => 'A short preview of collection-led pages already available in the static frontend.', ])
@foreach ($collections as $item) @endforeach