@php $items = [ ['title' => 'Museums', 'text' => 'Museum spaces presenting cultural memory and heritage displays.', 'image' => asset('images/Kalakshetra-Profile-1/Museum Srimanta Sankardeva/IMG_0318-500kb.jpg'), 'url' => url('/museums')], ['title' => 'Attractions', 'text' => 'Campus highlights, gardens and cultural visitor experiences.', 'image' => asset('images/Kalakshetra-Profile-1/Heritage park important fotos/IMG_1235.jpg'), 'url' => url('/explore-kala')], ['title' => 'Performances', 'text' => 'Performance spaces connected with music, theatre and festivals.', 'image' => asset('images/Kalakshetra-Profile-1/Gallery on dance form of ne India/IMG_0385-500kb.jpg'), 'url' => url('/events-news')], ['title' => 'Heritage', 'text' => 'Built spaces and cultural settings rooted in Assam heritage.', 'image' => asset('images/Kalakshetra-Profile-1/namghar/IMG_0501-500kb.jpg'), 'url' => url('/explore-kala')], ['title' => 'Art & Literature', 'text' => 'Art, manuscripts, library resources and literary traditions.', 'image' => asset('images/Kalakshetra-Profile-1/Gallery Manuscript Painting/IMG_9877-500kb.jpg'), 'url' => url('/books')], ]; @endphp
@include('frontend.partials.section-heading', [ 'eyebrow' => 'Explore Kalakshetra', 'title' => 'A Glimpse of the Campus', 'summary' => 'Preview key visitor experiences and continue to the relevant detailed pages.', ])
@foreach ($items as $item) @endforeach