@extends('web.themes.shella.layouts.app') @section('content')
{{-- Hero carousel --}} @include('web.themes.shella.components.carousel.hero-carousel') {{-- Brands carousel --}} @include('web.themes.shella.components.carousel.brands-carousel') {{-- Main categories box --}} @include('web.themes.shella.components.banners.three-main-categories-box') {{-- Homepage collections --}} @include('web.themes.shella.pages.home.collections') {{-- New products --}} @include('web.themes.shella.components.banners.2-grid-banners') {{-- Info icons --}} @include('web.themes.shella.pages.home.info-icons') {{-- Blogs --}} {{-- @include('web.themes.shella.pages.home.blog') --}} {{-- Gallery --}} {{-- @include('web.themes.shella.pages.home.social-media-posts', [ 'galleries' => $homepage_galleries ]) --}}
@stop